Started by user Alexander Kurtakov Agent migration-agent-6c5c9 is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (migration): * [jnlp] eclipsecbijenkins/migration-fat-agent:3.27@sha256:3d4b2d72e1816668dae4f4dee7322e53aa886c8689294487e49fbe7e5639a6d2(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi) yaml: apiVersion: v1 kind: Pod spec: containers: - name: jnlp volumeMounts: - name: settings-xml mountPath: /home/jenkins/.m2/settings.xml subPath: settings.xml readOnly: true - name: toolchains-xml mountPath: /home/jenkins/.m2/toolchains.xml subPath: toolchains.xml readOnly: true volumes: - name: settings-xml configMap: name: m2-dir items: - key: settings.xml path: settings.xml - name: toolchains-xml configMap: name: m2-dir items: - key: toolchains.xml path: toolchains.xml Building remotely on migration-agent-6c5c9 (migration) in workspace /home/jenkins/workspace/dltk-sonar [WS-CLEANUP] Deleting project workspace... No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git > /usr/bin/git init /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git # timeout=10 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 9fd71f4a846c909d3c88bb592c251635ae914bb8 (origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 9fd71f4a846c909d3c88bb592c251635ae914bb8 Commit message: "Bump version to 6.0.0-SNAPSHOT." > /usr/bin/git rev-list --no-walk 6eeaf719494697c346393305223d0dc242dca582 # timeout=10 Injecting SonarQube environment variables using the configuration: Eclipse Sonar $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" Starting xvnc [dltk-sonar] $ Xvnc :12 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 2 2018 19:05:14 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 12001000, The X.Org Foundation Thu Jun 27 11:53:56 2019 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5912 vncext: created VNC server for screen 0 [dltk-sonar] $ /bin/sh -xe /tmp/jenkins5000442297358662028.sh + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.core.git Cloning into 'org.eclipse.dltk.core'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.javascript.git Cloning into 'org.eclipse.dltk.javascript'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.tcl.git Cloning into 'org.eclipse.dltk.tcl'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.ruby.git Cloning into 'org.eclipse.dltk.ruby'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.python.git Cloning into 'org.eclipse.dltk.python'... + git clone -b master git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.sh.git Cloning into 'org.eclipse.dltk.sh'... [dltk-sonar] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.dltk.releng/pom.xml -Dsonar.jdbc.username=sonar_rw -Dsonar.auth.token=$SONAR_AUTH_TOKEN -Dsonar.login=$SONAR_LOGIN -Dsonar.jacoco.reportPath=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec -Dsonar.jdbc.password=****** -Dsonar.jdbc.url=jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 -Dsonar.host.url=https://sonar.eclipse.org -Dsonar.password=$SONAR_PASSWORD -Dsonar.extra.props=$SONAR_EXTRA_PROPS -Dmaven.test.error.ignore=true -Dtycho.disableP2Mirrors=true -Dmaven.repo.local=/home/jenkins/workspace/dltk-sonar/.repository clean verify -Psonar org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 11 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 331 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 88 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 135 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 476 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 429 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 284 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 68 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 74 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 430 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 55 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 42 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Progress (1): 910 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 80 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 393 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Progress (1): 770 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 12 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 136 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 74 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 154 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 233 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 119 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 226 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 226 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 41 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 87 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 78 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 69 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 165 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 10 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 63 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 390 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 152 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 307 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 188 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 88 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 50 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 148 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 145 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 481 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 121 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 306 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom Progress (1): 4.1/47 kB Progress (1): 7.7/47 kB Progress (1): 12/47 kB Progress (1): 16/47 kB Progress (1): 20/47 kB Progress (1): 24/47 kB Progress (1): 28/47 kB Progress (1): 32/47 kB Progress (1): 36/47 kB Progress (1): 40/47 kB Progress (1): 44/47 kB Progress (1): 47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 399 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 380 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 252 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 388 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom Progress (1): 4.1/68 kB Progress (1): 7.7/68 kB Progress (1): 12/68 kB Progress (1): 16/68 kB Progress (1): 20/68 kB Progress (1): 24/68 kB Progress (1): 28/68 kB Progress (1): 32/68 kB Progress (1): 36/68 kB Progress (1): 40/68 kB Progress (1): 44/68 kB Progress (1): 48/68 kB Progress (1): 52/68 kB Progress (1): 56/68 kB Progress (1): 60/68 kB Progress (1): 64/68 kB Progress (1): 68/68 kB Progress (1): 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.5 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 55 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 65 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 393 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 346 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 53 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 54 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 27 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 29 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 29 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 21 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom Progress (1): 4.1/6.3 kB Progress (1): 6.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 174 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 24 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 19 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 96 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 30 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 122 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 33 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 344 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 982 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 117 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 63 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 34 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 27 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 21 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar Progress (1): 4.1/47 kB Progress (2): 4.1/47 kB | 4.1/527 kB Progress (2): 7.7/47 kB | 4.1/527 kB Progress (2): 7.7/47 kB | 7.7/527 kB Progress (2): 12/47 kB | 7.7/527 kB Progress (2): 12/47 kB | 12/527 kB Progress (2): 16/47 kB | 12/527 kB Progress (2): 20/47 kB | 12/527 kB Progress (2): 24/47 kB | 12/527 kB Progress (2): 24/47 kB | 16/527 kB Progress (2): 28/47 kB | 16/527 kB Progress (3): 28/47 kB | 16/527 kB | 4.1/200 kB Progress (3): 32/47 kB | 16/527 kB | 4.1/200 kB Progress (3): 32/47 kB | 20/527 kB | 4.1/200 kB Progress (3): 36/47 kB | 20/527 kB | 4.1/200 kB Progress (4): 36/47 kB | 20/527 kB | 4.1/200 kB | 4.1/5.5 kB Progress (4): 36/47 kB | 20/527 kB | 4.1/200 kB | 5.5 kB Progress (4): 40/47 kB | 20/527 kB | 4.1/200 kB | 5.5 kB Progress (4): 40/47 kB | 24/527 kB | 4.1/200 kB | 5.5 kB Progress (4): 40/47 kB | 24/527 kB | 7.7/200 kB | 5.5 kB Progress (4): 40/47 kB | 28/527 kB | 7.7/200 kB | 5.5 kB Progress (4): 44/47 kB | 28/527 kB | 7.7/200 kB | 5.5 kB Progress (4): 47 kB | 28/527 kB | 7.7/200 kB | 5.5 kB Progress (5): 47 kB | 28/527 kB | 7.7/200 kB | 5.5 kB | 4.1/165 kB Progress (5): 47 kB | 32/527 kB | 7.7/200 kB | 5.5 kB | 4.1/165 kB Progress (5): 47 kB | 32/527 kB | 12/200 kB | 5.5 kB | 4.1/165 kB Progress (5): 47 kB | 36/527 kB | 12/200 kB | 5.5 kB | 4.1/165 kB Progress (5): 47 kB | 36/527 kB | 12/200 kB | 5.5 kB | 7.7/165 kB Progress (5): 47 kB | 40/527 kB | 12/200 kB | 5.5 kB | 7.7/165 kB Progress (5): 47 kB | 40/527 kB | 12/200 kB | 5.5 kB | 12/165 kB Progress (5): 47 kB | 40/527 kB | 12/200 kB | 5.5 kB | 16/165 kB Progress (5): 47 kB | 40/527 kB | 16/200 kB | 5.5 kB | 16/165 kB Progress (5): 47 kB | 40/527 kB | 20/200 kB | 5.5 kB | 16/165 kB Progress (5): 47 kB | 40/527 kB | 24/200 kB | 5.5 kB | 16/165 kB Progress (5): 47 kB | 40/527 kB | 28/200 kB | 5.5 kB | 16/165 kB Progress (5): 47 kB | 40/527 kB | 32/200 kB | 5.5 kB | 16/165 kB Progress (5): 47 kB | 40/527 kB | 32/200 kB | 5.5 kB | 20/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 101 kB/s) Progress (4): 47 kB | 44/527 kB | 32/200 kB | 20/165 kB Progress (4): 47 kB | 48/527 kB | 32/200 kB | 20/165 kB Progress (4): 47 kB | 52/527 kB | 32/200 kB | 20/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (4): 47 kB | 52/527 kB | 32/200 kB | 24/165 kB Progress (4): 47 kB | 52/527 kB | 36/200 kB | 24/165 kB Progress (4): 47 kB | 52/527 kB | 36/200 kB | 28/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 819 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Progress (3): 52/527 kB | 36/200 kB | 32/165 kB Progress (3): 52/527 kB | 40/200 kB | 32/165 kB Progress (3): 56/527 kB | 40/200 kB | 32/165 kB Progress (3): 56/527 kB | 44/200 kB | 32/165 kB Progress (3): 56/527 kB | 44/200 kB | 36/165 kB Progress (3): 56/527 kB | 48/200 kB | 36/165 kB Progress (3): 60/527 kB | 48/200 kB | 36/165 kB Progress (3): 60/527 kB | 52/200 kB | 36/165 kB Progress (3): 64/527 kB | 52/200 kB | 36/165 kB Progress (3): 64/527 kB | 52/200 kB | 40/165 kB Progress (3): 68/527 kB | 52/200 kB | 40/165 kB Progress (3): 68/527 kB | 52/200 kB | 44/165 kB Progress (3): 68/527 kB | 52/200 kB | 48/165 kB Progress (3): 68/527 kB | 52/200 kB | 52/165 kB Progress (4): 68/527 kB | 52/200 kB | 52/165 kB | 4.1/38 kB Progress (4): 68/527 kB | 52/200 kB | 52/165 kB | 7.7/38 kB Progress (4): 68/527 kB | 56/200 kB | 52/165 kB | 7.7/38 kB Progress (4): 68/527 kB | 56/200 kB | 52/165 kB | 12/38 kB Progress (5): 68/527 kB | 56/200 kB | 52/165 kB | 12/38 kB | 4.1/30 kB Progress (5): 68/527 kB | 56/200 kB | 56/165 kB | 12/38 kB | 4.1/30 kB Progress (5): 72/527 kB | 56/200 kB | 56/165 kB | 12/38 kB | 4.1/30 kB Progress (5): 72/527 kB | 56/200 kB | 60/165 kB | 12/38 kB | 4.1/30 kB Progress (5): 72/527 kB | 56/200 kB | 60/165 kB | 12/38 kB | 7.7/30 kB Progress (5): 72/527 kB | 56/200 kB | 60/165 kB | 16/38 kB | 7.7/30 kB Progress (5): 72/527 kB | 60/200 kB | 60/165 kB | 16/38 kB | 7.7/30 kB Progress (5): 72/527 kB | 60/200 kB | 60/165 kB | 20/38 kB | 7.7/30 kB Progress (5): 72/527 kB | 60/200 kB | 60/165 kB | 20/38 kB | 12/30 kB Progress (5): 72/527 kB | 60/200 kB | 64/165 kB | 20/38 kB | 12/30 kB Progress (5): 76/527 kB | 60/200 kB | 64/165 kB | 20/38 kB | 12/30 kB Progress (5): 76/527 kB | 60/200 kB | 68/165 kB | 20/38 kB | 12/30 kB Progress (5): 76/527 kB | 60/200 kB | 68/165 kB | 20/38 kB | 16/30 kB Progress (5): 76/527 kB | 60/200 kB | 68/165 kB | 24/38 kB | 16/30 kB Progress (5): 76/527 kB | 64/200 kB | 68/165 kB | 24/38 kB | 16/30 kB Progress (5): 76/527 kB | 64/200 kB | 68/165 kB | 28/38 kB | 16/30 kB Progress (5): 76/527 kB | 64/200 kB | 68/165 kB | 28/38 kB | 20/30 kB Progress (5): 76/527 kB | 64/200 kB | 72/165 kB | 28/38 kB | 20/30 kB Progress (5): 80/527 kB | 64/200 kB | 72/165 kB | 28/38 kB | 20/30 kB Progress (5): 80/527 kB | 64/200 kB | 76/165 kB | 28/38 kB | 20/30 kB Progress (5): 80/527 kB | 64/200 kB | 76/165 kB | 28/38 kB | 24/30 kB Progress (5): 80/527 kB | 64/200 kB | 76/165 kB | 32/38 kB | 24/30 kB Progress (5): 80/527 kB | 68/200 kB | 76/165 kB | 32/38 kB | 24/30 kB Progress (5): 80/527 kB | 68/200 kB | 76/165 kB | 36/38 kB | 24/30 kB Progress (5): 80/527 kB | 68/200 kB | 76/165 kB | 36/38 kB | 28/30 kB Progress (5): 80/527 kB | 68/200 kB | 76/165 kB | 36/38 kB | 30 kB Progress (5): 80/527 kB | 68/200 kB | 80/165 kB | 36/38 kB | 30 kB Progress (5): 84/527 kB | 68/200 kB | 80/165 kB | 36/38 kB | 30 kB Progress (5): 84/527 kB | 68/200 kB | 84/165 kB | 36/38 kB | 30 kB Progress (5): 84/527 kB | 68/200 kB | 84/165 kB | 38 kB | 30 kB Progress (5): 84/527 kB | 72/200 kB | 84/165 kB | 38 kB | 30 kB Progress (5): 84/527 kB | 72/200 kB | 88/165 kB | 38 kB | 30 kB Progress (5): 84/527 kB | 72/200 kB | 92/165 kB | 38 kB | 30 kB Progress (5): 84/527 kB | 72/200 kB | 96/165 kB | 38 kB | 30 kB Progress (5): 88/527 kB | 72/200 kB | 96/165 kB | 38 kB | 30 kB Progress (5): 88/527 kB | 72/200 kB | 100/165 kB | 38 kB | 30 kB Progress (5): 88/527 kB | 76/200 kB | 100/165 kB | 38 kB | 30 kB Progress (5): 88/527 kB | 76/200 kB | 104/165 kB | 38 kB | 30 kB Progress (5): 92/527 kB | 76/200 kB | 104/165 kB | 38 kB | 30 kB Progress (5): 92/527 kB | 76/200 kB | 108/165 kB | 38 kB | 30 kB Progress (5): 92/527 kB | 76/200 kB | 112/165 kB | 38 kB | 30 kB Progress (5): 92/527 kB | 80/200 kB | 112/165 kB | 38 kB | 30 kB Progress (5): 92/527 kB | 80/200 kB | 116/165 kB | 38 kB | 30 kB Progress (5): 96/527 kB | 80/200 kB | 116/165 kB | 38 kB | 30 kB Progress (5): 96/527 kB | 80/200 kB | 120/165 kB | 38 kB | 30 kB Progress (5): 96/527 kB | 84/200 kB | 120/165 kB | 38 kB | 30 kB Progress (5): 96/527 kB | 84/200 kB | 124/165 kB | 38 kB | 30 kB Progress (5): 100/527 kB | 84/200 kB | 124/165 kB | 38 kB | 30 kB Progress (5): 100/527 kB | 84/200 kB | 128/165 kB | 38 kB | 30 kB Progress (5): 100/527 kB | 88/200 kB | 128/165 kB | 38 kB | 30 kB Progress (5): 100/527 kB | 88/200 kB | 132/165 kB | 38 kB | 30 kB Progress (5): 104/527 kB | 88/200 kB | 132/165 kB | 38 kB | 30 kB Progress (5): 104/527 kB | 88/200 kB | 136/165 kB | 38 kB | 30 kB Progress (5): 104/527 kB | 92/200 kB | 136/165 kB | 38 kB | 30 kB Progress (5): 104/527 kB | 92/200 kB | 140/165 kB | 38 kB | 30 kB Progress (5): 108/527 kB | 92/200 kB | 140/165 kB | 38 kB | 30 kB Progress (5): 108/527 kB | 92/200 kB | 144/165 kB | 38 kB | 30 kB Progress (5): 108/527 kB | 96/200 kB | 144/165 kB | 38 kB | 30 kB Progress (5): 108/527 kB | 96/200 kB | 148/165 kB | 38 kB | 30 kB Progress (5): 112/527 kB | 96/200 kB | 148/165 kB | 38 kB | 30 kB Progress (5): 112/527 kB | 96/200 kB | 152/165 kB | 38 kB | 30 kB Progress (5): 112/527 kB | 100/200 kB | 152/165 kB | 38 kB | 30 kB Progress (5): 112/527 kB | 100/200 kB | 156/165 kB | 38 kB | 30 kB Progress (5): 116/527 kB | 100/200 kB | 156/165 kB | 38 kB | 30 kB Progress (5): 116/527 kB | 100/200 kB | 160/165 kB | 38 kB | 30 kB Progress (5): 116/527 kB | 104/200 kB | 160/165 kB | 38 kB | 30 kB Progress (5): 116/527 kB | 104/200 kB | 164/165 kB | 38 kB | 30 kB Progress (5): 120/527 kB | 104/200 kB | 164/165 kB | 38 kB | 30 kB Progress (5): 120/527 kB | 104/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 120/527 kB | 108/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 124/527 kB | 108/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 124/527 kB | 112/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 128/527 kB | 112/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 128/527 kB | 116/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 132/527 kB | 116/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 132/527 kB | 120/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 136/527 kB | 120/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 136/527 kB | 124/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 140/527 kB | 124/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 140/527 kB | 128/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 144/527 kB | 128/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 144/527 kB | 132/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 148/527 kB | 132/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 148/527 kB | 136/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 152/527 kB | 136/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 152/527 kB | 140/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 152/527 kB | 144/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 156/527 kB | 144/200 kB | 165 kB | 38 kB | 30 kB Progress (5): 156/527 kB | 148/200 kB | 165 kB | 38 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 136 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 169 kB/s) Progress (3): 156/527 kB | 152/200 kB | 165 kB Progress (3): 160/527 kB | 152/200 kB | 165 kB Progress (3): 160/527 kB | 156/200 kB | 165 kB Progress (3): 164/527 kB | 156/200 kB | 165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 732 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (2): 168/527 kB | 156/200 kB Progress (2): 168/527 kB | 160/200 kB Progress (2): 172/527 kB | 160/200 kB Progress (2): 176/527 kB | 160/200 kB Progress (2): 176/527 kB | 164/200 kB Progress (2): 180/527 kB | 164/200 kB Progress (2): 184/527 kB | 164/200 kB Progress (2): 184/527 kB | 168/200 kB Progress (2): 188/527 kB | 168/200 kB Progress (2): 188/527 kB | 172/200 kB Progress (2): 192/527 kB | 172/200 kB Progress (2): 192/527 kB | 176/200 kB Progress (2): 196/527 kB | 176/200 kB Progress (2): 196/527 kB | 180/200 kB Progress (2): 200/527 kB | 180/200 kB Progress (2): 200/527 kB | 184/200 kB Progress (2): 204/527 kB | 184/200 kB Progress (2): 204/527 kB | 188/200 kB Progress (2): 208/527 kB | 188/200 kB Progress (2): 208/527 kB | 192/200 kB Progress (2): 212/527 kB | 192/200 kB Progress (2): 212/527 kB | 196/200 kB Progress (2): 216/527 kB | 196/200 kB Progress (2): 216/527 kB | 200/200 kB Progress (2): 216/527 kB | 200 kB Progress (2): 220/527 kB | 200 kB Progress (2): 224/527 kB | 200 kB Progress (2): 228/527 kB | 200 kB Progress (2): 232/527 kB | 200 kB Progress (2): 236/527 kB | 200 kB Progress (2): 240/527 kB | 200 kB Progress (2): 244/527 kB | 200 kB Progress (2): 248/527 kB | 200 kB Progress (2): 252/527 kB | 200 kB Progress (2): 256/527 kB | 200 kB Progress (2): 260/527 kB | 200 kB Progress (2): 264/527 kB | 200 kB Progress (2): 268/527 kB | 200 kB Progress (2): 272/527 kB | 200 kB Progress (2): 276/527 kB | 200 kB Progress (2): 280/527 kB | 200 kB Progress (2): 284/527 kB | 200 kB Progress (2): 288/527 kB | 200 kB Progress (2): 292/527 kB | 200 kB Progress (2): 296/527 kB | 200 kB Progress (2): 300/527 kB | 200 kB Progress (2): 304/527 kB | 200 kB Progress (3): 304/527 kB | 200 kB | 4.1/148 kB Progress (3): 308/527 kB | 200 kB | 4.1/148 kB Progress (3): 308/527 kB | 200 kB | 7.7/148 kB Progress (3): 312/527 kB | 200 kB | 7.7/148 kB Progress (3): 312/527 kB | 200 kB | 12/148 kB Progress (3): 316/527 kB | 200 kB | 12/148 kB Progress (3): 316/527 kB | 200 kB | 16/148 kB Progress (3): 320/527 kB | 200 kB | 16/148 kB Progress (3): 320/527 kB | 200 kB | 20/148 kB Progress (3): 324/527 kB | 200 kB | 20/148 kB Progress (4): 324/527 kB | 200 kB | 20/148 kB | 4.1/52 kB Progress (4): 324/527 kB | 200 kB | 24/148 kB | 4.1/52 kB Progress (4): 324/527 kB | 200 kB | 24/148 kB | 7.7/52 kB Progress (4): 328/527 kB | 200 kB | 24/148 kB | 7.7/52 kB Progress (4): 328/527 kB | 200 kB | 28/148 kB | 7.7/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 813 kB/s) Progress (4): 328/527 kB | 28/148 kB | 7.7/52 kB | 4.1/51 kB Progress (4): 328/527 kB | 32/148 kB | 7.7/52 kB | 4.1/51 kB Progress (4): 332/527 kB | 32/148 kB | 7.7/52 kB | 4.1/51 kB Progress (4): 332/527 kB | 32/148 kB | 12/52 kB | 4.1/51 kB Progress (4): 332/527 kB | 32/148 kB | 16/52 kB | 4.1/51 kB Progress (4): 336/527 kB | 32/148 kB | 16/52 kB | 4.1/51 kB Progress (4): 336/527 kB | 32/148 kB | 20/52 kB | 4.1/51 kB Progress (4): 336/527 kB | 33/148 kB | 20/52 kB | 4.1/51 kB Progress (4): 336/527 kB | 33/148 kB | 20/52 kB | 7.7/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (4): 336/527 kB | 33/148 kB | 20/52 kB | 12/51 kB Progress (4): 336/527 kB | 37/148 kB | 20/52 kB | 12/51 kB Progress (4): 336/527 kB | 37/148 kB | 24/52 kB | 12/51 kB Progress (4): 340/527 kB | 37/148 kB | 24/52 kB | 12/51 kB Progress (4): 340/527 kB | 37/148 kB | 28/52 kB | 12/51 kB Progress (4): 340/527 kB | 41/148 kB | 28/52 kB | 12/51 kB Progress (4): 340/527 kB | 41/148 kB | 28/52 kB | 16/51 kB Progress (4): 340/527 kB | 45/148 kB | 28/52 kB | 16/51 kB Progress (4): 340/527 kB | 45/148 kB | 32/52 kB | 16/51 kB Progress (4): 344/527 kB | 45/148 kB | 32/52 kB | 16/51 kB Progress (4): 344/527 kB | 45/148 kB | 32/52 kB | 20/51 kB Progress (4): 348/527 kB | 45/148 kB | 32/52 kB | 20/51 kB Progress (4): 348/527 kB | 49/148 kB | 32/52 kB | 20/51 kB Progress (5): 348/527 kB | 49/148 kB | 32/52 kB | 20/51 kB | 4.1/106 kB Progress (5): 348/527 kB | 49/148 kB | 32/52 kB | 20/51 kB | 7.7/106 kB Progress (5): 348/527 kB | 49/148 kB | 32/52 kB | 20/51 kB | 12/106 kB Progress (5): 352/527 kB | 49/148 kB | 32/52 kB | 20/51 kB | 12/106 kB Progress (5): 352/527 kB | 49/148 kB | 32/52 kB | 24/51 kB | 12/106 kB Progress (5): 352/527 kB | 49/148 kB | 36/52 kB | 24/51 kB | 12/106 kB Progress (5): 352/527 kB | 49/148 kB | 36/52 kB | 28/51 kB | 12/106 kB Progress (5): 356/527 kB | 49/148 kB | 36/52 kB | 28/51 kB | 12/106 kB Progress (5): 356/527 kB | 49/148 kB | 36/52 kB | 28/51 kB | 16/106 kB Progress (5): 356/527 kB | 53/148 kB | 36/52 kB | 28/51 kB | 16/106 kB Progress (5): 356/527 kB | 53/148 kB | 36/52 kB | 28/51 kB | 20/106 kB Progress (5): 360/527 kB | 53/148 kB | 36/52 kB | 28/51 kB | 20/106 kB Progress (5): 360/527 kB | 53/148 kB | 36/52 kB | 32/51 kB | 20/106 kB Progress (5): 360/527 kB | 53/148 kB | 40/52 kB | 32/51 kB | 20/106 kB Progress (5): 360/527 kB | 53/148 kB | 40/52 kB | 33/51 kB | 20/106 kB Progress (5): 364/527 kB | 53/148 kB | 40/52 kB | 33/51 kB | 20/106 kB Progress (5): 364/527 kB | 53/148 kB | 40/52 kB | 33/51 kB | 24/106 kB Progress (5): 364/527 kB | 57/148 kB | 40/52 kB | 33/51 kB | 24/106 kB Progress (5): 364/527 kB | 57/148 kB | 40/52 kB | 33/51 kB | 28/106 kB Progress (5): 368/527 kB | 57/148 kB | 40/52 kB | 33/51 kB | 28/106 kB Progress (5): 368/527 kB | 57/148 kB | 40/52 kB | 37/51 kB | 28/106 kB Progress (5): 368/527 kB | 57/148 kB | 40/52 kB | 41/51 kB | 28/106 kB Progress (5): 368/527 kB | 57/148 kB | 44/52 kB | 41/51 kB | 28/106 kB Progress (5): 368/527 kB | 57/148 kB | 44/52 kB | 45/51 kB | 28/106 kB Progress (5): 372/527 kB | 57/148 kB | 44/52 kB | 45/51 kB | 28/106 kB Progress (5): 372/527 kB | 57/148 kB | 44/52 kB | 45/51 kB | 32/106 kB Progress (5): 372/527 kB | 61/148 kB | 44/52 kB | 45/51 kB | 32/106 kB Progress (5): 372/527 kB | 61/148 kB | 44/52 kB | 45/51 kB | 33/106 kB Progress (5): 376/527 kB | 61/148 kB | 44/52 kB | 45/51 kB | 33/106 kB Progress (5): 376/527 kB | 61/148 kB | 44/52 kB | 49/51 kB | 33/106 kB Progress (5): 376/527 kB | 61/148 kB | 48/52 kB | 49/51 kB | 33/106 kB Progress (5): 376/527 kB | 61/148 kB | 48/52 kB | 51 kB | 33/106 kB Progress (5): 380/527 kB | 61/148 kB | 48/52 kB | 51 kB | 33/106 kB Progress (5): 380/527 kB | 61/148 kB | 48/52 kB | 51 kB | 37/106 kB Progress (5): 380/527 kB | 65/148 kB | 48/52 kB | 51 kB | 37/106 kB Progress (5): 380/527 kB | 65/148 kB | 48/52 kB | 51 kB | 41/106 kB Progress (5): 384/527 kB | 65/148 kB | 48/52 kB | 51 kB | 41/106 kB Progress (5): 384/527 kB | 65/148 kB | 52/52 kB | 51 kB | 41/106 kB Progress (5): 388/527 kB | 65/148 kB | 52/52 kB | 51 kB | 41/106 kB Progress (5): 388/527 kB | 65/148 kB | 52/52 kB | 51 kB | 45/106 kB Progress (5): 388/527 kB | 66/148 kB | 52/52 kB | 51 kB | 45/106 kB Progress (5): 388/527 kB | 66/148 kB | 52/52 kB | 51 kB | 49/106 kB Progress (5): 392/527 kB | 66/148 kB | 52/52 kB | 51 kB | 49/106 kB Progress (5): 392/527 kB | 66/148 kB | 52 kB | 51 kB | 49/106 kB Progress (5): 396/527 kB | 66/148 kB | 52 kB | 51 kB | 49/106 kB Progress (5): 400/527 kB | 66/148 kB | 52 kB | 51 kB | 49/106 kB Progress (5): 404/527 kB | 66/148 kB | 52 kB | 51 kB | 49/106 kB Progress (5): 408/527 kB | 66/148 kB | 52 kB | 51 kB | 49/106 kB Progress (5): 412/527 kB | 66/148 kB | 52 kB | 51 kB | 49/106 kB Progress (5): 412/527 kB | 66/148 kB | 52 kB | 51 kB | 53/106 kB Progress (5): 412/527 kB | 70/148 kB | 52 kB | 51 kB | 53/106 kB Progress (5): 412/527 kB | 70/148 kB | 52 kB | 51 kB | 57/106 kB Progress (5): 416/527 kB | 70/148 kB | 52 kB | 51 kB | 57/106 kB Progress (5): 416/527 kB | 70/148 kB | 52 kB | 51 kB | 61/106 kB Progress (5): 416/527 kB | 74/148 kB | 52 kB | 51 kB | 61/106 kB Progress (5): 416/527 kB | 74/148 kB | 52 kB | 51 kB | 65/106 kB Progress (5): 420/527 kB | 74/148 kB | 52 kB | 51 kB | 65/106 kB Progress (5): 420/527 kB | 74/148 kB | 52 kB | 51 kB | 66/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 151 kB/s) Progress (4): 420/527 kB | 78/148 kB | 52 kB | 66/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (4): 420/527 kB | 78/148 kB | 52 kB | 70/106 kB Progress (4): 424/527 kB | 78/148 kB | 52 kB | 70/106 kB Progress (4): 424/527 kB | 78/148 kB | 52 kB | 74/106 kB Progress (4): 424/527 kB | 82/148 kB | 52 kB | 74/106 kB Progress (4): 424/527 kB | 82/148 kB | 52 kB | 78/106 kB Progress (4): 428/527 kB | 82/148 kB | 52 kB | 78/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 152 kB/s) Progress (3): 428/527 kB | 82/148 kB | 82/106 kB Progress (3): 428/527 kB | 86/148 kB | 82/106 kB Progress (3): 428/527 kB | 86/148 kB | 86/106 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (3): 432/527 kB | 86/148 kB | 86/106 kB Progress (3): 432/527 kB | 86/148 kB | 90/106 kB Progress (3): 436/527 kB | 86/148 kB | 90/106 kB Progress (3): 436/527 kB | 86/148 kB | 94/106 kB Progress (3): 436/527 kB | 90/148 kB | 94/106 kB Progress (3): 436/527 kB | 90/148 kB | 98/106 kB Progress (3): 436/527 kB | 94/148 kB | 98/106 kB Progress (3): 436/527 kB | 94/148 kB | 102/106 kB Progress (3): 440/527 kB | 94/148 kB | 102/106 kB Progress (3): 440/527 kB | 94/148 kB | 106/106 kB Progress (3): 444/527 kB | 94/148 kB | 106/106 kB Progress (3): 444/527 kB | 98/148 kB | 106/106 kB Progress (3): 448/527 kB | 98/148 kB | 106/106 kB Progress (3): 448/527 kB | 102/148 kB | 106/106 kB Progress (3): 448/527 kB | 102/148 kB | 106 kB Progress (3): 448/527 kB | 106/148 kB | 106 kB Progress (3): 452/527 kB | 106/148 kB | 106 kB Progress (3): 452/527 kB | 110/148 kB | 106 kB Progress (3): 456/527 kB | 110/148 kB | 106 kB Progress (3): 456/527 kB | 114/148 kB | 106 kB Progress (3): 460/527 kB | 114/148 kB | 106 kB Progress (3): 460/527 kB | 118/148 kB | 106 kB Progress (3): 464/527 kB | 118/148 kB | 106 kB Progress (3): 464/527 kB | 122/148 kB | 106 kB Progress (3): 468/527 kB | 122/148 kB | 106 kB Progress (3): 468/527 kB | 126/148 kB | 106 kB Progress (3): 472/527 kB | 126/148 kB | 106 kB Progress (3): 472/527 kB | 130/148 kB | 106 kB Progress (3): 476/527 kB | 130/148 kB | 106 kB Progress (4): 476/527 kB | 130/148 kB | 106 kB | 4.1/14 kB Progress (4): 480/527 kB | 130/148 kB | 106 kB | 4.1/14 kB Progress (4): 484/527 kB | 130/148 kB | 106 kB | 4.1/14 kB Progress (4): 488/527 kB | 130/148 kB | 106 kB | 4.1/14 kB Progress (4): 488/527 kB | 134/148 kB | 106 kB | 4.1/14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 252 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (3): 492/527 kB | 134/148 kB | 4.1/14 kB Progress (3): 492/527 kB | 134/148 kB | 7.7/14 kB Progress (3): 496/527 kB | 134/148 kB | 7.7/14 kB Progress (4): 496/527 kB | 134/148 kB | 7.7/14 kB | 4.1/74 kB Progress (4): 496/527 kB | 138/148 kB | 7.7/14 kB | 4.1/74 kB Progress (4): 496/527 kB | 138/148 kB | 7.7/14 kB | 7.7/74 kB Progress (4): 496/527 kB | 142/148 kB | 7.7/14 kB | 7.7/74 kB Progress (4): 500/527 kB | 142/148 kB | 7.7/14 kB | 7.7/74 kB Progress (4): 500/527 kB | 142/148 kB | 12/14 kB | 7.7/74 kB Progress (4): 504/527 kB | 142/148 kB | 12/14 kB | 7.7/74 kB Progress (4): 504/527 kB | 146/148 kB | 12/14 kB | 7.7/74 kB Progress (4): 504/527 kB | 146/148 kB | 12/14 kB | 12/74 kB Progress (4): 504/527 kB | 148 kB | 12/14 kB | 12/74 kB Progress (4): 508/527 kB | 148 kB | 12/14 kB | 12/74 kB Progress (4): 508/527 kB | 148 kB | 14 kB | 12/74 kB Progress (4): 512/527 kB | 148 kB | 14 kB | 12/74 kB Progress (4): 516/527 kB | 148 kB | 14 kB | 12/74 kB Progress (4): 520/527 kB | 148 kB | 14 kB | 12/74 kB Progress (4): 520/527 kB | 148 kB | 14 kB | 16/74 kB Progress (4): 524/527 kB | 148 kB | 14 kB | 16/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 16/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 20/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 24/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 28/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 32/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 33/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 37/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 41/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 45/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 49/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 53/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 57/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 61/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 65/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 69/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 73/74 kB Progress (4): 527 kB | 148 kB | 14 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 339 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 31 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.2 MB/s) Progress (2): 74 kB | 4.1/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (2): 74 kB | 7.7/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (2): 74 kB | 12/108 kB Progress (2): 74 kB | 16/108 kB Progress (2): 74 kB | 20/108 kB Progress (2): 74 kB | 24/108 kB Progress (2): 74 kB | 28/108 kB Progress (2): 74 kB | 32/108 kB Progress (2): 74 kB | 33/108 kB Progress (2): 74 kB | 37/108 kB Progress (2): 74 kB | 41/108 kB Progress (2): 74 kB | 45/108 kB Progress (2): 74 kB | 49/108 kB Progress (2): 74 kB | 53/108 kB Progress (2): 74 kB | 57/108 kB Progress (2): 74 kB | 61/108 kB Progress (2): 74 kB | 65/108 kB Progress (2): 74 kB | 66/108 kB Progress (2): 74 kB | 70/108 kB Progress (2): 74 kB | 74/108 kB Progress (2): 74 kB | 78/108 kB Progress (2): 74 kB | 82/108 kB Progress (2): 74 kB | 86/108 kB Progress (2): 74 kB | 90/108 kB Progress (2): 74 kB | 94/108 kB Progress (2): 74 kB | 98/108 kB Progress (2): 74 kB | 102/108 kB Progress (2): 74 kB | 106/108 kB Progress (2): 74 kB | 108 kB Progress (3): 74 kB | 108 kB | 4.1/472 kB Progress (3): 74 kB | 108 kB | 7.7/472 kB Progress (3): 74 kB | 108 kB | 12/472 kB Progress (3): 74 kB | 108 kB | 16/472 kB Progress (3): 74 kB | 108 kB | 20/472 kB Progress (3): 74 kB | 108 kB | 24/472 kB Progress (3): 74 kB | 108 kB | 28/472 kB Progress (3): 74 kB | 108 kB | 32/472 kB Progress (3): 74 kB | 108 kB | 33/472 kB Progress (3): 74 kB | 108 kB | 37/472 kB Progress (3): 74 kB | 108 kB | 41/472 kB Progress (3): 74 kB | 108 kB | 45/472 kB Progress (3): 74 kB | 108 kB | 49/472 kB Progress (3): 74 kB | 108 kB | 53/472 kB Progress (3): 74 kB | 108 kB | 57/472 kB Progress (3): 74 kB | 108 kB | 61/472 kB Progress (3): 74 kB | 108 kB | 65/472 kB Progress (3): 74 kB | 108 kB | 69/472 kB Progress (3): 74 kB | 108 kB | 73/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 206 kB/s) Progress (2): 74 kB | 77/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Progress (2): 74 kB | 81/472 kB Progress (2): 74 kB | 85/472 kB Progress (2): 74 kB | 89/472 kB Progress (2): 74 kB | 93/472 kB Progress (2): 74 kB | 97/472 kB Progress (2): 74 kB | 101/472 kB Progress (2): 74 kB | 105/472 kB Progress (2): 74 kB | 109/472 kB Progress (2): 74 kB | 113/472 kB Progress (2): 74 kB | 117/472 kB Progress (2): 74 kB | 121/472 kB Progress (2): 74 kB | 125/472 kB Progress (2): 74 kB | 129/472 kB Progress (2): 74 kB | 133/472 kB Progress (2): 74 kB | 137/472 kB Progress (2): 74 kB | 141/472 kB Progress (2): 74 kB | 145/472 kB Progress (2): 74 kB | 149/472 kB Progress (2): 74 kB | 153/472 kB Progress (2): 74 kB | 157/472 kB Progress (2): 74 kB | 161/472 kB Progress (2): 74 kB | 165/472 kB Progress (2): 74 kB | 169/472 kB Progress (2): 74 kB | 173/472 kB Progress (2): 74 kB | 177/472 kB Progress (2): 74 kB | 181/472 kB Progress (2): 74 kB | 185/472 kB Progress (2): 74 kB | 189/472 kB Progress (2): 74 kB | 193/472 kB Progress (2): 74 kB | 197/472 kB Progress (2): 74 kB | 201/472 kB Progress (2): 74 kB | 205/472 kB Progress (2): 74 kB | 209/472 kB Progress (2): 74 kB | 213/472 kB Progress (2): 74 kB | 217/472 kB Progress (2): 74 kB | 221/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 139 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Progress (1): 225/472 kB Progress (1): 229/472 kB Progress (1): 233/472 kB Progress (1): 237/472 kB Progress (1): 241/472 kB Progress (1): 245/472 kB Progress (1): 249/472 kB Progress (2): 249/472 kB | 4.1/202 kB Progress (2): 253/472 kB | 4.1/202 kB Progress (2): 253/472 kB | 7.7/202 kB Progress (2): 257/472 kB | 7.7/202 kB Progress (2): 257/472 kB | 12/202 kB Progress (2): 261/472 kB | 12/202 kB Progress (2): 261/472 kB | 16/202 kB Progress (2): 265/472 kB | 16/202 kB Progress (2): 265/472 kB | 20/202 kB Progress (2): 269/472 kB | 20/202 kB Progress (2): 269/472 kB | 24/202 kB Progress (3): 269/472 kB | 24/202 kB | 4.1/61 kB Progress (3): 269/472 kB | 28/202 kB | 4.1/61 kB Progress (3): 273/472 kB | 28/202 kB | 4.1/61 kB Progress (3): 273/472 kB | 32/202 kB | 4.1/61 kB Progress (3): 273/472 kB | 32/202 kB | 7.7/61 kB Progress (3): 273/472 kB | 33/202 kB | 7.7/61 kB Progress (3): 273/472 kB | 33/202 kB | 12/61 kB Progress (3): 277/472 kB | 33/202 kB | 12/61 kB Progress (3): 277/472 kB | 33/202 kB | 16/61 kB Progress (3): 277/472 kB | 37/202 kB | 16/61 kB Progress (4): 277/472 kB | 37/202 kB | 16/61 kB | 4.1/153 kB Progress (4): 277/472 kB | 41/202 kB | 16/61 kB | 4.1/153 kB Progress (4): 277/472 kB | 41/202 kB | 20/61 kB | 4.1/153 kB Progress (4): 281/472 kB | 41/202 kB | 20/61 kB | 4.1/153 kB Progress (4): 281/472 kB | 41/202 kB | 24/61 kB | 4.1/153 kB Progress (4): 281/472 kB | 45/202 kB | 24/61 kB | 4.1/153 kB Progress (4): 281/472 kB | 45/202 kB | 24/61 kB | 7.7/153 kB Progress (4): 281/472 kB | 49/202 kB | 24/61 kB | 7.7/153 kB Progress (4): 281/472 kB | 49/202 kB | 28/61 kB | 7.7/153 kB Progress (4): 285/472 kB | 49/202 kB | 28/61 kB | 7.7/153 kB Progress (4): 285/472 kB | 49/202 kB | 32/61 kB | 7.7/153 kB Progress (4): 285/472 kB | 53/202 kB | 32/61 kB | 7.7/153 kB Progress (4): 285/472 kB | 53/202 kB | 32/61 kB | 12/153 kB Progress (4): 285/472 kB | 57/202 kB | 32/61 kB | 12/153 kB Progress (4): 285/472 kB | 57/202 kB | 36/61 kB | 12/153 kB Progress (4): 289/472 kB | 57/202 kB | 36/61 kB | 12/153 kB Progress (4): 289/472 kB | 57/202 kB | 40/61 kB | 12/153 kB Progress (4): 289/472 kB | 61/202 kB | 40/61 kB | 12/153 kB Progress (4): 289/472 kB | 61/202 kB | 40/61 kB | 16/153 kB Progress (4): 289/472 kB | 65/202 kB | 40/61 kB | 16/153 kB Progress (4): 289/472 kB | 65/202 kB | 44/61 kB | 16/153 kB Progress (4): 293/472 kB | 65/202 kB | 44/61 kB | 16/153 kB Progress (4): 293/472 kB | 65/202 kB | 48/61 kB | 16/153 kB Progress (4): 293/472 kB | 66/202 kB | 48/61 kB | 16/153 kB Progress (4): 293/472 kB | 66/202 kB | 48/61 kB | 20/153 kB Progress (4): 293/472 kB | 70/202 kB | 48/61 kB | 20/153 kB Progress (4): 293/472 kB | 70/202 kB | 52/61 kB | 20/153 kB Progress (4): 297/472 kB | 70/202 kB | 52/61 kB | 20/153 kB Progress (4): 297/472 kB | 70/202 kB | 56/61 kB | 20/153 kB Progress (4): 301/472 kB | 70/202 kB | 56/61 kB | 20/153 kB Progress (4): 301/472 kB | 74/202 kB | 56/61 kB | 20/153 kB Progress (4): 301/472 kB | 74/202 kB | 56/61 kB | 24/153 kB Progress (4): 301/472 kB | 78/202 kB | 56/61 kB | 24/153 kB Progress (4): 305/472 kB | 78/202 kB | 56/61 kB | 24/153 kB Progress (4): 305/472 kB | 78/202 kB | 60/61 kB | 24/153 kB Progress (4): 309/472 kB | 78/202 kB | 60/61 kB | 24/153 kB Progress (4): 309/472 kB | 82/202 kB | 60/61 kB | 24/153 kB Progress (4): 309/472 kB | 82/202 kB | 60/61 kB | 28/153 kB Progress (4): 309/472 kB | 86/202 kB | 60/61 kB | 28/153 kB Progress (4): 313/472 kB | 86/202 kB | 60/61 kB | 28/153 kB Progress (4): 313/472 kB | 86/202 kB | 61 kB | 28/153 kB Progress (4): 317/472 kB | 86/202 kB | 61 kB | 28/153 kB Progress (4): 317/472 kB | 90/202 kB | 61 kB | 28/153 kB Progress (4): 317/472 kB | 90/202 kB | 61 kB | 32/153 kB Progress (5): 317/472 kB | 90/202 kB | 61 kB | 32/153 kB | 4.1/46 kB Progress (5): 317/472 kB | 94/202 kB | 61 kB | 32/153 kB | 4.1/46 kB Progress (5): 321/472 kB | 94/202 kB | 61 kB | 32/153 kB | 4.1/46 kB Progress (5): 321/472 kB | 98/202 kB | 61 kB | 32/153 kB | 4.1/46 kB Progress (5): 321/472 kB | 98/202 kB | 61 kB | 32/153 kB | 7.7/46 kB Progress (5): 321/472 kB | 98/202 kB | 61 kB | 33/153 kB | 7.7/46 kB Progress (5): 321/472 kB | 98/202 kB | 61 kB | 33/153 kB | 12/46 kB Progress (5): 321/472 kB | 98/202 kB | 61 kB | 37/153 kB | 12/46 kB Progress (5): 321/472 kB | 98/202 kB | 61 kB | 37/153 kB | 12/46 kB Progress (5): 325/472 kB | 98/202 kB | 61 kB | 37/153 kB | 12/46 kB Progress (5): 325/472 kB | 102/202 kB | 61 kB | 37/153 kB | 12/46 kB Progress (5): 325/472 kB | 102/202 kB | 61 kB | 41/153 kB | 12/46 kB Progress (5): 325/472 kB | 102/202 kB | 61 kB | 41/153 kB | 16/46 kB Progress (5): 325/472 kB | 102/202 kB | 61 kB | 45/153 kB | 16/46 kB Progress (5): 325/472 kB | 106/202 kB | 61 kB | 45/153 kB | 16/46 kB Progress (5): 329/472 kB | 106/202 kB | 61 kB | 45/153 kB | 16/46 kB Progress (5): 329/472 kB | 110/202 kB | 61 kB | 45/153 kB | 16/46 kB Progress (5): 329/472 kB | 110/202 kB | 61 kB | 49/153 kB | 16/46 kB Progress (5): 329/472 kB | 110/202 kB | 61 kB | 49/153 kB | 20/46 kB Progress (5): 329/472 kB | 110/202 kB | 61 kB | 53/153 kB | 20/46 kB Progress (5): 329/472 kB | 110/202 kB | 61 kB | 57/153 kB | 20/46 kB Progress (5): 329/472 kB | 110/202 kB | 61 kB | 61/153 kB | 20/46 kB Progress (5): 329/472 kB | 114/202 kB | 61 kB | 61/153 kB | 20/46 kB Progress (5): 333/472 kB | 114/202 kB | 61 kB | 61/153 kB | 20/46 kB Progress (5): 333/472 kB | 118/202 kB | 61 kB | 61/153 kB | 20/46 kB Progress (5): 333/472 kB | 118/202 kB | 61 kB | 65/153 kB | 20/46 kB Progress (5): 333/472 kB | 118/202 kB | 61 kB | 65/153 kB | 24/46 kB Progress (5): 333/472 kB | 118/202 kB | 61 kB | 66/153 kB | 24/46 kB Progress (5): 333/472 kB | 118/202 kB | 61 kB | 70/153 kB | 24/46 kB Progress (5): 333/472 kB | 118/202 kB | 61 kB | 74/153 kB | 24/46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 97 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (4): 333/472 kB | 122/202 kB | 74/153 kB | 24/46 kB Progress (4): 337/472 kB | 122/202 kB | 74/153 kB | 24/46 kB Progress (4): 337/472 kB | 126/202 kB | 74/153 kB | 24/46 kB Progress (4): 337/472 kB | 126/202 kB | 78/153 kB | 24/46 kB Progress (4): 337/472 kB | 126/202 kB | 78/153 kB | 28/46 kB Progress (4): 337/472 kB | 126/202 kB | 82/153 kB | 28/46 kB Progress (4): 337/472 kB | 130/202 kB | 82/153 kB | 28/46 kB Progress (4): 341/472 kB | 130/202 kB | 82/153 kB | 28/46 kB Progress (4): 341/472 kB | 131/202 kB | 82/153 kB | 28/46 kB Progress (4): 341/472 kB | 131/202 kB | 86/153 kB | 28/46 kB Progress (4): 341/472 kB | 131/202 kB | 86/153 kB | 32/46 kB Progress (4): 341/472 kB | 131/202 kB | 90/153 kB | 32/46 kB Progress (4): 341/472 kB | 135/202 kB | 90/153 kB | 32/46 kB Progress (4): 345/472 kB | 135/202 kB | 90/153 kB | 32/46 kB Progress (4): 345/472 kB | 139/202 kB | 90/153 kB | 32/46 kB Progress (4): 345/472 kB | 139/202 kB | 94/153 kB | 32/46 kB Progress (4): 345/472 kB | 139/202 kB | 94/153 kB | 33/46 kB Progress (4): 345/472 kB | 139/202 kB | 98/153 kB | 33/46 kB Progress (4): 345/472 kB | 143/202 kB | 98/153 kB | 33/46 kB Progress (4): 349/472 kB | 143/202 kB | 98/153 kB | 33/46 kB Progress (4): 349/472 kB | 147/202 kB | 98/153 kB | 33/46 kB Progress (4): 349/472 kB | 147/202 kB | 98/153 kB | 33/46 kB Progress (4): 349/472 kB | 147/202 kB | 98/153 kB | 37/46 kB Progress (4): 349/472 kB | 147/202 kB | 102/153 kB | 37/46 kB Progress (4): 349/472 kB | 147/202 kB | 106/153 kB | 37/46 kB Progress (4): 349/472 kB | 151/202 kB | 106/153 kB | 37/46 kB Progress (4): 353/472 kB | 151/202 kB | 106/153 kB | 37/46 kB Progress (4): 353/472 kB | 155/202 kB | 106/153 kB | 37/46 kB Progress (4): 353/472 kB | 155/202 kB | 110/153 kB | 37/46 kB Progress (4): 353/472 kB | 155/202 kB | 110/153 kB | 41/46 kB Progress (4): 353/472 kB | 155/202 kB | 114/153 kB | 41/46 kB Progress (4): 353/472 kB | 159/202 kB | 114/153 kB | 41/46 kB Progress (4): 353/472 kB | 163/202 kB | 114/153 kB | 41/46 kB Progress (4): 353/472 kB | 164/202 kB | 114/153 kB | 41/46 kB Progress (4): 357/472 kB | 164/202 kB | 114/153 kB | 41/46 kB Progress (4): 357/472 kB | 168/202 kB | 114/153 kB | 41/46 kB Progress (5): 357/472 kB | 168/202 kB | 114/153 kB | 41/46 kB | 4.1/29 kB Progress (5): 357/472 kB | 168/202 kB | 118/153 kB | 41/46 kB | 4.1/29 kB Progress (5): 357/472 kB | 168/202 kB | 118/153 kB | 45/46 kB | 4.1/29 kB Progress (5): 357/472 kB | 168/202 kB | 122/153 kB | 45/46 kB | 4.1/29 kB Progress (5): 357/472 kB | 168/202 kB | 122/153 kB | 45/46 kB | 7.7/29 kB Progress (5): 357/472 kB | 172/202 kB | 122/153 kB | 45/46 kB | 7.7/29 kB Progress (5): 361/472 kB | 172/202 kB | 122/153 kB | 45/46 kB | 7.7/29 kB Progress (5): 361/472 kB | 176/202 kB | 122/153 kB | 45/46 kB | 7.7/29 kB Progress (5): 361/472 kB | 176/202 kB | 122/153 kB | 45/46 kB | 12/29 kB Progress (5): 361/472 kB | 176/202 kB | 122/153 kB | 45/46 kB | 16/29 kB Progress (5): 361/472 kB | 176/202 kB | 126/153 kB | 45/46 kB | 16/29 kB Progress (5): 361/472 kB | 176/202 kB | 126/153 kB | 46 kB | 16/29 kB Progress (5): 361/472 kB | 176/202 kB | 130/153 kB | 46 kB | 16/29 kB Progress (5): 361/472 kB | 176/202 kB | 134/153 kB | 46 kB | 16/29 kB Progress (5): 361/472 kB | 176/202 kB | 138/153 kB | 46 kB | 16/29 kB Progress (5): 361/472 kB | 176/202 kB | 138/153 kB | 46 kB | 20/29 kB Progress (5): 361/472 kB | 180/202 kB | 138/153 kB | 46 kB | 20/29 kB Progress (5): 365/472 kB | 180/202 kB | 138/153 kB | 46 kB | 20/29 kB Progress (5): 365/472 kB | 184/202 kB | 138/153 kB | 46 kB | 20/29 kB Progress (5): 365/472 kB | 184/202 kB | 138/153 kB | 46 kB | 24/29 kB Progress (5): 365/472 kB | 184/202 kB | 142/153 kB | 46 kB | 24/29 kB Progress (5): 365/472 kB | 184/202 kB | 142/153 kB | 46 kB | 28/29 kB Progress (5): 365/472 kB | 188/202 kB | 142/153 kB | 46 kB | 28/29 kB Progress (5): 369/472 kB | 188/202 kB | 142/153 kB | 46 kB | 28/29 kB Progress (5): 369/472 kB | 192/202 kB | 142/153 kB | 46 kB | 28/29 kB Progress (5): 369/472 kB | 192/202 kB | 142/153 kB | 46 kB | 29 kB Progress (5): 369/472 kB | 192/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 369/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 373/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 377/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 381/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 385/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 389/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 393/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 397/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 401/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 405/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 409/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 413/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 417/472 kB | 196/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 417/472 kB | 200/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 421/472 kB | 200/202 kB | 146/153 kB | 46 kB | 29 kB Progress (5): 421/472 kB | 200/202 kB | 150/153 kB | 46 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 39 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Progress (4): 425/472 kB | 200/202 kB | 150/153 kB | 46 kB Progress (4): 425/472 kB | 202 kB | 150/153 kB | 46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 64 kB/s) Progress (3): 429/472 kB | 202 kB | 150/153 kB Progress (3): 429/472 kB | 202 kB | 153 kB Progress (3): 433/472 kB | 202 kB | 153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Progress (3): 437/472 kB | 202 kB | 153 kB Progress (3): 441/472 kB | 202 kB | 153 kB Progress (3): 445/472 kB | 202 kB | 153 kB Progress (3): 449/472 kB | 202 kB | 153 kB Progress (3): 453/472 kB | 202 kB | 153 kB Progress (3): 457/472 kB | 202 kB | 153 kB Progress (3): 461/472 kB | 202 kB | 153 kB Progress (3): 465/472 kB | 202 kB | 153 kB Progress (3): 469/472 kB | 202 kB | 153 kB Progress (3): 472 kB | 202 kB | 153 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 626 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (3): 202 kB | 153 kB | 4.1/13 kB Progress (3): 202 kB | 153 kB | 7.7/13 kB Progress (3): 202 kB | 153 kB | 12/13 kB Progress (3): 202 kB | 153 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 263 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 17 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 199 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Progress (1): 4.1/247 kB Progress (1): 7.7/247 kB Progress (1): 12/247 kB Progress (1): 16/247 kB Progress (1): 20/247 kB Progress (1): 24/247 kB Progress (1): 28/247 kB Progress (1): 32/247 kB Progress (1): 36/247 kB Progress (1): 40/247 kB Progress (2): 40/247 kB | 4.1/49 kB Progress (2): 44/247 kB | 4.1/49 kB Progress (2): 44/247 kB | 7.7/49 kB Progress (2): 48/247 kB | 7.7/49 kB Progress (2): 48/247 kB | 12/49 kB Progress (2): 52/247 kB | 12/49 kB Progress (2): 52/247 kB | 16/49 kB Progress (2): 56/247 kB | 16/49 kB Progress (2): 56/247 kB | 20/49 kB Progress (2): 60/247 kB | 20/49 kB Progress (2): 60/247 kB | 24/49 kB Progress (2): 64/247 kB | 24/49 kB Progress (2): 64/247 kB | 28/49 kB Progress (2): 66/247 kB | 28/49 kB Progress (2): 70/247 kB | 28/49 kB Progress (2): 70/247 kB | 32/49 kB Progress (2): 74/247 kB | 32/49 kB Progress (2): 74/247 kB | 33/49 kB Progress (2): 78/247 kB | 33/49 kB Progress (2): 82/247 kB | 33/49 kB Progress (2): 82/247 kB | 37/49 kB Progress (2): 82/247 kB | 41/49 kB Progress (2): 82/247 kB | 45/49 kB Progress (2): 82/247 kB | 49/49 kB Progress (2): 82/247 kB | 49 kB Progress (2): 86/247 kB | 49 kB Progress (2): 90/247 kB | 49 kB Progress (2): 94/247 kB | 49 kB Progress (2): 98/247 kB | 49 kB Progress (2): 98/247 kB | 49 kB Progress (3): 98/247 kB | 49 kB | 4.1/86 kB Progress (3): 102/247 kB | 49 kB | 4.1/86 kB Progress (3): 102/247 kB | 49 kB | 7.7/86 kB Progress (4): 102/247 kB | 49 kB | 7.7/86 kB | 4.1/187 kB Progress (4): 106/247 kB | 49 kB | 7.7/86 kB | 4.1/187 kB Progress (4): 106/247 kB | 49 kB | 7.7/86 kB | 7.7/187 kB Progress (4): 106/247 kB | 49 kB | 12/86 kB | 7.7/187 kB Progress (5): 106/247 kB | 49 kB | 12/86 kB | 7.7/187 kB | 4.1/209 kB Progress (5): 106/247 kB | 49 kB | 16/86 kB | 7.7/187 kB | 4.1/209 kB Progress (5): 106/247 kB | 49 kB | 16/86 kB | 12/187 kB | 4.1/209 kB Progress (5): 110/247 kB | 49 kB | 16/86 kB | 12/187 kB | 4.1/209 kB Progress (5): 110/247 kB | 49 kB | 16/86 kB | 16/187 kB | 4.1/209 kB Progress (5): 110/247 kB | 49 kB | 20/86 kB | 16/187 kB | 4.1/209 kB Progress (5): 110/247 kB | 49 kB | 20/86 kB | 16/187 kB | 7.7/209 kB Progress (5): 110/247 kB | 49 kB | 24/86 kB | 16/187 kB | 7.7/209 kB Progress (5): 110/247 kB | 49 kB | 24/86 kB | 20/187 kB | 7.7/209 kB Progress (5): 114/247 kB | 49 kB | 24/86 kB | 20/187 kB | 7.7/209 kB Progress (5): 114/247 kB | 49 kB | 24/86 kB | 24/187 kB | 7.7/209 kB Progress (5): 114/247 kB | 49 kB | 28/86 kB | 24/187 kB | 7.7/209 kB Progress (5): 114/247 kB | 49 kB | 28/86 kB | 24/187 kB | 12/209 kB Progress (5): 114/247 kB | 49 kB | 32/86 kB | 24/187 kB | 12/209 kB Progress (5): 114/247 kB | 49 kB | 32/86 kB | 28/187 kB | 12/209 kB Progress (5): 118/247 kB | 49 kB | 32/86 kB | 28/187 kB | 12/209 kB Progress (5): 118/247 kB | 49 kB | 32/86 kB | 32/187 kB | 12/209 kB Progress (5): 118/247 kB | 49 kB | 33/86 kB | 32/187 kB | 12/209 kB Progress (5): 118/247 kB | 49 kB | 33/86 kB | 32/187 kB | 16/209 kB Progress (5): 118/247 kB | 49 kB | 37/86 kB | 32/187 kB | 16/209 kB Progress (5): 118/247 kB | 49 kB | 37/86 kB | 33/187 kB | 16/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 59 kB/s) Progress (4): 122/247 kB | 37/86 kB | 33/187 kB | 16/209 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (4): 122/247 kB | 37/86 kB | 37/187 kB | 16/209 kB Progress (4): 122/247 kB | 37/86 kB | 41/187 kB | 16/209 kB Progress (4): 122/247 kB | 37/86 kB | 41/187 kB | 20/209 kB Progress (4): 122/247 kB | 37/86 kB | 41/187 kB | 24/209 kB Progress (4): 122/247 kB | 41/86 kB | 41/187 kB | 24/209 kB Progress (4): 122/247 kB | 41/86 kB | 45/187 kB | 24/209 kB Progress (4): 126/247 kB | 41/86 kB | 45/187 kB | 24/209 kB Progress (4): 126/247 kB | 41/86 kB | 49/187 kB | 24/209 kB Progress (4): 126/247 kB | 45/86 kB | 49/187 kB | 24/209 kB Progress (4): 126/247 kB | 45/86 kB | 53/187 kB | 24/209 kB Progress (4): 126/247 kB | 45/86 kB | 53/187 kB | 28/209 kB Progress (4): 126/247 kB | 45/86 kB | 57/187 kB | 28/209 kB Progress (4): 126/247 kB | 49/86 kB | 57/187 kB | 28/209 kB Progress (4): 130/247 kB | 49/86 kB | 57/187 kB | 28/209 kB Progress (4): 130/247 kB | 53/86 kB | 57/187 kB | 28/209 kB Progress (4): 130/247 kB | 53/86 kB | 61/187 kB | 28/209 kB Progress (4): 130/247 kB | 53/86 kB | 61/187 kB | 32/209 kB Progress (4): 130/247 kB | 53/86 kB | 65/187 kB | 32/209 kB Progress (4): 130/247 kB | 57/86 kB | 65/187 kB | 32/209 kB Progress (4): 131/247 kB | 57/86 kB | 65/187 kB | 32/209 kB Progress (4): 131/247 kB | 61/86 kB | 65/187 kB | 32/209 kB Progress (4): 131/247 kB | 61/86 kB | 66/187 kB | 32/209 kB Progress (4): 131/247 kB | 61/86 kB | 66/187 kB | 36/209 kB Progress (4): 131/247 kB | 61/86 kB | 70/187 kB | 36/209 kB Progress (4): 131/247 kB | 65/86 kB | 70/187 kB | 36/209 kB Progress (4): 135/247 kB | 65/86 kB | 70/187 kB | 36/209 kB Progress (4): 135/247 kB | 66/86 kB | 70/187 kB | 36/209 kB Progress (4): 135/247 kB | 66/86 kB | 74/187 kB | 36/209 kB Progress (4): 135/247 kB | 66/86 kB | 74/187 kB | 40/209 kB Progress (4): 135/247 kB | 66/86 kB | 78/187 kB | 40/209 kB Progress (4): 135/247 kB | 70/86 kB | 78/187 kB | 40/209 kB Progress (4): 139/247 kB | 70/86 kB | 78/187 kB | 40/209 kB Progress (4): 139/247 kB | 74/86 kB | 78/187 kB | 40/209 kB Progress (4): 139/247 kB | 74/86 kB | 82/187 kB | 40/209 kB Progress (4): 139/247 kB | 78/86 kB | 82/187 kB | 40/209 kB Progress (4): 139/247 kB | 78/86 kB | 82/187 kB | 44/209 kB Progress (4): 139/247 kB | 82/86 kB | 82/187 kB | 44/209 kB Progress (4): 139/247 kB | 82/86 kB | 86/187 kB | 44/209 kB Progress (4): 139/247 kB | 82/86 kB | 90/187 kB | 44/209 kB Progress (4): 143/247 kB | 82/86 kB | 90/187 kB | 44/209 kB Progress (4): 143/247 kB | 82/86 kB | 94/187 kB | 44/209 kB Progress (4): 143/247 kB | 86/86 kB | 94/187 kB | 44/209 kB Progress (4): 143/247 kB | 86/86 kB | 94/187 kB | 48/209 kB Progress (4): 143/247 kB | 86 kB | 94/187 kB | 48/209 kB Progress (4): 143/247 kB | 86 kB | 98/187 kB | 48/209 kB Progress (5): 143/247 kB | 86 kB | 98/187 kB | 48/209 kB | 4.1/532 kB Progress (5): 147/247 kB | 86 kB | 98/187 kB | 48/209 kB | 4.1/532 kB Progress (5): 147/247 kB | 86 kB | 98/187 kB | 48/209 kB | 7.7/532 kB Progress (5): 147/247 kB | 86 kB | 98/187 kB | 48/209 kB | 7.7/532 kB Progress (5): 147/247 kB | 86 kB | 98/187 kB | 52/209 kB | 7.7/532 kB Progress (5): 147/247 kB | 86 kB | 102/187 kB | 52/209 kB | 7.7/532 kB Progress (5): 147/247 kB | 86 kB | 102/187 kB | 52/209 kB | 12/532 kB Progress (5): 151/247 kB | 86 kB | 102/187 kB | 52/209 kB | 12/532 kB Progress (5): 151/247 kB | 86 kB | 102/187 kB | 52/209 kB | 16/532 kB Progress (5): 151/247 kB | 86 kB | 106/187 kB | 52/209 kB | 16/532 kB Progress (5): 151/247 kB | 86 kB | 106/187 kB | 56/209 kB | 16/532 kB Progress (5): 151/247 kB | 86 kB | 110/187 kB | 56/209 kB | 16/532 kB Progress (5): 151/247 kB | 86 kB | 110/187 kB | 60/209 kB | 16/532 kB Progress (5): 151/247 kB | 86 kB | 110/187 kB | 64/209 kB | 16/532 kB Progress (5): 151/247 kB | 86 kB | 110/187 kB | 64/209 kB | 20/532 kB Progress (5): 155/247 kB | 86 kB | 110/187 kB | 64/209 kB | 20/532 kB Progress (5): 155/247 kB | 86 kB | 110/187 kB | 64/209 kB | 24/532 kB Progress (5): 155/247 kB | 86 kB | 110/187 kB | 68/209 kB | 24/532 kB Progress (5): 155/247 kB | 86 kB | 110/187 kB | 68/209 kB | 28/532 kB Progress (5): 155/247 kB | 86 kB | 114/187 kB | 68/209 kB | 28/532 kB Progress (5): 155/247 kB | 86 kB | 114/187 kB | 68/209 kB | 32/532 kB Progress (5): 155/247 kB | 86 kB | 114/187 kB | 72/209 kB | 32/532 kB Progress (5): 159/247 kB | 86 kB | 114/187 kB | 72/209 kB | 32/532 kB Progress (5): 159/247 kB | 86 kB | 114/187 kB | 76/209 kB | 32/532 kB Progress (5): 159/247 kB | 86 kB | 114/187 kB | 76/209 kB | 33/532 kB Progress (5): 159/247 kB | 86 kB | 118/187 kB | 76/209 kB | 33/532 kB Progress (5): 159/247 kB | 86 kB | 118/187 kB | 76/209 kB | 37/532 kB Progress (5): 159/247 kB | 86 kB | 118/187 kB | 80/209 kB | 37/532 kB Progress (5): 163/247 kB | 86 kB | 118/187 kB | 80/209 kB | 37/532 kB Progress (5): 163/247 kB | 86 kB | 118/187 kB | 84/209 kB | 37/532 kB Progress (5): 163/247 kB | 86 kB | 118/187 kB | 84/209 kB | 41/532 kB Progress (5): 163/247 kB | 86 kB | 122/187 kB | 84/209 kB | 41/532 kB Progress (5): 163/247 kB | 86 kB | 122/187 kB | 84/209 kB | 45/532 kB Progress (5): 163/247 kB | 86 kB | 122/187 kB | 88/209 kB | 45/532 kB Progress (5): 167/247 kB | 86 kB | 122/187 kB | 88/209 kB | 45/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 101 kB/s) Progress (4): 171/247 kB | 122/187 kB | 88/209 kB | 45/532 kB Progress (4): 171/247 kB | 122/187 kB | 92/209 kB | 45/532 kB Progress (4): 171/247 kB | 122/187 kB | 92/209 kB | 49/532 kB Progress (4): 171/247 kB | 126/187 kB | 92/209 kB | 49/532 kB Progress (4): 171/247 kB | 126/187 kB | 92/209 kB | 53/532 kB Progress (4): 171/247 kB | 126/187 kB | 96/209 kB | 53/532 kB Progress (4): 175/247 kB | 126/187 kB | 96/209 kB | 53/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar Progress (4): 179/247 kB | 126/187 kB | 96/209 kB | 53/532 kB Progress (4): 179/247 kB | 126/187 kB | 100/209 kB | 53/532 kB Progress (4): 179/247 kB | 126/187 kB | 100/209 kB | 57/532 kB Progress (4): 179/247 kB | 130/187 kB | 100/209 kB | 57/532 kB Progress (4): 179/247 kB | 130/187 kB | 100/209 kB | 61/532 kB Progress (4): 179/247 kB | 130/187 kB | 104/209 kB | 61/532 kB Progress (4): 183/247 kB | 130/187 kB | 104/209 kB | 61/532 kB Progress (4): 183/247 kB | 130/187 kB | 108/209 kB | 61/532 kB Progress (4): 183/247 kB | 130/187 kB | 108/209 kB | 65/532 kB Progress (4): 183/247 kB | 131/187 kB | 108/209 kB | 65/532 kB Progress (4): 183/247 kB | 135/187 kB | 108/209 kB | 65/532 kB Progress (4): 183/247 kB | 139/187 kB | 108/209 kB | 65/532 kB Progress (4): 183/247 kB | 143/187 kB | 108/209 kB | 65/532 kB Progress (4): 183/247 kB | 147/187 kB | 108/209 kB | 65/532 kB Progress (4): 183/247 kB | 147/187 kB | 108/209 kB | 66/532 kB Progress (4): 183/247 kB | 147/187 kB | 112/209 kB | 66/532 kB Progress (4): 187/247 kB | 147/187 kB | 112/209 kB | 66/532 kB Progress (4): 187/247 kB | 147/187 kB | 116/209 kB | 66/532 kB Progress (5): 187/247 kB | 147/187 kB | 116/209 kB | 66/532 kB | 4.1/56 kB Progress (5): 187/247 kB | 147/187 kB | 116/209 kB | 70/532 kB | 4.1/56 kB Progress (5): 187/247 kB | 151/187 kB | 116/209 kB | 70/532 kB | 4.1/56 kB Progress (5): 187/247 kB | 151/187 kB | 116/209 kB | 74/532 kB | 4.1/56 kB Progress (5): 187/247 kB | 151/187 kB | 116/209 kB | 78/532 kB | 4.1/56 kB Progress (5): 187/247 kB | 151/187 kB | 116/209 kB | 78/532 kB | 7.7/56 kB Progress (5): 191/247 kB | 151/187 kB | 116/209 kB | 78/532 kB | 7.7/56 kB Progress (5): 191/247 kB | 151/187 kB | 120/209 kB | 78/532 kB | 7.7/56 kB Progress (5): 195/247 kB | 151/187 kB | 120/209 kB | 78/532 kB | 7.7/56 kB Progress (5): 195/247 kB | 151/187 kB | 120/209 kB | 78/532 kB | 12/56 kB Progress (5): 195/247 kB | 151/187 kB | 120/209 kB | 82/532 kB | 12/56 kB Progress (5): 195/247 kB | 155/187 kB | 120/209 kB | 82/532 kB | 12/56 kB Progress (5): 195/247 kB | 155/187 kB | 120/209 kB | 86/532 kB | 12/56 kB Progress (5): 195/247 kB | 155/187 kB | 120/209 kB | 86/532 kB | 16/56 kB Progress (5): 199/247 kB | 155/187 kB | 120/209 kB | 86/532 kB | 16/56 kB Progress (5): 199/247 kB | 155/187 kB | 124/209 kB | 86/532 kB | 16/56 kB Progress (5): 203/247 kB | 155/187 kB | 124/209 kB | 86/532 kB | 16/56 kB Progress (5): 203/247 kB | 155/187 kB | 124/209 kB | 86/532 kB | 20/56 kB Progress (5): 207/247 kB | 155/187 kB | 124/209 kB | 86/532 kB | 20/56 kB Progress (5): 207/247 kB | 155/187 kB | 124/209 kB | 90/532 kB | 20/56 kB Progress (5): 207/247 kB | 159/187 kB | 124/209 kB | 90/532 kB | 20/56 kB Progress (5): 207/247 kB | 159/187 kB | 124/209 kB | 94/532 kB | 20/56 kB Progress (5): 211/247 kB | 159/187 kB | 124/209 kB | 94/532 kB | 20/56 kB Progress (5): 211/247 kB | 159/187 kB | 124/209 kB | 94/532 kB | 24/56 kB Progress (5): 211/247 kB | 159/187 kB | 128/209 kB | 94/532 kB | 24/56 kB Progress (5): 211/247 kB | 159/187 kB | 128/209 kB | 94/532 kB | 28/56 kB Progress (5): 211/247 kB | 159/187 kB | 132/209 kB | 94/532 kB | 28/56 kB Progress (5): 215/247 kB | 159/187 kB | 132/209 kB | 94/532 kB | 28/56 kB Progress (5): 215/247 kB | 159/187 kB | 132/209 kB | 98/532 kB | 28/56 kB Progress (5): 215/247 kB | 163/187 kB | 132/209 kB | 98/532 kB | 28/56 kB Progress (5): 215/247 kB | 163/187 kB | 132/209 kB | 98/532 kB | 28/56 kB Progress (5): 219/247 kB | 163/187 kB | 132/209 kB | 98/532 kB | 28/56 kB Progress (5): 219/247 kB | 163/187 kB | 136/209 kB | 98/532 kB | 28/56 kB Progress (5): 219/247 kB | 163/187 kB | 136/209 kB | 98/532 kB | 32/56 kB Progress (5): 219/247 kB | 163/187 kB | 140/209 kB | 98/532 kB | 32/56 kB Progress (5): 223/247 kB | 163/187 kB | 140/209 kB | 98/532 kB | 32/56 kB Progress (5): 223/247 kB | 163/187 kB | 140/209 kB | 102/532 kB | 32/56 kB Progress (5): 223/247 kB | 167/187 kB | 140/209 kB | 102/532 kB | 32/56 kB Progress (5): 223/247 kB | 167/187 kB | 140/209 kB | 106/532 kB | 32/56 kB Progress (5): 227/247 kB | 167/187 kB | 140/209 kB | 106/532 kB | 32/56 kB Progress (5): 227/247 kB | 167/187 kB | 144/209 kB | 106/532 kB | 32/56 kB Progress (5): 227/247 kB | 167/187 kB | 144/209 kB | 106/532 kB | 36/56 kB Progress (5): 227/247 kB | 167/187 kB | 148/209 kB | 106/532 kB | 36/56 kB Progress (5): 231/247 kB | 167/187 kB | 148/209 kB | 106/532 kB | 36/56 kB Progress (5): 231/247 kB | 167/187 kB | 148/209 kB | 110/532 kB | 36/56 kB Progress (5): 231/247 kB | 171/187 kB | 148/209 kB | 110/532 kB | 36/56 kB Progress (5): 231/247 kB | 171/187 kB | 148/209 kB | 114/532 kB | 36/56 kB Progress (5): 235/247 kB | 171/187 kB | 148/209 kB | 114/532 kB | 36/56 kB Progress (5): 235/247 kB | 171/187 kB | 152/209 kB | 114/532 kB | 36/56 kB Progress (5): 235/247 kB | 171/187 kB | 152/209 kB | 114/532 kB | 40/56 kB Progress (5): 235/247 kB | 171/187 kB | 156/209 kB | 114/532 kB | 40/56 kB Progress (5): 235/247 kB | 171/187 kB | 160/209 kB | 114/532 kB | 40/56 kB Progress (5): 239/247 kB | 171/187 kB | 160/209 kB | 114/532 kB | 40/56 kB Progress (5): 239/247 kB | 171/187 kB | 160/209 kB | 118/532 kB | 40/56 kB Progress (5): 239/247 kB | 175/187 kB | 160/209 kB | 118/532 kB | 40/56 kB Progress (5): 239/247 kB | 175/187 kB | 160/209 kB | 122/532 kB | 40/56 kB Progress (5): 243/247 kB | 175/187 kB | 160/209 kB | 122/532 kB | 40/56 kB Progress (5): 243/247 kB | 175/187 kB | 164/209 kB | 122/532 kB | 40/56 kB Progress (5): 243/247 kB | 175/187 kB | 164/209 kB | 122/532 kB | 44/56 kB Progress (5): 243/247 kB | 175/187 kB | 168/209 kB | 122/532 kB | 44/56 kB Progress (5): 247/247 kB | 175/187 kB | 168/209 kB | 122/532 kB | 44/56 kB Progress (5): 247/247 kB | 175/187 kB | 168/209 kB | 126/532 kB | 44/56 kB Progress (5): 247/247 kB | 179/187 kB | 168/209 kB | 126/532 kB | 44/56 kB Progress (5): 247/247 kB | 179/187 kB | 168/209 kB | 130/532 kB | 44/56 kB Progress (5): 247 kB | 179/187 kB | 168/209 kB | 130/532 kB | 44/56 kB Progress (5): 247 kB | 179/187 kB | 172/209 kB | 130/532 kB | 44/56 kB Progress (5): 247 kB | 179/187 kB | 172/209 kB | 130/532 kB | 48/56 kB Progress (5): 247 kB | 179/187 kB | 176/209 kB | 130/532 kB | 48/56 kB Progress (5): 247 kB | 179/187 kB | 180/209 kB | 130/532 kB | 48/56 kB Progress (5): 247 kB | 179/187 kB | 184/209 kB | 130/532 kB | 48/56 kB Progress (5): 247 kB | 179/187 kB | 184/209 kB | 134/532 kB | 48/56 kB Progress (5): 247 kB | 183/187 kB | 184/209 kB | 134/532 kB | 48/56 kB Progress (5): 247 kB | 183/187 kB | 184/209 kB | 138/532 kB | 48/56 kB Progress (5): 247 kB | 183/187 kB | 188/209 kB | 138/532 kB | 48/56 kB Progress (5): 247 kB | 183/187 kB | 188/209 kB | 138/532 kB | 52/56 kB Progress (5): 247 kB | 183/187 kB | 188/209 kB | 142/532 kB | 52/56 kB Progress (5): 247 kB | 183/187 kB | 192/209 kB | 142/532 kB | 52/56 kB Progress (5): 247 kB | 187 kB | 192/209 kB | 142/532 kB | 52/56 kB Progress (5): 247 kB | 187 kB | 196/209 kB | 142/532 kB | 52/56 kB Progress (5): 247 kB | 187 kB | 196/209 kB | 146/532 kB | 52/56 kB Progress (5): 247 kB | 187 kB | 196/209 kB | 146/532 kB | 56/56 kB Progress (5): 247 kB | 187 kB | 196/209 kB | 150/532 kB | 56/56 kB Progress (5): 247 kB | 187 kB | 200/209 kB | 150/532 kB | 56/56 kB Progress (5): 247 kB | 187 kB | 200/209 kB | 154/532 kB | 56/56 kB Progress (5): 247 kB | 187 kB | 200/209 kB | 154/532 kB | 56 kB Progress (5): 247 kB | 187 kB | 200/209 kB | 158/532 kB | 56 kB Progress (5): 247 kB | 187 kB | 200/209 kB | 162/532 kB | 56 kB Progress (5): 247 kB | 187 kB | 204/209 kB | 162/532 kB | 56 kB Progress (5): 247 kB | 187 kB | 204/209 kB | 166/532 kB | 56 kB Progress (5): 247 kB | 187 kB | 208/209 kB | 166/532 kB | 56 kB Progress (5): 247 kB | 187 kB | 208/209 kB | 170/532 kB | 56 kB Progress (5): 247 kB | 187 kB | 209 kB | 170/532 kB | 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 261 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 187 kB | 209 kB | 174/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 178/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 182/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 186/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 190/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 194/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 198/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 202/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 206/532 kB | 56 kB Progress (4): 187 kB | 209 kB | 210/532 kB | 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 58 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 195 kB/s) Progress (2): 209 kB | 214/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (2): 209 kB | 218/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar Progress (3): 209 kB | 218/532 kB | 4.1/100 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 204 kB/s) Progress (3): 218/532 kB | 4.1/100 kB | 4.1/58 kB Progress (3): 222/532 kB | 4.1/100 kB | 4.1/58 kB Progress (3): 222/532 kB | 4.1/100 kB | 7.7/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar Progress (3): 222/532 kB | 7.7/100 kB | 7.7/58 kB Progress (3): 222/532 kB | 7.7/100 kB | 12/58 kB Progress (3): 226/532 kB | 7.7/100 kB | 12/58 kB Progress (3): 226/532 kB | 7.7/100 kB | 16/58 kB Progress (3): 226/532 kB | 12/100 kB | 16/58 kB Progress (3): 226/532 kB | 12/100 kB | 20/58 kB Progress (3): 230/532 kB | 12/100 kB | 20/58 kB Progress (3): 230/532 kB | 12/100 kB | 24/58 kB Progress (3): 230/532 kB | 16/100 kB | 24/58 kB Progress (3): 230/532 kB | 16/100 kB | 28/58 kB Progress (3): 234/532 kB | 16/100 kB | 28/58 kB Progress (3): 234/532 kB | 16/100 kB | 32/58 kB Progress (3): 234/532 kB | 20/100 kB | 32/58 kB Progress (3): 234/532 kB | 20/100 kB | 36/58 kB Progress (3): 234/532 kB | 24/100 kB | 36/58 kB Progress (3): 238/532 kB | 24/100 kB | 36/58 kB Progress (3): 238/532 kB | 24/100 kB | 40/58 kB Progress (3): 238/532 kB | 28/100 kB | 40/58 kB Progress (3): 242/532 kB | 28/100 kB | 40/58 kB Progress (3): 242/532 kB | 32/100 kB | 40/58 kB Progress (3): 242/532 kB | 32/100 kB | 44/58 kB Progress (3): 242/532 kB | 33/100 kB | 44/58 kB Progress (3): 246/532 kB | 33/100 kB | 44/58 kB Progress (3): 246/532 kB | 33/100 kB | 48/58 kB Progress (3): 250/532 kB | 33/100 kB | 48/58 kB Progress (3): 250/532 kB | 33/100 kB | 52/58 kB Progress (3): 250/532 kB | 37/100 kB | 52/58 kB Progress (3): 254/532 kB | 37/100 kB | 52/58 kB Progress (3): 254/532 kB | 37/100 kB | 56/58 kB Progress (3): 258/532 kB | 37/100 kB | 56/58 kB Progress (3): 258/532 kB | 41/100 kB | 56/58 kB Progress (3): 262/532 kB | 41/100 kB | 56/58 kB Progress (3): 262/532 kB | 41/100 kB | 58 kB Progress (3): 266/532 kB | 41/100 kB | 58 kB Progress (3): 266/532 kB | 45/100 kB | 58 kB Progress (3): 270/532 kB | 45/100 kB | 58 kB Progress (3): 270/532 kB | 49/100 kB | 58 kB Progress (3): 274/532 kB | 49/100 kB | 58 kB Progress (3): 274/532 kB | 53/100 kB | 58 kB Progress (3): 278/532 kB | 53/100 kB | 58 kB Progress (3): 278/532 kB | 57/100 kB | 58 kB Progress (3): 282/532 kB | 57/100 kB | 58 kB Progress (3): 282/532 kB | 61/100 kB | 58 kB Progress (3): 286/532 kB | 61/100 kB | 58 kB Progress (3): 286/532 kB | 65/100 kB | 58 kB Progress (3): 290/532 kB | 65/100 kB | 58 kB Progress (3): 290/532 kB | 66/100 kB | 58 kB Progress (3): 294/532 kB | 66/100 kB | 58 kB Progress (3): 294/532 kB | 70/100 kB | 58 kB Progress (3): 298/532 kB | 70/100 kB | 58 kB Progress (3): 298/532 kB | 74/100 kB | 58 kB Progress (3): 302/532 kB | 74/100 kB | 58 kB Progress (3): 302/532 kB | 78/100 kB | 58 kB Progress (3): 306/532 kB | 78/100 kB | 58 kB Progress (3): 306/532 kB | 82/100 kB | 58 kB Progress (3): 310/532 kB | 82/100 kB | 58 kB Progress (3): 310/532 kB | 86/100 kB | 58 kB Progress (3): 314/532 kB | 86/100 kB | 58 kB Progress (3): 314/532 kB | 90/100 kB | 58 kB Progress (3): 318/532 kB | 90/100 kB | 58 kB Progress (3): 318/532 kB | 94/100 kB | 58 kB Progress (3): 322/532 kB | 94/100 kB | 58 kB Progress (3): 322/532 kB | 98/100 kB | 58 kB Progress (3): 326/532 kB | 98/100 kB | 58 kB Progress (3): 326/532 kB | 100 kB | 58 kB Progress (3): 330/532 kB | 100 kB | 58 kB Progress (3): 334/532 kB | 100 kB | 58 kB Progress (3): 338/532 kB | 100 kB | 58 kB Progress (3): 342/532 kB | 100 kB | 58 kB Progress (4): 342/532 kB | 100 kB | 58 kB | 4.1/245 kB Progress (4): 346/532 kB | 100 kB | 58 kB | 4.1/245 kB Progress (4): 346/532 kB | 100 kB | 58 kB | 7.7/245 kB Progress (4): 350/532 kB | 100 kB | 58 kB | 7.7/245 kB Progress (4): 350/532 kB | 100 kB | 58 kB | 12/245 kB Progress (4): 354/532 kB | 100 kB | 58 kB | 12/245 kB Progress (4): 358/532 kB | 100 kB | 58 kB | 12/245 kB Progress (4): 362/532 kB | 100 kB | 58 kB | 12/245 kB Progress (4): 362/532 kB | 100 kB | 58 kB | 16/245 kB Progress (4): 366/532 kB | 100 kB | 58 kB | 16/245 kB Progress (5): 366/532 kB | 100 kB | 58 kB | 16/245 kB | 0/1.4 MB Progress (5): 366/532 kB | 100 kB | 58 kB | 20/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 100 kB | 58 kB | 20/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 100 kB | 58 kB | 24/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 100 kB | 58 kB | 24/245 kB | 0/1.4 MB Progress (5): 370/532 kB | 100 kB | 58 kB | 28/245 kB | 0/1.4 MB Progress (5): 374/532 kB | 100 kB | 58 kB | 28/245 kB | 0/1.4 MB Progress (5): 374/532 kB | 100 kB | 58 kB | 32/245 kB | 0/1.4 MB Progress (5): 374/532 kB | 100 kB | 58 kB | 32/245 kB | 0/1.4 MB Progress (5): 374/532 kB | 100 kB | 58 kB | 36/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 100 kB | 58 kB | 36/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 100 kB | 58 kB | 40/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 100 kB | 58 kB | 40/245 kB | 0/1.4 MB Progress (5): 378/532 kB | 100 kB | 58 kB | 44/245 kB | 0/1.4 MB Progress (5): 382/532 kB | 100 kB | 58 kB | 44/245 kB | 0/1.4 MB Progress (5): 382/532 kB | 100 kB | 58 kB | 48/245 kB | 0/1.4 MB Progress (5): 382/532 kB | 100 kB | 58 kB | 48/245 kB | 0/1.4 MB Progress (5): 382/532 kB | 100 kB | 58 kB | 52/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 100 kB | 58 kB | 52/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 100 kB | 58 kB | 56/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 100 kB | 58 kB | 56/245 kB | 0/1.4 MB Progress (5): 386/532 kB | 100 kB | 58 kB | 60/245 kB | 0/1.4 MB Progress (5): 390/532 kB | 100 kB | 58 kB | 60/245 kB | 0/1.4 MB Progress (5): 390/532 kB | 100 kB | 58 kB | 64/245 kB | 0/1.4 MB Progress (5): 390/532 kB | 100 kB | 58 kB | 64/245 kB | 0/1.4 MB Progress (5): 390/532 kB | 100 kB | 58 kB | 68/245 kB | 0/1.4 MB Progress (5): 394/532 kB | 100 kB | 58 kB | 68/245 kB | 0/1.4 MB Progress (5): 398/532 kB | 100 kB | 58 kB | 68/245 kB | 0/1.4 MB Progress (5): 402/532 kB | 100 kB | 58 kB | 68/245 kB | 0/1.4 MB Progress (5): 406/532 kB | 100 kB | 58 kB | 68/245 kB | 0/1.4 MB Progress (5): 410/532 kB | 100 kB | 58 kB | 68/245 kB | 0/1.4 MB Progress (5): 410/532 kB | 100 kB | 58 kB | 72/245 kB | 0/1.4 MB Progress (5): 410/532 kB | 100 kB | 58 kB | 72/245 kB | 0/1.4 MB Progress (5): 410/532 kB | 100 kB | 58 kB | 76/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 76/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 80/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 84/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 84/245 kB | 0/1.4 MB Progress (5): 414/532 kB | 100 kB | 58 kB | 88/245 kB | 0/1.4 MB Progress (5): 418/532 kB | 100 kB | 58 kB | 88/245 kB | 0/1.4 MB Progress (5): 418/532 kB | 100 kB | 58 kB | 92/245 kB | 0/1.4 MB Progress (5): 422/532 kB | 100 kB | 58 kB | 92/245 kB | 0/1.4 MB Progress (5): 422/532 kB | 100 kB | 58 kB | 92/245 kB | 0/1.4 MB Progress (5): 426/532 kB | 100 kB | 58 kB | 92/245 kB | 0/1.4 MB Progress (5): 426/532 kB | 100 kB | 58 kB | 92/245 kB | 0/1.4 MB Progress (5): 426/532 kB | 100 kB | 58 kB | 92/245 kB | 0/1.4 MB Progress (5): 426/532 kB | 100 kB | 58 kB | 92/245 kB | 0.1/1.4 MB Progress (5): 426/532 kB | 100 kB | 58 kB | 92/245 kB | 0.1/1.4 MB Progress (5): 426/532 kB | 100 kB | 58 kB | 96/245 kB | 0.1/1.4 MB Progress (5): 426/532 kB | 100 kB | 58 kB | 96/245 kB | 0.1/1.4 MB Progress (5): 430/532 kB | 100 kB | 58 kB | 96/245 kB | 0.1/1.4 MB Progress (5): 430/532 kB | 100 kB | 58 kB | 100/245 kB | 0.1/1.4 MB Progress (5): 430/532 kB | 100 kB | 58 kB | 100/245 kB | 0.1/1.4 MB Progress (5): 430/532 kB | 100 kB | 58 kB | 104/245 kB | 0.1/1.4 MB Progress (5): 434/532 kB | 100 kB | 58 kB | 104/245 kB | 0.1/1.4 MB Progress (5): 434/532 kB | 100 kB | 58 kB | 108/245 kB | 0.1/1.4 MB Progress (5): 434/532 kB | 100 kB | 58 kB | 108/245 kB | 0.1/1.4 MB Progress (5): 434/532 kB | 100 kB | 58 kB | 112/245 kB | 0.1/1.4 MB Progress (5): 438/532 kB | 100 kB | 58 kB | 112/245 kB | 0.1/1.4 MB Progress (5): 438/532 kB | 100 kB | 58 kB | 116/245 kB | 0.1/1.4 MB Progress (5): 438/532 kB | 100 kB | 58 kB | 116/245 kB | 0.1/1.4 MB Progress (5): 438/532 kB | 100 kB | 58 kB | 120/245 kB | 0.1/1.4 MB Progress (5): 442/532 kB | 100 kB | 58 kB | 120/245 kB | 0.1/1.4 MB Progress (5): 442/532 kB | 100 kB | 58 kB | 124/245 kB | 0.1/1.4 MB Progress (5): 442/532 kB | 100 kB | 58 kB | 124/245 kB | 0.1/1.4 MB Progress (5): 442/532 kB | 100 kB | 58 kB | 128/245 kB | 0.1/1.4 MB Progress (5): 446/532 kB | 100 kB | 58 kB | 128/245 kB | 0.1/1.4 MB Progress (5): 446/532 kB | 100 kB | 58 kB | 132/245 kB | 0.1/1.4 MB Progress (5): 446/532 kB | 100 kB | 58 kB | 132/245 kB | 0.1/1.4 MB Progress (5): 446/532 kB | 100 kB | 58 kB | 136/245 kB | 0.1/1.4 MB Progress (5): 450/532 kB | 100 kB | 58 kB | 136/245 kB | 0.1/1.4 MB Progress (5): 450/532 kB | 100 kB | 58 kB | 140/245 kB | 0.1/1.4 MB Progress (5): 450/532 kB | 100 kB | 58 kB | 140/245 kB | 0.1/1.4 MB Progress (5): 450/532 kB | 100 kB | 58 kB | 144/245 kB | 0.1/1.4 MB Progress (5): 454/532 kB | 100 kB | 58 kB | 144/245 kB | 0.1/1.4 MB Progress (5): 454/532 kB | 100 kB | 58 kB | 148/245 kB | 0.1/1.4 MB Progress (5): 454/532 kB | 100 kB | 58 kB | 148/245 kB | 0.1/1.4 MB Progress (5): 454/532 kB | 100 kB | 58 kB | 152/245 kB | 0.1/1.4 MB Progress (5): 454/532 kB | 100 kB | 58 kB | 156/245 kB | 0.1/1.4 MB Progress (5): 458/532 kB | 100 kB | 58 kB | 156/245 kB | 0.1/1.4 MB Progress (5): 458/532 kB | 100 kB | 58 kB | 160/245 kB | 0.1/1.4 MB Progress (5): 458/532 kB | 100 kB | 58 kB | 160/245 kB | 0.1/1.4 MB Progress (5): 462/532 kB | 100 kB | 58 kB | 160/245 kB | 0.1/1.4 MB Progress (5): 462/532 kB | 100 kB | 58 kB | 160/245 kB | 0.1/1.4 MB Progress (5): 462/532 kB | 100 kB | 58 kB | 164/245 kB | 0.1/1.4 MB Progress (5): 462/532 kB | 100 kB | 58 kB | 164/245 kB | 0.1/1.4 MB Progress (5): 466/532 kB | 100 kB | 58 kB | 164/245 kB | 0.1/1.4 MB Progress (5): 466/532 kB | 100 kB | 58 kB | 164/245 kB | 0.1/1.4 MB Progress (5): 466/532 kB | 100 kB | 58 kB | 168/245 kB | 0.1/1.4 MB Progress (5): 470/532 kB | 100 kB | 58 kB | 168/245 kB | 0.1/1.4 MB Progress (5): 470/532 kB | 100 kB | 58 kB | 172/245 kB | 0.1/1.4 MB Progress (5): 470/532 kB | 100 kB | 58 kB | 172/245 kB | 0.1/1.4 MB Progress (5): 470/532 kB | 100 kB | 58 kB | 176/245 kB | 0.1/1.4 MB Progress (5): 474/532 kB | 100 kB | 58 kB | 176/245 kB | 0.1/1.4 MB Progress (5): 474/532 kB | 100 kB | 58 kB | 180/245 kB | 0.1/1.4 MB Progress (5): 474/532 kB | 100 kB | 58 kB | 180/245 kB | 0.1/1.4 MB Progress (5): 474/532 kB | 100 kB | 58 kB | 184/245 kB | 0.1/1.4 MB Progress (5): 478/532 kB | 100 kB | 58 kB | 184/245 kB | 0.1/1.4 MB Progress (5): 478/532 kB | 100 kB | 58 kB | 188/245 kB | 0.1/1.4 MB Progress (5): 478/532 kB | 100 kB | 58 kB | 188/245 kB | 0.1/1.4 MB Progress (5): 478/532 kB | 100 kB | 58 kB | 192/245 kB | 0.1/1.4 MB Progress (5): 482/532 kB | 100 kB | 58 kB | 192/245 kB | 0.1/1.4 MB Progress (5): 482/532 kB | 100 kB | 58 kB | 196/245 kB | 0.1/1.4 MB Progress (5): 482/532 kB | 100 kB | 58 kB | 196/245 kB | 0.1/1.4 MB Progress (5): 482/532 kB | 100 kB | 58 kB | 200/245 kB | 0.1/1.4 MB Progress (5): 486/532 kB | 100 kB | 58 kB | 200/245 kB | 0.1/1.4 MB Progress (5): 486/532 kB | 100 kB | 58 kB | 204/245 kB | 0.1/1.4 MB Progress (5): 486/532 kB | 100 kB | 58 kB | 204/245 kB | 0.1/1.4 MB Progress (5): 486/532 kB | 100 kB | 58 kB | 208/245 kB | 0.1/1.4 MB Progress (5): 490/532 kB | 100 kB | 58 kB | 208/245 kB | 0.1/1.4 MB Progress (5): 490/532 kB | 100 kB | 58 kB | 212/245 kB | 0.1/1.4 MB Progress (5): 490/532 kB | 100 kB | 58 kB | 212/245 kB | 0.1/1.4 MB Progress (5): 490/532 kB | 100 kB | 58 kB | 216/245 kB | 0.1/1.4 MB Progress (5): 494/532 kB | 100 kB | 58 kB | 216/245 kB | 0.1/1.4 MB Progress (5): 494/532 kB | 100 kB | 58 kB | 220/245 kB | 0.1/1.4 MB Progress (5): 494/532 kB | 100 kB | 58 kB | 220/245 kB | 0.1/1.4 MB Progress (5): 494/532 kB | 100 kB | 58 kB | 224/245 kB | 0.1/1.4 MB Progress (5): 498/532 kB | 100 kB | 58 kB | 224/245 kB | 0.1/1.4 MB Progress (5): 498/532 kB | 100 kB | 58 kB | 228/245 kB | 0.1/1.4 MB Progress (5): 498/532 kB | 100 kB | 58 kB | 228/245 kB | 0.1/1.4 MB Progress (5): 498/532 kB | 100 kB | 58 kB | 232/245 kB | 0.1/1.4 MB Progress (5): 502/532 kB | 100 kB | 58 kB | 232/245 kB | 0.1/1.4 MB Progress (5): 502/532 kB | 100 kB | 58 kB | 232/245 kB | 0.1/1.4 MB Progress (5): 506/532 kB | 100 kB | 58 kB | 232/245 kB | 0.1/1.4 MB Progress (5): 506/532 kB | 100 kB | 58 kB | 236/245 kB | 0.1/1.4 MB Progress (5): 510/532 kB | 100 kB | 58 kB | 236/245 kB | 0.1/1.4 MB Progress (5): 510/532 kB | 100 kB | 58 kB | 236/245 kB | 0.1/1.4 MB Progress (5): 514/532 kB | 100 kB | 58 kB | 236/245 kB | 0.1/1.4 MB Progress (5): 514/532 kB | 100 kB | 58 kB | 240/245 kB | 0.1/1.4 MB Progress (5): 514/532 kB | 100 kB | 58 kB | 240/245 kB | 0.1/1.4 MB Progress (5): 514/532 kB | 100 kB | 58 kB | 244/245 kB | 0.1/1.4 MB Progress (5): 514/532 kB | 100 kB | 58 kB | 245 kB | 0.1/1.4 MB Progress (5): 518/532 kB | 100 kB | 58 kB | 245 kB | 0.1/1.4 MB Progress (5): 518/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 522/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 522/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 522/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 526/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 526/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 526/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 526/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 526/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 530/532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.2/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.3/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (5): 532 kB | 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 430 kB/s) Progress (4): 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar Progress (4): 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (4): 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (4): 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (4): 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Progress (4): 100 kB | 58 kB | 245 kB | 0.4/1.4 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 198 kB/s) Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.4/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (3): 100 kB | 58 kB | 0.5/1.4 MB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 4.1/13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 4.1/13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 7.7/13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 7.7/13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 12/13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 12/13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 13 kB Progress (4): 100 kB | 58 kB | 0.5/1.4 MB | 13 kB Progress (4): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB Progress (4): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB Progress (5): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB | 3.1 kB Progress (5): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB | 3.1 kB Progress (5): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB | 3.1 kB Progress (5): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB | 3.1 kB Progress (5): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB | 3.1 kB Progress (5): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB | 3.1 kB Progress (5): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB | 3.1 kB Progress (5): 100 kB | 58 kB | 0.6/1.4 MB | 13 kB | 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 2.4 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 10.0 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.6/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.7/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (3): 100 kB | 58 kB | 0.8/1.4 MB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 4.1/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 4.1/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 7.7/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 7.7/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 12/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 12/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 12/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 16/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 16/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 16/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 20/112 kB Progress (4): 100 kB | 58 kB | 0.8/1.4 MB | 20/112 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 20/112 kB | 4.1/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 20/112 kB | 4.1/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 24/112 kB | 4.1/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 24/112 kB | 4.1/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 24/112 kB | 4.1/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 24/112 kB | 7.7/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 24/112 kB | 7.7/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 28/112 kB | 7.7/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 28/112 kB | 12/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 28/112 kB | 12/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 28/112 kB | 16/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 32/112 kB | 16/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 32/112 kB | 20/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 32/112 kB | 20/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 32/112 kB | 24/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 33/112 kB | 24/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 33/112 kB | 28/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 33/112 kB | 32/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 33/112 kB | 32/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 33/112 kB | 36/36 kB Progress (5): 100 kB | 58 kB | 0.8/1.4 MB | 37/112 kB | 36/36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 37/112 kB | 36/36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 37/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 37/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 41/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 41/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 45/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 45/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 49/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 49/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 53/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 53/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 57/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 57/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 61/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 61/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 65/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 65/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 66/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 66/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 70/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 70/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 74/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 74/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 78/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 78/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 82/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 82/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 86/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 86/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 90/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 90/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 94/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 94/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 98/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 98/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 102/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 102/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 106/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 106/112 kB | 36 kB Progress (5): 100 kB | 58 kB | 0.9/1.4 MB | 110/112 kB | 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 26 kB/s) Progress (4): 100 kB | 58 kB | 0.9/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 0.9/1.4 MB | 112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar Progress (4): 100 kB | 58 kB | 0.9/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 0.9/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 0.9/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 0.9/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Progress (4): 100 kB | 58 kB | 1.0/1.4 MB | 112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 78 kB/s) Progress (3): 100 kB | 58 kB | 1.0/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar Progress (3): 100 kB | 58 kB | 1.0/1.4 MB Progress (3): 100 kB | 58 kB | 1.0/1.4 MB Progress (3): 100 kB | 58 kB | 1.1/1.4 MB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 4.1/7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 4.1/7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.1/1.4 MB | 7.0 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 4.8 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (3): 100 kB | 58 kB | 1.2/1.4 MB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 4.1/9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 4.1/9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 7.7/9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 7.7/9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.2/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 4.1/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 4.1/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 7.7/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 7.7/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 12/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 12/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 16/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 16/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 20/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 20/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 24/37 kB Progress (5): 100 kB | 58 kB | 1.3/1.4 MB | 9.4 kB | 24/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 6.4 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 24/37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 28/37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 28/37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 32/37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 32/37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 36/37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 36/37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.3/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 24 kB/s) Progress (3): 100 kB | 58 kB | 1.4/1.4 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (3): 100 kB | 58 kB | 1.4/1.4 MB Progress (3): 100 kB | 58 kB | 1.4/1.4 MB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 4.1/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 4.1/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 7.7/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 7.7/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 12/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 12/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 16/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 16/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 20/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 24/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 28/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 28/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 32/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 32/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 33/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 33/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 37/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 41/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 41/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 45/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 45/285 kB Progress (4): 100 kB | 58 kB | 1.4/1.4 MB | 49/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 49/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 53/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 57/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 61/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 65/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 66/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 70/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 74/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 78/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 82/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 86/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 90/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 94/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 98/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 98/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 102/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 106/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 110/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 114/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 118/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 122/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 126/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 130/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 131/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 135/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 139/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 143/285 kB Progress (4): 100 kB | 58 kB | 1.4 MB | 147/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 936 kB/s) Progress (3): 100 kB | 58 kB | 151/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar Progress (3): 100 kB | 58 kB | 155/285 kB Progress (3): 100 kB | 58 kB | 159/285 kB Progress (3): 100 kB | 58 kB | 163/285 kB Progress (3): 100 kB | 58 kB | 164/285 kB Progress (3): 100 kB | 58 kB | 168/285 kB Progress (3): 100 kB | 58 kB | 172/285 kB Progress (3): 100 kB | 58 kB | 176/285 kB Progress (3): 100 kB | 58 kB | 180/285 kB Progress (3): 100 kB | 58 kB | 184/285 kB Progress (3): 100 kB | 58 kB | 188/285 kB Progress (3): 100 kB | 58 kB | 192/285 kB Progress (3): 100 kB | 58 kB | 196/285 kB Progress (3): 100 kB | 58 kB | 197/285 kB Progress (3): 100 kB | 58 kB | 201/285 kB Progress (3): 100 kB | 58 kB | 205/285 kB Progress (3): 100 kB | 58 kB | 209/285 kB Progress (3): 100 kB | 58 kB | 213/285 kB Progress (3): 100 kB | 58 kB | 217/285 kB Progress (3): 100 kB | 58 kB | 221/285 kB Progress (3): 100 kB | 58 kB | 225/285 kB Progress (3): 100 kB | 58 kB | 229/285 kB Progress (3): 100 kB | 58 kB | 233/285 kB Progress (3): 100 kB | 58 kB | 237/285 kB Progress (3): 100 kB | 58 kB | 241/285 kB Progress (3): 100 kB | 58 kB | 245/285 kB Progress (3): 100 kB | 58 kB | 249/285 kB Progress (3): 100 kB | 58 kB | 253/285 kB Progress (3): 100 kB | 58 kB | 257/285 kB Progress (3): 100 kB | 58 kB | 261/285 kB Progress (3): 100 kB | 58 kB | 265/285 kB Progress (3): 100 kB | 58 kB | 269/285 kB Progress (3): 100 kB | 58 kB | 273/285 kB Progress (3): 100 kB | 58 kB | 277/285 kB Progress (3): 100 kB | 58 kB | 281/285 kB Progress (3): 100 kB | 58 kB | 285/285 kB Progress (3): 100 kB | 58 kB | 285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 173 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (3): 100 kB | 58 kB | 4.1/4.3 kB Progress (3): 100 kB | 58 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.6 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar Progress (3): 100 kB | 58 kB | 4.1/53 kB Progress (3): 100 kB | 58 kB | 7.7/53 kB Progress (3): 100 kB | 58 kB | 12/53 kB Progress (3): 100 kB | 58 kB | 16/53 kB Progress (3): 100 kB | 58 kB | 20/53 kB Progress (3): 100 kB | 58 kB | 24/53 kB Progress (3): 100 kB | 58 kB | 28/53 kB Progress (3): 100 kB | 58 kB | 32/53 kB Progress (4): 100 kB | 58 kB | 32/53 kB | 4.1/37 kB Progress (4): 100 kB | 58 kB | 36/53 kB | 4.1/37 kB Progress (4): 100 kB | 58 kB | 40/53 kB | 4.1/37 kB Progress (4): 100 kB | 58 kB | 44/53 kB | 4.1/37 kB Progress (5): 100 kB | 58 kB | 44/53 kB | 4.1/37 kB | 4.1/29 kB Progress (5): 100 kB | 58 kB | 44/53 kB | 4.1/37 kB | 7.7/29 kB Progress (5): 100 kB | 58 kB | 44/53 kB | 7.7/37 kB | 7.7/29 kB Progress (5): 100 kB | 58 kB | 44/53 kB | 7.7/37 kB | 12/29 kB Progress (5): 100 kB | 58 kB | 48/53 kB | 7.7/37 kB | 12/29 kB Progress (5): 100 kB | 58 kB | 48/53 kB | 12/37 kB | 12/29 kB Progress (5): 100 kB | 58 kB | 48/53 kB | 12/37 kB | 16/29 kB Progress (5): 100 kB | 58 kB | 48/53 kB | 16/37 kB | 16/29 kB Progress (5): 100 kB | 58 kB | 52/53 kB | 16/37 kB | 16/29 kB Progress (5): 100 kB | 58 kB | 52/53 kB | 20/37 kB | 16/29 kB Progress (5): 100 kB | 58 kB | 52/53 kB | 20/37 kB | 20/29 kB Progress (5): 100 kB | 58 kB | 52/53 kB | 24/37 kB | 20/29 kB Progress (5): 100 kB | 58 kB | 53 kB | 24/37 kB | 20/29 kB Progress (5): 100 kB | 58 kB | 53 kB | 28/37 kB | 20/29 kB Progress (5): 100 kB | 58 kB | 53 kB | 28/37 kB | 24/29 kB Progress (5): 100 kB | 58 kB | 53 kB | 32/37 kB | 24/29 kB Progress (5): 100 kB | 58 kB | 53 kB | 32/37 kB | 28/29 kB Progress (5): 100 kB | 58 kB | 53 kB | 36/37 kB | 28/29 kB Progress (5): 100 kB | 58 kB | 53 kB | 36/37 kB | 29 kB Progress (5): 100 kB | 58 kB | 53 kB | 37 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 32 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 17 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 22 kB/s) Progress (3): 100 kB | 58 kB | 4.1/21 kB Progress (3): 100 kB | 58 kB | 7.7/21 kB Progress (3): 100 kB | 58 kB | 12/21 kB Progress (3): 100 kB | 58 kB | 16/21 kB Progress (3): 100 kB | 58 kB | 20/21 kB Progress (3): 100 kB | 58 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 12 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 33 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.1/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.2/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.3/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.4/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.5/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.6/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.7/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.8/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 0.9/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.0/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.1/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.2/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.3/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.4/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.5/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.6/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.7/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.8/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 1.9/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.0/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.1/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.2/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.3/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.4/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.5/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.6/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.7/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.8/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 2.9/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.0/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.1/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.2/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.3/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.4/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.5/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.6/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.7/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.8/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 3.9/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.0/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.1/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.2/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.3/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.4/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.5/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.6/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.7/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.8/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 4.9/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.0/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.1/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.2/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.3/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.4/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.5/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.6/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.7/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.8/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 5.9/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.0/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.1/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.2/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.3/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.4/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.5/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.6/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.7/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.8/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 6.9/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.0/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.1/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.2/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.3/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.4/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.5/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.6/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.7/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.8/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 7.9/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.0/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1/8.1 MB Progress (1): 8.1 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 7.7 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar Progress (1): 4.1/218 kB Progress (1): 7.7/218 kB Progress (1): 12/218 kB Progress (1): 16/218 kB Progress (1): 20/218 kB Progress (1): 24/218 kB Progress (1): 28/218 kB Progress (1): 32/218 kB Progress (1): 33/218 kB Progress (1): 37/218 kB Progress (1): 41/218 kB Progress (1): 45/218 kB Progress (1): 49/218 kB Progress (1): 53/218 kB Progress (1): 57/218 kB Progress (1): 61/218 kB Progress (1): 65/218 kB Progress (1): 66/218 kB Progress (1): 70/218 kB Progress (1): 74/218 kB Progress (1): 78/218 kB Progress (1): 82/218 kB Progress (1): 86/218 kB Progress (1): 90/218 kB Progress (1): 94/218 kB Progress (1): 98/218 kB Progress (1): 98/218 kB Progress (1): 102/218 kB Progress (1): 106/218 kB Progress (1): 110/218 kB Progress (1): 114/218 kB Progress (1): 118/218 kB Progress (1): 122/218 kB Progress (1): 126/218 kB Progress (1): 130/218 kB Progress (1): 131/218 kB Progress (1): 135/218 kB Progress (1): 139/218 kB Progress (1): 143/218 kB Progress (1): 147/218 kB Progress (1): 151/218 kB Progress (1): 155/218 kB Progress (1): 159/218 kB Progress (1): 163/218 kB Progress (1): 164/218 kB Progress (1): 168/218 kB Progress (1): 172/218 kB Progress (1): 176/218 kB Progress (1): 180/218 kB Progress (1): 184/218 kB Progress (1): 188/218 kB Progress (1): 192/218 kB Progress (1): 196/218 kB Progress (1): 200/218 kB Progress (1): 204/218 kB Progress (1): 208/218 kB Progress (1): 212/218 kB Progress (1): 216/218 kB Progress (1): 218 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 5.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar Progress (1): 4.1/148 kB Progress (1): 7.7/148 kB Progress (1): 12/148 kB Progress (1): 16/148 kB Progress (1): 20/148 kB Progress (1): 24/148 kB Progress (1): 28/148 kB Progress (1): 32/148 kB Progress (1): 33/148 kB Progress (1): 37/148 kB Progress (1): 41/148 kB Progress (1): 45/148 kB Progress (1): 49/148 kB Progress (1): 53/148 kB Progress (1): 57/148 kB Progress (1): 61/148 kB Progress (1): 65/148 kB Progress (1): 66/148 kB Progress (1): 70/148 kB Progress (1): 74/148 kB Progress (1): 78/148 kB Progress (1): 82/148 kB Progress (1): 86/148 kB Progress (1): 90/148 kB Progress (1): 94/148 kB Progress (1): 98/148 kB Progress (1): 98/148 kB Progress (1): 102/148 kB Progress (1): 106/148 kB Progress (1): 110/148 kB Progress (1): 114/148 kB Progress (1): 118/148 kB Progress (1): 122/148 kB Progress (1): 126/148 kB Progress (1): 130/148 kB Progress (1): 134/148 kB Progress (1): 138/148 kB Progress (1): 142/148 kB Progress (1): 146/148 kB Progress (1): 148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 5.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar Progress (1): 4.1/48 kB Progress (1): 7.7/48 kB Progress (1): 12/48 kB Progress (1): 16/48 kB Progress (1): 20/48 kB Progress (1): 24/48 kB Progress (1): 28/48 kB Progress (1): 32/48 kB Progress (1): 36/48 kB Progress (1): 40/48 kB Progress (1): 44/48 kB Progress (1): 48/48 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 2.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 57 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar Progress (1): 4.1/128 kB Progress (1): 7.7/128 kB Progress (1): 12/128 kB Progress (1): 16/128 kB Progress (1): 20/128 kB Progress (1): 24/128 kB Progress (1): 28/128 kB Progress (1): 32/128 kB Progress (1): 36/128 kB Progress (1): 40/128 kB Progress (1): 44/128 kB Progress (1): 48/128 kB Progress (1): 52/128 kB Progress (1): 56/128 kB Progress (1): 60/128 kB Progress (1): 64/128 kB Progress (1): 68/128 kB Progress (1): 72/128 kB Progress (1): 76/128 kB Progress (1): 80/128 kB Progress (1): 84/128 kB Progress (1): 88/128 kB Progress (1): 92/128 kB Progress (1): 96/128 kB Progress (1): 100/128 kB Progress (1): 104/128 kB Progress (1): 108/128 kB Progress (1): 112/128 kB Progress (1): 116/128 kB Progress (1): 120/128 kB Progress (1): 124/128 kB Progress (1): 128/128 kB Progress (1): 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 933 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 61 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 305 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom Progress (1): 4.1/44 kB Progress (1): 7.7/44 kB Progress (1): 12/44 kB Progress (1): 16/44 kB Progress (1): 20/44 kB Progress (1): 24/44 kB Progress (1): 28/44 kB Progress (1): 32/44 kB Progress (1): 36/44 kB Progress (1): 40/44 kB Progress (1): 44/44 kB Progress (1): 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 503 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar Progress (1): 4.1/62 kB Progress (1): 7.7/62 kB Progress (1): 12/62 kB Progress (1): 16/62 kB Progress (1): 20/62 kB Progress (1): 24/62 kB Progress (1): 28/62 kB Progress (1): 32/62 kB Progress (1): 36/62 kB Progress (1): 40/62 kB Progress (1): 44/62 kB Progress (1): 48/62 kB Progress (1): 52/62 kB Progress (1): 56/62 kB Progress (1): 60/62 kB Progress (1): 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom (2.5 kB at 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar (33 kB at 6.5 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 646 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 136 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 302 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 123 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom Progress (1): 4.1/8.7 kB Progress (1): 7.7/8.7 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 143 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom Progress (1): 4.1/26 kB Progress (1): 7.7/26 kB Progress (1): 12/26 kB Progress (1): 16/26 kB Progress (1): 20/26 kB Progress (1): 24/26 kB Progress (1): 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 712 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 462 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 6.9 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Progress (1): 4.1/19 kB Progress (1): 7.7/19 kB Progress (1): 12/19 kB Progress (1): 16/19 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 503 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 568 kB/s) Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 397 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar Progress (1): 4.1/7.6 kB Progress (1): 7.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 218 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom Progress (1): 4.1/4.4 kB Progress (1): 4.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom (4.4 kB at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom Progress (1): 4.1/39 kB Progress (1): 7.7/39 kB Progress (1): 12/39 kB Progress (1): 16/39 kB Progress (1): 20/39 kB Progress (1): 24/39 kB Progress (1): 28/39 kB Progress (1): 32/39 kB Progress (1): 36/39 kB Progress (1): 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom (39 kB at 921 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar (53 kB at 1.4 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 126 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 373 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 704 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 69 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 788 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 51 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 280 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom Progress (1): 4.1/53 kB Progress (1): 7.7/53 kB Progress (1): 12/53 kB Progress (1): 16/53 kB Progress (1): 20/53 kB Progress (1): 24/53 kB Progress (1): 28/53 kB Progress (1): 32/53 kB Progress (1): 36/53 kB Progress (1): 40/53 kB Progress (1): 44/53 kB Progress (1): 48/53 kB Progress (1): 52/53 kB Progress (1): 53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 388 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 296 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 61 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 15 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 98 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar Progress (1): 4.1/114 kB Progress (1): 7.7/114 kB Progress (1): 12/114 kB Progress (1): 16/114 kB Progress (1): 20/114 kB Progress (1): 24/114 kB Progress (1): 28/114 kB Progress (2): 28/114 kB | 4.1/50 kB Progress (2): 32/114 kB | 4.1/50 kB Progress (2): 32/114 kB | 7.7/50 kB Progress (2): 36/114 kB | 7.7/50 kB Progress (2): 40/114 kB | 7.7/50 kB Progress (2): 40/114 kB | 12/50 kB Progress (2): 40/114 kB | 16/50 kB Progress (2): 44/114 kB | 16/50 kB Progress (2): 44/114 kB | 20/50 kB Progress (2): 48/114 kB | 20/50 kB Progress (2): 48/114 kB | 24/50 kB Progress (2): 52/114 kB | 24/50 kB Progress (2): 56/114 kB | 24/50 kB Progress (2): 56/114 kB | 28/50 kB Progress (2): 56/114 kB | 32/50 kB Progress (2): 60/114 kB | 32/50 kB Progress (2): 64/114 kB | 32/50 kB Progress (2): 64/114 kB | 36/50 kB Progress (2): 64/114 kB | 40/50 kB Progress (2): 68/114 kB | 40/50 kB Progress (2): 72/114 kB | 40/50 kB Progress (2): 72/114 kB | 44/50 kB Progress (2): 72/114 kB | 48/50 kB Progress (2): 76/114 kB | 48/50 kB Progress (2): 76/114 kB | 50 kB Progress (2): 80/114 kB | 50 kB Progress (2): 84/114 kB | 50 kB Progress (2): 88/114 kB | 50 kB Progress (3): 88/114 kB | 50 kB | 4.1/54 kB Progress (3): 92/114 kB | 50 kB | 4.1/54 kB Progress (3): 92/114 kB | 50 kB | 7.7/54 kB Progress (3): 96/114 kB | 50 kB | 7.7/54 kB Progress (3): 96/114 kB | 50 kB | 12/54 kB Progress (3): 100/114 kB | 50 kB | 12/54 kB Progress (3): 100/114 kB | 50 kB | 16/54 kB Progress (3): 104/114 kB | 50 kB | 16/54 kB Progress (3): 104/114 kB | 50 kB | 20/54 kB Progress (3): 108/114 kB | 50 kB | 20/54 kB Progress (3): 108/114 kB | 50 kB | 24/54 kB Progress (3): 112/114 kB | 50 kB | 24/54 kB Progress (3): 112/114 kB | 50 kB | 28/54 kB Progress (3): 114 kB | 50 kB | 28/54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 1.3 MB/s) Progress (2): 114 kB | 32/54 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar Progress (2): 114 kB | 36/54 kB Progress (2): 114 kB | 40/54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 2.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar Progress (1): 44/54 kB Progress (1): 48/54 kB Progress (1): 52/54 kB Progress (1): 54 kB Progress (2): 54 kB | 4.1/28 kB Progress (3): 54 kB | 4.1/28 kB | 4.1/33 kB Progress (3): 54 kB | 7.7/28 kB | 4.1/33 kB Progress (3): 54 kB | 7.7/28 kB | 7.7/33 kB Progress (3): 54 kB | 12/28 kB | 7.7/33 kB Progress (3): 54 kB | 12/28 kB | 12/33 kB Progress (3): 54 kB | 16/28 kB | 12/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 843 kB/s) Progress (3): 16/28 kB | 12/33 kB | 4.1/81 kB Progress (3): 20/28 kB | 12/33 kB | 4.1/81 kB Progress (4): 20/28 kB | 12/33 kB | 4.1/81 kB | 4.1/20 kB Progress (4): 20/28 kB | 16/33 kB | 4.1/81 kB | 4.1/20 kB Progress (4): 20/28 kB | 16/33 kB | 4.1/81 kB | 7.7/20 kB Progress (4): 24/28 kB | 16/33 kB | 4.1/81 kB | 7.7/20 kB Progress (4): 24/28 kB | 16/33 kB | 4.1/81 kB | 12/20 kB Progress (4): 28 kB | 16/33 kB | 4.1/81 kB | 12/20 kB Progress (4): 28 kB | 16/33 kB | 7.7/81 kB | 12/20 kB Progress (4): 28 kB | 16/33 kB | 7.7/81 kB | 16/20 kB Progress (4): 28 kB | 20/33 kB | 7.7/81 kB | 16/20 kB Progress (4): 28 kB | 20/33 kB | 7.7/81 kB | 20 kB Progress (4): 28 kB | 20/33 kB | 12/81 kB | 20 kB Progress (4): 28 kB | 20/33 kB | 16/81 kB | 20 kB Progress (4): 28 kB | 24/33 kB | 16/81 kB | 20 kB Progress (4): 28 kB | 28/33 kB | 16/81 kB | 20 kB Progress (4): 28 kB | 28/33 kB | 20/81 kB | 20 kB Progress (4): 28 kB | 32/33 kB | 20/81 kB | 20 kB Progress (4): 28 kB | 32/33 kB | 24/81 kB | 20 kB Progress (4): 28 kB | 33 kB | 24/81 kB | 20 kB Progress (4): 28 kB | 33 kB | 28/81 kB | 20 kB Progress (4): 28 kB | 33 kB | 32/81 kB | 20 kB Progress (4): 28 kB | 33 kB | 33/81 kB | 20 kB Progress (4): 28 kB | 33 kB | 37/81 kB | 20 kB Progress (4): 28 kB | 33 kB | 41/81 kB | 20 kB Progress (4): 28 kB | 33 kB | 45/81 kB | 20 kB Progress (4): 28 kB | 33 kB | 49/81 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 384 kB/s) Progress (3): 33 kB | 53/81 kB | 20 kB Progress (3): 33 kB | 57/81 kB | 20 kB Progress (3): 33 kB | 61/81 kB | 20 kB Progress (3): 33 kB | 65/81 kB | 20 kB Progress (3): 33 kB | 69/81 kB | 20 kB Progress (3): 33 kB | 73/81 kB | 20 kB Progress (3): 33 kB | 77/81 kB | 20 kB Progress (3): 33 kB | 81/81 kB | 20 kB Progress (3): 33 kB | 81 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 450 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 260 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 762 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Progress (1): 4.1/4.9 kB Progress (1): 4.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 271 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 765 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 849 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 711 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 150 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 332 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Progress (1): 4.1/23 kB Progress (1): 7.7/23 kB Progress (1): 12/23 kB Progress (1): 16/23 kB Progress (1): 20/23 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 660 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 612 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 318 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 795 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Progress (1): 4.1/124 kB Progress (1): 7.7/124 kB Progress (1): 12/124 kB Progress (1): 16/124 kB Progress (1): 20/124 kB Progress (1): 24/124 kB Progress (1): 28/124 kB Progress (1): 32/124 kB Progress (1): 36/124 kB Progress (1): 40/124 kB Progress (1): 44/124 kB Progress (1): 48/124 kB Progress (1): 52/124 kB Progress (1): 56/124 kB Progress (1): 60/124 kB Progress (1): 64/124 kB Progress (1): 68/124 kB Progress (1): 72/124 kB Progress (1): 76/124 kB Progress (1): 80/124 kB Progress (1): 84/124 kB Progress (1): 88/124 kB Progress (1): 92/124 kB Progress (1): 96/124 kB Progress (1): 100/124 kB Progress (1): 104/124 kB Progress (1): 108/124 kB Progress (1): 112/124 kB Progress (1): 116/124 kB Progress (1): 120/124 kB Progress (1): 124/124 kB Progress (1): 124 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 3.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 112 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 444 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.4.0/tycho-eclipserun-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.4.0/tycho-eclipserun-plugin-1.4.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.4.0/tycho-eclipserun-plugin-1.4.0.pom (2.0 kB at 38 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 485 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.4.0/tycho-eclipserun-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.4.0/tycho-eclipserun-plugin-1.4.0.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.4.0/tycho-eclipserun-plugin-1.4.0.jar (12 kB at 275 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 16 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 118 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 74 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Progress (1): 815 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 15 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 132 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 457 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Progress (1): 643 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (643 B at 27 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 7.3 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 34 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 34 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 34 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 41 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.pom (5.6 kB at 83 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar Progress (1): 4.1/29 kB Progress (1): 7.7/29 kB Progress (1): 12/29 kB Progress (1): 16/29 kB Progress (1): 20/29 kB Progress (1): 24/29 kB Progress (2): 24/29 kB | 4.1/13 kB Progress (2): 28/29 kB | 4.1/13 kB Progress (2): 28/29 kB | 7.7/13 kB Progress (2): 29 kB | 7.7/13 kB Progress (2): 29 kB | 12/13 kB Progress (2): 29 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 270 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.4.0/tycho-p2-extras-plugin-1.4.0.jar (29 kB at 559 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom (4.8 kB at 251 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar Progress (1): 4.1/57 kB Progress (1): 7.7/57 kB Progress (1): 12/57 kB Progress (1): 16/57 kB Progress (1): 20/57 kB Progress (1): 24/57 kB Progress (1): 28/57 kB Progress (1): 32/57 kB Progress (1): 36/57 kB Progress (1): 40/57 kB Progress (1): 44/57 kB Progress (1): 48/57 kB Progress (1): 52/57 kB Progress (1): 56/57 kB Progress (1): 57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar (57 kB at 1.3 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom (3.3 kB at 100 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom (1.5 kB at 44 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom (3.0 kB at 94 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom (1.5 kB at 11 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom (1.9 kB at 54 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom (3.3 kB at 74 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom (2.1 kB at 63 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 107 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 854 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom Progress (1): 4.1/43 kB Progress (1): 7.7/43 kB Progress (1): 12/43 kB Progress (1): 16/43 kB Progress (1): 20/43 kB Progress (1): 24/43 kB Progress (1): 28/43 kB Progress (1): 32/43 kB Progress (1): 36/43 kB Progress (1): 40/43 kB Progress (1): 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.2 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 484 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 8.2 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Progress (1): 4.1/11 kB Progress (1): 7.7/11 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 291 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 29 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 314 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Progress (1): 4.1/7.4 kB Progress (1): 7.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 205 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 560 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 40 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 100 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 584 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 121 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 406 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 144 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 349 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 542 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 75 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 46 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 75 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 19 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1/5.8 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 119 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 363 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 54 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 40 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 20 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 29 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 71 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 63 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 86 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Progress (1): 4.1/16 kB Progress (1): 7.7/16 kB Progress (1): 12/16 kB Progress (1): 16/16 kB Progress (1): 16 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 406 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Progress (1): 4.1/6.6 kB Progress (1): 6.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 193 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar Progress (1): 4.1/25 kB Progress (1): 7.7/25 kB Progress (1): 12/25 kB Progress (1): 16/25 kB Progress (1): 20/25 kB Progress (1): 24/25 kB Progress (1): 25 kB Progress (2): 25 kB | 4.1/924 kB Progress (3): 25 kB | 4.1/924 kB | 4.1/65 kB Progress (3): 25 kB | 7.7/924 kB | 4.1/65 kB Progress (4): 25 kB | 7.7/924 kB | 4.1/65 kB | 4.1/185 kB Progress (4): 25 kB | 7.7/924 kB | 7.7/65 kB | 4.1/185 kB Progress (4): 25 kB | 7.7/924 kB | 7.7/65 kB | 7.7/185 kB Progress (4): 25 kB | 7.7/924 kB | 12/65 kB | 7.7/185 kB Progress (4): 25 kB | 12/924 kB | 12/65 kB | 7.7/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar (25 kB at 590 kB/s) Progress (3): 16/924 kB | 12/65 kB | 7.7/185 kB Progress (3): 16/924 kB | 16/65 kB | 7.7/185 kB Progress (3): 16/924 kB | 16/65 kB | 12/185 kB Progress (4): 16/924 kB | 16/65 kB | 12/185 kB | 4.1/424 kB Progress (4): 16/924 kB | 20/65 kB | 12/185 kB | 4.1/424 kB Progress (4): 16/924 kB | 20/65 kB | 16/185 kB | 4.1/424 kB Progress (4): 20/924 kB | 20/65 kB | 16/185 kB | 4.1/424 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar Progress (4): 24/924 kB | 20/65 kB | 16/185 kB | 4.1/424 kB Progress (4): 24/924 kB | 20/65 kB | 20/185 kB | 4.1/424 kB Progress (4): 24/924 kB | 24/65 kB | 20/185 kB | 4.1/424 kB Progress (4): 24/924 kB | 24/65 kB | 20/185 kB | 7.7/424 kB Progress (4): 24/924 kB | 28/65 kB | 20/185 kB | 7.7/424 kB Progress (4): 24/924 kB | 28/65 kB | 24/185 kB | 7.7/424 kB Progress (4): 28/924 kB | 28/65 kB | 24/185 kB | 7.7/424 kB Progress (4): 28/924 kB | 28/65 kB | 28/185 kB | 7.7/424 kB Progress (4): 28/924 kB | 32/65 kB | 28/185 kB | 7.7/424 kB Progress (4): 28/924 kB | 32/65 kB | 28/185 kB | 12/424 kB Progress (4): 28/924 kB | 36/65 kB | 28/185 kB | 12/424 kB Progress (4): 28/924 kB | 36/65 kB | 32/185 kB | 12/424 kB Progress (4): 32/924 kB | 36/65 kB | 32/185 kB | 12/424 kB Progress (4): 32/924 kB | 36/65 kB | 36/185 kB | 12/424 kB Progress (4): 32/924 kB | 40/65 kB | 36/185 kB | 12/424 kB Progress (4): 32/924 kB | 40/65 kB | 36/185 kB | 16/424 kB Progress (4): 32/924 kB | 44/65 kB | 36/185 kB | 16/424 kB Progress (4): 32/924 kB | 44/65 kB | 40/185 kB | 16/424 kB Progress (4): 36/924 kB | 44/65 kB | 40/185 kB | 16/424 kB Progress (4): 36/924 kB | 44/65 kB | 44/185 kB | 16/424 kB Progress (4): 36/924 kB | 48/65 kB | 44/185 kB | 16/424 kB Progress (4): 36/924 kB | 48/65 kB | 44/185 kB | 20/424 kB Progress (4): 36/924 kB | 52/65 kB | 44/185 kB | 20/424 kB Progress (4): 36/924 kB | 52/65 kB | 48/185 kB | 20/424 kB Progress (4): 40/924 kB | 52/65 kB | 48/185 kB | 20/424 kB Progress (4): 40/924 kB | 52/65 kB | 52/185 kB | 20/424 kB Progress (4): 40/924 kB | 56/65 kB | 52/185 kB | 20/424 kB Progress (4): 40/924 kB | 56/65 kB | 52/185 kB | 24/424 kB Progress (4): 40/924 kB | 60/65 kB | 52/185 kB | 24/424 kB Progress (4): 44/924 kB | 60/65 kB | 52/185 kB | 24/424 kB Progress (4): 44/924 kB | 60/65 kB | 56/185 kB | 24/424 kB Progress (4): 48/924 kB | 60/65 kB | 56/185 kB | 24/424 kB Progress (4): 48/924 kB | 64/65 kB | 56/185 kB | 24/424 kB Progress (4): 48/924 kB | 64/65 kB | 56/185 kB | 28/424 kB Progress (4): 48/924 kB | 65 kB | 56/185 kB | 28/424 kB Progress (5): 48/924 kB | 65 kB | 56/185 kB | 28/424 kB | 4.1/110 kB Progress (5): 52/924 kB | 65 kB | 56/185 kB | 28/424 kB | 4.1/110 kB Progress (5): 52/924 kB | 65 kB | 60/185 kB | 28/424 kB | 4.1/110 kB Progress (5): 56/924 kB | 65 kB | 60/185 kB | 28/424 kB | 4.1/110 kB Progress (5): 56/924 kB | 65 kB | 60/185 kB | 28/424 kB | 7.7/110 kB Progress (5): 56/924 kB | 65 kB | 60/185 kB | 32/424 kB | 7.7/110 kB Progress (5): 56/924 kB | 65 kB | 60/185 kB | 32/424 kB | 12/110 kB Progress (5): 60/924 kB | 65 kB | 60/185 kB | 32/424 kB | 12/110 kB Progress (5): 60/924 kB | 65 kB | 64/185 kB | 32/424 kB | 12/110 kB Progress (5): 64/924 kB | 65 kB | 64/185 kB | 32/424 kB | 12/110 kB Progress (5): 64/924 kB | 65 kB | 64/185 kB | 32/424 kB | 16/110 kB Progress (5): 64/924 kB | 65 kB | 64/185 kB | 36/424 kB | 16/110 kB Progress (5): 64/924 kB | 65 kB | 64/185 kB | 36/424 kB | 20/110 kB Progress (5): 68/924 kB | 65 kB | 64/185 kB | 36/424 kB | 20/110 kB Progress (5): 68/924 kB | 65 kB | 68/185 kB | 36/424 kB | 20/110 kB Progress (5): 72/924 kB | 65 kB | 68/185 kB | 36/424 kB | 20/110 kB Progress (5): 72/924 kB | 65 kB | 68/185 kB | 36/424 kB | 24/110 kB Progress (5): 72/924 kB | 65 kB | 68/185 kB | 40/424 kB | 24/110 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar (65 kB at 1.1 MB/s) Progress (4): 72/924 kB | 68/185 kB | 40/424 kB | 28/110 kB Progress (4): 76/924 kB | 68/185 kB | 40/424 kB | 28/110 kB Progress (4): 76/924 kB | 72/185 kB | 40/424 kB | 28/110 kB Progress (4): 80/924 kB | 72/185 kB | 40/424 kB | 28/110 kB Progress (4): 80/924 kB | 76/185 kB | 40/424 kB | 28/110 kB Progress (4): 80/924 kB | 76/185 kB | 40/424 kB | 32/110 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Progress (4): 80/924 kB | 76/185 kB | 44/424 kB | 32/110 kB Progress (4): 80/924 kB | 76/185 kB | 44/424 kB | 36/110 kB Progress (4): 80/924 kB | 80/185 kB | 44/424 kB | 36/110 kB Progress (4): 84/924 kB | 80/185 kB | 44/424 kB | 36/110 kB Progress (4): 84/924 kB | 84/185 kB | 44/424 kB | 36/110 kB Progress (4): 84/924 kB | 84/185 kB | 44/424 kB | 40/110 kB Progress (4): 84/924 kB | 84/185 kB | 48/424 kB | 40/110 kB Progress (4): 84/924 kB | 84/185 kB | 48/424 kB | 44/110 kB Progress (4): 84/924 kB | 84/185 kB | 52/424 kB | 44/110 kB Progress (4): 84/924 kB | 88/185 kB | 52/424 kB | 44/110 kB Progress (4): 88/924 kB | 88/185 kB | 52/424 kB | 44/110 kB Progress (4): 88/924 kB | 92/185 kB | 52/424 kB | 44/110 kB Progress (4): 92/924 kB | 92/185 kB | 52/424 kB | 44/110 kB Progress (4): 92/924 kB | 92/185 kB | 56/424 kB | 44/110 kB Progress (4): 92/924 kB | 92/185 kB | 56/424 kB | 48/110 kB Progress (4): 92/924 kB | 92/185 kB | 60/424 kB | 48/110 kB Progress (4): 92/924 kB | 92/185 kB | 60/424 kB | 52/110 kB Progress (4): 96/924 kB | 92/185 kB | 60/424 kB | 52/110 kB Progress (4): 96/924 kB | 96/185 kB | 60/424 kB | 52/110 kB Progress (4): 100/924 kB | 96/185 kB | 60/424 kB | 52/110 kB Progress (4): 100/924 kB | 96/185 kB | 60/424 kB | 56/110 kB Progress (4): 100/924 kB | 96/185 kB | 64/424 kB | 56/110 kB Progress (4): 100/924 kB | 96/185 kB | 64/424 kB | 60/110 kB Progress (4): 100/924 kB | 96/185 kB | 68/424 kB | 60/110 kB Progress (4): 104/924 kB | 96/185 kB | 68/424 kB | 60/110 kB Progress (4): 104/924 kB | 100/185 kB | 68/424 kB | 60/110 kB Progress (4): 108/924 kB | 100/185 kB | 68/424 kB | 60/110 kB Progress (4): 108/924 kB | 100/185 kB | 72/424 kB | 60/110 kB Progress (4): 108/924 kB | 100/185 kB | 72/424 kB | 64/110 kB Progress (4): 108/924 kB | 100/185 kB | 76/424 kB | 64/110 kB Progress (4): 112/924 kB | 100/185 kB | 76/424 kB | 64/110 kB Progress (4): 112/924 kB | 104/185 kB | 76/424 kB | 64/110 kB Progress (4): 116/924 kB | 104/185 kB | 76/424 kB | 64/110 kB Progress (4): 116/924 kB | 104/185 kB | 80/424 kB | 64/110 kB Progress (4): 116/924 kB | 104/185 kB | 80/424 kB | 68/110 kB Progress (4): 120/924 kB | 104/185 kB | 80/424 kB | 68/110 kB Progress (5): 120/924 kB | 104/185 kB | 80/424 kB | 68/110 kB | 4.1/186 kB Progress (5): 120/924 kB | 104/185 kB | 80/424 kB | 68/110 kB | 7.7/186 kB Progress (5): 120/924 kB | 104/185 kB | 80/424 kB | 68/110 kB | 12/186 kB Progress (5): 120/924 kB | 104/185 kB | 80/424 kB | 68/110 kB | 16/186 kB Progress (5): 120/924 kB | 108/185 kB | 80/424 kB | 68/110 kB | 16/186 kB Progress (5): 120/924 kB | 108/185 kB | 80/424 kB | 68/110 kB | 20/186 kB Progress (5): 120/924 kB | 108/185 kB | 80/424 kB | 68/110 kB | 24/186 kB Progress (5): 124/924 kB | 108/185 kB | 80/424 kB | 68/110 kB | 24/186 kB Progress (5): 124/924 kB | 108/185 kB | 80/424 kB | 72/110 kB | 24/186 kB Progress (5): 124/924 kB | 108/185 kB | 84/424 kB | 72/110 kB | 24/186 kB Progress (5): 124/924 kB | 108/185 kB | 84/424 kB | 76/110 kB | 24/186 kB Progress (5): 128/924 kB | 108/185 kB | 84/424 kB | 76/110 kB | 24/186 kB Progress (5): 128/924 kB | 108/185 kB | 84/424 kB | 76/110 kB | 28/186 kB Progress (5): 128/924 kB | 112/185 kB | 84/424 kB | 76/110 kB | 28/186 kB Progress (5): 128/924 kB | 112/185 kB | 84/424 kB | 76/110 kB | 32/186 kB Progress (5): 132/924 kB | 112/185 kB | 84/424 kB | 76/110 kB | 32/186 kB Progress (5): 132/924 kB | 112/185 kB | 84/424 kB | 80/110 kB | 32/186 kB Progress (5): 132/924 kB | 112/185 kB | 88/424 kB | 80/110 kB | 32/186 kB Progress (5): 132/924 kB | 112/185 kB | 88/424 kB | 84/110 kB | 32/186 kB Progress (5): 136/924 kB | 112/185 kB | 88/424 kB | 84/110 kB | 32/186 kB Progress (5): 136/924 kB | 112/185 kB | 88/424 kB | 84/110 kB | 36/186 kB Progress (5): 136/924 kB | 116/185 kB | 88/424 kB | 84/110 kB | 36/186 kB Progress (5): 136/924 kB | 116/185 kB | 88/424 kB | 84/110 kB | 40/186 kB Progress (5): 140/924 kB | 116/185 kB | 88/424 kB | 84/110 kB | 40/186 kB Progress (5): 140/924 kB | 116/185 kB | 88/424 kB | 88/110 kB | 40/186 kB Progress (5): 140/924 kB | 116/185 kB | 92/424 kB | 88/110 kB | 40/186 kB Progress (5): 140/924 kB | 116/185 kB | 92/424 kB | 92/110 kB | 40/186 kB Progress (5): 144/924 kB | 116/185 kB | 92/424 kB | 92/110 kB | 40/186 kB Progress (5): 144/924 kB | 116/185 kB | 92/424 kB | 92/110 kB | 44/186 kB Progress (5): 144/924 kB | 120/185 kB | 92/424 kB | 92/110 kB | 44/186 kB Progress (5): 144/924 kB | 120/185 kB | 92/424 kB | 92/110 kB | 48/186 kB Progress (5): 148/924 kB | 120/185 kB | 92/424 kB | 92/110 kB | 48/186 kB Progress (5): 148/924 kB | 120/185 kB | 92/424 kB | 96/110 kB | 48/186 kB Progress (5): 148/924 kB | 120/185 kB | 96/424 kB | 96/110 kB | 48/186 kB Progress (5): 148/924 kB | 120/185 kB | 96/424 kB | 100/110 kB | 48/186 kB Progress (5): 152/924 kB | 120/185 kB | 96/424 kB | 100/110 kB | 48/186 kB Progress (5): 152/924 kB | 120/185 kB | 96/424 kB | 100/110 kB | 52/186 kB Progress (5): 152/924 kB | 124/185 kB | 96/424 kB | 100/110 kB | 52/186 kB Progress (5): 152/924 kB | 124/185 kB | 96/424 kB | 100/110 kB | 56/186 kB Progress (5): 156/924 kB | 124/185 kB | 96/424 kB | 100/110 kB | 56/186 kB Progress (5): 156/924 kB | 124/185 kB | 96/424 kB | 104/110 kB | 56/186 kB Progress (5): 156/924 kB | 124/185 kB | 100/424 kB | 104/110 kB | 56/186 kB Progress (5): 156/924 kB | 124/185 kB | 100/424 kB | 108/110 kB | 56/186 kB Progress (5): 160/924 kB | 124/185 kB | 100/424 kB | 108/110 kB | 56/186 kB Progress (5): 160/924 kB | 124/185 kB | 100/424 kB | 108/110 kB | 60/186 kB Progress (5): 160/924 kB | 128/185 kB | 100/424 kB | 108/110 kB | 60/186 kB Progress (5): 160/924 kB | 128/185 kB | 100/424 kB | 108/110 kB | 64/186 kB Progress (5): 164/924 kB | 128/185 kB | 100/424 kB | 108/110 kB | 64/186 kB Progress (5): 164/924 kB | 128/185 kB | 100/424 kB | 110 kB | 64/186 kB Progress (5): 164/924 kB | 128/185 kB | 104/424 kB | 110 kB | 64/186 kB Progress (5): 168/924 kB | 128/185 kB | 104/424 kB | 110 kB | 64/186 kB Progress (5): 168/924 kB | 128/185 kB | 104/424 kB | 110 kB | 68/186 kB Progress (5): 168/924 kB | 132/185 kB | 104/424 kB | 110 kB | 68/186 kB Progress (5): 168/924 kB | 132/185 kB | 104/424 kB | 110 kB | 72/186 kB Progress (5): 172/924 kB | 132/185 kB | 104/424 kB | 110 kB | 72/186 kB Progress (5): 172/924 kB | 132/185 kB | 108/424 kB | 110 kB | 72/186 kB Progress (5): 176/924 kB | 132/185 kB | 108/424 kB | 110 kB | 72/186 kB Progress (5): 176/924 kB | 132/185 kB | 108/424 kB | 110 kB | 76/186 kB Progress (5): 176/924 kB | 136/185 kB | 108/424 kB | 110 kB | 76/186 kB Progress (5): 176/924 kB | 136/185 kB | 108/424 kB | 110 kB | 80/186 kB Progress (5): 180/924 kB | 136/185 kB | 108/424 kB | 110 kB | 80/186 kB Progress (5): 184/924 kB | 136/185 kB | 108/424 kB | 110 kB | 80/186 kB Progress (5): 184/924 kB | 136/185 kB | 112/424 kB | 110 kB | 80/186 kB Progress (5): 188/924 kB | 136/185 kB | 112/424 kB | 110 kB | 80/186 kB Progress (5): 188/924 kB | 136/185 kB | 112/424 kB | 110 kB | 84/186 kB Progress (5): 188/924 kB | 140/185 kB | 112/424 kB | 110 kB | 84/186 kB Progress (5): 188/924 kB | 140/185 kB | 112/424 kB | 110 kB | 88/186 kB Progress (5): 192/924 kB | 140/185 kB | 112/424 kB | 110 kB | 88/186 kB Progress (5): 192/924 kB | 140/185 kB | 116/424 kB | 110 kB | 88/186 kB Progress (5): 196/924 kB | 140/185 kB | 116/424 kB | 110 kB | 88/186 kB Progress (5): 196/924 kB | 140/185 kB | 116/424 kB | 110 kB | 92/186 kB Progress (5): 196/924 kB | 144/185 kB | 116/424 kB | 110 kB | 92/186 kB Progress (5): 196/924 kB | 144/185 kB | 116/424 kB | 110 kB | 96/186 kB Progress (5): 200/924 kB | 144/185 kB | 116/424 kB | 110 kB | 96/186 kB Progress (5): 200/924 kB | 144/185 kB | 120/424 kB | 110 kB | 96/186 kB Progress (5): 204/924 kB | 144/185 kB | 120/424 kB | 110 kB | 96/186 kB Progress (5): 204/924 kB | 144/185 kB | 120/424 kB | 110 kB | 100/186 kB Progress (5): 204/924 kB | 148/185 kB | 120/424 kB | 110 kB | 100/186 kB Progress (5): 204/924 kB | 148/185 kB | 120/424 kB | 110 kB | 104/186 kB Progress (5): 208/924 kB | 148/185 kB | 120/424 kB | 110 kB | 104/186 kB Progress (5): 208/924 kB | 148/185 kB | 124/424 kB | 110 kB | 104/186 kB Progress (5): 212/924 kB | 148/185 kB | 124/424 kB | 110 kB | 104/186 kB Progress (5): 212/924 kB | 148/185 kB | 124/424 kB | 110 kB | 108/186 kB Progress (5): 212/924 kB | 152/185 kB | 124/424 kB | 110 kB | 108/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar (110 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Progress (4): 212/924 kB | 152/185 kB | 124/424 kB | 112/186 kB Progress (4): 216/924 kB | 152/185 kB | 124/424 kB | 112/186 kB Progress (4): 216/924 kB | 152/185 kB | 124/424 kB | 116/186 kB Progress (4): 216/924 kB | 152/185 kB | 128/424 kB | 116/186 kB Progress (4): 216/924 kB | 152/185 kB | 128/424 kB | 120/186 kB Progress (4): 216/924 kB | 152/185 kB | 132/424 kB | 120/186 kB Progress (4): 220/924 kB | 152/185 kB | 132/424 kB | 120/186 kB Progress (4): 220/924 kB | 156/185 kB | 132/424 kB | 120/186 kB Progress (4): 224/924 kB | 156/185 kB | 132/424 kB | 120/186 kB Progress (4): 228/924 kB | 156/185 kB | 132/424 kB | 120/186 kB Progress (4): 232/924 kB | 156/185 kB | 132/424 kB | 120/186 kB Progress (4): 236/924 kB | 156/185 kB | 132/424 kB | 120/186 kB Progress (4): 240/924 kB | 156/185 kB | 132/424 kB | 120/186 kB Progress (4): 240/924 kB | 156/185 kB | 136/424 kB | 120/186 kB Progress (4): 240/924 kB | 156/185 kB | 140/424 kB | 120/186 kB Progress (4): 240/924 kB | 156/185 kB | 144/424 kB | 120/186 kB Progress (4): 240/924 kB | 156/185 kB | 144/424 kB | 124/186 kB Progress (4): 240/924 kB | 156/185 kB | 148/424 kB | 124/186 kB Progress (4): 244/924 kB | 156/185 kB | 148/424 kB | 124/186 kB Progress (4): 244/924 kB | 160/185 kB | 148/424 kB | 124/186 kB Progress (4): 248/924 kB | 160/185 kB | 148/424 kB | 124/186 kB Progress (4): 248/924 kB | 164/185 kB | 148/424 kB | 124/186 kB Progress (4): 248/924 kB | 164/185 kB | 152/424 kB | 124/186 kB Progress (4): 248/924 kB | 164/185 kB | 152/424 kB | 128/186 kB Progress (4): 248/924 kB | 164/185 kB | 156/424 kB | 128/186 kB Progress (4): 248/924 kB | 168/185 kB | 156/424 kB | 128/186 kB Progress (4): 252/924 kB | 168/185 kB | 156/424 kB | 128/186 kB Progress (4): 252/924 kB | 172/185 kB | 156/424 kB | 128/186 kB Progress (4): 252/924 kB | 172/185 kB | 160/424 kB | 128/186 kB Progress (4): 252/924 kB | 172/185 kB | 160/424 kB | 132/186 kB Progress (4): 252/924 kB | 172/185 kB | 164/424 kB | 132/186 kB Progress (4): 252/924 kB | 176/185 kB | 164/424 kB | 132/186 kB Progress (4): 256/924 kB | 176/185 kB | 164/424 kB | 132/186 kB Progress (4): 256/924 kB | 180/185 kB | 164/424 kB | 132/186 kB Progress (4): 256/924 kB | 180/185 kB | 168/424 kB | 132/186 kB Progress (4): 256/924 kB | 180/185 kB | 168/424 kB | 136/186 kB Progress (4): 256/924 kB | 180/185 kB | 172/424 kB | 136/186 kB Progress (4): 256/924 kB | 184/185 kB | 172/424 kB | 136/186 kB Progress (4): 260/924 kB | 184/185 kB | 172/424 kB | 136/186 kB Progress (4): 260/924 kB | 185 kB | 172/424 kB | 136/186 kB Progress (4): 260/924 kB | 185 kB | 176/424 kB | 136/186 kB Progress (4): 260/924 kB | 185 kB | 176/424 kB | 140/186 kB Progress (5): 260/924 kB | 185 kB | 176/424 kB | 140/186 kB | 4.1/13 kB Progress (5): 260/924 kB | 185 kB | 176/424 kB | 140/186 kB | 7.7/13 kB Progress (5): 260/924 kB | 185 kB | 176/424 kB | 144/186 kB | 7.7/13 kB Progress (5): 260/924 kB | 185 kB | 180/424 kB | 144/186 kB | 7.7/13 kB Progress (5): 264/924 kB | 185 kB | 180/424 kB | 144/186 kB | 7.7/13 kB Progress (5): 264/924 kB | 185 kB | 184/424 kB | 144/186 kB | 7.7/13 kB Progress (5): 264/924 kB | 185 kB | 184/424 kB | 148/186 kB | 7.7/13 kB Progress (5): 264/924 kB | 185 kB | 184/424 kB | 148/186 kB | 12/13 kB Progress (5): 264/924 kB | 185 kB | 184/424 kB | 152/186 kB | 12/13 kB Progress (5): 264/924 kB | 185 kB | 188/424 kB | 152/186 kB | 12/13 kB Progress (5): 268/924 kB | 185 kB | 188/424 kB | 152/186 kB | 12/13 kB Progress (5): 268/924 kB | 185 kB | 192/424 kB | 152/186 kB | 12/13 kB Progress (5): 268/924 kB | 185 kB | 192/424 kB | 156/186 kB | 12/13 kB Progress (5): 268/924 kB | 185 kB | 192/424 kB | 156/186 kB | 13 kB Progress (5): 268/924 kB | 185 kB | 192/424 kB | 160/186 kB | 13 kB Progress (5): 268/924 kB | 185 kB | 196/424 kB | 160/186 kB | 13 kB Progress (5): 272/924 kB | 185 kB | 196/424 kB | 160/186 kB | 13 kB Progress (5): 272/924 kB | 185 kB | 200/424 kB | 160/186 kB | 13 kB Progress (5): 272/924 kB | 185 kB | 200/424 kB | 164/186 kB | 13 kB Progress (5): 272/924 kB | 185 kB | 204/424 kB | 164/186 kB | 13 kB Progress (5): 276/924 kB | 185 kB | 204/424 kB | 164/186 kB | 13 kB Progress (5): 276/924 kB | 185 kB | 208/424 kB | 164/186 kB | 13 kB Progress (5): 276/924 kB | 185 kB | 208/424 kB | 168/186 kB | 13 kB Progress (5): 276/924 kB | 185 kB | 212/424 kB | 168/186 kB | 13 kB Progress (5): 280/924 kB | 185 kB | 212/424 kB | 168/186 kB | 13 kB Progress (5): 280/924 kB | 185 kB | 216/424 kB | 168/186 kB | 13 kB Progress (5): 280/924 kB | 185 kB | 216/424 kB | 172/186 kB | 13 kB Progress (5): 280/924 kB | 185 kB | 220/424 kB | 172/186 kB | 13 kB Progress (5): 284/924 kB | 185 kB | 220/424 kB | 172/186 kB | 13 kB Progress (5): 284/924 kB | 185 kB | 224/424 kB | 172/186 kB | 13 kB Progress (5): 284/924 kB | 185 kB | 224/424 kB | 176/186 kB | 13 kB Progress (5): 284/924 kB | 185 kB | 228/424 kB | 176/186 kB | 13 kB Progress (5): 288/924 kB | 185 kB | 228/424 kB | 176/186 kB | 13 kB Progress (5): 288/924 kB | 185 kB | 232/424 kB | 176/186 kB | 13 kB Progress (5): 288/924 kB | 185 kB | 232/424 kB | 180/186 kB | 13 kB Progress (5): 288/924 kB | 185 kB | 236/424 kB | 180/186 kB | 13 kB Progress (5): 292/924 kB | 185 kB | 236/424 kB | 180/186 kB | 13 kB Progress (5): 292/924 kB | 185 kB | 240/424 kB | 180/186 kB | 13 kB Progress (5): 292/924 kB | 185 kB | 240/424 kB | 184/186 kB | 13 kB Progress (5): 292/924 kB | 185 kB | 244/424 kB | 184/186 kB | 13 kB Progress (5): 296/924 kB | 185 kB | 244/424 kB | 184/186 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar (185 kB at 1.0 MB/s) Progress (4): 300/924 kB | 244/424 kB | 184/186 kB | 13 kB Progress (4): 300/924 kB | 248/424 kB | 184/186 kB | 13 kB Progress (4): 300/924 kB | 248/424 kB | 186 kB | 13 kB Progress (4): 300/924 kB | 252/424 kB | 186 kB | 13 kB Progress (4): 304/924 kB | 252/424 kB | 186 kB | 13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Progress (4): 308/924 kB | 252/424 kB | 186 kB | 13 kB Progress (4): 308/924 kB | 256/424 kB | 186 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 71 kB/s) Progress (3): 308/924 kB | 260/424 kB | 186 kB Progress (3): 312/924 kB | 260/424 kB | 186 kB Progress (3): 312/924 kB | 264/424 kB | 186 kB Progress (3): 316/924 kB | 264/424 kB | 186 kB Progress (3): 316/924 kB | 268/424 kB | 186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Progress (3): 316/924 kB | 272/424 kB | 186 kB Progress (3): 320/924 kB | 272/424 kB | 186 kB Progress (3): 320/924 kB | 276/424 kB | 186 kB Progress (3): 324/924 kB | 276/424 kB | 186 kB Progress (3): 324/924 kB | 280/424 kB | 186 kB Progress (3): 328/924 kB | 280/424 kB | 186 kB Progress (3): 328/924 kB | 284/424 kB | 186 kB Progress (3): 328/924 kB | 288/424 kB | 186 kB Progress (3): 332/924 kB | 288/424 kB | 186 kB Progress (3): 332/924 kB | 292/424 kB | 186 kB Progress (3): 336/924 kB | 292/424 kB | 186 kB Progress (3): 336/924 kB | 296/424 kB | 186 kB Progress (3): 340/924 kB | 296/424 kB | 186 kB Progress (3): 340/924 kB | 300/424 kB | 186 kB Progress (3): 344/924 kB | 300/424 kB | 186 kB Progress (3): 344/924 kB | 304/424 kB | 186 kB Progress (3): 348/924 kB | 304/424 kB | 186 kB Progress (3): 348/924 kB | 308/424 kB | 186 kB Progress (3): 348/924 kB | 312/424 kB | 186 kB Progress (3): 348/924 kB | 316/424 kB | 186 kB Progress (3): 348/924 kB | 320/424 kB | 186 kB Progress (3): 348/924 kB | 324/424 kB | 186 kB Progress (3): 352/924 kB | 324/424 kB | 186 kB Progress (3): 352/924 kB | 328/424 kB | 186 kB Progress (3): 356/924 kB | 328/424 kB | 186 kB Progress (3): 356/924 kB | 332/424 kB | 186 kB Progress (4): 356/924 kB | 332/424 kB | 186 kB | 4.1/524 kB Progress (5): 356/924 kB | 332/424 kB | 186 kB | 4.1/524 kB | 4.1/273 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 706 kB/s) Progress (4): 356/924 kB | 336/424 kB | 4.1/524 kB | 4.1/273 kB Progress (4): 360/924 kB | 336/424 kB | 4.1/524 kB | 4.1/273 kB Progress (4): 360/924 kB | 340/424 kB | 4.1/524 kB | 4.1/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Progress (4): 360/924 kB | 340/424 kB | 4.1/524 kB | 7.7/273 kB Progress (4): 360/924 kB | 340/424 kB | 7.7/524 kB | 7.7/273 kB Progress (4): 360/924 kB | 340/424 kB | 7.7/524 kB | 12/273 kB Progress (4): 360/924 kB | 344/424 kB | 7.7/524 kB | 12/273 kB Progress (4): 364/924 kB | 344/424 kB | 7.7/524 kB | 12/273 kB Progress (4): 364/924 kB | 348/424 kB | 7.7/524 kB | 12/273 kB Progress (4): 364/924 kB | 348/424 kB | 7.7/524 kB | 16/273 kB Progress (4): 364/924 kB | 348/424 kB | 12/524 kB | 16/273 kB Progress (4): 364/924 kB | 348/424 kB | 12/524 kB | 20/273 kB Progress (4): 364/924 kB | 352/424 kB | 12/524 kB | 20/273 kB Progress (4): 368/924 kB | 352/424 kB | 12/524 kB | 20/273 kB Progress (4): 368/924 kB | 356/424 kB | 12/524 kB | 20/273 kB Progress (4): 368/924 kB | 356/424 kB | 12/524 kB | 24/273 kB Progress (4): 368/924 kB | 356/424 kB | 16/524 kB | 24/273 kB Progress (4): 368/924 kB | 356/424 kB | 16/524 kB | 28/273 kB Progress (4): 368/924 kB | 360/424 kB | 16/524 kB | 28/273 kB Progress (4): 372/924 kB | 360/424 kB | 16/524 kB | 28/273 kB Progress (4): 372/924 kB | 364/424 kB | 16/524 kB | 28/273 kB Progress (4): 372/924 kB | 364/424 kB | 16/524 kB | 32/273 kB Progress (4): 372/924 kB | 364/424 kB | 20/524 kB | 32/273 kB Progress (4): 372/924 kB | 364/424 kB | 20/524 kB | 33/273 kB Progress (4): 372/924 kB | 368/424 kB | 20/524 kB | 33/273 kB Progress (4): 376/924 kB | 368/424 kB | 20/524 kB | 33/273 kB Progress (4): 376/924 kB | 372/424 kB | 20/524 kB | 33/273 kB Progress (4): 376/924 kB | 372/424 kB | 20/524 kB | 37/273 kB Progress (4): 376/924 kB | 372/424 kB | 24/524 kB | 37/273 kB Progress (4): 376/924 kB | 372/424 kB | 24/524 kB | 41/273 kB Progress (4): 376/924 kB | 376/424 kB | 24/524 kB | 41/273 kB Progress (4): 380/924 kB | 376/424 kB | 24/524 kB | 41/273 kB Progress (4): 380/924 kB | 380/424 kB | 24/524 kB | 41/273 kB Progress (4): 380/924 kB | 380/424 kB | 24/524 kB | 45/273 kB Progress (4): 380/924 kB | 380/424 kB | 28/524 kB | 45/273 kB Progress (4): 380/924 kB | 380/424 kB | 28/524 kB | 49/273 kB Progress (4): 380/924 kB | 384/424 kB | 28/524 kB | 49/273 kB Progress (4): 384/924 kB | 384/424 kB | 28/524 kB | 49/273 kB Progress (4): 384/924 kB | 388/424 kB | 28/524 kB | 49/273 kB Progress (4): 384/924 kB | 388/424 kB | 28/524 kB | 53/273 kB Progress (4): 384/924 kB | 388/424 kB | 32/524 kB | 53/273 kB Progress (4): 384/924 kB | 388/424 kB | 32/524 kB | 57/273 kB Progress (4): 384/924 kB | 388/424 kB | 36/524 kB | 57/273 kB Progress (4): 384/924 kB | 392/424 kB | 36/524 kB | 57/273 kB Progress (4): 388/924 kB | 392/424 kB | 36/524 kB | 57/273 kB Progress (4): 388/924 kB | 396/424 kB | 36/524 kB | 57/273 kB Progress (4): 388/924 kB | 396/424 kB | 40/524 kB | 57/273 kB Progress (4): 388/924 kB | 396/424 kB | 40/524 kB | 61/273 kB Progress (4): 388/924 kB | 400/424 kB | 40/524 kB | 61/273 kB Progress (4): 392/924 kB | 400/424 kB | 40/524 kB | 61/273 kB Progress (4): 392/924 kB | 404/424 kB | 40/524 kB | 61/273 kB Progress (4): 392/924 kB | 404/424 kB | 40/524 kB | 65/273 kB Progress (4): 392/924 kB | 404/424 kB | 44/524 kB | 65/273 kB Progress (4): 392/924 kB | 404/424 kB | 44/524 kB | 66/273 kB Progress (4): 392/924 kB | 408/424 kB | 44/524 kB | 66/273 kB Progress (4): 396/924 kB | 408/424 kB | 44/524 kB | 66/273 kB Progress (4): 396/924 kB | 412/424 kB | 44/524 kB | 66/273 kB Progress (4): 396/924 kB | 412/424 kB | 44/524 kB | 70/273 kB Progress (4): 396/924 kB | 412/424 kB | 48/524 kB | 70/273 kB Progress (4): 396/924 kB | 412/424 kB | 48/524 kB | 74/273 kB Progress (4): 396/924 kB | 416/424 kB | 48/524 kB | 74/273 kB Progress (5): 396/924 kB | 416/424 kB | 48/524 kB | 74/273 kB | 4.1/39 kB Progress (5): 400/924 kB | 416/424 kB | 48/524 kB | 74/273 kB | 4.1/39 kB Progress (5): 400/924 kB | 416/424 kB | 48/524 kB | 74/273 kB | 7.7/39 kB Progress (5): 400/924 kB | 420/424 kB | 48/524 kB | 74/273 kB | 7.7/39 kB Progress (5): 400/924 kB | 420/424 kB | 48/524 kB | 78/273 kB | 7.7/39 kB Progress (5): 400/924 kB | 420/424 kB | 52/524 kB | 78/273 kB | 7.7/39 kB Progress (5): 400/924 kB | 420/424 kB | 52/524 kB | 82/273 kB | 7.7/39 kB Progress (5): 400/924 kB | 424/424 kB | 52/524 kB | 82/273 kB | 7.7/39 kB Progress (5): 400/924 kB | 424/424 kB | 52/524 kB | 82/273 kB | 12/39 kB Progress (5): 404/924 kB | 424/424 kB | 52/524 kB | 82/273 kB | 12/39 kB Progress (5): 404/924 kB | 424/424 kB | 52/524 kB | 82/273 kB | 16/39 kB Progress (5): 404/924 kB | 424 kB | 52/524 kB | 82/273 kB | 16/39 kB Progress (5): 404/924 kB | 424 kB | 52/524 kB | 86/273 kB | 16/39 kB Progress (5): 404/924 kB | 424 kB | 56/524 kB | 86/273 kB | 16/39 kB Progress (5): 404/924 kB | 424 kB | 56/524 kB | 90/273 kB | 16/39 kB Progress (5): 404/924 kB | 424 kB | 60/524 kB | 90/273 kB | 16/39 kB Progress (5): 408/924 kB | 424 kB | 60/524 kB | 90/273 kB | 16/39 kB Progress (5): 408/924 kB | 424 kB | 64/524 kB | 90/273 kB | 16/39 kB Progress (5): 408/924 kB | 424 kB | 64/524 kB | 94/273 kB | 16/39 kB Progress (5): 408/924 kB | 424 kB | 68/524 kB | 94/273 kB | 16/39 kB Progress (5): 412/924 kB | 424 kB | 68/524 kB | 94/273 kB | 16/39 kB Progress (5): 412/924 kB | 424 kB | 72/524 kB | 94/273 kB | 16/39 kB Progress (5): 412/924 kB | 424 kB | 72/524 kB | 98/273 kB | 16/39 kB Progress (5): 412/924 kB | 424 kB | 72/524 kB | 98/273 kB | 16/39 kB Progress (5): 412/924 kB | 424 kB | 76/524 kB | 98/273 kB | 16/39 kB Progress (5): 416/924 kB | 424 kB | 76/524 kB | 98/273 kB | 16/39 kB Progress (5): 416/924 kB | 424 kB | 80/524 kB | 98/273 kB | 16/39 kB Progress (5): 416/924 kB | 424 kB | 80/524 kB | 102/273 kB | 16/39 kB Progress (5): 416/924 kB | 424 kB | 80/524 kB | 106/273 kB | 16/39 kB Progress (5): 416/924 kB | 424 kB | 80/524 kB | 106/273 kB | 20/39 kB Progress (5): 416/924 kB | 424 kB | 80/524 kB | 110/273 kB | 20/39 kB Progress (5): 416/924 kB | 424 kB | 84/524 kB | 110/273 kB | 20/39 kB Progress (5): 420/924 kB | 424 kB | 84/524 kB | 110/273 kB | 20/39 kB Progress (5): 420/924 kB | 424 kB | 88/524 kB | 110/273 kB | 20/39 kB Progress (5): 420/924 kB | 424 kB | 88/524 kB | 114/273 kB | 20/39 kB Progress (5): 420/924 kB | 424 kB | 88/524 kB | 114/273 kB | 24/39 kB Progress (5): 420/924 kB | 424 kB | 88/524 kB | 118/273 kB | 24/39 kB Progress (5): 420/924 kB | 424 kB | 92/524 kB | 118/273 kB | 24/39 kB Progress (5): 424/924 kB | 424 kB | 92/524 kB | 118/273 kB | 24/39 kB Progress (5): 424/924 kB | 424 kB | 96/524 kB | 118/273 kB | 24/39 kB Progress (5): 424/924 kB | 424 kB | 96/524 kB | 122/273 kB | 24/39 kB Progress (5): 424/924 kB | 424 kB | 96/524 kB | 122/273 kB | 28/39 kB Progress (5): 424/924 kB | 424 kB | 96/524 kB | 126/273 kB | 28/39 kB Progress (5): 424/924 kB | 424 kB | 100/524 kB | 126/273 kB | 28/39 kB Progress (5): 428/924 kB | 424 kB | 100/524 kB | 126/273 kB | 28/39 kB Progress (5): 428/924 kB | 424 kB | 104/524 kB | 126/273 kB | 28/39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar (424 kB at 1.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Progress (4): 428/924 kB | 104/524 kB | 130/273 kB | 28/39 kB Progress (4): 428/924 kB | 104/524 kB | 130/273 kB | 32/39 kB Progress (4): 428/924 kB | 108/524 kB | 130/273 kB | 32/39 kB Progress (4): 432/924 kB | 108/524 kB | 130/273 kB | 32/39 kB Progress (4): 432/924 kB | 112/524 kB | 130/273 kB | 32/39 kB Progress (4): 432/924 kB | 112/524 kB | 130/273 kB | 36/39 kB Progress (4): 432/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 436/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 440/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 444/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 448/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 452/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 456/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 460/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 464/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 468/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 472/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 476/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 480/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 484/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 488/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 492/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 496/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 500/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 504/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 508/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 512/924 kB | 116/524 kB | 130/273 kB | 36/39 kB Progress (4): 512/924 kB | 120/524 kB | 130/273 kB | 36/39 kB Progress (4): 512/924 kB | 120/524 kB | 130/273 kB | 39 kB Progress (5): 512/924 kB | 120/524 kB | 130/273 kB | 39 kB | 4.1/156 kB Progress (5): 512/924 kB | 124/524 kB | 130/273 kB | 39 kB | 4.1/156 kB Progress (5): 516/924 kB | 124/524 kB | 130/273 kB | 39 kB | 4.1/156 kB Progress (5): 516/924 kB | 128/524 kB | 130/273 kB | 39 kB | 4.1/156 kB Progress (5): 516/924 kB | 128/524 kB | 130/273 kB | 39 kB | 7.7/156 kB Progress (5): 516/924 kB | 132/524 kB | 130/273 kB | 39 kB | 7.7/156 kB Progress (5): 520/924 kB | 132/524 kB | 130/273 kB | 39 kB | 7.7/156 kB Progress (5): 520/924 kB | 136/524 kB | 130/273 kB | 39 kB | 7.7/156 kB Progress (5): 520/924 kB | 140/524 kB | 130/273 kB | 39 kB | 7.7/156 kB Progress (5): 520/924 kB | 140/524 kB | 130/273 kB | 39 kB | 12/156 kB Progress (5): 520/924 kB | 144/524 kB | 130/273 kB | 39 kB | 12/156 kB Progress (5): 524/924 kB | 144/524 kB | 130/273 kB | 39 kB | 12/156 kB Progress (5): 524/924 kB | 148/524 kB | 130/273 kB | 39 kB | 12/156 kB Progress (5): 524/924 kB | 148/524 kB | 130/273 kB | 39 kB | 16/156 kB Progress (5): 524/924 kB | 152/524 kB | 130/273 kB | 39 kB | 16/156 kB Progress (5): 528/924 kB | 152/524 kB | 130/273 kB | 39 kB | 16/156 kB Progress (5): 528/924 kB | 156/524 kB | 130/273 kB | 39 kB | 16/156 kB Progress (5): 528/924 kB | 156/524 kB | 130/273 kB | 39 kB | 20/156 kB Progress (5): 528/924 kB | 156/524 kB | 130/273 kB | 39 kB | 24/156 kB Progress (5): 528/924 kB | 160/524 kB | 130/273 kB | 39 kB | 24/156 kB Progress (5): 528/924 kB | 164/524 kB | 130/273 kB | 39 kB | 24/156 kB Progress (5): 528/924 kB | 168/524 kB | 130/273 kB | 39 kB | 24/156 kB Progress (5): 528/924 kB | 172/524 kB | 130/273 kB | 39 kB | 24/156 kB Progress (5): 528/924 kB | 176/524 kB | 130/273 kB | 39 kB | 24/156 kB Progress (5): 528/924 kB | 180/524 kB | 130/273 kB | 39 kB | 24/156 kB Progress (5): 532/924 kB | 180/524 kB | 130/273 kB | 39 kB | 24/156 kB Progress (5): 532/924 kB | 184/524 kB | 130/273 kB | 39 kB | 24/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 106 kB/s) Progress (4): 532/924 kB | 184/524 kB | 130/273 kB | 28/156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Progress (4): 532/924 kB | 188/524 kB | 130/273 kB | 28/156 kB Progress (4): 536/924 kB | 188/524 kB | 130/273 kB | 28/156 kB Progress (4): 536/924 kB | 192/524 kB | 130/273 kB | 28/156 kB Progress (4): 536/924 kB | 196/524 kB | 130/273 kB | 28/156 kB Progress (4): 536/924 kB | 196/524 kB | 130/273 kB | 32/156 kB Progress (4): 536/924 kB | 200/524 kB | 130/273 kB | 32/156 kB Progress (4): 540/924 kB | 200/524 kB | 130/273 kB | 32/156 kB Progress (4): 540/924 kB | 204/524 kB | 130/273 kB | 32/156 kB Progress (4): 540/924 kB | 204/524 kB | 130/273 kB | 33/156 kB Progress (4): 540/924 kB | 208/524 kB | 130/273 kB | 33/156 kB Progress (4): 544/924 kB | 208/524 kB | 130/273 kB | 33/156 kB Progress (4): 544/924 kB | 212/524 kB | 130/273 kB | 33/156 kB Progress (4): 548/924 kB | 212/524 kB | 130/273 kB | 33/156 kB Progress (4): 548/924 kB | 212/524 kB | 130/273 kB | 37/156 kB Progress (4): 552/924 kB | 212/524 kB | 130/273 kB | 37/156 kB Progress (4): 552/924 kB | 216/524 kB | 130/273 kB | 37/156 kB Progress (4): 556/924 kB | 216/524 kB | 130/273 kB | 37/156 kB Progress (4): 556/924 kB | 216/524 kB | 130/273 kB | 41/156 kB Progress (4): 560/924 kB | 216/524 kB | 130/273 kB | 41/156 kB Progress (4): 560/924 kB | 220/524 kB | 130/273 kB | 41/156 kB Progress (4): 564/924 kB | 220/524 kB | 130/273 kB | 41/156 kB Progress (4): 564/924 kB | 220/524 kB | 130/273 kB | 45/156 kB Progress (4): 568/924 kB | 220/524 kB | 130/273 kB | 45/156 kB Progress (4): 568/924 kB | 224/524 kB | 130/273 kB | 45/156 kB Progress (4): 572/924 kB | 224/524 kB | 130/273 kB | 45/156 kB Progress (4): 572/924 kB | 224/524 kB | 130/273 kB | 49/156 kB Progress (4): 576/924 kB | 224/524 kB | 130/273 kB | 49/156 kB Progress (4): 576/924 kB | 228/524 kB | 130/273 kB | 49/156 kB Progress (4): 580/924 kB | 228/524 kB | 130/273 kB | 49/156 kB Progress (4): 580/924 kB | 228/524 kB | 130/273 kB | 53/156 kB Progress (4): 584/924 kB | 228/524 kB | 130/273 kB | 53/156 kB Progress (4): 584/924 kB | 232/524 kB | 130/273 kB | 53/156 kB Progress (4): 588/924 kB | 232/524 kB | 130/273 kB | 53/156 kB Progress (4): 588/924 kB | 232/524 kB | 130/273 kB | 57/156 kB Progress (4): 592/924 kB | 232/524 kB | 130/273 kB | 57/156 kB Progress (4): 592/924 kB | 232/524 kB | 130/273 kB | 61/156 kB Progress (4): 592/924 kB | 236/524 kB | 130/273 kB | 61/156 kB Progress (4): 592/924 kB | 236/524 kB | 130/273 kB | 65/156 kB Progress (4): 596/924 kB | 236/524 kB | 130/273 kB | 65/156 kB Progress (4): 596/924 kB | 236/524 kB | 130/273 kB | 66/156 kB Progress (4): 596/924 kB | 240/524 kB | 130/273 kB | 66/156 kB Progress (4): 596/924 kB | 240/524 kB | 130/273 kB | 70/156 kB Progress (4): 600/924 kB | 240/524 kB | 130/273 kB | 70/156 kB Progress (4): 600/924 kB | 240/524 kB | 130/273 kB | 74/156 kB Progress (4): 600/924 kB | 244/524 kB | 130/273 kB | 74/156 kB Progress (4): 600/924 kB | 244/524 kB | 130/273 kB | 78/156 kB Progress (5): 600/924 kB | 244/524 kB | 130/273 kB | 78/156 kB | 4.1/35 kB Progress (5): 604/924 kB | 244/524 kB | 130/273 kB | 78/156 kB | 4.1/35 kB Progress (5): 604/924 kB | 244/524 kB | 130/273 kB | 78/156 kB | 7.7/35 kB Progress (5): 604/924 kB | 244/524 kB | 130/273 kB | 82/156 kB | 7.7/35 kB Progress (5): 604/924 kB | 248/524 kB | 130/273 kB | 82/156 kB | 7.7/35 kB Progress (5): 604/924 kB | 248/524 kB | 130/273 kB | 86/156 kB | 7.7/35 kB Progress (5): 604/924 kB | 248/524 kB | 130/273 kB | 90/156 kB | 7.7/35 kB Progress (5): 604/924 kB | 248/524 kB | 130/273 kB | 90/156 kB | 12/35 kB Progress (5): 608/924 kB | 248/524 kB | 130/273 kB | 90/156 kB | 12/35 kB Progress (5): 608/924 kB | 248/524 kB | 130/273 kB | 90/156 kB | 16/35 kB Progress (5): 608/924 kB | 248/524 kB | 130/273 kB | 94/156 kB | 16/35 kB Progress (5): 608/924 kB | 252/524 kB | 130/273 kB | 94/156 kB | 16/35 kB Progress (5): 608/924 kB | 252/524 kB | 130/273 kB | 98/156 kB | 16/35 kB Progress (5): 608/924 kB | 252/524 kB | 130/273 kB | 98/156 kB | 20/35 kB Progress (5): 608/924 kB | 252/524 kB | 130/273 kB | 98/156 kB | 24/35 kB Progress (5): 612/924 kB | 252/524 kB | 130/273 kB | 98/156 kB | 24/35 kB Progress (5): 612/924 kB | 252/524 kB | 130/273 kB | 98/156 kB | 28/35 kB Progress (5): 612/924 kB | 252/524 kB | 130/273 kB | 98/156 kB | 28/35 kB Progress (5): 612/924 kB | 256/524 kB | 130/273 kB | 98/156 kB | 28/35 kB Progress (5): 612/924 kB | 256/524 kB | 130/273 kB | 102/156 kB | 28/35 kB Progress (5): 612/924 kB | 256/524 kB | 130/273 kB | 102/156 kB | 32/35 kB Progress (5): 616/924 kB | 256/524 kB | 130/273 kB | 102/156 kB | 32/35 kB Progress (5): 616/924 kB | 256/524 kB | 130/273 kB | 102/156 kB | 35 kB Progress (5): 616/924 kB | 256/524 kB | 130/273 kB | 106/156 kB | 35 kB Progress (5): 616/924 kB | 260/524 kB | 130/273 kB | 106/156 kB | 35 kB Progress (5): 616/924 kB | 260/524 kB | 130/273 kB | 110/156 kB | 35 kB Progress (5): 620/924 kB | 260/524 kB | 130/273 kB | 110/156 kB | 35 kB Progress (5): 620/924 kB | 260/524 kB | 130/273 kB | 114/156 kB | 35 kB Progress (5): 620/924 kB | 264/524 kB | 130/273 kB | 114/156 kB | 35 kB Progress (5): 620/924 kB | 264/524 kB | 130/273 kB | 118/156 kB | 35 kB Progress (5): 624/924 kB | 264/524 kB | 130/273 kB | 118/156 kB | 35 kB Progress (5): 624/924 kB | 264/524 kB | 130/273 kB | 122/156 kB | 35 kB Progress (5): 624/924 kB | 268/524 kB | 130/273 kB | 122/156 kB | 35 kB Progress (5): 624/924 kB | 268/524 kB | 130/273 kB | 126/156 kB | 35 kB Progress (5): 628/924 kB | 268/524 kB | 130/273 kB | 126/156 kB | 35 kB Progress (5): 628/924 kB | 268/524 kB | 130/273 kB | 130/156 kB | 35 kB Progress (5): 628/924 kB | 272/524 kB | 130/273 kB | 130/156 kB | 35 kB Progress (5): 628/924 kB | 272/524 kB | 130/273 kB | 134/156 kB | 35 kB Progress (5): 632/924 kB | 272/524 kB | 130/273 kB | 134/156 kB | 35 kB Progress (5): 632/924 kB | 272/524 kB | 130/273 kB | 138/156 kB | 35 kB Progress (5): 632/924 kB | 276/524 kB | 130/273 kB | 138/156 kB | 35 kB Progress (5): 632/924 kB | 276/524 kB | 130/273 kB | 142/156 kB | 35 kB Progress (5): 636/924 kB | 276/524 kB | 130/273 kB | 142/156 kB | 35 kB Progress (5): 636/924 kB | 276/524 kB | 130/273 kB | 146/156 kB | 35 kB Progress (5): 636/924 kB | 280/524 kB | 130/273 kB | 146/156 kB | 35 kB Progress (5): 640/924 kB | 280/524 kB | 130/273 kB | 146/156 kB | 35 kB Progress (5): 640/924 kB | 284/524 kB | 130/273 kB | 146/156 kB | 35 kB Progress (5): 644/924 kB | 284/524 kB | 130/273 kB | 146/156 kB | 35 kB Progress (5): 648/924 kB | 284/524 kB | 130/273 kB | 146/156 kB | 35 kB Progress (5): 648/924 kB | 288/524 kB | 130/273 kB | 146/156 kB | 35 kB Progress (5): 652/924 kB | 288/524 kB | 130/273 kB | 146/156 kB | 35 kB Progress (5): 652/924 kB | 288/524 kB | 130/273 kB | 150/156 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 77 kB/s) Progress (4): 652/924 kB | 288/524 kB | 130/273 kB | 154/156 kB Progress (4): 656/924 kB | 288/524 kB | 130/273 kB | 154/156 kB Progress (4): 656/924 kB | 292/524 kB | 130/273 kB | 154/156 kB Progress (4): 660/924 kB | 292/524 kB | 130/273 kB | 154/156 kB Progress (4): 660/924 kB | 292/524 kB | 130/273 kB | 156 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (4): 664/924 kB | 292/524 kB | 130/273 kB | 156 kB Progress (4): 664/924 kB | 296/524 kB | 130/273 kB | 156 kB Progress (4): 668/924 kB | 296/524 kB | 130/273 kB | 156 kB Progress (4): 668/924 kB | 300/524 kB | 130/273 kB | 156 kB Progress (4): 672/924 kB | 300/524 kB | 130/273 kB | 156 kB Progress (4): 672/924 kB | 304/524 kB | 130/273 kB | 156 kB Progress (4): 676/924 kB | 304/524 kB | 130/273 kB | 156 kB Progress (4): 676/924 kB | 308/524 kB | 130/273 kB | 156 kB Progress (4): 680/924 kB | 308/524 kB | 130/273 kB | 156 kB Progress (4): 680/924 kB | 312/524 kB | 130/273 kB | 156 kB Progress (4): 684/924 kB | 312/524 kB | 130/273 kB | 156 kB Progress (4): 684/924 kB | 316/524 kB | 130/273 kB | 156 kB Progress (4): 688/924 kB | 316/524 kB | 130/273 kB | 156 kB Progress (4): 688/924 kB | 320/524 kB | 130/273 kB | 156 kB Progress (4): 692/924 kB | 320/524 kB | 130/273 kB | 156 kB Progress (4): 692/924 kB | 324/524 kB | 130/273 kB | 156 kB Progress (4): 696/924 kB | 324/524 kB | 130/273 kB | 156 kB Progress (4): 696/924 kB | 328/524 kB | 130/273 kB | 156 kB Progress (4): 700/924 kB | 328/524 kB | 130/273 kB | 156 kB Progress (4): 700/924 kB | 332/524 kB | 130/273 kB | 156 kB Progress (4): 704/924 kB | 332/524 kB | 130/273 kB | 156 kB Progress (4): 704/924 kB | 336/524 kB | 130/273 kB | 156 kB Progress (4): 708/924 kB | 336/524 kB | 130/273 kB | 156 kB Progress (4): 708/924 kB | 340/524 kB | 130/273 kB | 156 kB Progress (4): 712/924 kB | 340/524 kB | 130/273 kB | 156 kB Progress (4): 712/924 kB | 344/524 kB | 130/273 kB | 156 kB Progress (4): 716/924 kB | 344/524 kB | 130/273 kB | 156 kB Progress (4): 716/924 kB | 348/524 kB | 130/273 kB | 156 kB Progress (4): 720/924 kB | 348/524 kB | 130/273 kB | 156 kB Progress (4): 720/924 kB | 352/524 kB | 130/273 kB | 156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 331 kB/s) Progress (3): 720/924 kB | 356/524 kB | 130/273 kB Progress (3): 724/924 kB | 356/524 kB | 130/273 kB Progress (3): 724/924 kB | 360/524 kB | 130/273 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (4): 724/924 kB | 360/524 kB | 130/273 kB | 4.1/68 kB Progress (4): 724/924 kB | 360/524 kB | 130/273 kB | 7.7/68 kB Progress (4): 724/924 kB | 364/524 kB | 130/273 kB | 7.7/68 kB Progress (4): 728/924 kB | 364/524 kB | 130/273 kB | 7.7/68 kB Progress (4): 728/924 kB | 368/524 kB | 130/273 kB | 7.7/68 kB Progress (4): 732/924 kB | 368/524 kB | 130/273 kB | 7.7/68 kB Progress (4): 732/924 kB | 368/524 kB | 130/273 kB | 12/68 kB Progress (4): 732/924 kB | 368/524 kB | 134/273 kB | 12/68 kB Progress (4): 736/924 kB | 368/524 kB | 134/273 kB | 12/68 kB Progress (4): 736/924 kB | 372/524 kB | 134/273 kB | 12/68 kB Progress (4): 740/924 kB | 372/524 kB | 134/273 kB | 12/68 kB Progress (4): 740/924 kB | 372/524 kB | 138/273 kB | 12/68 kB Progress (4): 740/924 kB | 372/524 kB | 138/273 kB | 16/68 kB Progress (4): 740/924 kB | 372/524 kB | 142/273 kB | 16/68 kB Progress (4): 744/924 kB | 372/524 kB | 142/273 kB | 16/68 kB Progress (4): 744/924 kB | 376/524 kB | 142/273 kB | 16/68 kB Progress (4): 748/924 kB | 376/524 kB | 142/273 kB | 16/68 kB Progress (4): 752/924 kB | 376/524 kB | 142/273 kB | 16/68 kB Progress (4): 752/924 kB | 376/524 kB | 146/273 kB | 16/68 kB Progress (4): 752/924 kB | 376/524 kB | 146/273 kB | 20/68 kB Progress (4): 752/924 kB | 376/524 kB | 150/273 kB | 20/68 kB Progress (4): 756/924 kB | 376/524 kB | 150/273 kB | 20/68 kB Progress (4): 756/924 kB | 380/524 kB | 150/273 kB | 20/68 kB Progress (4): 760/924 kB | 380/524 kB | 150/273 kB | 20/68 kB Progress (4): 760/924 kB | 380/524 kB | 154/273 kB | 20/68 kB Progress (4): 760/924 kB | 380/524 kB | 154/273 kB | 24/68 kB Progress (4): 764/924 kB | 380/524 kB | 154/273 kB | 24/68 kB Progress (4): 764/924 kB | 380/524 kB | 154/273 kB | 28/68 kB Progress (4): 764/924 kB | 380/524 kB | 154/273 kB | 32/68 kB Progress (4): 764/924 kB | 380/524 kB | 154/273 kB | 33/68 kB Progress (4): 764/924 kB | 380/524 kB | 154/273 kB | 37/68 kB Progress (4): 764/924 kB | 380/524 kB | 154/273 kB | 41/68 kB Progress (4): 764/924 kB | 384/524 kB | 154/273 kB | 41/68 kB Progress (4): 764/924 kB | 384/524 kB | 154/273 kB | 45/68 kB Progress (4): 764/924 kB | 388/524 kB | 154/273 kB | 45/68 kB Progress (4): 768/924 kB | 388/524 kB | 154/273 kB | 45/68 kB Progress (4): 768/924 kB | 388/524 kB | 158/273 kB | 45/68 kB Progress (4): 772/924 kB | 388/524 kB | 158/273 kB | 45/68 kB Progress (4): 772/924 kB | 392/524 kB | 158/273 kB | 45/68 kB Progress (4): 772/924 kB | 392/524 kB | 158/273 kB | 49/68 kB Progress (4): 772/924 kB | 396/524 kB | 158/273 kB | 49/68 kB Progress (4): 776/924 kB | 396/524 kB | 158/273 kB | 49/68 kB Progress (4): 776/924 kB | 396/524 kB | 162/273 kB | 49/68 kB Progress (5): 776/924 kB | 396/524 kB | 162/273 kB | 49/68 kB | 4.1/332 kB Progress (5): 776/924 kB | 396/524 kB | 166/273 kB | 49/68 kB | 4.1/332 kB Progress (5): 780/924 kB | 396/524 kB | 166/273 kB | 49/68 kB | 4.1/332 kB Progress (5): 780/924 kB | 400/524 kB | 166/273 kB | 49/68 kB | 4.1/332 kB Progress (5): 780/924 kB | 400/524 kB | 166/273 kB | 53/68 kB | 4.1/332 kB Progress (5): 780/924 kB | 404/524 kB | 166/273 kB | 53/68 kB | 4.1/332 kB Progress (5): 784/924 kB | 404/524 kB | 166/273 kB | 53/68 kB | 4.1/332 kB Progress (5): 784/924 kB | 404/524 kB | 170/273 kB | 53/68 kB | 4.1/332 kB Progress (5): 784/924 kB | 404/524 kB | 170/273 kB | 53/68 kB | 7.7/332 kB Progress (5): 784/924 kB | 404/524 kB | 174/273 kB | 53/68 kB | 7.7/332 kB Progress (5): 788/924 kB | 404/524 kB | 174/273 kB | 53/68 kB | 7.7/332 kB Progress (5): 788/924 kB | 408/524 kB | 174/273 kB | 53/68 kB | 7.7/332 kB Progress (5): 788/924 kB | 408/524 kB | 174/273 kB | 57/68 kB | 7.7/332 kB Progress (5): 788/924 kB | 412/524 kB | 174/273 kB | 57/68 kB | 7.7/332 kB Progress (5): 792/924 kB | 412/524 kB | 174/273 kB | 57/68 kB | 7.7/332 kB Progress (5): 792/924 kB | 412/524 kB | 178/273 kB | 57/68 kB | 7.7/332 kB Progress (5): 792/924 kB | 412/524 kB | 178/273 kB | 57/68 kB | 12/332 kB Progress (5): 792/924 kB | 412/524 kB | 182/273 kB | 57/68 kB | 12/332 kB Progress (5): 796/924 kB | 412/524 kB | 182/273 kB | 57/68 kB | 12/332 kB Progress (5): 796/924 kB | 416/524 kB | 182/273 kB | 57/68 kB | 12/332 kB Progress (5): 796/924 kB | 416/524 kB | 182/273 kB | 61/68 kB | 12/332 kB Progress (5): 796/924 kB | 420/524 kB | 182/273 kB | 61/68 kB | 12/332 kB Progress (5): 800/924 kB | 420/524 kB | 182/273 kB | 61/68 kB | 12/332 kB Progress (5): 800/924 kB | 420/524 kB | 186/273 kB | 61/68 kB | 12/332 kB Progress (5): 800/924 kB | 420/524 kB | 186/273 kB | 61/68 kB | 16/332 kB Progress (5): 800/924 kB | 420/524 kB | 190/273 kB | 61/68 kB | 16/332 kB Progress (5): 804/924 kB | 420/524 kB | 190/273 kB | 61/68 kB | 16/332 kB Progress (5): 804/924 kB | 424/524 kB | 190/273 kB | 61/68 kB | 16/332 kB Progress (5): 804/924 kB | 424/524 kB | 190/273 kB | 65/68 kB | 16/332 kB Progress (5): 804/924 kB | 428/524 kB | 190/273 kB | 65/68 kB | 16/332 kB Progress (5): 808/924 kB | 428/524 kB | 190/273 kB | 65/68 kB | 16/332 kB Progress (5): 808/924 kB | 428/524 kB | 194/273 kB | 65/68 kB | 16/332 kB Progress (5): 808/924 kB | 428/524 kB | 194/273 kB | 65/68 kB | 20/332 kB Progress (5): 808/924 kB | 428/524 kB | 198/273 kB | 65/68 kB | 20/332 kB Progress (5): 812/924 kB | 428/524 kB | 198/273 kB | 65/68 kB | 20/332 kB Progress (5): 812/924 kB | 432/524 kB | 198/273 kB | 65/68 kB | 20/332 kB Progress (5): 812/924 kB | 432/524 kB | 198/273 kB | 68 kB | 20/332 kB Progress (5): 812/924 kB | 436/524 kB | 198/273 kB | 68 kB | 20/332 kB Progress (5): 816/924 kB | 436/524 kB | 198/273 kB | 68 kB | 20/332 kB Progress (5): 816/924 kB | 436/524 kB | 202/273 kB | 68 kB | 20/332 kB Progress (5): 816/924 kB | 436/524 kB | 202/273 kB | 68 kB | 24/332 kB Progress (5): 816/924 kB | 436/524 kB | 206/273 kB | 68 kB | 24/332 kB Progress (5): 820/924 kB | 436/524 kB | 206/273 kB | 68 kB | 24/332 kB Progress (5): 820/924 kB | 440/524 kB | 206/273 kB | 68 kB | 24/332 kB Progress (5): 824/924 kB | 440/524 kB | 206/273 kB | 68 kB | 24/332 kB Progress (5): 824/924 kB | 440/524 kB | 210/273 kB | 68 kB | 24/332 kB Progress (5): 824/924 kB | 440/524 kB | 210/273 kB | 68 kB | 28/332 kB Progress (5): 824/924 kB | 440/524 kB | 210/273 kB | 68 kB | 32/332 kB Progress (5): 824/924 kB | 440/524 kB | 210/273 kB | 68 kB | 33/332 kB Progress (5): 824/924 kB | 440/524 kB | 214/273 kB | 68 kB | 33/332 kB Progress (5): 828/924 kB | 440/524 kB | 214/273 kB | 68 kB | 33/332 kB Progress (5): 828/924 kB | 444/524 kB | 214/273 kB | 68 kB | 33/332 kB Progress (5): 832/924 kB | 444/524 kB | 214/273 kB | 68 kB | 33/332 kB Progress (5): 832/924 kB | 444/524 kB | 218/273 kB | 68 kB | 33/332 kB Progress (5): 832/924 kB | 444/524 kB | 218/273 kB | 68 kB | 37/332 kB Progress (5): 832/924 kB | 444/524 kB | 222/273 kB | 68 kB | 37/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 120 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 836/924 kB | 444/524 kB | 222/273 kB | 37/332 kB Progress (4): 836/924 kB | 448/524 kB | 222/273 kB | 37/332 kB Progress (4): 840/924 kB | 448/524 kB | 222/273 kB | 37/332 kB Progress (4): 840/924 kB | 452/524 kB | 222/273 kB | 37/332 kB Progress (4): 840/924 kB | 452/524 kB | 226/273 kB | 37/332 kB Progress (4): 840/924 kB | 452/524 kB | 226/273 kB | 41/332 kB Progress (4): 840/924 kB | 452/524 kB | 230/273 kB | 41/332 kB Progress (4): 840/924 kB | 456/524 kB | 230/273 kB | 41/332 kB Progress (4): 844/924 kB | 456/524 kB | 230/273 kB | 41/332 kB Progress (4): 844/924 kB | 460/524 kB | 230/273 kB | 41/332 kB Progress (4): 844/924 kB | 460/524 kB | 234/273 kB | 41/332 kB Progress (4): 844/924 kB | 460/524 kB | 234/273 kB | 45/332 kB Progress (4): 844/924 kB | 460/524 kB | 238/273 kB | 45/332 kB Progress (4): 844/924 kB | 464/524 kB | 238/273 kB | 45/332 kB Progress (4): 848/924 kB | 464/524 kB | 238/273 kB | 45/332 kB Progress (4): 848/924 kB | 468/524 kB | 238/273 kB | 45/332 kB Progress (4): 848/924 kB | 468/524 kB | 242/273 kB | 45/332 kB Progress (4): 848/924 kB | 468/524 kB | 246/273 kB | 45/332 kB Progress (4): 848/924 kB | 468/524 kB | 250/273 kB | 45/332 kB Progress (4): 848/924 kB | 468/524 kB | 254/273 kB | 45/332 kB Progress (4): 848/924 kB | 468/524 kB | 258/273 kB | 45/332 kB Progress (4): 848/924 kB | 468/524 kB | 258/273 kB | 49/332 kB Progress (4): 848/924 kB | 468/524 kB | 262/273 kB | 49/332 kB Progress (4): 848/924 kB | 468/524 kB | 262/273 kB | 53/332 kB Progress (4): 848/924 kB | 472/524 kB | 262/273 kB | 53/332 kB Progress (4): 852/924 kB | 472/524 kB | 262/273 kB | 53/332 kB Progress (4): 852/924 kB | 476/524 kB | 262/273 kB | 53/332 kB Progress (4): 852/924 kB | 480/524 kB | 262/273 kB | 53/332 kB Progress (4): 852/924 kB | 480/524 kB | 262/273 kB | 57/332 kB Progress (4): 852/924 kB | 480/524 kB | 266/273 kB | 57/332 kB Progress (4): 852/924 kB | 480/524 kB | 266/273 kB | 61/332 kB Progress (4): 852/924 kB | 484/524 kB | 266/273 kB | 61/332 kB Progress (4): 856/924 kB | 484/524 kB | 266/273 kB | 61/332 kB Progress (4): 856/924 kB | 488/524 kB | 266/273 kB | 61/332 kB Progress (4): 856/924 kB | 488/524 kB | 266/273 kB | 65/332 kB Progress (4): 856/924 kB | 488/524 kB | 266/273 kB | 66/332 kB Progress (5): 856/924 kB | 488/524 kB | 266/273 kB | 66/332 kB | 4.1/30 kB Progress (5): 856/924 kB | 488/524 kB | 266/273 kB | 66/332 kB | 7.7/30 kB Progress (5): 856/924 kB | 488/524 kB | 266/273 kB | 66/332 kB | 12/30 kB Progress (5): 856/924 kB | 488/524 kB | 270/273 kB | 66/332 kB | 12/30 kB Progress (5): 856/924 kB | 488/524 kB | 270/273 kB | 66/332 kB | 16/30 kB Progress (5): 856/924 kB | 488/524 kB | 270/273 kB | 70/332 kB | 16/30 kB Progress (5): 856/924 kB | 492/524 kB | 270/273 kB | 70/332 kB | 16/30 kB Progress (5): 860/924 kB | 492/524 kB | 270/273 kB | 70/332 kB | 16/30 kB Progress (5): 860/924 kB | 496/524 kB | 270/273 kB | 70/332 kB | 16/30 kB Progress (5): 860/924 kB | 496/524 kB | 270/273 kB | 74/332 kB | 16/30 kB Progress (5): 860/924 kB | 496/524 kB | 270/273 kB | 74/332 kB | 20/30 kB Progress (5): 860/924 kB | 496/524 kB | 273 kB | 74/332 kB | 20/30 kB Progress (5): 860/924 kB | 496/524 kB | 273 kB | 74/332 kB | 24/30 kB Progress (5): 860/924 kB | 496/524 kB | 273 kB | 74/332 kB | 28/30 kB Progress (5): 860/924 kB | 496/524 kB | 273 kB | 74/332 kB | 30 kB Progress (5): 860/924 kB | 496/524 kB | 273 kB | 78/332 kB | 30 kB Progress (5): 860/924 kB | 500/524 kB | 273 kB | 78/332 kB | 30 kB Progress (5): 864/924 kB | 500/524 kB | 273 kB | 78/332 kB | 30 kB Progress (5): 864/924 kB | 504/524 kB | 273 kB | 78/332 kB | 30 kB Progress (5): 864/924 kB | 504/524 kB | 273 kB | 82/332 kB | 30 kB Progress (5): 864/924 kB | 508/524 kB | 273 kB | 82/332 kB | 30 kB Progress (5): 864/924 kB | 508/524 kB | 273 kB | 86/332 kB | 30 kB Progress (5): 868/924 kB | 508/524 kB | 273 kB | 86/332 kB | 30 kB Progress (5): 868/924 kB | 508/524 kB | 273 kB | 90/332 kB | 30 kB Progress (5): 868/924 kB | 512/524 kB | 273 kB | 90/332 kB | 30 kB Progress (5): 868/924 kB | 512/524 kB | 273 kB | 94/332 kB | 30 kB Progress (5): 872/924 kB | 512/524 kB | 273 kB | 94/332 kB | 30 kB Progress (5): 872/924 kB | 512/524 kB | 273 kB | 98/332 kB | 30 kB Progress (5): 872/924 kB | 516/524 kB | 273 kB | 98/332 kB | 30 kB Progress (5): 872/924 kB | 516/524 kB | 273 kB | 98/332 kB | 30 kB Progress (5): 876/924 kB | 516/524 kB | 273 kB | 98/332 kB | 30 kB Progress (5): 876/924 kB | 516/524 kB | 273 kB | 102/332 kB | 30 kB Progress (5): 876/924 kB | 520/524 kB | 273 kB | 102/332 kB | 30 kB Progress (5): 876/924 kB | 520/524 kB | 273 kB | 106/332 kB | 30 kB Progress (5): 880/924 kB | 520/524 kB | 273 kB | 106/332 kB | 30 kB Progress (5): 880/924 kB | 520/524 kB | 273 kB | 110/332 kB | 30 kB Progress (5): 880/924 kB | 524/524 kB | 273 kB | 110/332 kB | 30 kB Progress (5): 880/924 kB | 524/524 kB | 273 kB | 114/332 kB | 30 kB Progress (5): 884/924 kB | 524/524 kB | 273 kB | 114/332 kB | 30 kB Progress (5): 884/924 kB | 524/524 kB | 273 kB | 118/332 kB | 30 kB Progress (5): 884/924 kB | 524 kB | 273 kB | 118/332 kB | 30 kB Progress (5): 884/924 kB | 524 kB | 273 kB | 122/332 kB | 30 kB Progress (5): 888/924 kB | 524 kB | 273 kB | 122/332 kB | 30 kB Progress (5): 888/924 kB | 524 kB | 273 kB | 126/332 kB | 30 kB Progress (5): 892/924 kB | 524 kB | 273 kB | 126/332 kB | 30 kB Progress (5): 892/924 kB | 524 kB | 273 kB | 130/332 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 51 kB/s) Progress (4): 896/924 kB | 524 kB | 273 kB | 130/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 467 kB/s) Progress (3): 896/924 kB | 524 kB | 131/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Progress (3): 900/924 kB | 524 kB | 131/332 kB Progress (3): 900/924 kB | 524 kB | 135/332 kB Progress (3): 904/924 kB | 524 kB | 135/332 kB Progress (3): 904/924 kB | 524 kB | 139/332 kB Progress (3): 908/924 kB | 524 kB | 139/332 kB Progress (3): 908/924 kB | 524 kB | 143/332 kB Progress (3): 912/924 kB | 524 kB | 143/332 kB Progress (3): 912/924 kB | 524 kB | 147/332 kB Progress (3): 916/924 kB | 524 kB | 147/332 kB Progress (3): 916/924 kB | 524 kB | 151/332 kB Progress (3): 920/924 kB | 524 kB | 151/332 kB Progress (3): 920/924 kB | 524 kB | 155/332 kB Progress (3): 924/924 kB | 524 kB | 155/332 kB Progress (3): 924 kB | 524 kB | 155/332 kB Progress (3): 924 kB | 524 kB | 159/332 kB Progress (3): 924 kB | 524 kB | 163/332 kB Progress (3): 924 kB | 524 kB | 167/332 kB Progress (3): 924 kB | 524 kB | 171/332 kB Progress (3): 924 kB | 524 kB | 175/332 kB Progress (3): 924 kB | 524 kB | 179/332 kB Progress (3): 924 kB | 524 kB | 183/332 kB Progress (3): 924 kB | 524 kB | 187/332 kB Progress (3): 924 kB | 524 kB | 191/332 kB Progress (3): 924 kB | 524 kB | 195/332 kB Progress (3): 924 kB | 524 kB | 199/332 kB Progress (3): 924 kB | 524 kB | 203/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 885 kB/s) Progress (2): 924 kB | 207/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Progress (2): 924 kB | 211/332 kB Progress (2): 924 kB | 215/332 kB Progress (2): 924 kB | 219/332 kB Progress (2): 924 kB | 223/332 kB Progress (2): 924 kB | 227/332 kB Progress (2): 924 kB | 231/332 kB Progress (2): 924 kB | 235/332 kB Progress (2): 924 kB | 239/332 kB Progress (2): 924 kB | 243/332 kB Progress (2): 924 kB | 247/332 kB Progress (2): 924 kB | 251/332 kB Progress (2): 924 kB | 255/332 kB Progress (2): 924 kB | 259/332 kB Progress (2): 924 kB | 263/332 kB Progress (2): 924 kB | 267/332 kB Progress (2): 924 kB | 271/332 kB Progress (2): 924 kB | 275/332 kB Progress (2): 924 kB | 279/332 kB Progress (2): 924 kB | 283/332 kB Progress (2): 924 kB | 287/332 kB Progress (2): 924 kB | 291/332 kB Progress (2): 924 kB | 295/332 kB Progress (2): 924 kB | 299/332 kB Progress (2): 924 kB | 303/332 kB Progress (2): 924 kB | 307/332 kB Progress (2): 924 kB | 311/332 kB Progress (2): 924 kB | 315/332 kB Progress (2): 924 kB | 319/332 kB Progress (2): 924 kB | 323/332 kB Progress (2): 924 kB | 327/332 kB Progress (2): 924 kB | 331/332 kB Progress (2): 924 kB | 332 kB Progress (3): 924 kB | 332 kB | 4.1/108 kB Progress (3): 924 kB | 332 kB | 7.7/108 kB Progress (3): 924 kB | 332 kB | 12/108 kB Progress (3): 924 kB | 332 kB | 16/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar (924 kB at 1.4 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Progress (2): 332 kB | 20/108 kB Progress (2): 332 kB | 24/108 kB Progress (3): 332 kB | 24/108 kB | 4.1/35 kB Progress (3): 332 kB | 28/108 kB | 4.1/35 kB Progress (3): 332 kB | 28/108 kB | 7.7/35 kB Progress (3): 332 kB | 32/108 kB | 7.7/35 kB Progress (3): 332 kB | 33/108 kB | 7.7/35 kB Progress (3): 332 kB | 33/108 kB | 12/35 kB Progress (3): 332 kB | 37/108 kB | 12/35 kB Progress (3): 332 kB | 37/108 kB | 16/35 kB Progress (3): 332 kB | 41/108 kB | 16/35 kB Progress (3): 332 kB | 41/108 kB | 20/35 kB Progress (3): 332 kB | 45/108 kB | 20/35 kB Progress (3): 332 kB | 45/108 kB | 24/35 kB Progress (3): 332 kB | 49/108 kB | 24/35 kB Progress (3): 332 kB | 49/108 kB | 28/35 kB Progress (3): 332 kB | 53/108 kB | 28/35 kB Progress (3): 332 kB | 53/108 kB | 32/35 kB Progress (3): 332 kB | 57/108 kB | 32/35 kB Progress (3): 332 kB | 57/108 kB | 35 kB Progress (3): 332 kB | 61/108 kB | 35 kB Progress (3): 332 kB | 65/108 kB | 35 kB Progress (3): 332 kB | 66/108 kB | 35 kB Progress (3): 332 kB | 70/108 kB | 35 kB Progress (3): 332 kB | 74/108 kB | 35 kB Progress (3): 332 kB | 78/108 kB | 35 kB Progress (3): 332 kB | 82/108 kB | 35 kB Progress (3): 332 kB | 86/108 kB | 35 kB Progress (3): 332 kB | 90/108 kB | 35 kB Progress (3): 332 kB | 94/108 kB | 35 kB Progress (3): 332 kB | 98/108 kB | 35 kB Progress (3): 332 kB | 102/108 kB | 35 kB Progress (3): 332 kB | 106/108 kB | 35 kB Progress (3): 332 kB | 108 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 51 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 479 kB/s) Progress (2): 108 kB | 4.1/315 kB Progress (2): 108 kB | 7.7/315 kB Progress (2): 108 kB | 12/315 kB Progress (2): 108 kB | 16/315 kB Progress (2): 108 kB | 20/315 kB Progress (2): 108 kB | 24/315 kB Progress (2): 108 kB | 28/315 kB Progress (2): 108 kB | 32/315 kB Progress (2): 108 kB | 33/315 kB Progress (2): 108 kB | 37/315 kB Progress (2): 108 kB | 41/315 kB Progress (2): 108 kB | 45/315 kB Progress (2): 108 kB | 49/315 kB Progress (2): 108 kB | 53/315 kB Progress (2): 108 kB | 57/315 kB Progress (2): 108 kB | 61/315 kB Progress (2): 108 kB | 65/315 kB Progress (2): 108 kB | 66/315 kB Progress (2): 108 kB | 70/315 kB Progress (2): 108 kB | 74/315 kB Progress (2): 108 kB | 78/315 kB Progress (2): 108 kB | 82/315 kB Progress (2): 108 kB | 86/315 kB Progress (2): 108 kB | 90/315 kB Progress (2): 108 kB | 94/315 kB Progress (2): 108 kB | 98/315 kB Progress (2): 108 kB | 98/315 kB Progress (2): 108 kB | 102/315 kB Progress (2): 108 kB | 106/315 kB Progress (2): 108 kB | 110/315 kB Progress (2): 108 kB | 114/315 kB Progress (2): 108 kB | 118/315 kB Progress (2): 108 kB | 122/315 kB Progress (2): 108 kB | 126/315 kB Progress (2): 108 kB | 130/315 kB Progress (2): 108 kB | 134/315 kB Progress (2): 108 kB | 138/315 kB Progress (2): 108 kB | 142/315 kB Progress (2): 108 kB | 146/315 kB Progress (2): 108 kB | 150/315 kB Progress (2): 108 kB | 154/315 kB Progress (2): 108 kB | 158/315 kB Progress (2): 108 kB | 162/315 kB Progress (2): 108 kB | 166/315 kB Progress (2): 108 kB | 170/315 kB Progress (2): 108 kB | 174/315 kB Progress (2): 108 kB | 178/315 kB Progress (2): 108 kB | 182/315 kB Progress (2): 108 kB | 186/315 kB Progress (2): 108 kB | 190/315 kB Progress (2): 108 kB | 194/315 kB Progress (2): 108 kB | 198/315 kB Progress (2): 108 kB | 202/315 kB Progress (2): 108 kB | 206/315 kB Progress (2): 108 kB | 210/315 kB Progress (2): 108 kB | 214/315 kB Progress (2): 108 kB | 218/315 kB Progress (2): 108 kB | 222/315 kB Progress (2): 108 kB | 226/315 kB Progress (2): 108 kB | 230/315 kB Progress (2): 108 kB | 234/315 kB Progress (2): 108 kB | 238/315 kB Progress (2): 108 kB | 242/315 kB Progress (2): 108 kB | 246/315 kB Progress (2): 108 kB | 250/315 kB Progress (2): 108 kB | 254/315 kB Progress (2): 108 kB | 258/315 kB Progress (2): 108 kB | 262/315 kB Progress (2): 108 kB | 266/315 kB Progress (2): 108 kB | 270/315 kB Progress (2): 108 kB | 274/315 kB Progress (2): 108 kB | 278/315 kB Progress (2): 108 kB | 282/315 kB Progress (2): 108 kB | 286/315 kB Progress (2): 108 kB | 290/315 kB Progress (2): 108 kB | 294/315 kB Progress (2): 108 kB | 298/315 kB Progress (2): 108 kB | 302/315 kB Progress (2): 108 kB | 306/315 kB Progress (2): 108 kB | 310/315 kB Progress (2): 108 kB | 314/315 kB Progress (2): 108 kB | 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 433 kB/s) Progress (2): 108 kB | 4.1/38 kB Progress (2): 108 kB | 7.7/38 kB Progress (2): 108 kB | 12/38 kB Progress (2): 108 kB | 16/38 kB Progress (2): 108 kB | 20/38 kB Progress (2): 108 kB | 24/38 kB Progress (2): 108 kB | 28/38 kB Progress (2): 108 kB | 32/38 kB Progress (2): 108 kB | 33/38 kB Progress (2): 108 kB | 37/38 kB Progress (2): 108 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 34 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 94 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom (2.0 kB at 52 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar (22 kB at 169 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 539 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom Progress (1): 4.1/42 kB Progress (1): 7.7/42 kB Progress (1): 12/42 kB Progress (1): 16/42 kB Progress (1): 20/42 kB Progress (1): 24/42 kB Progress (1): 28/42 kB Progress (1): 32/42 kB Progress (1): 36/42 kB Progress (1): 40/42 kB Progress (1): 42 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.0 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (1): 4.1/316 kB Progress (1): 7.7/316 kB Progress (1): 12/316 kB Progress (1): 16/316 kB Progress (1): 20/316 kB Progress (1): 24/316 kB Progress (1): 28/316 kB Progress (1): 32/316 kB Progress (1): 36/316 kB Progress (1): 40/316 kB Progress (1): 44/316 kB Progress (1): 48/316 kB Progress (1): 52/316 kB Progress (1): 56/316 kB Progress (1): 60/316 kB Progress (1): 64/316 kB Progress (1): 68/316 kB Progress (1): 72/316 kB Progress (1): 76/316 kB Progress (1): 80/316 kB Progress (1): 84/316 kB Progress (1): 88/316 kB Progress (1): 92/316 kB Progress (1): 96/316 kB Progress (1): 100/316 kB Progress (1): 104/316 kB Progress (1): 108/316 kB Progress (1): 112/316 kB Progress (1): 116/316 kB Progress (1): 120/316 kB Progress (1): 124/316 kB Progress (1): 128/316 kB Progress (1): 132/316 kB Progress (1): 136/316 kB Progress (1): 140/316 kB Progress (1): 144/316 kB Progress (1): 148/316 kB Progress (1): 152/316 kB Progress (1): 156/316 kB Progress (1): 160/316 kB Progress (1): 164/316 kB Progress (1): 168/316 kB Progress (1): 172/316 kB Progress (1): 176/316 kB Progress (1): 180/316 kB Progress (1): 184/316 kB Progress (1): 188/316 kB Progress (1): 192/316 kB Progress (1): 196/316 kB Progress (1): 200/316 kB Progress (1): 204/316 kB Progress (1): 208/316 kB Progress (1): 212/316 kB Progress (1): 216/316 kB Progress (1): 220/316 kB Progress (1): 224/316 kB Progress (1): 228/316 kB Progress (1): 232/316 kB Progress (1): 236/316 kB Progress (1): 240/316 kB Progress (1): 244/316 kB Progress (1): 248/316 kB Progress (1): 252/316 kB Progress (1): 256/316 kB Progress (1): 260/316 kB Progress (1): 264/316 kB Progress (1): 268/316 kB Progress (1): 272/316 kB Progress (1): 276/316 kB Progress (1): 280/316 kB Progress (1): 284/316 kB Progress (1): 288/316 kB Progress (1): 292/316 kB Progress (1): 296/316 kB Progress (1): 300/316 kB Progress (1): 304/316 kB Progress (1): 308/316 kB Progress (1): 312/316 kB Progress (1): 316/316 kB Progress (1): 316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 6.7 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 25 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 308 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190528213420/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20190528213420/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20190528213420/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190528213420/repository/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20190528213420/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ [INFO] Adding repository http://download.eclipse.org/releases/2019-06 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (430B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (430B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (9.5MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (9.5MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (107.05kB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (107.05kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (57.07kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (57.07kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (30.08kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (30.08kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (60.2kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (60.2kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.32kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.32kB) [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB) [INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (55.73kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (55.73kB) [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (2.73MB) [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (2.73MB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (14.52kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (258.72kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (75.47kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (44.03kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (34.83kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (34.83kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (154.23kB) [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (154.23kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (30.66kB) [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (30.66kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (2.32MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (2.32MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (687.76kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (923.82kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (3.42MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (3.42MB) [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.18kB) [INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.18kB) [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.02kB) [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB) [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB) [INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB) [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB) [INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB) [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB) [INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB) [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB) [INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB) [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB) [INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB) [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB) [INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB) [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB) [INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB) [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB) [INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB) [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB) [INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB) [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB) [INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB) [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB) [INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.49kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.49kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.79kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB) [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.43kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (93.43kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1MB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.15kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB) [INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB) [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB) [INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB) [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (216.52kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.95kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB) [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.05kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.05kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.12kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.12kB) [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB) [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.34kB) [INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.34kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB) [INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.21kB) [INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.21kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.85kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.85kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.77kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.77kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.12kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.62kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.62kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.37kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.37kB) [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (211.63kB) [INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (211.63kB) [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (666.13kB) [INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (666.13kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.95kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (127.95kB) [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (548.93kB) [INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (548.93kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.66kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.7kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (8.7kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.27kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.27kB) [INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (175.2kB) [INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (175.2kB) [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.91kB) [INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (204.91kB) [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.28kB) [INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.28kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (167.49kB) [INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (167.49kB) [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.9kB) [INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (124.9kB) [INFO] Fetching org.eclipse.help_2.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB) [INFO] Fetching org.eclipse.help_2.2.600.v20190605-1800.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB) [INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.73kB) [INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.33kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.33kB) [INFO] Fetching org.eclipse.license_2.0.1.v20180423-1114.jar from http://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/features/ (13.05kB) [INFO] Fetching org.eclipse.license_2.0.1.v20180423-1114.jar from http://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/features/ (13.05kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (419.96kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (419.96kB) [INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.02kB) [INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.02kB) [INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98MB) [INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.98MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (118.98kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (118.98kB) [INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.33kB) [INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.33kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.46kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.46kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.9kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.9kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB) [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.34kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.99kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.99kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.69kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.69kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.45kB) [INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.45kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.29kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.79kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.79kB) [INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.42kB) [INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.42kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.9kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (83.9kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.39kB) [INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (20.39kB) [INFO] Fetching org.eclipse.platform_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (196B) [INFO] Fetching org.eclipse.platform_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.44kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.44kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1801.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.66kB) [INFO] Fetching org.eclipse.rcp_root_4.12.0.v20190605-1801 from http://download.eclipse.org/releases/2019-06/201906191000/binary/ (25.66kB) [INFO] Fetching org.eclipse.compare.win32_1.2.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.46kB) [INFO] Fetching org.eclipse.compare.win32_1.2.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.46kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.88kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.88kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.27kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.27kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.25kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (75.25kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.33kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.33kB) [INFO] Fetching org.eclipse.ui.win32_3.4.200.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.ui.win32_3.4.200.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.38kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.42kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.15kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.15kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.51kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.200.v20190509-1900.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.62kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/pom.xml [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (634.79kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (23.9kB) [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (23.9kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (283.72kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (29.18kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (29.18kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (170.65kB) [INFO] Fetching org.mockito_2.23.0.v20190527-1420.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (170.65kB) [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (7.02kB) [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (7.02kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (32.1kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (32.1kB) [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (8.41kB) [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (8.41kB) [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (12.58kB) [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (12.58kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (27.19kB) [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (27.19kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/pom.xml [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (50.63kB) [INFO] Fetching org.apache.lucene.misc_8.0.0.v20190418-1455.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (50.63kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.core.index.lucene.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.annotations:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.annotations:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.annotations:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.console.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.doc.isv:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.logconsole.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.testing:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.testing:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.testing:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.externalchecker:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.validators.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.debug.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.validators.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.core:org.eclipse.dltk.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.rse:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.rse:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/pom.xml [INFO] Fetching org.eclipse.rse.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (408.48kB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (408.48kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.8kB) [INFO] Fetching org.eclipse.rse.subsystems.files.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.8kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (68.6kB) [INFO] Fetching org.eclipse.rse.subsystems.shells.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (68.6kB) [INFO] Fetching org.eclipse.rse.efs_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.rse.efs_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.rse.services_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (455.03kB) [INFO] Fetching org.eclipse.rse.services_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (455.03kB) [INFO] Fetching org.eclipse.rse.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (493.81kB) [INFO] Fetching org.eclipse.rse.files.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (493.81kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (212.03kB) [INFO] Fetching org.eclipse.rse.doc.user_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (212.03kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.85kB) [INFO] Fetching org.eclipse.rse.efs.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.85kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (232.55kB) [INFO] Fetching org.eclipse.rse.importexport_4.5.101.201904091623.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (232.55kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.rse.processes.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.16kB) [INFO] Fetching org.eclipse.rse.shells.ui_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (142.16kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.core_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.55kB) [INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.55kB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201904091701.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.5kB) [INFO] Fetching org.eclipse.rse.core_4.5.100.201904091701.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.5kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.rse:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/pom.xml [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.36kB) [INFO] Fetching org.eclipse.rse.connectorservice.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.36kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.91kB) [INFO] Fetching org.eclipse.rse.services.ssh_4.5.100.201901312252.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.91kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.mylyn:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.mylyn:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/pom.xml [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (676.21kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (676.21kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (249kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (249kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.2kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (284.2kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.82kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.82kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (604.2kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (604.2kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (431.27kB of 604.2kB at 427.27kB/s) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (748.53kB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (748.53kB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (139.37kB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20190528213420/repository/plugins/ (139.37kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (405.11kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (405.11kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (42.52kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (42.52kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (114.7kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (114.7kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.5kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (81.5kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.57kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (87.57kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (201.34kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (201.34kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.25kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.28kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.85kB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.85kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.1kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.12kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.65MB) [INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (6.65MB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.6kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.6kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.32kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (104.32kB) [INFO] Fetching org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.commons_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.16kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.44kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (58.44kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (106.17kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.45kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.03kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.03kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.81kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.81kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.67kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.67kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.38kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.16.0.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.38kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.16.0.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.93kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.86kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.24.2.v20180905-0014.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.86kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (310.46kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.95kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.24.2.v20180905-0014.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.95kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.91kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.91kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.18kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.24.2.v20180904-2231.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.18kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.89kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.89kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.24.2.v20180904-2231.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.22kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.22kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.25kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.24.2.v20180905-0003.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (45.25kB) [INFO] Fetching org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.55kB) [INFO] Fetching org.eclipse.mylyn_feature_3.24.2.v20180905-0003.jar from http://download.eclipse.org/releases/2019-06/201906191000/features/ (18.55kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.mylyn:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.tcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.tcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.tcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.doc.user:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.activestatedebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.core.indexer:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.parser:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.tcllib:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.testing.tcltest:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.validators:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.parser.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.validators.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.itcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.itcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.itcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.xotcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.xotcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.xotcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.testing.xounit:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/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.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.ruby:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/features/org.eclipse.dltk.ruby-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.ruby:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/features/org.eclipse.dltk.ruby-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.features:org.eclipse.dltk.ruby:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/features/org.eclipse.dltk.ruby-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/features/org.eclipse.dltk.ruby.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/features/org.eclipse.dltk.ruby.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/features/org.eclipse.dltk.ruby.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.abstractdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.abstractdebugger/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.abstractdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.abstractdebugger/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.abstractdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.abstractdebugger/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.activestatedebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.activestatedebugger/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.activestatedebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.activestatedebugger/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.activestatedebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.activestatedebugger/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.basicdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.basicdebugger/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.basicdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.basicdebugger/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.basicdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.basicdebugger/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.debug:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.debug:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.debug:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.debug.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.fastdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.fastdebugger/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.fastdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.fastdebugger/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.fastdebugger:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.fastdebugger/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.formatter:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.launching/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.launching/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.launching:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.launching/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.testing/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.testing/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.testing/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.formatter.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.doc:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.doc:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.doc:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.core:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/pom.xml [INFO] Fetching org.eclipse.linuxtools.man.core_1.5.0.201906121603.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.98kB) [INFO] Fetching org.eclipse.linuxtools.man.core_1.5.0.201906121603.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.98kB) [INFO] Resolving class path of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.core.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui.tests:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk.sh:org.eclipse.dltk.sh.sdk:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.dltk:update.site:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/build/update.site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.dltk:update.site:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/build/update.site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.dltk:update.site:6.0.0-SNAPSHOT @ /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/build/update.site/pom.xml [WARNING] The project org.eclipse.dltk:dltk.build.all:pom:6.0.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] 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] 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] 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] ruby [pom] [INFO] org.eclipse.dltk.ruby.abstractdebugger [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.debug [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.core [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.launching [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.activestatedebugger [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.basicdebugger [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.ui [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.debug.ui [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.fastdebugger [eclipse-plugin] [INFO] org.eclipse.dltk.ruby [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.formatter [eclipse-plugin] [INFO] org.eclipse.dltk.ruby.testing [eclipse-plugin] [INFO] org.eclipse.dltk.ruby [eclipse-feature] [INFO] org.eclipse.dltk.ruby.sdk [eclipse-feature] [INFO] org.eclipse.dltk.ruby.core.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.ruby.formatter.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.ruby.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.dltk.ruby.testing.tests [eclipse-test-plugin] [INFO] ShellEd [pom] [INFO] ShellEd Documentation Plug-in [eclipse-plugin] [INFO] ShellEd Core plugin [eclipse-plugin] [INFO] ShellEd UI plugin [eclipse-plugin] [INFO] ShellEd core test plugin [eclipse-test-plugin] [INFO] ShellEd UI test plugin [eclipse-test-plugin] [INFO] ShellEd Feature [eclipse-feature] [INFO] ShellEd Feature (SDK) [eclipse-feature] [INFO] update.site [eclipse-repository] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.pom Progress (1): 4.1/9.1 kB Progress (1): 7.7/9.1 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.pom (9.1 kB at 189 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/parent/parent/40/parent-40.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/40/parent-40.pom Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/40/parent-40.pom (31 kB at 851 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.jar Progress (1): 4.1/55 kB Progress (1): 7.7/55 kB Progress (1): 12/55 kB Progress (1): 16/55 kB Progress (1): 20/55 kB Progress (1): 24/55 kB Progress (1): 28/55 kB Progress (1): 32/55 kB Progress (1): 36/55 kB Progress (1): 40/55 kB Progress (1): 44/55 kB Progress (1): 48/55 kB Progress (1): 52/55 kB Progress (1): 55 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.3.0.603/sonar-maven-plugin-3.3.0.603.jar (55 kB at 1.2 MB/s) [INFO] [INFO] ------------------< org.eclipse.dltk:dltk.build.all >------------------- [INFO] Building Dynamic Language Toolkit (DLTK) 6.0.0-SNAPSHOT [1/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dltk.build.all --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 283 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 339 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 118 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 136 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 270 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Progress (2): 13 kB | 4.1/226 kB Progress (2): 13 kB | 7.7/226 kB Progress (2): 13 kB | 12/226 kB Progress (2): 13 kB | 16/226 kB Progress (2): 13 kB | 20/226 kB Progress (2): 13 kB | 24/226 kB Progress (2): 13 kB | 28/226 kB Progress (2): 13 kB | 32/226 kB Progress (2): 13 kB | 36/226 kB Progress (2): 13 kB | 40/226 kB Progress (2): 13 kB | 44/226 kB Progress (2): 13 kB | 48/226 kB Progress (2): 13 kB | 52/226 kB Progress (2): 13 kB | 56/226 kB Progress (2): 13 kB | 60/226 kB Progress (2): 13 kB | 64/226 kB Progress (2): 13 kB | 68/226 kB Progress (2): 13 kB | 72/226 kB Progress (2): 13 kB | 76/226 kB Progress (2): 13 kB | 80/226 kB Progress (2): 13 kB | 84/226 kB Progress (2): 13 kB | 88/226 kB Progress (2): 13 kB | 92/226 kB Progress (2): 13 kB | 96/226 kB Progress (2): 13 kB | 100/226 kB Progress (2): 13 kB | 104/226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 322 kB/s) Progress (1): 108/226 kB Progress (1): 112/226 kB Progress (1): 116/226 kB Progress (1): 120/226 kB Progress (1): 124/226 kB Progress (1): 128/226 kB Progress (1): 132/226 kB Progress (1): 136/226 kB Progress (1): 140/226 kB Progress (1): 144/226 kB Progress (1): 148/226 kB Progress (1): 152/226 kB Progress (1): 156/226 kB Progress (1): 160/226 kB Progress (1): 164/226 kB Progress (1): 168/226 kB Progress (1): 172/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 216/226 kB Progress (1): 220/226 kB Progress (1): 224/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.0 MB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ dltk.build.all --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 175 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 93 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 129 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Progress (1): 4.1/9.0 kB Progress (1): 7.7/9.0 kB Progress (1): 9.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 176 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 120 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 118 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Progress (1): 4.1/8.4 kB Progress (1): 7.7/8.4 kB Progress (1): 8.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 169 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 4.1/33 kB Progress (1): 7.7/33 kB Progress (1): 12/33 kB Progress (1): 16/33 kB Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 938 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 140 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 123 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 40 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 625 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Progress (1): 765 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 23 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 338 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Progress (1): 767 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 22 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Progress (1): 4.1/5.7 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 174 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 33 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 28 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 28 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Progress (1): 492 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 14 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Progress (1): 4.1/6.9 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 229 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 104 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Progress (1): 588 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1/6.4 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 200 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 65 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 183 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1/9.8 kB Progress (1): 7.7/9.8 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 288 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 91 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1/9.3 kB Progress (1): 7.7/9.3 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 64 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 301 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1/32 kB Progress (1): 7.7/32 kB Progress (1): 12/32 kB Progress (1): 16/32 kB Progress (1): 20/32 kB Progress (1): 24/32 kB Progress (1): 28/32 kB Progress (1): 32 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 989 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Progress (1): 4.1/4.5 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 105 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 92 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 656 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 72 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 133 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 30 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 116 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 70 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 64 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 32 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 48 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 40 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 36 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 33 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 219 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 45 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 18 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 22 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 76 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 60 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1/8.2 kB Progress (1): 7.7/8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 243 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 138 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1/5.6 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 122 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 53 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Progress (1): 738 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 22 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/1/apache-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 126 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 482 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 731 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 259 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1/5.3 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 175 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 116 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 149 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 463 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 63 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 55 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 79 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 189 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 49 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 64 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 77 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 26 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 25 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1/7.2 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 241 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 42 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1/7.7 kB Progress (1): 7.7/7.7 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 226 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1/7.8 kB Progress (1): 7.7/7.8 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 268 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 253 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 342 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 5.4 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1/9.1 kB Progress (1): 7.7/9.1 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 267 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 9.9 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 29 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 34 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 77 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 5.6 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 78 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 11 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1/8.1 kB Progress (1): 7.7/8.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 218 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom (3.5 kB at 95 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom (2.1 kB at 68 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 86 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom (3.7 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 13 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 90 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom (1.9 kB at 53 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.8.2/junit-4.8.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.1/asm-7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/245 kB Progress (2): 38 kB | 7.7/245 kB Progress (2): 38 kB | 12/245 kB Progress (2): 38 kB | 16/245 kB Progress (2): 38 kB | 20/245 kB Progress (2): 38 kB | 24/245 kB Progress (2): 38 kB | 28/245 kB Progress (2): 38 kB | 32/245 kB Progress (2): 38 kB | 36/245 kB Progress (2): 38 kB | 40/245 kB Progress (2): 38 kB | 44/245 kB Progress (2): 38 kB | 48/245 kB Progress (2): 38 kB | 52/245 kB Progress (2): 38 kB | 56/245 kB Progress (2): 38 kB | 60/245 kB Progress (3): 38 kB | 60/245 kB | 4.1/49 kB Progress (3): 38 kB | 64/245 kB | 4.1/49 kB Progress (3): 38 kB | 64/245 kB | 7.7/49 kB Progress (3): 38 kB | 68/245 kB | 7.7/49 kB Progress (3): 38 kB | 68/245 kB | 12/49 kB Progress (3): 38 kB | 72/245 kB | 12/49 kB Progress (3): 38 kB | 72/245 kB | 16/49 kB Progress (3): 38 kB | 76/245 kB | 16/49 kB Progress (3): 38 kB | 76/245 kB | 20/49 kB Progress (3): 38 kB | 76/245 kB | 24/49 kB Progress (3): 38 kB | 80/245 kB | 24/49 kB Progress (3): 38 kB | 80/245 kB | 28/49 kB Progress (4): 38 kB | 80/245 kB | 28/49 kB | 4.1/4.2 kB Progress (4): 38 kB | 84/245 kB | 28/49 kB | 4.1/4.2 kB Progress (4): 38 kB | 84/245 kB | 32/49 kB | 4.1/4.2 kB Progress (4): 38 kB | 88/245 kB | 32/49 kB | 4.1/4.2 kB Progress (4): 38 kB | 88/245 kB | 32/49 kB | 4.2 kB Progress (4): 38 kB | 88/245 kB | 36/49 kB | 4.2 kB Progress (4): 38 kB | 92/245 kB | 36/49 kB | 4.2 kB Progress (4): 38 kB | 92/245 kB | 40/49 kB | 4.2 kB Progress (4): 38 kB | 96/245 kB | 40/49 kB | 4.2 kB Progress (4): 38 kB | 96/245 kB | 44/49 kB | 4.2 kB Progress (4): 38 kB | 100/245 kB | 44/49 kB | 4.2 kB Progress (4): 38 kB | 100/245 kB | 48/49 kB | 4.2 kB Progress (4): 38 kB | 104/245 kB | 48/49 kB | 4.2 kB Progress (4): 38 kB | 104/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 108/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 112/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 116/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 120/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 124/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 128/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 131/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 135/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 139/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 143/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 147/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 151/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 155/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 159/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 163/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 164/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 168/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 172/245 kB | 49 kB | 4.2 kB Progress (4): 38 kB | 176/245 kB | 49 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 783 kB/s) Progress (3): 180/245 kB | 49 kB | 4.2 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Progress (3): 184/245 kB | 49 kB | 4.2 kB Progress (3): 188/245 kB | 49 kB | 4.2 kB Progress (3): 192/245 kB | 49 kB | 4.2 kB Progress (3): 196/245 kB | 49 kB | 4.2 kB Progress (3): 197/245 kB | 49 kB | 4.2 kB Progress (3): 201/245 kB | 49 kB | 4.2 kB Progress (3): 205/245 kB | 49 kB | 4.2 kB Progress (3): 209/245 kB | 49 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 81 kB/s) Progress (2): 213/245 kB | 49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Progress (2): 217/245 kB | 49 kB Progress (2): 221/245 kB | 49 kB Progress (2): 225/245 kB | 49 kB Progress (2): 229/245 kB | 49 kB Progress (2): 233/245 kB | 49 kB Progress (2): 237/245 kB | 49 kB Progress (2): 241/245 kB | 49 kB Progress (2): 245/245 kB | 49 kB Progress (2): 245 kB | 49 kB Progress (3): 245 kB | 49 kB | 4.1/39 kB Progress (3): 245 kB | 49 kB | 7.7/39 kB Progress (3): 245 kB | 49 kB | 12/39 kB Progress (3): 245 kB | 49 kB | 16/39 kB Progress (3): 245 kB | 49 kB | 20/39 kB Progress (3): 245 kB | 49 kB | 24/39 kB Progress (3): 245 kB | 49 kB | 28/39 kB Progress (3): 245 kB | 49 kB | 32/39 kB Progress (3): 245 kB | 49 kB | 36/39 kB Progress (3): 245 kB | 49 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 4.2 MB/s) Progress (3): 49 kB | 39 kB | 4.1/195 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Progress (3): 49 kB | 39 kB | 7.7/195 kB Progress (3): 49 kB | 39 kB | 12/195 kB Progress (3): 49 kB | 39 kB | 16/195 kB Progress (3): 49 kB | 39 kB | 20/195 kB Progress (3): 49 kB | 39 kB | 24/195 kB Progress (3): 49 kB | 39 kB | 28/195 kB Progress (3): 49 kB | 39 kB | 32/195 kB Progress (3): 49 kB | 39 kB | 33/195 kB Progress (3): 49 kB | 39 kB | 37/195 kB Progress (3): 49 kB | 39 kB | 41/195 kB Progress (3): 49 kB | 39 kB | 45/195 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 780 kB/s) Progress (2): 39 kB | 49/195 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (2): 39 kB | 53/195 kB Progress (2): 39 kB | 57/195 kB Progress (2): 39 kB | 61/195 kB Progress (2): 39 kB | 65/195 kB Progress (2): 39 kB | 69/195 kB Progress (3): 39 kB | 69/195 kB | 4.1/43 kB Progress (3): 39 kB | 73/195 kB | 4.1/43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 349 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Progress (3): 73/195 kB | 4.1/43 kB | 4.1/38 kB Progress (4): 73/195 kB | 4.1/43 kB | 4.1/38 kB | 4.1/237 kB Progress (4): 77/195 kB | 4.1/43 kB | 4.1/38 kB | 4.1/237 kB Progress (4): 77/195 kB | 7.7/43 kB | 4.1/38 kB | 4.1/237 kB Progress (4): 81/195 kB | 7.7/43 kB | 4.1/38 kB | 4.1/237 kB Progress (4): 81/195 kB | 7.7/43 kB | 4.1/38 kB | 7.7/237 kB Progress (4): 81/195 kB | 7.7/43 kB | 7.7/38 kB | 7.7/237 kB Progress (4): 85/195 kB | 7.7/43 kB | 7.7/38 kB | 7.7/237 kB Progress (4): 85/195 kB | 7.7/43 kB | 12/38 kB | 7.7/237 kB Progress (4): 85/195 kB | 7.7/43 kB | 12/38 kB | 12/237 kB Progress (4): 85/195 kB | 12/43 kB | 12/38 kB | 12/237 kB Progress (4): 85/195 kB | 12/43 kB | 12/38 kB | 16/237 kB Progress (4): 85/195 kB | 12/43 kB | 16/38 kB | 16/237 kB Progress (4): 85/195 kB | 12/43 kB | 16/38 kB | 20/237 kB Progress (4): 89/195 kB | 12/43 kB | 16/38 kB | 20/237 kB Progress (4): 89/195 kB | 12/43 kB | 16/38 kB | 24/237 kB Progress (4): 89/195 kB | 12/43 kB | 20/38 kB | 24/237 kB Progress (4): 89/195 kB | 16/43 kB | 20/38 kB | 24/237 kB Progress (4): 89/195 kB | 16/43 kB | 24/38 kB | 24/237 kB Progress (4): 89/195 kB | 20/43 kB | 24/38 kB | 24/237 kB Progress (4): 89/195 kB | 20/43 kB | 24/38 kB | 28/237 kB Progress (4): 93/195 kB | 20/43 kB | 24/38 kB | 28/237 kB Progress (4): 93/195 kB | 20/43 kB | 24/38 kB | 32/237 kB Progress (4): 93/195 kB | 24/43 kB | 24/38 kB | 32/237 kB Progress (4): 93/195 kB | 24/43 kB | 24/38 kB | 36/237 kB Progress (4): 93/195 kB | 28/43 kB | 24/38 kB | 36/237 kB Progress (4): 93/195 kB | 28/43 kB | 28/38 kB | 36/237 kB Progress (4): 93/195 kB | 32/43 kB | 28/38 kB | 36/237 kB Progress (4): 93/195 kB | 32/43 kB | 28/38 kB | 40/237 kB Progress (4): 97/195 kB | 32/43 kB | 28/38 kB | 40/237 kB Progress (4): 97/195 kB | 32/43 kB | 28/38 kB | 44/237 kB Progress (4): 97/195 kB | 36/43 kB | 28/38 kB | 44/237 kB Progress (4): 97/195 kB | 40/43 kB | 28/38 kB | 44/237 kB Progress (4): 97/195 kB | 40/43 kB | 32/38 kB | 44/237 kB Progress (4): 97/195 kB | 43 kB | 32/38 kB | 44/237 kB Progress (4): 97/195 kB | 43 kB | 36/38 kB | 44/237 kB Progress (4): 97/195 kB | 43 kB | 36/38 kB | 48/237 kB Progress (4): 97/195 kB | 43 kB | 36/38 kB | 52/237 kB Progress (4): 101/195 kB | 43 kB | 36/38 kB | 52/237 kB Progress (4): 101/195 kB | 43 kB | 36/38 kB | 56/237 kB Progress (4): 101/195 kB | 43 kB | 38 kB | 56/237 kB Progress (4): 105/195 kB | 43 kB | 38 kB | 56/237 kB Progress (4): 105/195 kB | 43 kB | 38 kB | 60/237 kB Progress (4): 109/195 kB | 43 kB | 38 kB | 60/237 kB Progress (4): 109/195 kB | 43 kB | 38 kB | 64/237 kB Progress (4): 113/195 kB | 43 kB | 38 kB | 64/237 kB Progress (4): 113/195 kB | 43 kB | 38 kB | 68/237 kB Progress (4): 117/195 kB | 43 kB | 38 kB | 68/237 kB Progress (4): 117/195 kB | 43 kB | 38 kB | 72/237 kB Progress (4): 121/195 kB | 43 kB | 38 kB | 72/237 kB Progress (4): 121/195 kB | 43 kB | 38 kB | 76/237 kB Progress (4): 125/195 kB | 43 kB | 38 kB | 76/237 kB Progress (4): 125/195 kB | 43 kB | 38 kB | 80/237 kB Progress (4): 129/195 kB | 43 kB | 38 kB | 80/237 kB Progress (4): 129/195 kB | 43 kB | 38 kB | 84/237 kB Progress (4): 133/195 kB | 43 kB | 38 kB | 84/237 kB Progress (4): 133/195 kB | 43 kB | 38 kB | 88/237 kB Progress (4): 137/195 kB | 43 kB | 38 kB | 88/237 kB Progress (4): 137/195 kB | 43 kB | 38 kB | 92/237 kB Progress (4): 141/195 kB | 43 kB | 38 kB | 92/237 kB Progress (4): 141/195 kB | 43 kB | 38 kB | 96/237 kB Progress (4): 145/195 kB | 43 kB | 38 kB | 96/237 kB Progress (4): 145/195 kB | 43 kB | 38 kB | 100/237 kB Progress (4): 149/195 kB | 43 kB | 38 kB | 100/237 kB Progress (4): 149/195 kB | 43 kB | 38 kB | 104/237 kB Progress (4): 153/195 kB | 43 kB | 38 kB | 104/237 kB Progress (4): 153/195 kB | 43 kB | 38 kB | 108/237 kB Progress (4): 157/195 kB | 43 kB | 38 kB | 108/237 kB Progress (4): 157/195 kB | 43 kB | 38 kB | 112/237 kB Progress (4): 161/195 kB | 43 kB | 38 kB | 112/237 kB Progress (4): 161/195 kB | 43 kB | 38 kB | 116/237 kB Progress (4): 165/195 kB | 43 kB | 38 kB | 116/237 kB Progress (4): 165/195 kB | 43 kB | 38 kB | 120/237 kB Progress (4): 169/195 kB | 43 kB | 38 kB | 120/237 kB Progress (4): 169/195 kB | 43 kB | 38 kB | 124/237 kB Progress (4): 173/195 kB | 43 kB | 38 kB | 124/237 kB Progress (4): 173/195 kB | 43 kB | 38 kB | 128/237 kB Progress (4): 177/195 kB | 43 kB | 38 kB | 128/237 kB Progress (4): 177/195 kB | 43 kB | 38 kB | 132/237 kB Progress (4): 181/195 kB | 43 kB | 38 kB | 132/237 kB Progress (4): 181/195 kB | 43 kB | 38 kB | 136/237 kB Progress (4): 185/195 kB | 43 kB | 38 kB | 136/237 kB Progress (4): 185/195 kB | 43 kB | 38 kB | 140/237 kB Progress (4): 189/195 kB | 43 kB | 38 kB | 140/237 kB Progress (4): 189/195 kB | 43 kB | 38 kB | 144/237 kB Progress (4): 193/195 kB | 43 kB | 38 kB | 144/237 kB Progress (4): 193/195 kB | 43 kB | 38 kB | 148/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 148/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 152/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 156/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 160/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 164/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 168/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 172/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 176/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 180/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 184/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 188/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 192/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 196/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 200/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 204/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 208/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 212/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 216/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 220/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 224/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 228/237 kB Progress (4): 195 kB | 43 kB | 38 kB | 232/237 kB Progress (5): 195 kB | 43 kB | 38 kB | 232/237 kB | 4.1/11 kB Progress (5): 195 kB | 43 kB | 38 kB | 236/237 kB | 4.1/11 kB Progress (5): 195 kB | 43 kB | 38 kB | 236/237 kB | 7.7/11 kB Progress (5): 195 kB | 43 kB | 38 kB | 237 kB | 7.7/11 kB Progress (5): 195 kB | 43 kB | 38 kB | 237 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 295 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 75 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 250 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (2): 24/37 kB | 4.1/10 kB Progress (2): 28/37 kB | 4.1/10 kB Progress (2): 28/37 kB | 7.7/10 kB Progress (2): 32/37 kB | 7.7/10 kB Progress (2): 32/37 kB | 10 kB Progress (3): 32/37 kB | 10 kB | 4.1/17 kB Progress (3): 32/37 kB | 10 kB | 7.7/17 kB Progress (4): 32/37 kB | 10 kB | 7.7/17 kB | 4.1/123 kB Progress (4): 32/37 kB | 10 kB | 7.7/17 kB | 7.7/123 kB Progress (5): 32/37 kB | 10 kB | 7.7/17 kB | 7.7/123 kB | 4.1/30 kB Progress (5): 32/37 kB | 10 kB | 7.7/17 kB | 7.7/123 kB | 7.7/30 kB Progress (5): 32/37 kB | 10 kB | 7.7/17 kB | 7.7/123 kB | 12/30 kB Progress (5): 32/37 kB | 10 kB | 7.7/17 kB | 7.7/123 kB | 16/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 61 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Progress (4): 36/37 kB | 7.7/17 kB | 7.7/123 kB | 16/30 kB Progress (4): 37 kB | 7.7/17 kB | 7.7/123 kB | 16/30 kB Progress (4): 37 kB | 7.7/17 kB | 12/123 kB | 16/30 kB Progress (4): 37 kB | 7.7/17 kB | 12/123 kB | 20/30 kB Progress (4): 37 kB | 7.7/17 kB | 12/123 kB | 24/30 kB Progress (4): 37 kB | 12/17 kB | 12/123 kB | 24/30 kB Progress (4): 37 kB | 12/17 kB | 12/123 kB | 28/30 kB Progress (4): 37 kB | 12/17 kB | 16/123 kB | 28/30 kB Progress (4): 37 kB | 12/17 kB | 16/123 kB | 30 kB Progress (4): 37 kB | 16/17 kB | 16/123 kB | 30 kB Progress (4): 37 kB | 16/17 kB | 20/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 20/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 24/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 28/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 32/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 33/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 37/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 41/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 45/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 49/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 53/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 57/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 61/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 65/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 66/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 70/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 74/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 78/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 82/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 86/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 90/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 94/123 kB | 30 kB Progress (4): 37 kB | 17 kB | 98/123 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar (37 kB at 168 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar Progress (3): 17 kB | 102/123 kB | 30 kB Progress (3): 17 kB | 106/123 kB | 30 kB Progress (3): 17 kB | 110/123 kB | 30 kB Progress (3): 17 kB | 114/123 kB | 30 kB Progress (3): 17 kB | 118/123 kB | 30 kB Progress (3): 17 kB | 122/123 kB | 30 kB Progress (3): 17 kB | 123 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 72 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Progress (3): 123 kB | 30 kB | 4.1/11 kB Progress (3): 123 kB | 30 kB | 7.7/11 kB Progress (3): 123 kB | 30 kB | 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar (123 kB at 511 kB/s) Progress (3): 30 kB | 11 kB | 4.1/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Progress (3): 30 kB | 11 kB | 7.7/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 126 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (2): 11 kB | 12/158 kB Progress (2): 11 kB | 16/158 kB Progress (2): 11 kB | 20/158 kB Progress (2): 11 kB | 24/158 kB Progress (2): 11 kB | 28/158 kB Progress (2): 11 kB | 32/158 kB Progress (2): 11 kB | 33/158 kB Progress (2): 11 kB | 37/158 kB Progress (2): 11 kB | 41/158 kB Progress (2): 11 kB | 45/158 kB Progress (2): 11 kB | 49/158 kB Progress (2): 11 kB | 53/158 kB Progress (2): 11 kB | 57/158 kB Progress (2): 11 kB | 61/158 kB Progress (2): 11 kB | 65/158 kB Progress (2): 11 kB | 66/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar (11 kB at 46 kB/s) Progress (1): 70/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (1): 74/158 kB Progress (1): 78/158 kB Progress (1): 82/158 kB Progress (1): 86/158 kB Progress (1): 90/158 kB Progress (1): 94/158 kB Progress (1): 98/158 kB Progress (1): 102/158 kB Progress (1): 106/158 kB Progress (1): 110/158 kB Progress (1): 114/158 kB Progress (2): 114/158 kB | 0/1.2 MB Progress (2): 118/158 kB | 0/1.2 MB Progress (2): 118/158 kB | 0/1.2 MB Progress (2): 122/158 kB | 0/1.2 MB Progress (2): 122/158 kB | 0/1.2 MB Progress (2): 126/158 kB | 0/1.2 MB Progress (2): 126/158 kB | 0/1.2 MB Progress (2): 130/158 kB | 0/1.2 MB Progress (2): 130/158 kB | 0/1.2 MB Progress (2): 134/158 kB | 0/1.2 MB Progress (2): 134/158 kB | 0/1.2 MB Progress (2): 138/158 kB | 0/1.2 MB Progress (3): 138/158 kB | 0/1.2 MB | 4.1/262 kB Progress (3): 142/158 kB | 0/1.2 MB | 4.1/262 kB Progress (3): 142/158 kB | 0/1.2 MB | 4.1/262 kB Progress (3): 146/158 kB | 0/1.2 MB | 4.1/262 kB Progress (3): 146/158 kB | 0/1.2 MB | 7.7/262 kB Progress (3): 146/158 kB | 0/1.2 MB | 7.7/262 kB Progress (3): 150/158 kB | 0/1.2 MB | 7.7/262 kB Progress (3): 150/158 kB | 0/1.2 MB | 7.7/262 kB Progress (3): 150/158 kB | 0/1.2 MB | 12/262 kB Progress (3): 150/158 kB | 0/1.2 MB | 12/262 kB Progress (3): 154/158 kB | 0/1.2 MB | 12/262 kB Progress (3): 154/158 kB | 0/1.2 MB | 12/262 kB Progress (3): 154/158 kB | 0/1.2 MB | 16/262 kB Progress (3): 158/158 kB | 0/1.2 MB | 16/262 kB Progress (3): 158/158 kB | 0/1.2 MB | 16/262 kB Progress (3): 158/158 kB | 0/1.2 MB | 20/262 kB Progress (3): 158 kB | 0/1.2 MB | 20/262 kB Progress (3): 158 kB | 0/1.2 MB | 24/262 kB Progress (3): 158 kB | 0/1.2 MB | 24/262 kB Progress (3): 158 kB | 0/1.2 MB | 28/262 kB Progress (3): 158 kB | 0/1.2 MB | 32/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 32/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 36/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 36/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 40/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 40/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 44/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 44/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 48/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 48/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 52/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 52/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 56/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 56/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 60/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 60/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 64/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 64/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 68/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 68/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 72/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 72/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 76/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 76/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 76/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 76/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 80/262 kB Progress (3): 158 kB | 0.1/1.2 MB | 80/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 80/262 kB | 4.1/30 kB Progress (5): 158 kB | 0.1/1.2 MB | 80/262 kB | 4.1/30 kB | 4.1/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 504 kB/s) Progress (4): 0.1/1.2 MB | 80/262 kB | 4.1/30 kB | 7.7/305 kB Progress (4): 0.1/1.2 MB | 80/262 kB | 7.7/30 kB | 7.7/305 kB Progress (4): 0.1/1.2 MB | 80/262 kB | 7.7/30 kB | 12/305 kB Progress (4): 0.1/1.2 MB | 84/262 kB | 7.7/30 kB | 12/305 kB Progress (4): 0.1/1.2 MB | 84/262 kB | 7.7/30 kB | 12/305 kB Progress (4): 0.1/1.2 MB | 88/262 kB | 7.7/30 kB | 12/305 kB Progress (4): 0.1/1.2 MB | 88/262 kB | 7.7/30 kB | 12/305 kB Progress (4): 0.1/1.2 MB | 92/262 kB | 7.7/30 kB | 12/305 kB Progress (4): 0.1/1.2 MB | 92/262 kB | 7.7/30 kB | 16/305 kB Progress (4): 0.1/1.2 MB | 92/262 kB | 12/30 kB | 16/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (4): 0.1/1.2 MB | 92/262 kB | 16/30 kB | 16/305 kB Progress (4): 0.1/1.2 MB | 92/262 kB | 16/30 kB | 20/305 kB Progress (4): 0.1/1.2 MB | 96/262 kB | 16/30 kB | 20/305 kB Progress (4): 0.1/1.2 MB | 96/262 kB | 16/30 kB | 20/305 kB Progress (4): 0.1/1.2 MB | 100/262 kB | 16/30 kB | 20/305 kB Progress (4): 0.1/1.2 MB | 100/262 kB | 16/30 kB | 24/305 kB Progress (4): 0.1/1.2 MB | 100/262 kB | 20/30 kB | 24/305 kB Progress (4): 0.1/1.2 MB | 100/262 kB | 20/30 kB | 28/305 kB Progress (4): 0.1/1.2 MB | 104/262 kB | 20/30 kB | 28/305 kB Progress (4): 0.1/1.2 MB | 104/262 kB | 20/30 kB | 28/305 kB Progress (4): 0.1/1.2 MB | 108/262 kB | 20/30 kB | 28/305 kB Progress (4): 0.1/1.2 MB | 108/262 kB | 20/30 kB | 32/305 kB Progress (4): 0.1/1.2 MB | 108/262 kB | 24/30 kB | 32/305 kB Progress (4): 0.1/1.2 MB | 108/262 kB | 24/30 kB | 33/305 kB Progress (4): 0.1/1.2 MB | 112/262 kB | 24/30 kB | 33/305 kB Progress (4): 0.1/1.2 MB | 112/262 kB | 24/30 kB | 33/305 kB Progress (4): 0.1/1.2 MB | 116/262 kB | 24/30 kB | 33/305 kB Progress (4): 0.1/1.2 MB | 116/262 kB | 24/30 kB | 37/305 kB Progress (4): 0.1/1.2 MB | 116/262 kB | 28/30 kB | 37/305 kB Progress (4): 0.1/1.2 MB | 116/262 kB | 28/30 kB | 41/305 kB Progress (4): 0.1/1.2 MB | 120/262 kB | 28/30 kB | 41/305 kB Progress (4): 0.1/1.2 MB | 120/262 kB | 28/30 kB | 41/305 kB Progress (4): 0.1/1.2 MB | 124/262 kB | 28/30 kB | 41/305 kB Progress (4): 0.1/1.2 MB | 124/262 kB | 28/30 kB | 45/305 kB Progress (4): 0.1/1.2 MB | 124/262 kB | 30 kB | 45/305 kB Progress (4): 0.1/1.2 MB | 124/262 kB | 30 kB | 49/305 kB Progress (4): 0.1/1.2 MB | 128/262 kB | 30 kB | 49/305 kB Progress (4): 0.1/1.2 MB | 128/262 kB | 30 kB | 49/305 kB Progress (4): 0.1/1.2 MB | 132/262 kB | 30 kB | 49/305 kB Progress (4): 0.1/1.2 MB | 132/262 kB | 30 kB | 53/305 kB Progress (4): 0.1/1.2 MB | 136/262 kB | 30 kB | 53/305 kB Progress (4): 0.1/1.2 MB | 136/262 kB | 30 kB | 53/305 kB Progress (4): 0.1/1.2 MB | 140/262 kB | 30 kB | 53/305 kB Progress (4): 0.1/1.2 MB | 140/262 kB | 30 kB | 57/305 kB Progress (4): 0.1/1.2 MB | 144/262 kB | 30 kB | 57/305 kB Progress (4): 0.1/1.2 MB | 144/262 kB | 30 kB | 57/305 kB Progress (4): 0.1/1.2 MB | 148/262 kB | 30 kB | 57/305 kB Progress (4): 0.1/1.2 MB | 148/262 kB | 30 kB | 57/305 kB Progress (4): 0.1/1.2 MB | 148/262 kB | 30 kB | 61/305 kB Progress (4): 0.1/1.2 MB | 148/262 kB | 30 kB | 61/305 kB Progress (4): 0.1/1.2 MB | 152/262 kB | 30 kB | 61/305 kB Progress (4): 0.2/1.2 MB | 152/262 kB | 30 kB | 61/305 kB Progress (4): 0.2/1.2 MB | 152/262 kB | 30 kB | 65/305 kB Progress (4): 0.2/1.2 MB | 152/262 kB | 30 kB | 65/305 kB Progress (4): 0.2/1.2 MB | 156/262 kB | 30 kB | 65/305 kB Progress (4): 0.2/1.2 MB | 156/262 kB | 30 kB | 65/305 kB Progress (4): 0.2/1.2 MB | 156/262 kB | 30 kB | 66/305 kB Progress (4): 0.2/1.2 MB | 156/262 kB | 30 kB | 66/305 kB Progress (4): 0.2/1.2 MB | 156/262 kB | 30 kB | 70/305 kB Progress (4): 0.2/1.2 MB | 156/262 kB | 30 kB | 70/305 kB Progress (4): 0.2/1.2 MB | 160/262 kB | 30 kB | 70/305 kB Progress (4): 0.2/1.2 MB | 160/262 kB | 30 kB | 70/305 kB Progress (4): 0.2/1.2 MB | 160/262 kB | 30 kB | 74/305 kB Progress (4): 0.2/1.2 MB | 160/262 kB | 30 kB | 74/305 kB Progress (4): 0.2/1.2 MB | 164/262 kB | 30 kB | 74/305 kB Progress (4): 0.2/1.2 MB | 164/262 kB | 30 kB | 74/305 kB Progress (4): 0.2/1.2 MB | 164/262 kB | 30 kB | 78/305 kB Progress (4): 0.2/1.2 MB | 164/262 kB | 30 kB | 78/305 kB Progress (4): 0.2/1.2 MB | 168/262 kB | 30 kB | 78/305 kB Progress (4): 0.2/1.2 MB | 168/262 kB | 30 kB | 78/305 kB Progress (4): 0.2/1.2 MB | 172/262 kB | 30 kB | 78/305 kB Progress (4): 0.2/1.2 MB | 172/262 kB | 30 kB | 82/305 kB Progress (4): 0.2/1.2 MB | 176/262 kB | 30 kB | 82/305 kB Progress (4): 0.2/1.2 MB | 176/262 kB | 30 kB | 82/305 kB Progress (4): 0.2/1.2 MB | 180/262 kB | 30 kB | 82/305 kB Progress (4): 0.2/1.2 MB | 180/262 kB | 30 kB | 86/305 kB Progress (4): 0.2/1.2 MB | 184/262 kB | 30 kB | 86/305 kB Progress (4): 0.2/1.2 MB | 184/262 kB | 30 kB | 86/305 kB Progress (4): 0.2/1.2 MB | 188/262 kB | 30 kB | 86/305 kB Progress (4): 0.2/1.2 MB | 188/262 kB | 30 kB | 90/305 kB Progress (4): 0.2/1.2 MB | 192/262 kB | 30 kB | 90/305 kB Progress (4): 0.2/1.2 MB | 192/262 kB | 30 kB | 90/305 kB Progress (4): 0.2/1.2 MB | 196/262 kB | 30 kB | 90/305 kB Progress (4): 0.2/1.2 MB | 196/262 kB | 30 kB | 94/305 kB Progress (4): 0.2/1.2 MB | 200/262 kB | 30 kB | 94/305 kB Progress (4): 0.2/1.2 MB | 200/262 kB | 30 kB | 94/305 kB Progress (4): 0.2/1.2 MB | 204/262 kB | 30 kB | 94/305 kB Progress (4): 0.2/1.2 MB | 204/262 kB | 30 kB | 98/305 kB Progress (4): 0.2/1.2 MB | 208/262 kB | 30 kB | 98/305 kB Progress (4): 0.2/1.2 MB | 208/262 kB | 30 kB | 98/305 kB Progress (4): 0.2/1.2 MB | 212/262 kB | 30 kB | 98/305 kB Progress (4): 0.2/1.2 MB | 212/262 kB | 30 kB | 102/305 kB Progress (4): 0.2/1.2 MB | 216/262 kB | 30 kB | 102/305 kB Progress (4): 0.2/1.2 MB | 216/262 kB | 30 kB | 102/305 kB Progress (4): 0.2/1.2 MB | 220/262 kB | 30 kB | 102/305 kB Progress (4): 0.2/1.2 MB | 220/262 kB | 30 kB | 102/305 kB Progress (4): 0.2/1.2 MB | 220/262 kB | 30 kB | 106/305 kB Progress (4): 0.2/1.2 MB | 220/262 kB | 30 kB | 106/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 90 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Progress (3): 0.2/1.2 MB | 224/262 kB | 106/305 kB Progress (4): 0.2/1.2 MB | 224/262 kB | 106/305 kB | 4.1/50 kB Progress (4): 0.2/1.2 MB | 224/262 kB | 106/305 kB | 4.1/50 kB Progress (4): 0.2/1.2 MB | 224/262 kB | 110/305 kB | 4.1/50 kB Progress (4): 0.2/1.2 MB | 224/262 kB | 114/305 kB | 4.1/50 kB Progress (4): 0.2/1.2 MB | 224/262 kB | 114/305 kB | 4.1/50 kB Progress (4): 0.2/1.2 MB | 224/262 kB | 114/305 kB | 7.7/50 kB Progress (4): 0.2/1.2 MB | 228/262 kB | 114/305 kB | 7.7/50 kB Progress (4): 0.2/1.2 MB | 228/262 kB | 114/305 kB | 12/50 kB Progress (4): 0.2/1.2 MB | 228/262 kB | 114/305 kB | 12/50 kB Progress (4): 0.2/1.2 MB | 228/262 kB | 118/305 kB | 12/50 kB Progress (4): 0.2/1.2 MB | 228/262 kB | 118/305 kB | 12/50 kB Progress (4): 0.2/1.2 MB | 228/262 kB | 118/305 kB | 16/50 kB Progress (4): 0.2/1.2 MB | 232/262 kB | 118/305 kB | 16/50 kB Progress (4): 0.2/1.2 MB | 232/262 kB | 118/305 kB | 20/50 kB Progress (4): 0.2/1.2 MB | 232/262 kB | 118/305 kB | 20/50 kB Progress (4): 0.2/1.2 MB | 232/262 kB | 122/305 kB | 20/50 kB Progress (4): 0.2/1.2 MB | 232/262 kB | 122/305 kB | 20/50 kB Progress (4): 0.2/1.2 MB | 232/262 kB | 122/305 kB | 24/50 kB Progress (4): 0.2/1.2 MB | 236/262 kB | 122/305 kB | 24/50 kB Progress (4): 0.2/1.2 MB | 236/262 kB | 122/305 kB | 28/50 kB Progress (4): 0.2/1.2 MB | 236/262 kB | 122/305 kB | 28/50 kB Progress (4): 0.2/1.2 MB | 236/262 kB | 126/305 kB | 28/50 kB Progress (4): 0.3/1.2 MB | 236/262 kB | 126/305 kB | 28/50 kB Progress (4): 0.3/1.2 MB | 236/262 kB | 126/305 kB | 32/50 kB Progress (4): 0.3/1.2 MB | 240/262 kB | 126/305 kB | 32/50 kB Progress (4): 0.3/1.2 MB | 240/262 kB | 126/305 kB | 36/50 kB Progress (4): 0.3/1.2 MB | 240/262 kB | 126/305 kB | 36/50 kB Progress (4): 0.3/1.2 MB | 240/262 kB | 130/305 kB | 36/50 kB Progress (4): 0.3/1.2 MB | 240/262 kB | 130/305 kB | 36/50 kB Progress (4): 0.3/1.2 MB | 240/262 kB | 130/305 kB | 40/50 kB Progress (4): 0.3/1.2 MB | 240/262 kB | 130/305 kB | 40/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 130/305 kB | 40/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 130/305 kB | 40/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 130/305 kB | 44/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 134/305 kB | 44/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 138/305 kB | 44/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 142/305 kB | 44/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 146/305 kB | 44/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 146/305 kB | 48/50 kB Progress (4): 0.3/1.2 MB | 244/262 kB | 146/305 kB | 48/50 kB Progress (4): 0.3/1.2 MB | 248/262 kB | 146/305 kB | 48/50 kB Progress (4): 0.3/1.2 MB | 248/262 kB | 146/305 kB | 48/50 kB Progress (4): 0.3/1.2 MB | 248/262 kB | 146/305 kB | 50 kB Progress (4): 0.3/1.2 MB | 248/262 kB | 150/305 kB | 50 kB Progress (5): 0.3/1.2 MB | 248/262 kB | 150/305 kB | 50 kB | 4.1/52 kB Progress (5): 0.3/1.2 MB | 248/262 kB | 154/305 kB | 50 kB | 4.1/52 kB Progress (5): 0.3/1.2 MB | 248/262 kB | 154/305 kB | 50 kB | 4.1/52 kB Progress (5): 0.3/1.2 MB | 252/262 kB | 154/305 kB | 50 kB | 4.1/52 kB Progress (5): 0.3/1.2 MB | 252/262 kB | 154/305 kB | 50 kB | 4.1/52 kB Progress (5): 0.3/1.2 MB | 252/262 kB | 158/305 kB | 50 kB | 4.1/52 kB Progress (5): 0.3/1.2 MB | 252/262 kB | 158/305 kB | 50 kB | 7.7/52 kB Progress (5): 0.3/1.2 MB | 252/262 kB | 158/305 kB | 50 kB | 7.7/52 kB Progress (5): 0.3/1.2 MB | 252/262 kB | 162/305 kB | 50 kB | 7.7/52 kB Progress (5): 0.3/1.2 MB | 252/262 kB | 166/305 kB | 50 kB | 7.7/52 kB Progress (5): 0.3/1.2 MB | 256/262 kB | 166/305 kB | 50 kB | 7.7/52 kB Progress (5): 0.3/1.2 MB | 256/262 kB | 170/305 kB | 50 kB | 7.7/52 kB Progress (5): 0.3/1.2 MB | 256/262 kB | 170/305 kB | 50 kB | 7.7/52 kB Progress (5): 0.3/1.2 MB | 256/262 kB | 170/305 kB | 50 kB | 12/52 kB Progress (5): 0.3/1.2 MB | 256/262 kB | 170/305 kB | 50 kB | 12/52 kB Progress (5): 0.3/1.2 MB | 256/262 kB | 174/305 kB | 50 kB | 12/52 kB Progress (5): 0.3/1.2 MB | 260/262 kB | 174/305 kB | 50 kB | 12/52 kB Progress (5): 0.3/1.2 MB | 260/262 kB | 178/305 kB | 50 kB | 12/52 kB Progress (5): 0.3/1.2 MB | 260/262 kB | 178/305 kB | 50 kB | 12/52 kB Progress (5): 0.3/1.2 MB | 260/262 kB | 178/305 kB | 50 kB | 16/52 kB Progress (5): 0.3/1.2 MB | 260/262 kB | 178/305 kB | 50 kB | 16/52 kB Progress (5): 0.3/1.2 MB | 260/262 kB | 182/305 kB | 50 kB | 16/52 kB Progress (5): 0.3/1.2 MB | 262 kB | 182/305 kB | 50 kB | 16/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 120 kB/s) Progress (4): 0.3/1.2 MB | 262 kB | 186/305 kB | 16/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 186/305 kB | 16/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 186/305 kB | 20/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 190/305 kB | 20/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Progress (4): 0.3/1.2 MB | 262 kB | 194/305 kB | 20/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 194/305 kB | 24/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 194/305 kB | 24/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 194/305 kB | 28/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 198/305 kB | 28/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 198/305 kB | 32/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 198/305 kB | 32/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 198/305 kB | 36/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 198/305 kB | 36/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 198/305 kB | 36/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 202/305 kB | 36/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 202/305 kB | 36/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 206/305 kB | 36/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 206/305 kB | 40/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 210/305 kB | 40/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 210/305 kB | 40/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 210/305 kB | 44/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 210/305 kB | 44/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 214/305 kB | 44/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 214/305 kB | 44/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 214/305 kB | 48/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 214/305 kB | 48/52 kB Progress (4): 0.3/1.2 MB | 262 kB | 218/305 kB | 48/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 612 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Progress (3): 0.3/1.2 MB | 218/305 kB | 48/52 kB Progress (3): 0.3/1.2 MB | 218/305 kB | 52/52 kB Progress (3): 0.3/1.2 MB | 222/305 kB | 52/52 kB Progress (3): 0.3/1.2 MB | 222/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 222/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 226/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 226/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 230/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 230/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 234/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 234/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 238/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 238/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 242/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 242/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 246/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 246/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 250/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 250/305 kB | 52 kB Progress (3): 0.4/1.2 MB | 254/305 kB | 52 kB Progress (4): 0.4/1.2 MB | 254/305 kB | 52 kB | 4.1/15 kB Progress (4): 0.4/1.2 MB | 254/305 kB | 52 kB | 4.1/15 kB Progress (4): 0.4/1.2 MB | 258/305 kB | 52 kB | 4.1/15 kB Progress (4): 0.4/1.2 MB | 258/305 kB | 52 kB | 4.1/15 kB Progress (4): 0.4/1.2 MB | 258/305 kB | 52 kB | 7.7/15 kB Progress (4): 0.4/1.2 MB | 258/305 kB | 52 kB | 7.7/15 kB Progress (4): 0.4/1.2 MB | 262/305 kB | 52 kB | 7.7/15 kB Progress (4): 0.4/1.2 MB | 262/305 kB | 52 kB | 7.7/15 kB Progress (4): 0.4/1.2 MB | 262/305 kB | 52 kB | 12/15 kB Progress (4): 0.4/1.2 MB | 262/305 kB | 52 kB | 12/15 kB Progress (4): 0.4/1.2 MB | 266/305 kB | 52 kB | 12/15 kB Progress (4): 0.4/1.2 MB | 266/305 kB | 52 kB | 12/15 kB Progress (4): 0.4/1.2 MB | 266/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 266/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 270/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 270/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 274/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 274/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 278/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 278/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 282/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 282/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 286/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 286/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 290/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 290/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 294/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 294/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 298/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 298/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 302/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 302/305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.4/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (4): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB Progress (5): 0.5/1.2 MB | 305 kB | 52 kB | 15 kB | 4.1/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Progress (4): 0.6/1.2 MB | 305 kB | 52 kB | 4.1/37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 593 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 102 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (2): 0.6/1.2 MB | 7.7/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Progress (2): 0.6/1.2 MB | 7.7/37 kB Progress (2): 0.6/1.2 MB | 12/37 kB Progress (2): 0.6/1.2 MB | 12/37 kB Progress (2): 0.6/1.2 MB | 16/37 kB Progress (2): 0.6/1.2 MB | 16/37 kB Progress (2): 0.6/1.2 MB | 20/37 kB Progress (2): 0.6/1.2 MB | 20/37 kB Progress (2): 0.6/1.2 MB | 24/37 kB Progress (2): 0.6/1.2 MB | 24/37 kB Progress (2): 0.6/1.2 MB | 28/37 kB Progress (2): 0.6/1.2 MB | 28/37 kB Progress (2): 0.6/1.2 MB | 32/37 kB Progress (2): 0.6/1.2 MB | 32/37 kB Progress (2): 0.6/1.2 MB | 36/37 kB Progress (2): 0.6/1.2 MB | 36/37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.6/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.7/1.2 MB | 37 kB Progress (2): 0.8/1.2 MB | 37 kB Progress (2): 0.8/1.2 MB | 37 kB Progress (2): 0.8/1.2 MB | 37 kB Progress (3): 0.8/1.2 MB | 37 kB | 4.1/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 4.1/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 7.7/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 7.7/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 12/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 12/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 16/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 16/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 20/392 kB Progress (3): 0.8/1.2 MB | 37 kB | 20/392 kB Progress (4): 0.8/1.2 MB | 37 kB | 20/392 kB | 4.1/7.7 kB Progress (4): 0.8/1.2 MB | 37 kB | 20/392 kB | 4.1/7.7 kB Progress (4): 0.8/1.2 MB | 37 kB | 24/392 kB | 4.1/7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 70 kB/s) Progress (3): 0.8/1.2 MB | 28/392 kB | 4.1/7.7 kB Progress (3): 0.8/1.2 MB | 28/392 kB | 4.1/7.7 kB Progress (3): 0.8/1.2 MB | 28/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 28/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 32/392 kB | 7.7 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar Progress (3): 0.8/1.2 MB | 33/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 33/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 37/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 37/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 41/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 41/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 45/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 45/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 49/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 49/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 53/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 53/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 57/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 57/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 61/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 61/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 65/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 65/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 66/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 66/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 70/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 70/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 74/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 74/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 78/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 78/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 82/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 82/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 86/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 90/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 94/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 98/392 kB | 7.7 kB Progress (3): 0.8/1.2 MB | 98/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 98/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 102/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 106/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 106/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 110/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 110/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 114/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 114/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 118/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 118/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 122/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 122/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 126/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 126/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 130/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 130/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 131/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 131/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 135/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 135/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 139/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 139/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 143/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 143/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 147/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 147/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 151/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 151/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 155/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 155/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 159/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 159/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 163/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 163/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 164/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 164/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 168/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 168/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 172/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 172/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 176/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 176/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 180/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 180/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 184/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 184/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 188/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 188/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 192/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 192/392 kB | 7.7 kB Progress (3): 0.9/1.2 MB | 196/392 kB | 7.7 kB Progress (3): 1.0/1.2 MB | 196/392 kB | 7.7 kB Progress (3): 1.0/1.2 MB | 196/392 kB | 7.7 kB Progress (4): 1.0/1.2 MB | 196/392 kB | 7.7 kB | 4.1/11 kB Progress (5): 1.0/1.2 MB | 196/392 kB | 7.7 kB | 4.1/11 kB | 4.1/588 kB Progress (5): 1.0/1.2 MB | 197/392 kB | 7.7 kB | 4.1/11 kB | 4.1/588 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 13 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (4): 1.0/1.2 MB | 201/392 kB | 4.1/11 kB | 4.1/588 kB Progress (4): 1.0/1.2 MB | 201/392 kB | 4.1/11 kB | 7.7/588 kB Progress (4): 1.0/1.2 MB | 201/392 kB | 7.7/11 kB | 7.7/588 kB Progress (4): 1.0/1.2 MB | 201/392 kB | 7.7/11 kB | 7.7/588 kB Progress (4): 1.0/1.2 MB | 201/392 kB | 11 kB | 7.7/588 kB Progress (4): 1.0/1.2 MB | 201/392 kB | 11 kB | 12/588 kB Progress (4): 1.0/1.2 MB | 205/392 kB | 11 kB | 12/588 kB Progress (4): 1.0/1.2 MB | 205/392 kB | 11 kB | 16/588 kB Progress (4): 1.0/1.2 MB | 209/392 kB | 11 kB | 16/588 kB Progress (4): 1.0/1.2 MB | 209/392 kB | 11 kB | 16/588 kB Progress (4): 1.0/1.2 MB | 213/392 kB | 11 kB | 16/588 kB Progress (4): 1.0/1.2 MB | 213/392 kB | 11 kB | 16/588 kB Progress (4): 1.0/1.2 MB | 213/392 kB | 11 kB | 20/588 kB Progress (4): 1.0/1.2 MB | 213/392 kB | 11 kB | 20/588 kB Progress (4): 1.0/1.2 MB | 217/392 kB | 11 kB | 20/588 kB Progress (4): 1.0/1.2 MB | 217/392 kB | 11 kB | 20/588 kB Progress (4): 1.0/1.2 MB | 217/392 kB | 11 kB | 24/588 kB Progress (4): 1.0/1.2 MB | 217/392 kB | 11 kB | 24/588 kB Progress (4): 1.0/1.2 MB | 217/392 kB | 11 kB | 28/588 kB Progress (4): 1.0/1.2 MB | 221/392 kB | 11 kB | 28/588 kB Progress (4): 1.0/1.2 MB | 221/392 kB | 11 kB | 32/588 kB Progress (4): 1.0/1.2 MB | 221/392 kB | 11 kB | 32/588 kB Progress (4): 1.0/1.2 MB | 221/392 kB | 11 kB | 33/588 kB Progress (4): 1.0/1.2 MB | 225/392 kB | 11 kB | 33/588 kB Progress (4): 1.0/1.2 MB | 225/392 kB | 11 kB | 37/588 kB Progress (4): 1.0/1.2 MB | 225/392 kB | 11 kB | 37/588 kB Progress (4): 1.0/1.2 MB | 225/392 kB | 11 kB | 41/588 kB Progress (4): 1.0/1.2 MB | 225/392 kB | 11 kB | 41/588 kB Progress (4): 1.0/1.2 MB | 229/392 kB | 11 kB | 41/588 kB Progress (4): 1.0/1.2 MB | 229/392 kB | 11 kB | 45/588 kB Progress (4): 1.0/1.2 MB | 229/392 kB | 11 kB | 45/588 kB Progress (4): 1.0/1.2 MB | 229/392 kB | 11 kB | 49/588 kB Progress (4): 1.0/1.2 MB | 229/392 kB | 11 kB | 49/588 kB Progress (4): 1.0/1.2 MB | 229/392 kB | 11 kB | 49/588 kB Progress (4): 1.0/1.2 MB | 233/392 kB | 11 kB | 49/588 kB Progress (4): 1.0/1.2 MB | 233/392 kB | 11 kB | 53/588 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 17 kB/s) Progress (3): 1.0/1.2 MB | 237/392 kB | 53/588 kB Progress (3): 1.0/1.2 MB | 237/392 kB | 53/588 kB Progress (3): 1.0/1.2 MB | 241/392 kB | 53/588 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (3): 1.0/1.2 MB | 241/392 kB | 57/588 kB Progress (3): 1.0/1.2 MB | 241/392 kB | 61/588 kB Progress (3): 1.0/1.2 MB | 241/392 kB | 65/588 kB Progress (3): 1.0/1.2 MB | 241/392 kB | 66/588 kB Progress (3): 1.0/1.2 MB | 241/392 kB | 70/588 kB Progress (3): 1.0/1.2 MB | 245/392 kB | 70/588 kB Progress (3): 1.0/1.2 MB | 245/392 kB | 70/588 kB Progress (3): 1.0/1.2 MB | 245/392 kB | 74/588 kB Progress (3): 1.0/1.2 MB | 245/392 kB | 74/588 kB Progress (3): 1.0/1.2 MB | 249/392 kB | 74/588 kB Progress (3): 1.0/1.2 MB | 249/392 kB | 74/588 kB Progress (3): 1.0/1.2 MB | 249/392 kB | 78/588 kB Progress (3): 1.0/1.2 MB | 249/392 kB | 78/588 kB Progress (3): 1.0/1.2 MB | 253/392 kB | 78/588 kB Progress (3): 1.0/1.2 MB | 253/392 kB | 78/588 kB Progress (3): 1.0/1.2 MB | 257/392 kB | 78/588 kB Progress (3): 1.0/1.2 MB | 257/392 kB | 82/588 kB Progress (3): 1.0/1.2 MB | 261/392 kB | 82/588 kB Progress (3): 1.0/1.2 MB | 261/392 kB | 86/588 kB Progress (3): 1.0/1.2 MB | 261/392 kB | 86/588 kB Progress (3): 1.0/1.2 MB | 261/392 kB | 90/588 kB Progress (3): 1.0/1.2 MB | 262/392 kB | 90/588 kB Progress (3): 1.0/1.2 MB | 262/392 kB | 94/588 kB Progress (3): 1.0/1.2 MB | 262/392 kB | 94/588 kB Progress (3): 1.0/1.2 MB | 262/392 kB | 98/588 kB Progress (3): 1.0/1.2 MB | 266/392 kB | 98/588 kB Progress (3): 1.0/1.2 MB | 266/392 kB | 98/588 kB Progress (4): 1.0/1.2 MB | 266/392 kB | 98/588 kB | 4.1/91 kB Progress (4): 1.0/1.2 MB | 266/392 kB | 98/588 kB | 4.1/91 kB Progress (4): 1.0/1.2 MB | 266/392 kB | 98/588 kB | 7.7/91 kB Progress (4): 1.0/1.2 MB | 266/392 kB | 102/588 kB | 7.7/91 kB Progress (4): 1.0/1.2 MB | 270/392 kB | 102/588 kB | 7.7/91 kB Progress (4): 1.0/1.2 MB | 270/392 kB | 106/588 kB | 7.7/91 kB Progress (4): 1.0/1.2 MB | 270/392 kB | 106/588 kB | 12/91 kB Progress (4): 1.0/1.2 MB | 270/392 kB | 106/588 kB | 12/91 kB Progress (4): 1.0/1.2 MB | 270/392 kB | 106/588 kB | 16/91 kB Progress (4): 1.0/1.2 MB | 270/392 kB | 110/588 kB | 16/91 kB Progress (4): 1.0/1.2 MB | 270/392 kB | 114/588 kB | 16/91 kB Progress (5): 1.0/1.2 MB | 270/392 kB | 114/588 kB | 16/91 kB | 4.1/189 kB Progress (5): 1.0/1.2 MB | 274/392 kB | 114/588 kB | 16/91 kB | 4.1/189 kB Progress (5): 1.0/1.2 MB | 274/392 kB | 114/588 kB | 16/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 274/392 kB | 118/588 kB | 16/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 274/392 kB | 118/588 kB | 20/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 274/392 kB | 118/588 kB | 20/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 274/392 kB | 118/588 kB | 24/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 274/392 kB | 122/588 kB | 24/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 274/392 kB | 122/588 kB | 24/91 kB | 12/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 122/588 kB | 24/91 kB | 12/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 12/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 16/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 20/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 24/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 28/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 32/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 33/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 37/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 24/91 kB | 41/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 28/91 kB | 41/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 28/91 kB | 41/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 32/91 kB | 41/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 126/588 kB | 32/91 kB | 45/189 kB Progress (5): 1.0/1.2 MB | 278/392 kB | 130/588 kB | 32/91 kB | 45/189 kB Progress (5): 1.0/1.2 MB | 282/392 kB | 130/588 kB | 32/91 kB | 45/189 kB Progress (5): 1.0/1.2 MB | 282/392 kB | 134/588 kB | 32/91 kB | 45/189 kB Progress (5): 1.0/1.2 MB | 282/392 kB | 134/588 kB | 32/91 kB | 49/189 kB Progress (5): 1.0/1.2 MB | 282/392 kB | 134/588 kB | 33/91 kB | 49/189 kB Progress (5): 1.1/1.2 MB | 282/392 kB | 134/588 kB | 33/91 kB | 49/189 kB Progress (5): 1.1/1.2 MB | 282/392 kB | 134/588 kB | 37/91 kB | 49/189 kB Progress (5): 1.1/1.2 MB | 282/392 kB | 134/588 kB | 37/91 kB | 53/189 kB Progress (5): 1.1/1.2 MB | 282/392 kB | 138/588 kB | 37/91 kB | 53/189 kB Progress (5): 1.1/1.2 MB | 286/392 kB | 138/588 kB | 37/91 kB | 53/189 kB Progress (5): 1.1/1.2 MB | 286/392 kB | 142/588 kB | 37/91 kB | 53/189 kB Progress (5): 1.1/1.2 MB | 290/392 kB | 142/588 kB | 37/91 kB | 53/189 kB Progress (5): 1.1/1.2 MB | 290/392 kB | 142/588 kB | 37/91 kB | 57/189 kB Progress (5): 1.1/1.2 MB | 290/392 kB | 142/588 kB | 41/91 kB | 57/189 kB Progress (5): 1.1/1.2 MB | 290/392 kB | 142/588 kB | 41/91 kB | 57/189 kB Progress (5): 1.1/1.2 MB | 290/392 kB | 142/588 kB | 45/91 kB | 57/189 kB Progress (5): 1.1/1.2 MB | 290/392 kB | 142/588 kB | 45/91 kB | 61/189 kB Progress (5): 1.1/1.2 MB | 294/392 kB | 142/588 kB | 45/91 kB | 61/189 kB Progress (5): 1.1/1.2 MB | 294/392 kB | 146/588 kB | 45/91 kB | 61/189 kB Progress (5): 1.1/1.2 MB | 295/392 kB | 146/588 kB | 45/91 kB | 61/189 kB Progress (5): 1.1/1.2 MB | 295/392 kB | 146/588 kB | 45/91 kB | 65/189 kB Progress (5): 1.1/1.2 MB | 295/392 kB | 146/588 kB | 49/91 kB | 65/189 kB Progress (5): 1.1/1.2 MB | 295/392 kB | 146/588 kB | 49/91 kB | 65/189 kB Progress (5): 1.1/1.2 MB | 295/392 kB | 146/588 kB | 53/91 kB | 65/189 kB Progress (5): 1.1/1.2 MB | 295/392 kB | 146/588 kB | 53/91 kB | 66/189 kB Progress (5): 1.1/1.2 MB | 299/392 kB | 146/588 kB | 53/91 kB | 66/189 kB Progress (5): 1.1/1.2 MB | 299/392 kB | 150/588 kB | 53/91 kB | 66/189 kB Progress (5): 1.1/1.2 MB | 303/392 kB | 150/588 kB | 53/91 kB | 66/189 kB Progress (5): 1.1/1.2 MB | 303/392 kB | 150/588 kB | 53/91 kB | 70/189 kB Progress (5): 1.1/1.2 MB | 303/392 kB | 150/588 kB | 57/91 kB | 70/189 kB Progress (5): 1.1/1.2 MB | 303/392 kB | 150/588 kB | 57/91 kB | 70/189 kB Progress (5): 1.1/1.2 MB | 303/392 kB | 150/588 kB | 61/91 kB | 70/189 kB Progress (5): 1.1/1.2 MB | 303/392 kB | 150/588 kB | 61/91 kB | 74/189 kB Progress (5): 1.1/1.2 MB | 307/392 kB | 150/588 kB | 61/91 kB | 74/189 kB Progress (5): 1.1/1.2 MB | 307/392 kB | 154/588 kB | 61/91 kB | 74/189 kB Progress (5): 1.1/1.2 MB | 311/392 kB | 154/588 kB | 61/91 kB | 74/189 kB Progress (5): 1.1/1.2 MB | 311/392 kB | 154/588 kB | 61/91 kB | 78/189 kB Progress (5): 1.1/1.2 MB | 311/392 kB | 154/588 kB | 65/91 kB | 78/189 kB Progress (5): 1.1/1.2 MB | 311/392 kB | 154/588 kB | 65/91 kB | 78/189 kB Progress (5): 1.1/1.2 MB | 311/392 kB | 154/588 kB | 66/91 kB | 78/189 kB Progress (5): 1.1/1.2 MB | 311/392 kB | 154/588 kB | 66/91 kB | 82/189 kB Progress (5): 1.1/1.2 MB | 315/392 kB | 154/588 kB | 66/91 kB | 82/189 kB Progress (5): 1.1/1.2 MB | 315/392 kB | 158/588 kB | 66/91 kB | 82/189 kB Progress (5): 1.1/1.2 MB | 319/392 kB | 158/588 kB | 66/91 kB | 82/189 kB Progress (5): 1.1/1.2 MB | 319/392 kB | 158/588 kB | 66/91 kB | 86/189 kB Progress (5): 1.1/1.2 MB | 319/392 kB | 158/588 kB | 70/91 kB | 86/189 kB Progress (5): 1.1/1.2 MB | 319/392 kB | 158/588 kB | 70/91 kB | 86/189 kB Progress (5): 1.1/1.2 MB | 319/392 kB | 158/588 kB | 74/91 kB | 86/189 kB Progress (5): 1.1/1.2 MB | 319/392 kB | 158/588 kB | 74/91 kB | 90/189 kB Progress (5): 1.1/1.2 MB | 323/392 kB | 158/588 kB | 74/91 kB | 90/189 kB Progress (5): 1.1/1.2 MB | 323/392 kB | 162/588 kB | 74/91 kB | 90/189 kB Progress (5): 1.1/1.2 MB | 327/392 kB | 162/588 kB | 74/91 kB | 90/189 kB Progress (5): 1.1/1.2 MB | 327/392 kB | 162/588 kB | 74/91 kB | 94/189 kB Progress (5): 1.1/1.2 MB | 327/392 kB | 162/588 kB | 78/91 kB | 94/189 kB Progress (5): 1.1/1.2 MB | 327/392 kB | 162/588 kB | 78/91 kB | 94/189 kB Progress (5): 1.1/1.2 MB | 327/392 kB | 162/588 kB | 82/91 kB | 94/189 kB Progress (5): 1.1/1.2 MB | 327/392 kB | 162/588 kB | 82/91 kB | 98/189 kB Progress (5): 1.1/1.2 MB | 328/392 kB | 162/588 kB | 82/91 kB | 98/189 kB Progress (5): 1.1/1.2 MB | 328/392 kB | 166/588 kB | 82/91 kB | 98/189 kB Progress (5): 1.1/1.2 MB | 332/392 kB | 166/588 kB | 82/91 kB | 98/189 kB Progress (5): 1.1/1.2 MB | 332/392 kB | 166/588 kB | 82/91 kB | 98/189 kB Progress (5): 1.1/1.2 MB | 332/392 kB | 166/588 kB | 86/91 kB | 98/189 kB Progress (5): 1.1/1.2 MB | 332/392 kB | 166/588 kB | 86/91 kB | 98/189 kB Progress (5): 1.1/1.2 MB | 332/392 kB | 166/588 kB | 90/91 kB | 98/189 kB Progress (5): 1.1/1.2 MB | 332/392 kB | 166/588 kB | 90/91 kB | 102/189 kB Progress (5): 1.1/1.2 MB | 332/392 kB | 166/588 kB | 90/91 kB | 106/189 kB Progress (5): 1.1/1.2 MB | 336/392 kB | 166/588 kB | 90/91 kB | 106/189 kB Progress (5): 1.1/1.2 MB | 336/392 kB | 170/588 kB | 90/91 kB | 106/189 kB Progress (5): 1.1/1.2 MB | 340/392 kB | 170/588 kB | 90/91 kB | 106/189 kB Progress (5): 1.1/1.2 MB | 340/392 kB | 170/588 kB | 90/91 kB | 110/189 kB Progress (5): 1.1/1.2 MB | 340/392 kB | 170/588 kB | 91 kB | 110/189 kB Progress (5): 1.1/1.2 MB | 340/392 kB | 170/588 kB | 91 kB | 110/189 kB Progress (5): 1.1/1.2 MB | 340/392 kB | 170/588 kB | 91 kB | 114/189 kB Progress (5): 1.1/1.2 MB | 344/392 kB | 170/588 kB | 91 kB | 114/189 kB Progress (5): 1.1/1.2 MB | 344/392 kB | 174/588 kB | 91 kB | 114/189 kB Progress (5): 1.1/1.2 MB | 344/392 kB | 174/588 kB | 91 kB | 118/189 kB Progress (5): 1.1/1.2 MB | 344/392 kB | 174/588 kB | 91 kB | 118/189 kB Progress (5): 1.1/1.2 MB | 344/392 kB | 174/588 kB | 91 kB | 122/189 kB Progress (5): 1.1/1.2 MB | 344/392 kB | 178/588 kB | 91 kB | 122/189 kB Progress (5): 1.1/1.2 MB | 348/392 kB | 178/588 kB | 91 kB | 122/189 kB Progress (5): 1.1/1.2 MB | 348/392 kB | 182/588 kB | 91 kB | 122/189 kB Progress (5): 1.1/1.2 MB | 348/392 kB | 182/588 kB | 91 kB | 126/189 kB Progress (5): 1.1/1.2 MB | 348/392 kB | 182/588 kB | 91 kB | 130/189 kB Progress (5): 1.1/1.2 MB | 348/392 kB | 182/588 kB | 91 kB | 130/189 kB Progress (5): 1.1/1.2 MB | 348/392 kB | 182/588 kB | 91 kB | 131/189 kB Progress (5): 1.1/1.2 MB | 348/392 kB | 182/588 kB | 91 kB | 131/189 kB Progress (5): 1.1/1.2 MB | 348/392 kB | 186/588 kB | 91 kB | 131/189 kB Progress (5): 1.1/1.2 MB | 352/392 kB | 186/588 kB | 91 kB | 131/189 kB Progress (5): 1.1/1.2 MB | 352/392 kB | 190/588 kB | 91 kB | 131/189 kB Progress (5): 1.1/1.2 MB | 352/392 kB | 190/588 kB | 91 kB | 131/189 kB Progress (5): 1.1/1.2 MB | 352/392 kB | 190/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 352/392 kB | 190/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 352/392 kB | 194/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 356/392 kB | 194/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 360/392 kB | 194/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 364/392 kB | 194/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 368/392 kB | 194/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 368/392 kB | 198/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 368/392 kB | 198/588 kB | 91 kB | 135/189 kB Progress (5): 1.1/1.2 MB | 368/392 kB | 198/588 kB | 91 kB | 139/189 kB Progress (5): 1.1/1.2 MB | 368/392 kB | 198/588 kB | 91 kB | 139/189 kB Progress (5): 1.1/1.2 MB | 368/392 kB | 202/588 kB | 91 kB | 139/189 kB Progress (5): 1.1/1.2 MB | 372/392 kB | 202/588 kB | 91 kB | 139/189 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 112 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (4): 1.1/1.2 MB | 376/392 kB | 202/588 kB | 139/189 kB Progress (4): 1.1/1.2 MB | 376/392 kB | 206/588 kB | 139/189 kB Progress (4): 1.1/1.2 MB | 376/392 kB | 206/588 kB | 139/189 kB Progress (4): 1.1/1.2 MB | 376/392 kB | 206/588 kB | 143/189 kB Progress (4): 1.1/1.2 MB | 376/392 kB | 206/588 kB | 143/189 kB Progress (4): 1.1/1.2 MB | 376/392 kB | 210/588 kB | 143/189 kB Progress (4): 1.1/1.2 MB | 380/392 kB | 210/588 kB | 143/189 kB Progress (4): 1.1/1.2 MB | 380/392 kB | 214/588 kB | 143/189 kB Progress (4): 1.1/1.2 MB | 380/392 kB | 214/588 kB | 143/189 kB Progress (4): 1.1/1.2 MB | 380/392 kB | 214/588 kB | 147/189 kB Progress (4): 1.1/1.2 MB | 380/392 kB | 214/588 kB | 147/189 kB Progress (4): 1.1/1.2 MB | 380/392 kB | 218/588 kB | 147/189 kB Progress (4): 1.1/1.2 MB | 384/392 kB | 218/588 kB | 147/189 kB Progress (4): 1.1/1.2 MB | 384/392 kB | 222/588 kB | 147/189 kB Progress (4): 1.1/1.2 MB | 388/392 kB | 222/588 kB | 147/189 kB Progress (4): 1.1/1.2 MB | 392/392 kB | 222/588 kB | 147/189 kB Progress (4): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 4.1/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 7.7/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 12/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 16/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 20/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 24/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 28/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 32/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 33/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 37/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 41/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 45/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 49/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 53/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 57/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 61/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 65/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 66/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 70/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 74/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 78/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 147/189 kB | 78/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 151/189 kB | 78/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 151/189 kB | 78/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 151/189 kB | 82/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 222/588 kB | 151/189 kB | 86/168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 471 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (4): 1.1/1.2 MB | 226/588 kB | 151/189 kB | 86/168 kB Progress (4): 1.1/1.2 MB | 226/588 kB | 151/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 230/588 kB | 151/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 234/588 kB | 151/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 238/588 kB | 151/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 242/588 kB | 151/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 246/588 kB | 151/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 250/588 kB | 151/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 250/588 kB | 151/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 250/588 kB | 155/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 250/588 kB | 155/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 254/588 kB | 155/189 kB | 90/168 kB Progress (4): 1.1/1.2 MB | 254/588 kB | 155/189 kB | 94/168 kB Progress (4): 1.1/1.2 MB | 258/588 kB | 155/189 kB | 94/168 kB Progress (4): 1.1/1.2 MB | 258/588 kB | 155/189 kB | 94/168 kB Progress (4): 1.1/1.2 MB | 258/588 kB | 159/189 kB | 94/168 kB Progress (4): 1.2/1.2 MB | 258/588 kB | 159/189 kB | 94/168 kB Progress (4): 1.2/1.2 MB | 262/588 kB | 159/189 kB | 94/168 kB Progress (4): 1.2/1.2 MB | 266/588 kB | 159/189 kB | 94/168 kB Progress (4): 1.2/1.2 MB | 266/588 kB | 159/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 270/588 kB | 159/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 270/588 kB | 159/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 270/588 kB | 163/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 270/588 kB | 163/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 270/588 kB | 167/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 274/588 kB | 167/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 274/588 kB | 167/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 278/588 kB | 167/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 278/588 kB | 171/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 278/588 kB | 171/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 278/588 kB | 175/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 282/588 kB | 175/189 kB | 98/168 kB Progress (4): 1.2/1.2 MB | 282/588 kB | 175/189 kB | 102/168 kB Progress (4): 1.2/1.2 MB | 286/588 kB | 175/189 kB | 102/168 kB Progress (4): 1.2/1.2 MB | 286/588 kB | 179/189 kB | 102/168 kB Progress (4): 1.2/1.2 MB | 286/588 kB | 179/189 kB | 102/168 kB Progress (4): 1.2/1.2 MB | 286/588 kB | 183/189 kB | 102/168 kB Progress (4): 1.2/1.2 MB | 290/588 kB | 183/189 kB | 102/168 kB Progress (4): 1.2/1.2 MB | 290/588 kB | 183/189 kB | 106/168 kB Progress (4): 1.2/1.2 MB | 294/588 kB | 183/189 kB | 106/168 kB Progress (4): 1.2/1.2 MB | 294/588 kB | 187/189 kB | 106/168 kB Progress (4): 1.2/1.2 MB | 294/588 kB | 187/189 kB | 106/168 kB Progress (4): 1.2/1.2 MB | 294/588 kB | 189 kB | 106/168 kB Progress (4): 1.2/1.2 MB | 298/588 kB | 189 kB | 106/168 kB Progress (4): 1.2/1.2 MB | 298/588 kB | 189 kB | 110/168 kB Progress (4): 1.2/1.2 MB | 302/588 kB | 189 kB | 110/168 kB Progress (4): 1.2/1.2 MB | 306/588 kB | 189 kB | 110/168 kB Progress (4): 1.2/1.2 MB | 306/588 kB | 189 kB | 110/168 kB Progress (4): 1.2/1.2 MB | 310/588 kB | 189 kB | 110/168 kB Progress (4): 1.2/1.2 MB | 310/588 kB | 189 kB | 114/168 kB Progress (4): 1.2/1.2 MB | 314/588 kB | 189 kB | 114/168 kB Progress (4): 1.2/1.2 MB | 314/588 kB | 189 kB | 118/168 kB Progress (4): 1.2/1.2 MB | 314/588 kB | 189 kB | 118/168 kB Progress (4): 1.2/1.2 MB | 314/588 kB | 189 kB | 122/168 kB Progress (4): 1.2/1.2 MB | 318/588 kB | 189 kB | 122/168 kB Progress (4): 1.2/1.2 MB | 318/588 kB | 189 kB | 126/168 kB Progress (4): 1.2/1.2 MB | 318/588 kB | 189 kB | 130/168 kB Progress (4): 1.2/1.2 MB | 318/588 kB | 189 kB | 130/168 kB Progress (4): 1.2/1.2 MB | 318/588 kB | 189 kB | 131/168 kB Progress (4): 1.2/1.2 MB | 322/588 kB | 189 kB | 131/168 kB Progress (4): 1.2/1.2 MB | 322/588 kB | 189 kB | 135/168 kB Progress (4): 1.2/1.2 MB | 322/588 kB | 189 kB | 135/168 kB Progress (4): 1.2/1.2 MB | 322/588 kB | 189 kB | 139/168 kB Progress (4): 1.2/1.2 MB | 326/588 kB | 189 kB | 139/168 kB Progress (4): 1.2/1.2 MB | 326/588 kB | 189 kB | 143/168 kB Progress (4): 1.2/1.2 MB | 326/588 kB | 189 kB | 143/168 kB Progress (4): 1.2/1.2 MB | 326/588 kB | 189 kB | 147/168 kB Progress (4): 1.2/1.2 MB | 330/588 kB | 189 kB | 147/168 kB Progress (4): 1.2/1.2 MB | 330/588 kB | 189 kB | 151/168 kB Progress (4): 1.2/1.2 MB | 330/588 kB | 189 kB | 155/168 kB Progress (4): 1.2/1.2 MB | 330/588 kB | 189 kB | 155/168 kB Progress (4): 1.2/1.2 MB | 330/588 kB | 189 kB | 159/168 kB Progress (4): 1.2/1.2 MB | 334/588 kB | 189 kB | 159/168 kB Progress (5): 1.2/1.2 MB | 334/588 kB | 189 kB | 159/168 kB | 4.1/38 kB Progress (5): 1.2/1.2 MB | 338/588 kB | 189 kB | 159/168 kB | 4.1/38 kB Progress (5): 1.2/1.2 MB | 338/588 kB | 189 kB | 163/168 kB | 4.1/38 kB Progress (5): 1.2/1.2 MB | 338/588 kB | 189 kB | 163/168 kB | 4.1/38 kB Progress (5): 1.2/1.2 MB | 338/588 kB | 189 kB | 167/168 kB | 4.1/38 kB Progress (5): 1.2/1.2 MB | 342/588 kB | 189 kB | 167/168 kB | 4.1/38 kB Progress (5): 1.2/1.2 MB | 342/588 kB | 189 kB | 167/168 kB | 7.7/38 kB Progress (5): 1.2/1.2 MB | 346/588 kB | 189 kB | 167/168 kB | 7.7/38 kB Progress (5): 1.2/1.2 MB | 346/588 kB | 189 kB | 168 kB | 7.7/38 kB Progress (5): 1.2/1.2 MB | 346/588 kB | 189 kB | 168 kB | 7.7/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 221 kB/s) Progress (4): 1.2/1.2 MB | 346/588 kB | 168 kB | 7.7/38 kB Progress (4): 1.2/1.2 MB | 350/588 kB | 168 kB | 7.7/38 kB Progress (4): 1.2/1.2 MB | 350/588 kB | 168 kB | 12/38 kB Progress (4): 1.2/1.2 MB | 354/588 kB | 168 kB | 12/38 kB Progress (4): 1.2/1.2 MB | 354/588 kB | 168 kB | 12/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (4): 1.2 MB | 354/588 kB | 168 kB | 12/38 kB Progress (4): 1.2 MB | 358/588 kB | 168 kB | 12/38 kB Progress (4): 1.2 MB | 358/588 kB | 168 kB | 16/38 kB Progress (4): 1.2 MB | 362/588 kB | 168 kB | 16/38 kB Progress (4): 1.2 MB | 362/588 kB | 168 kB | 20/38 kB Progress (4): 1.2 MB | 362/588 kB | 168 kB | 24/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 184 kB/s) Progress (3): 1.2 MB | 366/588 kB | 24/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Progress (3): 1.2 MB | 366/588 kB | 28/38 kB Progress (3): 1.2 MB | 370/588 kB | 28/38 kB Progress (3): 1.2 MB | 370/588 kB | 32/38 kB Progress (3): 1.2 MB | 370/588 kB | 33/38 kB Progress (3): 1.2 MB | 374/588 kB | 33/38 kB Progress (3): 1.2 MB | 374/588 kB | 37/38 kB Progress (3): 1.2 MB | 378/588 kB | 37/38 kB Progress (3): 1.2 MB | 378/588 kB | 38 kB Progress (3): 1.2 MB | 382/588 kB | 38 kB Progress (3): 1.2 MB | 386/588 kB | 38 kB Progress (3): 1.2 MB | 390/588 kB | 38 kB Progress (3): 1.2 MB | 394/588 kB | 38 kB Progress (3): 1.2 MB | 398/588 kB | 38 kB Progress (3): 1.2 MB | 402/588 kB | 38 kB Progress (3): 1.2 MB | 406/588 kB | 38 kB Progress (3): 1.2 MB | 410/588 kB | 38 kB Progress (3): 1.2 MB | 414/588 kB | 38 kB Progress (3): 1.2 MB | 418/588 kB | 38 kB Progress (3): 1.2 MB | 422/588 kB | 38 kB Progress (3): 1.2 MB | 426/588 kB | 38 kB Progress (3): 1.2 MB | 430/588 kB | 38 kB Progress (3): 1.2 MB | 434/588 kB | 38 kB Progress (3): 1.2 MB | 438/588 kB | 38 kB Progress (3): 1.2 MB | 442/588 kB | 38 kB Progress (3): 1.2 MB | 446/588 kB | 38 kB Progress (3): 1.2 MB | 450/588 kB | 38 kB Progress (3): 1.2 MB | 454/588 kB | 38 kB Progress (3): 1.2 MB | 458/588 kB | 38 kB Progress (3): 1.2 MB | 462/588 kB | 38 kB Progress (3): 1.2 MB | 466/588 kB | 38 kB Progress (3): 1.2 MB | 470/588 kB | 38 kB Progress (3): 1.2 MB | 474/588 kB | 38 kB Progress (3): 1.2 MB | 478/588 kB | 38 kB Progress (3): 1.2 MB | 482/588 kB | 38 kB Progress (3): 1.2 MB | 486/588 kB | 38 kB Progress (3): 1.2 MB | 490/588 kB | 38 kB Progress (3): 1.2 MB | 494/588 kB | 38 kB Progress (3): 1.2 MB | 498/588 kB | 38 kB Progress (3): 1.2 MB | 502/588 kB | 38 kB Progress (3): 1.2 MB | 506/588 kB | 38 kB Progress (3): 1.2 MB | 510/588 kB | 38 kB Progress (3): 1.2 MB | 514/588 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 41 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 1.3 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar Progress (1): 518/588 kB Progress (2): 518/588 kB | 4.1/65 kB Progress (2): 522/588 kB | 4.1/65 kB Progress (2): 522/588 kB | 7.7/65 kB Progress (2): 526/588 kB | 7.7/65 kB Progress (2): 526/588 kB | 12/65 kB Progress (2): 530/588 kB | 12/65 kB Progress (2): 530/588 kB | 16/65 kB Progress (2): 534/588 kB | 16/65 kB Progress (2): 534/588 kB | 20/65 kB Progress (2): 538/588 kB | 20/65 kB Progress (2): 538/588 kB | 24/65 kB Progress (2): 542/588 kB | 24/65 kB Progress (2): 542/588 kB | 28/65 kB Progress (2): 546/588 kB | 28/65 kB Progress (2): 546/588 kB | 32/65 kB Progress (2): 550/588 kB | 32/65 kB Progress (2): 550/588 kB | 33/65 kB Progress (2): 554/588 kB | 33/65 kB Progress (2): 554/588 kB | 37/65 kB Progress (2): 558/588 kB | 37/65 kB Progress (2): 558/588 kB | 41/65 kB Progress (2): 562/588 kB | 41/65 kB Progress (2): 562/588 kB | 45/65 kB Progress (2): 566/588 kB | 45/65 kB Progress (2): 566/588 kB | 49/65 kB Progress (2): 570/588 kB | 49/65 kB Progress (2): 570/588 kB | 53/65 kB Progress (2): 574/588 kB | 53/65 kB Progress (2): 574/588 kB | 57/65 kB Progress (2): 578/588 kB | 57/65 kB Progress (2): 578/588 kB | 61/65 kB Progress (2): 582/588 kB | 61/65 kB Progress (2): 582/588 kB | 65/65 kB Progress (2): 586/588 kB | 65/65 kB Progress (2): 586/588 kB | 65 kB Progress (2): 588 kB | 65 kB Progress (3): 588 kB | 65 kB | 4.1/109 kB Progress (3): 588 kB | 65 kB | 7.7/109 kB Progress (3): 588 kB | 65 kB | 12/109 kB Progress (3): 588 kB | 65 kB | 16/109 kB Progress (3): 588 kB | 65 kB | 20/109 kB Progress (3): 588 kB | 65 kB | 24/109 kB Progress (3): 588 kB | 65 kB | 28/109 kB Progress (3): 588 kB | 65 kB | 32/109 kB Progress (3): 588 kB | 65 kB | 33/109 kB Progress (3): 588 kB | 65 kB | 37/109 kB Progress (3): 588 kB | 65 kB | 41/109 kB Progress (3): 588 kB | 65 kB | 45/109 kB Progress (3): 588 kB | 65 kB | 49/109 kB Progress (3): 588 kB | 65 kB | 53/109 kB Progress (3): 588 kB | 65 kB | 57/109 kB Progress (3): 588 kB | 65 kB | 61/109 kB Progress (3): 588 kB | 65 kB | 65/109 kB Progress (3): 588 kB | 65 kB | 66/109 kB Progress (3): 588 kB | 65 kB | 70/109 kB Progress (3): 588 kB | 65 kB | 74/109 kB Progress (3): 588 kB | 65 kB | 78/109 kB Progress (3): 588 kB | 65 kB | 82/109 kB Progress (3): 588 kB | 65 kB | 86/109 kB Progress (3): 588 kB | 65 kB | 90/109 kB Progress (3): 588 kB | 65 kB | 94/109 kB Progress (3): 588 kB | 65 kB | 98/109 kB Progress (3): 588 kB | 65 kB | 98/109 kB Progress (4): 588 kB | 65 kB | 98/109 kB | 4.1/194 kB Progress (4): 588 kB | 65 kB | 102/109 kB | 4.1/194 kB Progress (4): 588 kB | 65 kB | 102/109 kB | 7.7/194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 627 kB/s) Progress (3): 65 kB | 102/109 kB | 12/194 kB Progress (3): 65 kB | 102/109 kB | 16/194 kB Progress (3): 65 kB | 102/109 kB | 20/194 kB Progress (3): 65 kB | 102/109 kB | 24/194 kB Progress (4): 65 kB | 102/109 kB | 24/194 kB | 4.1/281 kB Progress (4): 65 kB | 102/109 kB | 24/194 kB | 7.7/281 kB Progress (4): 65 kB | 106/109 kB | 24/194 kB | 7.7/281 kB Progress (4): 65 kB | 106/109 kB | 24/194 kB | 12/281 kB Progress (4): 65 kB | 106/109 kB | 28/194 kB | 12/281 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 69 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar Progress (3): 106/109 kB | 32/194 kB | 12/281 kB Progress (3): 106/109 kB | 32/194 kB | 16/281 kB Progress (3): 109 kB | 32/194 kB | 16/281 kB Progress (3): 109 kB | 33/194 kB | 16/281 kB Progress (3): 109 kB | 33/194 kB | 20/281 kB Progress (3): 109 kB | 37/194 kB | 20/281 kB Progress (3): 109 kB | 37/194 kB | 24/281 kB Progress (3): 109 kB | 41/194 kB | 24/281 kB Progress (3): 109 kB | 41/194 kB | 28/281 kB Progress (3): 109 kB | 45/194 kB | 28/281 kB Progress (3): 109 kB | 45/194 kB | 32/281 kB Progress (3): 109 kB | 49/194 kB | 32/281 kB Progress (3): 109 kB | 49/194 kB | 33/281 kB Progress (3): 109 kB | 53/194 kB | 33/281 kB Progress (3): 109 kB | 53/194 kB | 37/281 kB Progress (3): 109 kB | 57/194 kB | 37/281 kB Progress (3): 109 kB | 57/194 kB | 41/281 kB Progress (3): 109 kB | 61/194 kB | 41/281 kB Progress (3): 109 kB | 61/194 kB | 45/281 kB Progress (3): 109 kB | 65/194 kB | 45/281 kB Progress (3): 109 kB | 65/194 kB | 49/281 kB Progress (3): 109 kB | 66/194 kB | 49/281 kB Progress (3): 109 kB | 66/194 kB | 53/281 kB Progress (3): 109 kB | 70/194 kB | 53/281 kB Progress (3): 109 kB | 70/194 kB | 57/281 kB Progress (3): 109 kB | 74/194 kB | 57/281 kB Progress (3): 109 kB | 74/194 kB | 61/281 kB Progress (3): 109 kB | 78/194 kB | 61/281 kB Progress (3): 109 kB | 78/194 kB | 65/281 kB Progress (3): 109 kB | 82/194 kB | 65/281 kB Progress (3): 109 kB | 82/194 kB | 66/281 kB Progress (3): 109 kB | 86/194 kB | 66/281 kB Progress (3): 109 kB | 86/194 kB | 70/281 kB Progress (3): 109 kB | 90/194 kB | 70/281 kB Progress (3): 109 kB | 90/194 kB | 74/281 kB Progress (3): 109 kB | 94/194 kB | 74/281 kB Progress (3): 109 kB | 94/194 kB | 78/281 kB Progress (3): 109 kB | 98/194 kB | 78/281 kB Progress (3): 109 kB | 98/194 kB | 82/281 kB Progress (3): 109 kB | 98/194 kB | 82/281 kB Progress (3): 109 kB | 98/194 kB | 86/281 kB Progress (3): 109 kB | 102/194 kB | 86/281 kB Progress (3): 109 kB | 102/194 kB | 90/281 kB Progress (3): 109 kB | 102/194 kB | 94/281 kB Progress (3): 109 kB | 102/194 kB | 98/281 kB Progress (3): 109 kB | 102/194 kB | 98/281 kB Progress (3): 109 kB | 106/194 kB | 98/281 kB Progress (3): 109 kB | 106/194 kB | 102/281 kB Progress (4): 109 kB | 106/194 kB | 102/281 kB | 4.1/70 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 108 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar Progress (4): 106/194 kB | 102/281 kB | 4.1/70 kB | 4.1/115 kB Progress (4): 106/194 kB | 102/281 kB | 7.7/70 kB | 4.1/115 kB Progress (4): 110/194 kB | 102/281 kB | 7.7/70 kB | 4.1/115 kB Progress (4): 110/194 kB | 106/281 kB | 7.7/70 kB | 4.1/115 kB Progress (4): 114/194 kB | 106/281 kB | 7.7/70 kB | 4.1/115 kB Progress (4): 114/194 kB | 106/281 kB | 12/70 kB | 4.1/115 kB Progress (4): 114/194 kB | 106/281 kB | 16/70 kB | 4.1/115 kB Progress (4): 114/194 kB | 106/281 kB | 16/70 kB | 7.7/115 kB Progress (4): 114/194 kB | 106/281 kB | 20/70 kB | 7.7/115 kB Progress (4): 114/194 kB | 106/281 kB | 20/70 kB | 12/115 kB Progress (4): 118/194 kB | 106/281 kB | 20/70 kB | 12/115 kB Progress (4): 118/194 kB | 110/281 kB | 20/70 kB | 12/115 kB Progress (4): 122/194 kB | 110/281 kB | 20/70 kB | 12/115 kB Progress (4): 122/194 kB | 110/281 kB | 20/70 kB | 16/115 kB Progress (4): 122/194 kB | 110/281 kB | 24/70 kB | 16/115 kB Progress (4): 122/194 kB | 110/281 kB | 24/70 kB | 20/115 kB Progress (4): 126/194 kB | 110/281 kB | 24/70 kB | 20/115 kB Progress (4): 126/194 kB | 114/281 kB | 24/70 kB | 20/115 kB Progress (4): 130/194 kB | 114/281 kB | 24/70 kB | 20/115 kB Progress (4): 130/194 kB | 114/281 kB | 24/70 kB | 24/115 kB Progress (4): 130/194 kB | 114/281 kB | 28/70 kB | 24/115 kB Progress (4): 130/194 kB | 114/281 kB | 28/70 kB | 28/115 kB Progress (4): 131/194 kB | 114/281 kB | 28/70 kB | 28/115 kB Progress (4): 131/194 kB | 118/281 kB | 28/70 kB | 28/115 kB Progress (4): 135/194 kB | 118/281 kB | 28/70 kB | 28/115 kB Progress (4): 135/194 kB | 118/281 kB | 28/70 kB | 32/115 kB Progress (4): 135/194 kB | 118/281 kB | 32/70 kB | 32/115 kB Progress (4): 135/194 kB | 118/281 kB | 32/70 kB | 33/115 kB Progress (4): 139/194 kB | 118/281 kB | 32/70 kB | 33/115 kB Progress (4): 139/194 kB | 122/281 kB | 32/70 kB | 33/115 kB Progress (4): 143/194 kB | 122/281 kB | 32/70 kB | 33/115 kB Progress (4): 143/194 kB | 122/281 kB | 32/70 kB | 37/115 kB Progress (4): 143/194 kB | 122/281 kB | 33/70 kB | 37/115 kB Progress (4): 143/194 kB | 122/281 kB | 33/70 kB | 41/115 kB Progress (4): 147/194 kB | 122/281 kB | 33/70 kB | 41/115 kB Progress (4): 147/194 kB | 126/281 kB | 33/70 kB | 41/115 kB Progress (4): 151/194 kB | 126/281 kB | 33/70 kB | 41/115 kB Progress (4): 151/194 kB | 126/281 kB | 33/70 kB | 45/115 kB Progress (4): 151/194 kB | 126/281 kB | 37/70 kB | 45/115 kB Progress (4): 151/194 kB | 126/281 kB | 37/70 kB | 49/115 kB Progress (4): 155/194 kB | 126/281 kB | 37/70 kB | 49/115 kB Progress (4): 155/194 kB | 130/281 kB | 37/70 kB | 49/115 kB Progress (4): 159/194 kB | 130/281 kB | 37/70 kB | 49/115 kB Progress (4): 159/194 kB | 130/281 kB | 37/70 kB | 53/115 kB Progress (4): 159/194 kB | 130/281 kB | 41/70 kB | 53/115 kB Progress (4): 159/194 kB | 130/281 kB | 41/70 kB | 57/115 kB Progress (4): 163/194 kB | 130/281 kB | 41/70 kB | 57/115 kB Progress (4): 163/194 kB | 130/281 kB | 41/70 kB | 61/115 kB Progress (4): 163/194 kB | 130/281 kB | 41/70 kB | 65/115 kB Progress (4): 163/194 kB | 130/281 kB | 41/70 kB | 66/115 kB Progress (4): 163/194 kB | 131/281 kB | 41/70 kB | 66/115 kB Progress (4): 163/194 kB | 131/281 kB | 41/70 kB | 70/115 kB Progress (4): 167/194 kB | 131/281 kB | 41/70 kB | 70/115 kB Progress (4): 167/194 kB | 131/281 kB | 45/70 kB | 70/115 kB Progress (4): 171/194 kB | 131/281 kB | 45/70 kB | 70/115 kB Progress (4): 171/194 kB | 131/281 kB | 45/70 kB | 74/115 kB Progress (4): 171/194 kB | 135/281 kB | 45/70 kB | 74/115 kB Progress (4): 171/194 kB | 135/281 kB | 45/70 kB | 78/115 kB Progress (4): 175/194 kB | 135/281 kB | 45/70 kB | 78/115 kB Progress (4): 175/194 kB | 135/281 kB | 49/70 kB | 78/115 kB Progress (4): 179/194 kB | 135/281 kB | 49/70 kB | 78/115 kB Progress (4): 179/194 kB | 135/281 kB | 49/70 kB | 82/115 kB Progress (4): 179/194 kB | 139/281 kB | 49/70 kB | 82/115 kB Progress (4): 179/194 kB | 139/281 kB | 49/70 kB | 86/115 kB Progress (4): 183/194 kB | 139/281 kB | 49/70 kB | 86/115 kB Progress (4): 183/194 kB | 139/281 kB | 53/70 kB | 86/115 kB Progress (4): 187/194 kB | 139/281 kB | 53/70 kB | 86/115 kB Progress (4): 187/194 kB | 139/281 kB | 53/70 kB | 90/115 kB Progress (4): 187/194 kB | 143/281 kB | 53/70 kB | 90/115 kB Progress (4): 187/194 kB | 143/281 kB | 53/70 kB | 94/115 kB Progress (4): 191/194 kB | 143/281 kB | 53/70 kB | 94/115 kB Progress (4): 191/194 kB | 143/281 kB | 57/70 kB | 94/115 kB Progress (4): 194 kB | 143/281 kB | 57/70 kB | 94/115 kB Progress (4): 194 kB | 143/281 kB | 57/70 kB | 98/115 kB Progress (4): 194 kB | 147/281 kB | 57/70 kB | 98/115 kB Progress (4): 194 kB | 147/281 kB | 57/70 kB | 102/115 kB Progress (4): 194 kB | 147/281 kB | 61/70 kB | 102/115 kB Progress (4): 194 kB | 147/281 kB | 61/70 kB | 106/115 kB Progress (4): 194 kB | 151/281 kB | 61/70 kB | 106/115 kB Progress (4): 194 kB | 151/281 kB | 61/70 kB | 110/115 kB Progress (4): 194 kB | 151/281 kB | 65/70 kB | 110/115 kB Progress (4): 194 kB | 151/281 kB | 65/70 kB | 114/115 kB Progress (4): 194 kB | 155/281 kB | 65/70 kB | 114/115 kB Progress (4): 194 kB | 155/281 kB | 65/70 kB | 115 kB Progress (4): 194 kB | 155/281 kB | 69/70 kB | 115 kB Progress (4): 194 kB | 159/281 kB | 69/70 kB | 115 kB Progress (4): 194 kB | 159/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 163/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 164/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 168/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 172/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 176/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 180/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 184/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 188/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 192/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 196/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 197/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 201/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 205/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 209/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 213/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 217/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 221/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 225/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 229/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 229/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 233/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 237/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 241/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 245/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 249/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 253/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 257/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 261/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 265/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 269/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 273/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 277/281 kB | 70 kB | 115 kB Progress (4): 194 kB | 281 kB | 70 kB | 115 kB Progress (5): 194 kB | 281 kB | 70 kB | 115 kB | 4.1/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar (70 kB at 67 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 110 kB/s) Progress (3): 194 kB | 281 kB | 7.7/33 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar (194 kB at 185 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar Progress (2): 281 kB | 12/33 kB Progress (2): 281 kB | 16/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar (281 kB at 268 kB/s) Progress (1): 20/33 kB Progress (1): 24/33 kB Progress (1): 28/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 31 kB/s) Progress (1): 4.1/50 kB Progress (1): 7.7/50 kB Progress (1): 12/50 kB Progress (1): 16/50 kB Progress (1): 20/50 kB Progress (1): 24/50 kB Progress (1): 28/50 kB Progress (1): 32/50 kB Progress (1): 33/50 kB Progress (1): 37/50 kB Progress (1): 41/50 kB Progress (1): 45/50 kB Progress (1): 49/50 kB Progress (1): 50 kB Progress (2): 50 kB | 4.1/129 kB Progress (2): 50 kB | 7.7/129 kB Progress (2): 50 kB | 12/129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 45 kB/s) Progress (1): 16/129 kB Progress (1): 20/129 kB Progress (1): 24/129 kB Progress (1): 28/129 kB Progress (1): 32/129 kB Progress (1): 33/129 kB Progress (1): 37/129 kB Progress (1): 41/129 kB Progress (1): 45/129 kB Progress (1): 49/129 kB Progress (1): 53/129 kB Progress (1): 57/129 kB Progress (1): 61/129 kB Progress (1): 65/129 kB Progress (1): 66/129 kB Progress (1): 70/129 kB Progress (1): 74/129 kB Progress (1): 78/129 kB Progress (1): 82/129 kB Progress (1): 86/129 kB Progress (1): 90/129 kB Progress (1): 94/129 kB Progress (1): 98/129 kB Progress (1): 102/129 kB Progress (1): 106/129 kB Progress (1): 110/129 kB Progress (1): 114/129 kB Progress (1): 118/129 kB Progress (1): 122/129 kB Progress (1): 126/129 kB Progress (1): 129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar (129 kB at 114 kB/s) [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ dltk.build.all --- [INFO] [INFO] ---------------------< org.eclipse.dltk.core:all >---------------------- [INFO] Building all 6.0.0-SNAPSHOT [2/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ all --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ all --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ all --- [INFO] [INFO] ---------------------< org.eclipse.dltk.core:core >--------------------- [INFO] Building core 6.0.0-SNAPSHOT [3/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ core --- [INFO] [INFO] -----< org.eclipse.dltk.core:org.eclipse.dltk.core.targetplatform >----- [INFO] Building org.eclipse.dltk.core.targetplatform 6.0.0-SNAPSHOT [4/119] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.targetplatform --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.targetplatform --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.targetplatform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-target-definition (default-package-target-definition) @ org.eclipse.dltk.core.targetplatform --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom (1.5 kB at 64 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom Progress (1): 4.1/9.7 kB Progress (1): 7.7/9.7 kB Progress (1): 9.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom (9.7 kB at 647 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom (35 kB at 2.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 170 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 167 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 79 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 201 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 120 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 93 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12/12 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 393 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom (1.6 kB at 61 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom (1.1 kB at 41 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom (1.5 kB at 61 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Progress (2): 6.0 kB | 4.1/281 kB Progress (2): 6.0 kB | 7.7/281 kB Progress (2): 6.0 kB | 12/281 kB Progress (2): 6.0 kB | 16/281 kB Progress (2): 6.0 kB | 20/281 kB Progress (2): 6.0 kB | 24/281 kB Progress (2): 6.0 kB | 28/281 kB Progress (2): 6.0 kB | 32/281 kB Progress (2): 6.0 kB | 36/281 kB Progress (2): 6.0 kB | 40/281 kB Progress (2): 6.0 kB | 44/281 kB Progress (2): 6.0 kB | 48/281 kB Progress (2): 6.0 kB | 52/281 kB Progress (2): 6.0 kB | 56/281 kB Progress (2): 6.0 kB | 60/281 kB Progress (2): 6.0 kB | 64/281 kB Progress (2): 6.0 kB | 68/281 kB Progress (2): 6.0 kB | 72/281 kB Progress (2): 6.0 kB | 76/281 kB Progress (2): 6.0 kB | 80/281 kB Progress (2): 6.0 kB | 84/281 kB Progress (2): 6.0 kB | 88/281 kB Progress (3): 6.0 kB | 88/281 kB | 4.1/70 kB Progress (4): 6.0 kB | 88/281 kB | 4.1/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 88/281 kB | 7.7/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 88/281 kB | 7.7/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 88/281 kB | 12/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 88/281 kB | 12/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 88/281 kB | 16/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 88/281 kB | 16/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 88/281 kB | 20/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 92/281 kB | 20/70 kB | 0/2.7 MB Progress (4): 6.0 kB | 96/281 kB | 20/70 kB | 0/2.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar (6.0 kB at 149 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Progress (3): 96/281 kB | 20/70 kB | 0/2.7 MB Progress (3): 100/281 kB | 20/70 kB | 0/2.7 MB Progress (3): 100/281 kB | 24/70 kB | 0/2.7 MB Progress (3): 104/281 kB | 24/70 kB | 0/2.7 MB Progress (3): 104/281 kB | 24/70 kB | 0/2.7 MB Progress (3): 108/281 kB | 24/70 kB | 0/2.7 MB Progress (4): 108/281 kB | 24/70 kB | 0/2.7 MB | 4.1/166 kB Progress (4): 108/281 kB | 24/70 kB | 0/2.7 MB | 4.1/166 kB Progress (4): 108/281 kB | 24/70 kB | 0/2.7 MB | 7.7/166 kB Progress (4): 112/281 kB | 24/70 kB | 0/2.7 MB | 7.7/166 kB Progress (4): 112/281 kB | 24/70 kB | 0/2.7 MB | 12/166 kB Progress (4): 112/281 kB | 28/70 kB | 0/2.7 MB | 12/166 kB Progress (4): 112/281 kB | 32/70 kB | 0/2.7 MB | 12/166 kB Progress (4): 112/281 kB | 32/70 kB | 0/2.7 MB | 16/166 kB Progress (4): 116/281 kB | 32/70 kB | 0/2.7 MB | 16/166 kB Progress (4): 116/281 kB | 32/70 kB | 0/2.7 MB | 16/166 kB Progress (4): 116/281 kB | 32/70 kB | 0/2.7 MB | 20/166 kB Progress (4): 120/281 kB | 32/70 kB | 0/2.7 MB | 20/166 kB Progress (4): 120/281 kB | 36/70 kB | 0/2.7 MB | 20/166 kB Progress (4): 124/281 kB | 36/70 kB | 0/2.7 MB | 20/166 kB Progress (4): 124/281 kB | 36/70 kB | 0/2.7 MB | 24/166 kB Progress (4): 124/281 kB | 36/70 kB | 0/2.7 MB | 24/166 kB Progress (4): 124/281 kB | 36/70 kB | 0/2.7 MB | 28/166 kB Progress (4): 128/281 kB | 36/70 kB | 0/2.7 MB | 28/166 kB Progress (4): 128/281 kB | 40/70 kB | 0/2.7 MB | 28/166 kB Progress (4): 132/281 kB | 40/70 kB | 0/2.7 MB | 28/166 kB Progress (4): 132/281 kB | 40/70 kB | 0/2.7 MB | 32/166 kB Progress (4): 132/281 kB | 40/70 kB | 0/2.7 MB | 32/166 kB Progress (4): 132/281 kB | 40/70 kB | 0/2.7 MB | 36/166 kB Progress (4): 136/281 kB | 40/70 kB | 0/2.7 MB | 36/166 kB Progress (5): 136/281 kB | 40/70 kB | 0/2.7 MB | 36/166 kB | 4.1/26 kB Progress (5): 140/281 kB | 40/70 kB | 0/2.7 MB | 36/166 kB | 4.1/26 kB Progress (5): 140/281 kB | 44/70 kB | 0/2.7 MB | 36/166 kB | 4.1/26 kB Progress (5): 144/281 kB | 44/70 kB | 0/2.7 MB | 36/166 kB | 4.1/26 kB Progress (5): 144/281 kB | 44/70 kB | 0/2.7 MB | 36/166 kB | 7.7/26 kB Progress (5): 144/281 kB | 44/70 kB | 0/2.7 MB | 40/166 kB | 7.7/26 kB Progress (5): 144/281 kB | 44/70 kB | 0/2.7 MB | 40/166 kB | 7.7/26 kB Progress (5): 144/281 kB | 44/70 kB | 0/2.7 MB | 44/166 kB | 7.7/26 kB Progress (5): 144/281 kB | 44/70 kB | 0/2.7 MB | 44/166 kB | 12/26 kB Progress (5): 148/281 kB | 44/70 kB | 0/2.7 MB | 44/166 kB | 12/26 kB Progress (5): 148/281 kB | 48/70 kB | 0/2.7 MB | 44/166 kB | 12/26 kB Progress (5): 152/281 kB | 48/70 kB | 0/2.7 MB | 44/166 kB | 12/26 kB Progress (5): 152/281 kB | 52/70 kB | 0/2.7 MB | 44/166 kB | 12/26 kB Progress (5): 152/281 kB | 52/70 kB | 0/2.7 MB | 44/166 kB | 16/26 kB Progress (5): 152/281 kB | 52/70 kB | 0/2.7 MB | 48/166 kB | 16/26 kB Progress (5): 152/281 kB | 52/70 kB | 0/2.7 MB | 48/166 kB | 16/26 kB Progress (5): 152/281 kB | 52/70 kB | 0/2.7 MB | 52/166 kB | 16/26 kB Progress (5): 152/281 kB | 52/70 kB | 0/2.7 MB | 52/166 kB | 20/26 kB Progress (5): 152/281 kB | 56/70 kB | 0/2.7 MB | 52/166 kB | 20/26 kB Progress (5): 156/281 kB | 56/70 kB | 0/2.7 MB | 52/166 kB | 20/26 kB Progress (5): 156/281 kB | 60/70 kB | 0/2.7 MB | 52/166 kB | 20/26 kB Progress (5): 156/281 kB | 60/70 kB | 0/2.7 MB | 52/166 kB | 24/26 kB Progress (5): 156/281 kB | 60/70 kB | 0/2.7 MB | 56/166 kB | 24/26 kB Progress (5): 156/281 kB | 60/70 kB | 0.1/2.7 MB | 56/166 kB | 24/26 kB Progress (5): 156/281 kB | 60/70 kB | 0.1/2.7 MB | 60/166 kB | 24/26 kB Progress (5): 156/281 kB | 60/70 kB | 0.1/2.7 MB | 60/166 kB | 26 kB Progress (5): 156/281 kB | 64/70 kB | 0.1/2.7 MB | 60/166 kB | 26 kB Progress (5): 160/281 kB | 64/70 kB | 0.1/2.7 MB | 60/166 kB | 26 kB Progress (5): 160/281 kB | 68/70 kB | 0.1/2.7 MB | 60/166 kB | 26 kB Progress (5): 160/281 kB | 68/70 kB | 0.1/2.7 MB | 64/166 kB | 26 kB Progress (5): 160/281 kB | 68/70 kB | 0.1/2.7 MB | 64/166 kB | 26 kB Progress (5): 160/281 kB | 68/70 kB | 0.1/2.7 MB | 68/166 kB | 26 kB Progress (5): 160/281 kB | 70 kB | 0.1/2.7 MB | 68/166 kB | 26 kB Progress (5): 164/281 kB | 70 kB | 0.1/2.7 MB | 68/166 kB | 26 kB Progress (5): 164/281 kB | 70 kB | 0.1/2.7 MB | 72/166 kB | 26 kB Progress (5): 164/281 kB | 70 kB | 0.1/2.7 MB | 72/166 kB | 26 kB Progress (5): 164/281 kB | 70 kB | 0.1/2.7 MB | 76/166 kB | 26 kB Progress (5): 168/281 kB | 70 kB | 0.1/2.7 MB | 76/166 kB | 26 kB Progress (5): 168/281 kB | 70 kB | 0.1/2.7 MB | 80/166 kB | 26 kB Progress (5): 168/281 kB | 70 kB | 0.1/2.7 MB | 80/166 kB | 26 kB Progress (5): 168/281 kB | 70 kB | 0.1/2.7 MB | 84/166 kB | 26 kB Progress (5): 172/281 kB | 70 kB | 0.1/2.7 MB | 84/166 kB | 26 kB Progress (5): 172/281 kB | 70 kB | 0.1/2.7 MB | 88/166 kB | 26 kB Progress (5): 172/281 kB | 70 kB | 0.1/2.7 MB | 88/166 kB | 26 kB Progress (5): 172/281 kB | 70 kB | 0.1/2.7 MB | 92/166 kB | 26 kB Progress (5): 176/281 kB | 70 kB | 0.1/2.7 MB | 92/166 kB | 26 kB Progress (5): 176/281 kB | 70 kB | 0.1/2.7 MB | 96/166 kB | 26 kB Progress (5): 176/281 kB | 70 kB | 0.1/2.7 MB | 96/166 kB | 26 kB Progress (5): 176/281 kB | 70 kB | 0.1/2.7 MB | 96/166 kB | 26 kB Progress (5): 176/281 kB | 70 kB | 0.1/2.7 MB | 96/166 kB | 26 kB Progress (5): 176/281 kB | 70 kB | 0.1/2.7 MB | 96/166 kB | 26 kB Progress (5): 176/281 kB | 70 kB | 0.1/2.7 MB | 96/166 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar Progress (4): 176/281 kB | 0.1/2.7 MB | 100/166 kB | 26 kB Progress (4): 180/281 kB | 0.1/2.7 MB | 100/166 kB | 26 kB Progress (4): 180/281 kB | 0.1/2.7 MB | 104/166 kB | 26 kB Progress (4): 180/281 kB | 0.1/2.7 MB | 104/166 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 343 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar Progress (3): 180/281 kB | 0.1/2.7 MB | 104/166 kB Progress (3): 180/281 kB | 0.1/2.7 MB | 108/166 kB Progress (3): 180/281 kB | 0.1/2.7 MB | 108/166 kB Progress (3): 184/281 kB | 0.1/2.7 MB | 108/166 kB Progress (3): 184/281 kB | 0.1/2.7 MB | 108/166 kB Progress (3): 184/281 kB | 0.1/2.7 MB | 112/166 kB Progress (3): 184/281 kB | 0.1/2.7 MB | 112/166 kB Progress (3): 188/281 kB | 0.1/2.7 MB | 112/166 kB Progress (3): 188/281 kB | 0.1/2.7 MB | 112/166 kB Progress (3): 188/281 kB | 0.1/2.7 MB | 116/166 kB Progress (3): 192/281 kB | 0.1/2.7 MB | 116/166 kB Progress (3): 192/281 kB | 0.1/2.7 MB | 120/166 kB Progress (3): 192/281 kB | 0.1/2.7 MB | 120/166 kB Progress (3): 192/281 kB | 0.1/2.7 MB | 124/166 kB Progress (3): 196/281 kB | 0.1/2.7 MB | 124/166 kB Progress (3): 196/281 kB | 0.1/2.7 MB | 128/166 kB Progress (3): 196/281 kB | 0.1/2.7 MB | 128/166 kB Progress (3): 196/281 kB | 0.1/2.7 MB | 132/166 kB Progress (3): 200/281 kB | 0.1/2.7 MB | 132/166 kB Progress (3): 200/281 kB | 0.1/2.7 MB | 136/166 kB Progress (3): 204/281 kB | 0.1/2.7 MB | 136/166 kB Progress (3): 204/281 kB | 0.1/2.7 MB | 136/166 kB Progress (3): 208/281 kB | 0.1/2.7 MB | 136/166 kB Progress (3): 208/281 kB | 0.1/2.7 MB | 140/166 kB Progress (3): 212/281 kB | 0.1/2.7 MB | 140/166 kB Progress (3): 212/281 kB | 0.1/2.7 MB | 140/166 kB Progress (3): 216/281 kB | 0.1/2.7 MB | 140/166 kB Progress (3): 216/281 kB | 0.1/2.7 MB | 140/166 kB Progress (3): 220/281 kB | 0.1/2.7 MB | 140/166 kB Progress (3): 220/281 kB | 0.1/2.7 MB | 144/166 kB Progress (3): 224/281 kB | 0.1/2.7 MB | 144/166 kB Progress (3): 224/281 kB | 0.1/2.7 MB | 144/166 kB Progress (3): 228/281 kB | 0.1/2.7 MB | 144/166 kB Progress (3): 228/281 kB | 0.1/2.7 MB | 148/166 kB Progress (3): 232/281 kB | 0.1/2.7 MB | 148/166 kB Progress (3): 232/281 kB | 0.1/2.7 MB | 148/166 kB Progress (4): 232/281 kB | 0.1/2.7 MB | 148/166 kB | 4.1/320 kB Progress (4): 236/281 kB | 0.1/2.7 MB | 148/166 kB | 4.1/320 kB Progress (4): 236/281 kB | 0.1/2.7 MB | 148/166 kB | 4.1/320 kB Progress (4): 236/281 kB | 0.1/2.7 MB | 152/166 kB | 4.1/320 kB Progress (4): 236/281 kB | 0.1/2.7 MB | 152/166 kB | 4.1/320 kB Progress (4): 240/281 kB | 0.1/2.7 MB | 152/166 kB | 4.1/320 kB Progress (4): 240/281 kB | 0.1/2.7 MB | 152/166 kB | 7.7/320 kB Progress (4): 244/281 kB | 0.1/2.7 MB | 152/166 kB | 7.7/320 kB Progress (5): 244/281 kB | 0.1/2.7 MB | 152/166 kB | 7.7/320 kB | 0/4.2 MB Progress (5): 244/281 kB | 0.2/2.7 MB | 152/166 kB | 7.7/320 kB | 0/4.2 MB Progress (5): 244/281 kB | 0.2/2.7 MB | 156/166 kB | 7.7/320 kB | 0/4.2 MB Progress (5): 244/281 kB | 0.2/2.7 MB | 156/166 kB | 7.7/320 kB | 0/4.2 MB Progress (5): 244/281 kB | 0.2/2.7 MB | 156/166 kB | 12/320 kB | 0/4.2 MB Progress (5): 244/281 kB | 0.2/2.7 MB | 156/166 kB | 12/320 kB | 0/4.2 MB Progress (5): 248/281 kB | 0.2/2.7 MB | 156/166 kB | 12/320 kB | 0/4.2 MB Progress (5): 248/281 kB | 0.2/2.7 MB | 156/166 kB | 12/320 kB | 0/4.2 MB Progress (5): 248/281 kB | 0.2/2.7 MB | 156/166 kB | 16/320 kB | 0/4.2 MB Progress (5): 248/281 kB | 0.2/2.7 MB | 156/166 kB | 16/320 kB | 0/4.2 MB Progress (5): 248/281 kB | 0.2/2.7 MB | 160/166 kB | 16/320 kB | 0/4.2 MB Progress (5): 248/281 kB | 0.2/2.7 MB | 160/166 kB | 16/320 kB | 0/4.2 MB Progress (5): 248/281 kB | 0.2/2.7 MB | 160/166 kB | 20/320 kB | 0/4.2 MB Progress (5): 248/281 kB | 0.2/2.7 MB | 160/166 kB | 20/320 kB | 0/4.2 MB Progress (5): 252/281 kB | 0.2/2.7 MB | 160/166 kB | 20/320 kB | 0/4.2 MB Progress (5): 252/281 kB | 0.2/2.7 MB | 160/166 kB | 20/320 kB | 0/4.2 MB Progress (5): 252/281 kB | 0.2/2.7 MB | 160/166 kB | 24/320 kB | 0/4.2 MB Progress (5): 252/281 kB | 0.2/2.7 MB | 160/166 kB | 24/320 kB | 0/4.2 MB Progress (5): 252/281 kB | 0.2/2.7 MB | 164/166 kB | 24/320 kB | 0/4.2 MB Progress (5): 252/281 kB | 0.2/2.7 MB | 164/166 kB | 24/320 kB | 0/4.2 MB Progress (5): 252/281 kB | 0.2/2.7 MB | 164/166 kB | 28/320 kB | 0/4.2 MB Progress (5): 252/281 kB | 0.2/2.7 MB | 164/166 kB | 28/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 164/166 kB | 28/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 164/166 kB | 28/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 164/166 kB | 32/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 164/166 kB | 32/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 166 kB | 32/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 166 kB | 32/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 166 kB | 32/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 166 kB | 33/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 166 kB | 33/320 kB | 0/4.2 MB Progress (5): 256/281 kB | 0.2/2.7 MB | 166 kB | 37/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 37/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 41/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 45/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 49/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 53/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 57/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 61/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 65/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 66/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 70/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 74/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 78/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 82/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 86/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 90/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 94/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 98/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 102/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 106/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 110/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 114/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 118/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 118/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 118/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 118/320 kB | 0/4.2 MB Progress (5): 260/281 kB | 0.2/2.7 MB | 166 kB | 122/320 kB | 0/4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar Progress (4): 264/281 kB | 0.2/2.7 MB | 122/320 kB | 0/4.2 MB Progress (4): 268/281 kB | 0.2/2.7 MB | 122/320 kB | 0/4.2 MB Progress (4): 272/281 kB | 0.2/2.7 MB | 122/320 kB | 0/4.2 MB Progress (4): 276/281 kB | 0.2/2.7 MB | 122/320 kB | 0/4.2 MB Progress (4): 280/281 kB | 0.2/2.7 MB | 122/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 122/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 126/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 130/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 134/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 138/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 142/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 146/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.2/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.3/2.7 MB | 150/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.3/2.7 MB | 154/320 kB | 0/4.2 MB Progress (4): 281 kB | 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 2.4 MB/s) Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 158/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 162/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 162/320 kB | 0/4.2 MB Progress (3): 0.3/2.7 MB | 166/320 kB | 0/4.2 MB Progress (4): 0.3/2.7 MB | 166/320 kB | 0/4.2 MB | 4.1/797 kB Progress (4): 0.3/2.7 MB | 166/320 kB | 0.1/4.2 MB | 4.1/797 kB Progress (4): 0.3/2.7 MB | 166/320 kB | 0.1/4.2 MB | 7.7/797 kB Progress (4): 0.3/2.7 MB | 170/320 kB | 0.1/4.2 MB | 7.7/797 kB Progress (4): 0.3/2.7 MB | 170/320 kB | 0.1/4.2 MB | 7.7/797 kB Progress (4): 0.3/2.7 MB | 174/320 kB | 0.1/4.2 MB | 7.7/797 kB Progress (4): 0.3/2.7 MB | 174/320 kB | 0.1/4.2 MB | 12/797 kB Progress (4): 0.3/2.7 MB | 174/320 kB | 0.1/4.2 MB | 12/797 kB Progress (4): 0.3/2.7 MB | 174/320 kB | 0.1/4.2 MB | 16/797 kB Progress (4): 0.3/2.7 MB | 178/320 kB | 0.1/4.2 MB | 16/797 kB Progress (4): 0.3/2.7 MB | 178/320 kB | 0.1/4.2 MB | 20/797 kB Progress (4): 0.3/2.7 MB | 178/320 kB | 0.1/4.2 MB | 20/797 kB Progress (4): 0.3/2.7 MB | 178/320 kB | 0.1/4.2 MB | 24/797 kB Progress (4): 0.3/2.7 MB | 182/320 kB | 0.1/4.2 MB | 24/797 kB Progress (4): 0.3/2.7 MB | 186/320 kB | 0.1/4.2 MB | 24/797 kB Progress (4): 0.3/2.7 MB | 186/320 kB | 0.1/4.2 MB | 24/797 kB Progress (4): 0.3/2.7 MB | 190/320 kB | 0.1/4.2 MB | 24/797 kB Progress (4): 0.3/2.7 MB | 194/320 kB | 0.1/4.2 MB | 24/797 kB Progress (4): 0.3/2.7 MB | 194/320 kB | 0.1/4.2 MB | 28/797 kB Progress (4): 0.3/2.7 MB | 194/320 kB | 0.1/4.2 MB | 28/797 kB Progress (4): 0.3/2.7 MB | 194/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.3/2.7 MB | 198/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.3/2.7 MB | 202/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.3/2.7 MB | 202/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.3/2.7 MB | 206/320 kB | 0.1/4.2 MB | 32/797 kB Progress (4): 0.3/2.7 MB | 206/320 kB | 0.1/4.2 MB | 33/797 kB Progress (4): 0.3/2.7 MB | 206/320 kB | 0.1/4.2 MB | 33/797 kB Progress (4): 0.3/2.7 MB | 206/320 kB | 0.1/4.2 MB | 37/797 kB Progress (4): 0.3/2.7 MB | 210/320 kB | 0.1/4.2 MB | 37/797 kB Progress (4): 0.3/2.7 MB | 210/320 kB | 0.1/4.2 MB | 37/797 kB Progress (4): 0.3/2.7 MB | 214/320 kB | 0.1/4.2 MB | 37/797 kB Progress (4): 0.3/2.7 MB | 214/320 kB | 0.1/4.2 MB | 37/797 kB Progress (4): 0.3/2.7 MB | 214/320 kB | 0.1/4.2 MB | 41/797 kB Progress (4): 0.3/2.7 MB | 214/320 kB | 0.1/4.2 MB | 41/797 kB Progress (4): 0.3/2.7 MB | 214/320 kB | 0.1/4.2 MB | 45/797 kB Progress (4): 0.3/2.7 MB | 214/320 kB | 0.1/4.2 MB | 45/797 kB Progress (4): 0.3/2.7 MB | 218/320 kB | 0.1/4.2 MB | 45/797 kB Progress (4): 0.3/2.7 MB | 218/320 kB | 0.1/4.2 MB | 45/797 kB Progress (4): 0.3/2.7 MB | 222/320 kB | 0.1/4.2 MB | 45/797 kB Progress (4): 0.3/2.7 MB | 222/320 kB | 0.1/4.2 MB | 49/797 kB Progress (4): 0.3/2.7 MB | 222/320 kB | 0.1/4.2 MB | 49/797 kB Progress (4): 0.3/2.7 MB | 222/320 kB | 0.1/4.2 MB | 53/797 kB Progress (4): 0.3/2.7 MB | 226/320 kB | 0.1/4.2 MB | 53/797 kB Progress (4): 0.3/2.7 MB | 226/320 kB | 0.1/4.2 MB | 53/797 kB Progress (4): 0.3/2.7 MB | 226/320 kB | 0.1/4.2 MB | 57/797 kB Progress (4): 0.3/2.7 MB | 226/320 kB | 0.1/4.2 MB | 57/797 kB Progress (4): 0.3/2.7 MB | 226/320 kB | 0.1/4.2 MB | 61/797 kB Progress (4): 0.3/2.7 MB | 226/320 kB | 0.1/4.2 MB | 61/797 kB Progress (4): 0.3/2.7 MB | 230/320 kB | 0.1/4.2 MB | 61/797 kB Progress (4): 0.3/2.7 MB | 230/320 kB | 0.1/4.2 MB | 61/797 kB Progress (4): 0.3/2.7 MB | 230/320 kB | 0.1/4.2 MB | 65/797 kB Progress (4): 0.3/2.7 MB | 230/320 kB | 0.1/4.2 MB | 65/797 kB Progress (4): 0.3/2.7 MB | 230/320 kB | 0.1/4.2 MB | 65/797 kB Progress (4): 0.3/2.7 MB | 230/320 kB | 0.1/4.2 MB | 65/797 kB Progress (4): 0.3/2.7 MB | 230/320 kB | 0.1/4.2 MB | 66/797 kB Progress (4): 0.3/2.7 MB | 234/320 kB | 0.1/4.2 MB | 66/797 kB Progress (4): 0.3/2.7 MB | 234/320 kB | 0.1/4.2 MB | 70/797 kB Progress (4): 0.3/2.7 MB | 234/320 kB | 0.1/4.2 MB | 70/797 kB Progress (4): 0.3/2.7 MB | 234/320 kB | 0.1/4.2 MB | 70/797 kB Progress (4): 0.3/2.7 MB | 234/320 kB | 0.1/4.2 MB | 70/797 kB Progress (4): 0.3/2.7 MB | 234/320 kB | 0.1/4.2 MB | 74/797 kB Progress (4): 0.3/2.7 MB | 238/320 kB | 0.1/4.2 MB | 74/797 kB Progress (4): 0.3/2.7 MB | 238/320 kB | 0.1/4.2 MB | 78/797 kB Progress (4): 0.3/2.7 MB | 238/320 kB | 0.1/4.2 MB | 78/797 kB Progress (4): 0.3/2.7 MB | 238/320 kB | 0.1/4.2 MB | 78/797 kB Progress (4): 0.3/2.7 MB | 238/320 kB | 0.1/4.2 MB | 78/797 kB Progress (4): 0.3/2.7 MB | 238/320 kB | 0.1/4.2 MB | 82/797 kB Progress (4): 0.3/2.7 MB | 242/320 kB | 0.1/4.2 MB | 82/797 kB Progress (4): 0.3/2.7 MB | 242/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.3/2.7 MB | 246/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.3/2.7 MB | 246/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.3/2.7 MB | 246/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.3/2.7 MB | 246/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.3/2.7 MB | 250/320 kB | 0.1/4.2 MB | 86/797 kB Progress (4): 0.3/2.7 MB | 250/320 kB | 0.1/4.2 MB | 90/797 kB Progress (4): 0.3/2.7 MB | 254/320 kB | 0.1/4.2 MB | 90/797 kB Progress (4): 0.3/2.7 MB | 254/320 kB | 0.1/4.2 MB | 90/797 kB Progress (4): 0.3/2.7 MB | 254/320 kB | 0.1/4.2 MB | 90/797 kB Progress (4): 0.3/2.7 MB | 254/320 kB | 0.1/4.2 MB | 90/797 kB Progress (4): 0.3/2.7 MB | 258/320 kB | 0.1/4.2 MB | 90/797 kB Progress (4): 0.3/2.7 MB | 258/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.3/2.7 MB | 262/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.3/2.7 MB | 262/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.4/2.7 MB | 262/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.4/2.7 MB | 262/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.4/2.7 MB | 262/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.4/2.7 MB | 266/320 kB | 0.1/4.2 MB | 94/797 kB Progress (4): 0.4/2.7 MB | 266/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 270/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 270/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 270/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 270/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 270/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 274/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 274/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 278/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 278/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 278/320 kB | 0.1/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 278/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 282/320 kB | 0.2/4.2 MB | 98/797 kB Progress (4): 0.4/2.7 MB | 282/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 286/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 286/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 286/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 286/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 286/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 286/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 286/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 290/320 kB | 0.2/4.2 MB | 102/797 kB Progress (4): 0.4/2.7 MB | 290/320 kB | 0.2/4.2 MB | 106/797 kB Progress (4): 0.4/2.7 MB | 294/320 kB | 0.2/4.2 MB | 106/797 kB Progress (4): 0.4/2.7 MB | 294/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.4/2.7 MB | 294/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.4/2.7 MB | 294/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.4/2.7 MB | 294/320 kB | 0.2/4.2 MB | 110/797 kB Progress (4): 0.4/2.7 MB | 294/320 kB | 0.2/4.2 MB | 114/797 kB Progress (4): 0.4/2.7 MB | 298/320 kB | 0.2/4.2 MB | 114/797 kB Progress (4): 0.4/2.7 MB | 298/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.4/2.7 MB | 302/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.4/2.7 MB | 302/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.4/2.7 MB | 302/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.4/2.7 MB | 302/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.4/2.7 MB | 306/320 kB | 0.2/4.2 MB | 118/797 kB Progress (4): 0.4/2.7 MB | 306/320 kB | 0.2/4.2 MB | 122/797 kB Progress (4): 0.4/2.7 MB | 310/320 kB | 0.2/4.2 MB | 122/797 kB Progress (4): 0.4/2.7 MB | 310/320 kB | 0.2/4.2 MB | 126/797 kB Progress (4): 0.4/2.7 MB | 310/320 kB | 0.2/4.2 MB | 126/797 kB Progress (4): 0.4/2.7 MB | 310/320 kB | 0.2/4.2 MB | 126/797 kB Progress (4): 0.4/2.7 MB | 310/320 kB | 0.2/4.2 MB | 126/797 kB Progress (4): 0.4/2.7 MB | 310/320 kB | 0.2/4.2 MB | 130/797 kB Progress (4): 0.4/2.7 MB | 314/320 kB | 0.2/4.2 MB | 130/797 kB Progress (4): 0.4/2.7 MB | 314/320 kB | 0.2/4.2 MB | 134/797 kB Progress (4): 0.4/2.7 MB | 314/320 kB | 0.2/4.2 MB | 134/797 kB Progress (4): 0.4/2.7 MB | 314/320 kB | 0.2/4.2 MB | 134/797 kB Progress (4): 0.4/2.7 MB | 314/320 kB | 0.2/4.2 MB | 134/797 kB Progress (4): 0.4/2.7 MB | 314/320 kB | 0.2/4.2 MB | 138/797 kB Progress (4): 0.4/2.7 MB | 318/320 kB | 0.2/4.2 MB | 138/797 kB Progress (4): 0.4/2.7 MB | 318/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.4/2.7 MB | 318/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.4/2.7 MB | 318/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.4/2.7 MB | 318/320 kB | 0.2/4.2 MB | 142/797 kB Progress (4): 0.4/2.7 MB | 318/320 kB | 0.2/4.2 MB | 146/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 146/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 150/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 150/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 150/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 150/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 154/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 158/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 158/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 158/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 158/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 162/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 162/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 162/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 162/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 166/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 166/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 166/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 166/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 170/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 170/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 174/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 174/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 178/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 178/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 182/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 182/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 186/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.2/4.2 MB | 186/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 186/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 186/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 186/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 186/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.4/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 190/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 194/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 194/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 198/797 kB Progress (4): 0.5/2.7 MB | 320 kB | 0.3/4.2 MB | 198/797 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar (320 kB at 1.2 MB/s) Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 198/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 202/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 202/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 206/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 206/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 206/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 210/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 210/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 214/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 214/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 218/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 218/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 222/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 222/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 226/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 226/797 kB Progress (3): 0.5/2.7 MB | 0.3/4.2 MB | 230/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 230/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 230/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 234/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 234/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 234/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 238/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 238/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 238/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 238/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 242/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 242/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 246/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 246/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 250/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 250/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 250/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 250/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 254/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 254/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 258/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 258/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 258/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 258/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 262/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 262/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 266/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 266/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 266/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 270/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 270/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 274/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 274/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 274/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 274/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 278/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 278/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 278/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 278/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 282/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 282/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 282/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 282/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 286/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 286/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 290/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 290/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 290/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 290/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 294/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 294/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 298/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 298/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 302/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 302/797 kB Progress (3): 0.5/2.7 MB | 0.4/4.2 MB | 306/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 306/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 306/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 310/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 310/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 314/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 314/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 314/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 314/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 318/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 318/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 322/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 322/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 322/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 322/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 326/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 326/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 330/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 330/797 kB Progress (3): 0.6/2.7 MB | 0.4/4.2 MB | 330/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 330/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 330/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 334/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 334/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 334/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 338/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 338/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 338/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 342/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 342/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 342/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 346/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 346/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 346/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 350/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 350/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 350/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 354/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 354/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 354/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 358/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 358/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 358/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 362/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 362/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 362/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 366/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 366/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 366/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 370/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 370/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 370/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 374/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 374/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 374/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 378/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 378/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 378/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 378/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 382/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 382/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 386/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 386/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 390/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 390/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 394/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 394/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 394/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 394/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 398/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 398/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 398/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 398/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 402/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 402/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 402/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 406/797 kB Progress (3): 0.6/2.7 MB | 0.5/4.2 MB | 406/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 406/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 406/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 410/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 410/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 410/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 410/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 414/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 414/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 414/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 418/797 kB Progress (3): 0.7/2.7 MB | 0.5/4.2 MB | 418/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 418/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 422/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 422/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 422/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 426/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 426/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 426/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 430/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 430/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 430/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 434/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 434/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 434/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 438/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 438/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 438/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 442/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 442/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 442/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 446/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 446/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 446/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 450/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 450/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 450/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 454/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 454/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 454/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 454/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 458/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 458/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 458/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 462/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 462/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 462/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 462/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 466/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 466/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 466/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 466/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 466/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 466/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 470/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 470/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 470/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 470/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 474/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 474/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 478/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 478/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 478/797 kB Progress (3): 0.7/2.7 MB | 0.6/4.2 MB | 478/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 478/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 478/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 478/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 482/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 482/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 482/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 482/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 486/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 486/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 486/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 486/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 490/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 490/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 490/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 490/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 494/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 494/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 498/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 498/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 498/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 502/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 502/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 506/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 506/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 506/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 510/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 510/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 510/797 kB Progress (3): 0.8/2.7 MB | 0.6/4.2 MB | 514/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 514/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 514/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 518/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 518/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 518/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 518/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 522/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 522/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 526/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 526/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 530/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 530/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 534/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 534/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 538/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 538/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 542/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 542/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 546/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 546/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 550/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 550/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 554/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 558/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 558/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 558/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 558/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 562/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 566/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 570/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 570/797 kB Progress (3): 0.8/2.7 MB | 0.7/4.2 MB | 574/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 574/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 578/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 578/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 582/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 582/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 586/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 586/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 586/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 586/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 590/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 590/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 590/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 590/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 590/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 590/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 594/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 594/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 598/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 598/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 602/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 602/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 606/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 606/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 610/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 610/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 610/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 610/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 614/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 614/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 614/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 618/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 618/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 622/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 622/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 626/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 626/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 630/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 630/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 630/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 630/797 kB Progress (3): 0.9/2.7 MB | 0.7/4.2 MB | 634/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 634/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 638/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 638/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 642/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 642/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 646/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 646/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 650/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 650/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 654/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 654/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 658/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 658/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 662/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 666/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 666/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 666/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 670/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 670/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 670/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 670/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 674/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 674/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 678/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 678/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 682/797 kB Progress (3): 0.9/2.7 MB | 0.8/4.2 MB | 686/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 686/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 686/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 686/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 690/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 690/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 694/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 694/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 698/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 698/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 702/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 702/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 706/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 706/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 706/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 706/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 710/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 710/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 710/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 710/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 714/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 714/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 714/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 718/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 718/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 718/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 718/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 722/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 722/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 722/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 726/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 726/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 730/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 730/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 730/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 730/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 734/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 734/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 734/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 734/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 738/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 738/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 742/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 742/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.0/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.1/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.1/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.1/2.7 MB | 0.8/4.2 MB | 746/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 746/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 750/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 750/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 750/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 750/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 754/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 754/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 754/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 754/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 758/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 758/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 758/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 758/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 758/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 762/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 762/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 762/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 766/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 766/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 766/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 770/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 770/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 770/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 770/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 774/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 774/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 774/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 774/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 774/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 778/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 778/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 778/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 782/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 782/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 782/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 782/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 786/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 786/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 790/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 790/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 794/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 794/797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.1/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 0.9/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.0/4.2 MB | 797 kB Progress (3): 1.2/2.7 MB | 1.1/4.2 MB | 797 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (797 kB at 1.6 MB/s) Progress (2): 1.2/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.1/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.3/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.2/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.4/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.3/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.5/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.4/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.6/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.5/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.7/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.6/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.8/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.7/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 1.9/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.8/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.0/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 1.9/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.0/4.2 MB Progress (2): 2.1/2.7 MB | 2.1/4.2 MB Progress (2): 2.1/2.7 MB | 2.1/4.2 MB Progress (2): 2.1/2.7 MB | 2.1/4.2 MB Progress (2): 2.1/2.7 MB | 2.1/4.2 MB Progress (2): 2.1/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.2/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.1/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.3/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.2/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.3/4.2 MB Progress (2): 2.4/2.7 MB | 2.4/4.2 MB Progress (2): 2.4/2.7 MB | 2.4/4.2 MB Progress (2): 2.4/2.7 MB | 2.4/4.2 MB Progress (2): 2.4/2.7 MB | 2.4/4.2 MB Progress (2): 2.4/2.7 MB | 2.4/4.2 MB Progress (2): 2.4/2.7 MB | 2.4/4.2 MB Progress (2): 2.4/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.4/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.5/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.5/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.6/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.6/4.2 MB Progress (2): 2.7/2.7 MB | 2.7/4.2 MB Progress (2): 2.7/2.7 MB | 2.7/4.2 MB Progress (2): 2.7/2.7 MB | 2.7/4.2 MB Progress (2): 2.7/2.7 MB | 2.7/4.2 MB Progress (2): 2.7/2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.7/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Progress (2): 2.7 MB | 2.8/4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar (2.7 MB at 3.4 MB/s) Progress (1): 2.8/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 2.9/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.0/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.1/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.2/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.3/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.4/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.5/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.6/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.7/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.8/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 3.9/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.0/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.1/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2/4.2 MB Progress (1): 4.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar (4.2 MB at 4.2 MB/s) [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.annotations >--------- [INFO] Building org.eclipse.dltk.annotations 6.0.0-SNAPSHOT [5/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.annotations --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.annotations --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.annotations --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 165 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 133 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 152 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom Progress (1): 998 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 91 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 64 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 47 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 49 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom Progress (1): 4.1/6.7 kB Progress (1): 6.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 240 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 62 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 31 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom Progress (1): 424 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 11 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 140 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 44 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 68 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 37 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Progress (1): 4.1/7.1 kB Progress (1): 7.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 215 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 33 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 115 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 101 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1/6.8 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 236 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 20 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 102 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 116 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 180 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom Progress (1): 890 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 17 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 54 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 483 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Progress (1): 4.1/116 kB Progress (1): 7.7/116 kB Progress (1): 12/116 kB Progress (1): 16/116 kB Progress (1): 20/116 kB Progress (1): 24/116 kB Progress (1): 28/116 kB Progress (1): 32/116 kB Progress (1): 36/116 kB Progress (1): 40/116 kB Progress (1): 44/116 kB Progress (1): 48/116 kB Progress (1): 52/116 kB Progress (1): 56/116 kB Progress (1): 60/116 kB Progress (2): 60/116 kB | 4.1/35 kB Progress (2): 64/116 kB | 4.1/35 kB Progress (2): 64/116 kB | 7.7/35 kB Progress (2): 68/116 kB | 7.7/35 kB Progress (2): 72/116 kB | 7.7/35 kB Progress (2): 72/116 kB | 12/35 kB Progress (2): 76/116 kB | 12/35 kB Progress (2): 76/116 kB | 16/35 kB Progress (2): 80/116 kB | 16/35 kB Progress (2): 80/116 kB | 20/35 kB Progress (2): 84/116 kB | 20/35 kB Progress (2): 84/116 kB | 24/35 kB Progress (2): 88/116 kB | 24/35 kB Progress (2): 88/116 kB | 28/35 kB Progress (2): 92/116 kB | 28/35 kB Progress (2): 92/116 kB | 32/35 kB Progress (2): 96/116 kB | 32/35 kB Progress (2): 96/116 kB | 35 kB Progress (2): 100/116 kB | 35 kB Progress (2): 104/116 kB | 35 kB Progress (2): 108/116 kB | 35 kB Progress (2): 112/116 kB | 35 kB Progress (2): 116/116 kB | 35 kB Progress (2): 116 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 820 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Progress (1): 4.1/9.9 kB Progress (1): 7.7/9.9 kB Progress (1): 9.9 kB Progress (2): 9.9 kB | 4.1/21 kB Progress (2): 9.9 kB | 7.7/21 kB Progress (2): 9.9 kB | 12/21 kB Progress (2): 9.9 kB | 16/21 kB Progress (2): 9.9 kB | 20/21 kB Progress (2): 9.9 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 153 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 314 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Progress (1): 4.1/5.9 kB Progress (1): 5.9 kB Progress (2): 5.9 kB | 4.1/24 kB Progress (2): 5.9 kB | 7.7/24 kB Progress (2): 5.9 kB | 12/24 kB Progress (2): 5.9 kB | 16/24 kB Progress (2): 5.9 kB | 20/24 kB Progress (2): 5.9 kB | 24/24 kB Progress (2): 5.9 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 73 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 288 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Progress (1): 4.1/14 kB Progress (1): 7.7/14 kB Progress (1): 12/14 kB Progress (1): 14 kB Progress (2): 14 kB | 4.1/30 kB Progress (2): 14 kB | 7.7/30 kB Progress (2): 14 kB | 12/30 kB Progress (2): 14 kB | 16/30 kB Progress (2): 14 kB | 20/30 kB Progress (2): 14 kB | 24/30 kB Progress (2): 14 kB | 28/30 kB Progress (2): 14 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 136 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 298 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Progress (1): 4.1/37 kB Progress (2): 4.1/37 kB | 4.1/13 kB Progress (2): 4.1/37 kB | 7.7/13 kB Progress (2): 7.7/37 kB | 7.7/13 kB Progress (2): 7.7/37 kB | 12/13 kB Progress (2): 7.7/37 kB | 13 kB Progress (2): 12/37 kB | 13 kB Progress (2): 16/37 kB | 13 kB Progress (2): 20/37 kB | 13 kB Progress (2): 24/37 kB | 13 kB Progress (2): 28/37 kB | 13 kB Progress (2): 32/37 kB | 13 kB Progress (2): 36/37 kB | 13 kB Progress (2): 37 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 116 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 312 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/87 kB Progress (2): 38 kB | 7.7/87 kB Progress (2): 38 kB | 12/87 kB Progress (2): 38 kB | 16/87 kB Progress (2): 38 kB | 20/87 kB Progress (2): 38 kB | 24/87 kB Progress (2): 38 kB | 28/87 kB Progress (2): 38 kB | 32/87 kB Progress (2): 38 kB | 36/87 kB Progress (2): 38 kB | 40/87 kB Progress (2): 38 kB | 44/87 kB Progress (2): 38 kB | 48/87 kB Progress (2): 38 kB | 52/87 kB Progress (2): 38 kB | 56/87 kB Progress (2): 38 kB | 60/87 kB Progress (2): 38 kB | 64/87 kB Progress (2): 38 kB | 68/87 kB Progress (2): 38 kB | 72/87 kB Progress (2): 38 kB | 76/87 kB Progress (2): 38 kB | 80/87 kB Progress (2): 38 kB | 84/87 kB Progress (2): 38 kB | 87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 624 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Progress (2): 38 kB | 4.1/49 kB Progress (2): 38 kB | 7.7/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 209 kB/s) Progress (1): 12/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Progress (1): 16/49 kB Progress (1): 20/49 kB Progress (1): 24/49 kB Progress (1): 28/49 kB Progress (1): 32/49 kB Progress (1): 36/49 kB Progress (1): 40/49 kB Progress (1): 44/49 kB Progress (1): 48/49 kB Progress (1): 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 256 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Progress (1): 4.1/86 kB Progress (1): 7.7/86 kB Progress (1): 12/86 kB Progress (1): 16/86 kB Progress (1): 20/86 kB Progress (1): 24/86 kB Progress (1): 28/86 kB Progress (1): 32/86 kB Progress (1): 33/86 kB Progress (1): 37/86 kB Progress (1): 41/86 kB Progress (1): 45/86 kB Progress (1): 49/86 kB Progress (1): 53/86 kB Progress (1): 57/86 kB Progress (1): 61/86 kB Progress (1): 65/86 kB Progress (1): 69/86 kB Progress (1): 73/86 kB Progress (1): 77/86 kB Progress (1): 81/86 kB Progress (1): 85/86 kB Progress (1): 86 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 423 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Progress (2): 10 kB | 4.1/194 kB Progress (2): 10 kB | 7.7/194 kB Progress (2): 10 kB | 12/194 kB Progress (2): 10 kB | 16/194 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 48 kB/s) Progress (1): 20/194 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (1): 24/194 kB Progress (1): 28/194 kB Progress (1): 32/194 kB Progress (1): 33/194 kB Progress (1): 37/194 kB Progress (1): 41/194 kB Progress (1): 45/194 kB Progress (1): 49/194 kB Progress (1): 53/194 kB Progress (1): 57/194 kB Progress (1): 61/194 kB Progress (1): 65/194 kB Progress (1): 69/194 kB Progress (1): 73/194 kB Progress (1): 77/194 kB Progress (1): 81/194 kB Progress (1): 85/194 kB Progress (1): 89/194 kB Progress (1): 93/194 kB Progress (1): 97/194 kB Progress (1): 101/194 kB Progress (1): 105/194 kB Progress (1): 109/194 kB Progress (1): 113/194 kB Progress (1): 117/194 kB Progress (1): 121/194 kB Progress (1): 125/194 kB Progress (1): 129/194 kB Progress (1): 133/194 kB Progress (1): 137/194 kB Progress (1): 141/194 kB Progress (1): 145/194 kB Progress (1): 149/194 kB Progress (1): 153/194 kB Progress (1): 157/194 kB Progress (1): 161/194 kB Progress (1): 165/194 kB Progress (1): 169/194 kB Progress (1): 173/194 kB Progress (1): 177/194 kB Progress (1): 181/194 kB Progress (1): 185/194 kB Progress (1): 189/194 kB Progress (1): 193/194 kB Progress (1): 194 kB Progress (2): 194 kB | 4.1/121 kB Progress (2): 194 kB | 7.7/121 kB Progress (2): 194 kB | 12/121 kB Progress (2): 194 kB | 16/121 kB Progress (2): 194 kB | 20/121 kB Progress (2): 194 kB | 24/121 kB Progress (2): 194 kB | 28/121 kB Progress (2): 194 kB | 32/121 kB Progress (2): 194 kB | 33/121 kB Progress (2): 194 kB | 37/121 kB Progress (2): 194 kB | 41/121 kB Progress (2): 194 kB | 45/121 kB Progress (2): 194 kB | 49/121 kB Progress (2): 194 kB | 53/121 kB Progress (2): 194 kB | 57/121 kB Progress (2): 194 kB | 61/121 kB Progress (2): 194 kB | 65/121 kB Progress (2): 194 kB | 66/121 kB Progress (2): 194 kB | 70/121 kB Progress (2): 194 kB | 74/121 kB Progress (2): 194 kB | 78/121 kB Progress (2): 194 kB | 82/121 kB Progress (2): 194 kB | 86/121 kB Progress (2): 194 kB | 90/121 kB Progress (2): 194 kB | 94/121 kB Progress (2): 194 kB | 98/121 kB Progress (2): 194 kB | 102/121 kB Progress (2): 194 kB | 106/121 kB Progress (2): 194 kB | 110/121 kB Progress (2): 194 kB | 114/121 kB Progress (2): 194 kB | 118/121 kB Progress (2): 194 kB | 121 kB Progress (3): 194 kB | 121 kB | 4.1/29 kB Progress (3): 194 kB | 121 kB | 7.7/29 kB Progress (3): 194 kB | 121 kB | 12/29 kB Progress (3): 194 kB | 121 kB | 16/29 kB Progress (3): 194 kB | 121 kB | 20/29 kB Progress (3): 194 kB | 121 kB | 24/29 kB Progress (3): 194 kB | 121 kB | 28/29 kB Progress (3): 194 kB | 121 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 786 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 114 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 479 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Progress (1): 4.1/223 kB Progress (1): 7.7/223 kB Progress (1): 12/223 kB Progress (1): 16/223 kB Progress (1): 20/223 kB Progress (1): 24/223 kB Progress (1): 28/223 kB Progress (1): 32/223 kB Progress (1): 33/223 kB Progress (1): 37/223 kB Progress (1): 41/223 kB Progress (1): 45/223 kB Progress (1): 49/223 kB Progress (1): 53/223 kB Progress (1): 57/223 kB Progress (1): 61/223 kB Progress (1): 65/223 kB Progress (1): 66/223 kB Progress (1): 70/223 kB Progress (1): 74/223 kB Progress (1): 78/223 kB Progress (1): 82/223 kB Progress (1): 86/223 kB Progress (1): 90/223 kB Progress (2): 90/223 kB | 4.1/35 kB Progress (2): 90/223 kB | 7.7/35 kB Progress (2): 90/223 kB | 12/35 kB Progress (2): 90/223 kB | 16/35 kB Progress (2): 90/223 kB | 20/35 kB Progress (2): 90/223 kB | 24/35 kB Progress (2): 94/223 kB | 24/35 kB Progress (2): 98/223 kB | 24/35 kB Progress (2): 102/223 kB | 24/35 kB Progress (2): 106/223 kB | 24/35 kB Progress (2): 110/223 kB | 24/35 kB Progress (2): 114/223 kB | 24/35 kB Progress (2): 118/223 kB | 24/35 kB Progress (2): 122/223 kB | 24/35 kB Progress (2): 126/223 kB | 24/35 kB Progress (2): 130/223 kB | 24/35 kB Progress (2): 134/223 kB | 24/35 kB Progress (2): 138/223 kB | 24/35 kB Progress (2): 142/223 kB | 24/35 kB Progress (2): 146/223 kB | 24/35 kB Progress (2): 150/223 kB | 24/35 kB Progress (2): 154/223 kB | 24/35 kB Progress (2): 158/223 kB | 24/35 kB Progress (2): 162/223 kB | 24/35 kB Progress (2): 166/223 kB | 24/35 kB Progress (2): 170/223 kB | 24/35 kB Progress (2): 174/223 kB | 24/35 kB Progress (2): 178/223 kB | 24/35 kB Progress (2): 182/223 kB | 24/35 kB Progress (2): 186/223 kB | 24/35 kB Progress (2): 190/223 kB | 24/35 kB Progress (2): 194/223 kB | 24/35 kB Progress (2): 198/223 kB | 24/35 kB Progress (2): 202/223 kB | 24/35 kB Progress (2): 206/223 kB | 24/35 kB Progress (2): 210/223 kB | 24/35 kB Progress (2): 214/223 kB | 24/35 kB Progress (2): 218/223 kB | 24/35 kB Progress (2): 222/223 kB | 24/35 kB Progress (2): 223 kB | 24/35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 767 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (2): 24/35 kB | 4.1/61 kB Progress (2): 24/35 kB | 7.7/61 kB Progress (2): 24/35 kB | 12/61 kB Progress (2): 24/35 kB | 16/61 kB Progress (2): 24/35 kB | 20/61 kB Progress (2): 24/35 kB | 24/61 kB Progress (2): 24/35 kB | 28/61 kB Progress (2): 24/35 kB | 32/61 kB Progress (2): 24/35 kB | 33/61 kB Progress (2): 24/35 kB | 37/61 kB Progress (2): 24/35 kB | 41/61 kB Progress (2): 24/35 kB | 45/61 kB Progress (2): 24/35 kB | 49/61 kB Progress (2): 24/35 kB | 53/61 kB Progress (2): 24/35 kB | 57/61 kB Progress (2): 24/35 kB | 61/61 kB Progress (2): 24/35 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 197 kB/s) Progress (2): 24/35 kB | 4.1/6.8 kB Progress (2): 24/35 kB | 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 18 kB/s) Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 71 kB/s) Progress (1): 4.1/152 kB Progress (1): 7.7/152 kB Progress (1): 12/152 kB Progress (1): 16/152 kB Progress (1): 20/152 kB Progress (1): 24/152 kB Progress (1): 28/152 kB Progress (1): 32/152 kB Progress (1): 33/152 kB Progress (1): 37/152 kB Progress (1): 41/152 kB Progress (1): 45/152 kB Progress (1): 49/152 kB Progress (1): 53/152 kB Progress (1): 57/152 kB Progress (1): 61/152 kB Progress (1): 65/152 kB Progress (1): 66/152 kB Progress (1): 70/152 kB Progress (1): 74/152 kB Progress (1): 78/152 kB Progress (1): 82/152 kB Progress (1): 86/152 kB Progress (1): 90/152 kB Progress (1): 94/152 kB Progress (1): 98/152 kB Progress (1): 102/152 kB Progress (1): 106/152 kB Progress (1): 110/152 kB Progress (1): 114/152 kB Progress (1): 118/152 kB Progress (1): 122/152 kB Progress (2): 122/152 kB | 4.1/57 kB Progress (2): 126/152 kB | 4.1/57 kB Progress (2): 126/152 kB | 7.7/57 kB Progress (2): 130/152 kB | 7.7/57 kB Progress (2): 130/152 kB | 12/57 kB Progress (2): 134/152 kB | 12/57 kB Progress (2): 134/152 kB | 16/57 kB Progress (2): 138/152 kB | 16/57 kB Progress (2): 138/152 kB | 20/57 kB Progress (2): 142/152 kB | 20/57 kB Progress (2): 142/152 kB | 24/57 kB Progress (2): 146/152 kB | 24/57 kB Progress (2): 146/152 kB | 28/57 kB Progress (2): 150/152 kB | 28/57 kB Progress (2): 150/152 kB | 32/57 kB Progress (2): 152 kB | 32/57 kB Progress (2): 152 kB | 36/57 kB Progress (2): 152 kB | 40/57 kB Progress (2): 152 kB | 44/57 kB Progress (2): 152 kB | 48/57 kB Progress (2): 152 kB | 52/57 kB Progress (2): 152 kB | 56/57 kB Progress (2): 152 kB | 57 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 145 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 54 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.annotations --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 24 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 226 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 146 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 54 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom (2.4 kB at 59 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom (1.6 kB at 49 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom (1.7 kB at 56 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar Progress (1): 3.5 kB Progress (2): 3.5 kB | 4.1/25 kB Progress (2): 3.5 kB | 7.7/25 kB Progress (2): 3.5 kB | 12/25 kB Progress (2): 3.5 kB | 16/25 kB Progress (2): 3.5 kB | 20/25 kB Progress (2): 3.5 kB | 24/25 kB Progress (2): 3.5 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar (3.5 kB at 64 kB/s) Progress (2): 25 kB | 4.1/18 kB Progress (2): 25 kB | 7.7/18 kB Progress (2): 25 kB | 12/18 kB Progress (2): 25 kB | 16/18 kB Progress (2): 25 kB | 18 kB Progress (3): 25 kB | 18 kB | 4.1/4.6 kB Progress (3): 25 kB | 18 kB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 424 kB/s) Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0/2.8 MB Progress (3): 18 kB | 4.6 kB | 0.1/2.8 MB Progress (3): 18 kB | 4.6 kB | 0.1/2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar (18 kB at 261 kB/s) Progress (2): 4.6 kB | 0.1/2.8 MB Progress (2): 4.6 kB | 0.1/2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 66 kB/s) Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.1/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.2/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.3/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.4/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.5/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.6/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.7/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.8/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 0.9/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.0/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.1/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.2/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.3/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.4/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.5/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.6/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.7/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.8/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 1.9/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.0/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.1/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.2/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.3/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.4/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.5/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.6/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.7/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8/2.8 MB Progress (1): 2.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar (2.8 MB at 9.5 MB/s) [INFO] Compiling 4 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.annotations --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/org.eclipse.dltk.annotations-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.annotations --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.annotations --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/org.eclipse.dltk.annotations-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.annotations --- [INFO] [INFO] ------------< org.eclipse.dltk.core:org.eclipse.dltk.core >------------- [INFO] Building org.eclipse.dltk.core 6.0.0-SNAPSHOT [6/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.core --- [INFO] Compiling 797 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/SourceRefElement.java:[52] protected void generateInfos(Object info, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[116] this.cuToHandle = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[117] this.binariesFromIndexMatches = new HashMap(10); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[142] : new SubProgressMonitor( ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[142] : new SubProgressMonitor( this.hierarchy.progressMonitor, amountOfWorkForSubtypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[145] HashSet localTypes = new HashSet(10); // contains the paths ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[145] HashSet localTypes = new HashSet(10); // contains the paths ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[160] : new SubProgressMonitor( ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[160] : new SubProgressMonitor( this.hierarchy.progressMonitor, 100 - amountOfWorkForSubtypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[177] ArrayList potentialSubtypes, ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[179] HashSet localTypes, IProgressMonitor monitor) throws ModelException { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[185] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[271] localTypes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[272] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[273] this.hierarchyResolver.resolve(new Openable[] { openable }, localTypes); ^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to HashSet [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[277] this.hierarchyResolver.resolve(openables, localTypes); ^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to HashSet [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[285] HashSet localTypes, IProgressMonitor monitor) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[289] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[289] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[297] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[334] ArrayList potentialSubtypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[334] ArrayList potentialSubtypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[370] potentialSubtypes = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[377] potentialSubtypes = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[380] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[391] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[404] potentialSubtypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[405] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[432] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[440] protected String[] determinePossibleSubTypes(final HashSet localTypes, ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[444] HashSet paths = new HashSet(10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[444] HashSet paths = new HashSet(10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[448] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[450] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[469] HashSet paths = collector.paths; ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[473] for (Iterator iter = paths.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder.java:[496] IDLTKSearchScope scope, final Map binariesFromIndexMatches, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[19] public static class HashableWeakReference extends WeakReference { ^^^^^^^^^^^^^ WeakReference is a raw type. References to generic type WeakReference should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[21] public HashableWeakReference(Object referent, ReferenceQueue queue) { ^^^^^^^^^^^^^^ ReferenceQueue is a raw type. References to generic type ReferenceQueue should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[22] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[48] ReferenceQueue referenceQueue = new ReferenceQueue(); ^^^^^^^^^^^^^^ ReferenceQueue is a raw type. References to generic type ReferenceQueue should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/WeakHashSet.java:[48] ReferenceQueue referenceQueue = new ReferenceQueue(); ^^^^^^^^^^^^^^ ReferenceQueue is a raw type. References to generic type ReferenceQueue should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElement.java:[199] HashMap newElements = manager.getTemporaryCache(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElement.java:[262] protected abstract void generateInfos(Object info, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Model.java:[62] IProgressMonitor pm, Map newElements, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Model.java:[83] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[291] : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[291] : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[321] : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[321] : new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[353] List findMatchesSourceOnly(SearchPattern pattern, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[378] List documents = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[378] List documents = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[379] for (int i = 0; i < participants.length; i++) { ^^^ Dead code [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[385] SubProgressMonitor subMonitor = monitor == null ? null ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[386] : new SubProgressMonitor(monitor, 1000); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[386] : new SubProgressMonitor(monitor, 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[388] subMonitor.beginTask("", 1000); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ The method beginTask(String, int) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[392] subMonitor.subTask( NLS.bind(Messages.engine_searching_indexing, participant.getDescription())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subTask(String) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[406] subMonitor.subTask( NLS.bind(Messages.engine_searching_matching, participant.getDescription())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subTask(String) from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[423] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[550] HashMap pathToCUs = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[550] HashMap pathToCUs = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[553] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[558] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[562] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[715] public List searchSourceOnly(SearchPattern pattern, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1027] : new SubProgressMonitor(progressMonitor, 100)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1027] : new SubProgressMonitor(progressMonitor, 100)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1611] final HashSet workingCopyPaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1611] final HashSet workingCopyPaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1621] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1673] : new SubProgressMonitor(progressMonitor, 100)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1673] : new SubProgressMonitor(progressMonitor, 100)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1682] final String path = workingCopy.getPath().toString(); ^^^^ The value of the local variable path is not used [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1693] char[][] enclosingTypeNames; ^^^^^^^^^^^^^^^^^^ The value of the local variable enclosingTypeNames is not used [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1702] char[] simpleName = type.getElementName().toCharArray(); ^^^^^^^^^^ The value of the local variable simpleName is not used [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/BasicSearchEngine.java:[1703] int kind = 0; ^^^^ The value of the local variable kind is not used [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/builder/BuildParticipantManager.java:[39] extends NatureExtensionManager { ^^^^^^^^^^^^ BuildParticipantManager.FactoryValue is a raw type. References to generic type BuildParticipantManager.FactoryValue should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MatchingNodeSet.java:[122] ArrayList nodes = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MatchingNodeSet.java:[129] nodes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MatchingNodeSet.java:[130] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/MatchingNodeSet.java:[136] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[115] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[293] Iterator iter = this.infos.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[314] this.infos = new HashMap(20); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[315] this.oldPositions = new HashMap(20); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[316] this.newPositions = new HashMap(20); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[320] this.added = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[321] this.removed = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[366] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[370] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[374] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelElementDeltaBuilder.java:[431] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/matching/DLTKSearchPattern.java:[101] private char[][][] typeArguments; ^^^^^^^^^^^^^ The value of the field DLTKSearchPattern.typeArguments is not used [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/model/LocalVariable.java:[97] protected void generateInfos(Object info, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[268] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[292] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[358] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[408] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[613] if (request != null) { this.request(request); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[644] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[696] Set keySet = this.indexes.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[697] Iterator keys = keySet.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[736] ArrayList toRemove = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[745] toRemove = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[747] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[787] this.indexes = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[837] ArrayList toSave = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[837] ArrayList toSave = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[839] for (Iterator iter = this.indexes.values().iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[843] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java:[900] for (Iterator iter = this.indexes.values().iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ScriptFolder.java:[178] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[69] protected boolean computeChildren(OpenableElementInfo info, Map newElements) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[71] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[71] ArrayList vChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[96] ArrayList[] entries = (ArrayList[]) packageFragToTypes ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[114] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[123] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[124] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[136] List childrenSet = vChildren; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[144] providers[i].provideModelChanges(this, childrenSet); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[147] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[190] ArrayList[] children = (ArrayList[]) packageFragToTypes ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[193] children[1/* NON_SCRIPT */] = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[194] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[202] ArrayList[] children = (ArrayList[]) packageFragToTypes.get(pkgName); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[205] children[0/* SCRIPT */] = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[207] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[210] children[1/* NON_SCRIPT */] = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ArchiveProjectFragment.java:[211] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinProjectFragment.java:[100] protected boolean computeChildren(OpenableElementInfo info, Map newElements) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinProjectFragment.java:[126] ArrayList vChildren, Map newElements, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuiltinProjectFragment.java:[140] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ProjectFragment.java:[127] IProgressMonitor pm, Map newElements, IResource underlyingResource) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ProjectFragment.java:[178] protected boolean computeChildren(OpenableElementInfo info, Map newElements) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/TypeHierarchy.java:[417] listeners = (ArrayList) listeners .clone(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to ArrayList [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[174] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[174] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[182] allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[204] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[204] ArrayList allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[213] allTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[303] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[326] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[334] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[340] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[348] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[360] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[371] private void getAllTypesFromHierarchy(ModelElement element, ArrayList allTypes) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[374] ArrayList types = this.hierarchy.files.get(element); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[374] ArrayList types = this.hierarchy.files.get(element); ^^^^^^^ Unlikely argument type ModelElement for get(Object) on a Map> [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[376] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[389] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[433] Iterator iterator = this.changes.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[435] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/hierarchy/ChangeCollector.java:[435] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[96] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[150] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelCache.java:[169] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[122] ArrayList children; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[556] IScriptProject project, Map unknownElements) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[597] ArrayList unknownChildren = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[616] unknownChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[619] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[698] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[820] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[820] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[824] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[830] xmlWriter.printTag(nodeName, parameters, ^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[944] boolean indent, boolean newLine, Map unknownElements) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1001] ArrayList unknownChildren = unknownXmlElements != null ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1031] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1031] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1032] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1033] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1034] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1050] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1050] HashMap parameters = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1051] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1054] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1057] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1060] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1064] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1065] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1089] boolean newLine, ArrayList unknownChildren) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1203] String entryPathMsg = isProjectRelative ^^^^^^^^^^^^ The value of the local variable entryPathMsg is not used [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1384] HashSet set = new HashSet(length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1384] HashSet set = new HashSet(length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1387] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1588] HashSet set = new HashSet(length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1588] HashSet set = new HashSet(length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1591] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1612] Map parameters) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/BuildpathEntry.java:[1620] 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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 499. INFO in /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[291] m.setAttribute(IScriptModelMarker.ID, ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[291] m.setAttribute(IScriptModelMarker.ID, ^^ The field IScriptModelMarker.ID is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[296] m.setAttribute(IScriptModelMarker.ARGUMENTS, ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/ProblemCollector.java:[296] m.setAttribute(IScriptModelMarker.ARGUMENTS, ^^^^^^^^^ The field IScriptModelMarker.ARGUMENTS is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[80] private ArrayList getAncestors(IModelElement element) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[81] ArrayList parents = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[81] ArrayList parents = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[84] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[124] ArrayList newRootElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[124] ArrayList newRootElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/Region.java:[139] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[48] public final static ArrayList EMPTY_LIST = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[48] public final static ArrayList EMPTY_LIST = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[69] protected boolean computeChildren(OpenableElementInfo info, Map newElements) ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[71] ArrayList vChildren = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[71] ArrayList vChildren = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[72] ArrayList vForeign = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[72] ArrayList vForeign = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[75] Set realPaths = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[75] Set realPaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[81] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[97] ArrayList vChildren, ArrayList vForeign, Map newElements, ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[97] ArrayList vChildren, ArrayList vForeign, Map newElements, ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[97] ArrayList vChildren, ArrayList vForeign, Map newElements, ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[99] Set realPaths) throws ModelException { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[106] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[117] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[126] List scriptElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[126] List scriptElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[127] List nonScriptElements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[127] List nonScriptElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[143] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[146] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalProjectFragment.java:[155] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/processing/JobManager.java:[18] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/processing/JobManager.java:[232] : new SubProgressMonitor(progress, ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/processing/JobManager.java:[232] : new SubProgressMonitor(progress, concurrentJobWork)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/processing/JobManager.java:[252] subProgress = new SubProgressMonitor(progress, ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/processing/JobManager.java:[252] subProgress = new SubProgressMonitor(progress, concurrentJobWork / 2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/processing/JobManager.java:[311] : new SubProgressMonitor(progress, concurrentJobWork)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/internal/core/search/processing/JobManager.java:[311] : new SubProgressMonitor(progress, concurrentJobWork)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/DefaultProblemIdentifier.java:[125] return decode(marker.getAttribute(IScriptModelMarker.ID, null)); ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/problem/DefaultProblemIdentifier.java:[125] return decode(marker.getAttribute(IScriptModelMarker.ID, null)); ^^ The field IScriptModelMarker.ID is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelManager.java:[1761] allContainerPaths.put(scriptProject, paths); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[167] ArrayList result = new ArrayList(4); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[167] ArrayList result = new ArrayList(4); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[170] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[177] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[178] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/compiler/org/eclipse/dltk/compiler/util/Messages.java:[186] public static void initializeMessages(String bundleName, Class clazz) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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 825. INFO in /home/jenkins/workspace/dltk-sonar/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 826. INFO in /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[42] private HashMap folders; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[107] HashMap knownFolders = getFolders(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[117] knownFolders.put(externalFolderPath, 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[145] HashMap roots = state.roots; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[149] HashMap knownFolders = getFolders(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[150] Iterator iterator = knownFolders.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[237] private HashMap getFolders() { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[239] this.folders = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[250] this.folders.put(externalFolderPath, member); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[273] HashSet externalFolders = getExternalFolders( ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ExternalFoldersManager.java:[278] final Iterator iterator = externalFolders.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/model/UnresolvedElement.java:[85] protected void generateInfos(Object info, HashMap newElements, ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[110] protected Hashtable fEntryTable; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[142] fEntryTable = new Hashtable(size); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[174] fEntryTable = new Hashtable(); // Clear it out ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[230] public Enumeration keys() { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[241] Enumeration fValues = fEntryTable.elements(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[331] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/LRUCache.java:[487] Enumeration e = this.keys(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[805] private static void quickSort(Comparable[] sortedCollection, int left, ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[809] Comparable mid = sortedCollection[(left + right) / 2]; ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[811] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[814] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[818] Comparable tmp = sortedCollection[left]; ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[899] public static void sort(Comparable[] objects) { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[930] public static Comparable[] sortCopy(Comparable[] objects) { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[930] public static Comparable[] sortCopy(Comparable[] objects) { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/util/Util.java:[932] Comparable[] copy = new Comparable[len]; ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 1004 problems (0 errors, 1001 warnings, 1001 info) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/org.eclipse.dltk.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/org.eclipse.dltk.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core --- [INFO] [INFO] -----------< org.eclipse.dltk.core:org.eclipse.dltk.console >----------- [INFO] Building org.eclipse.dltk.console 6.0.0-SNAPSHOT [7/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.console --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.console --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.console --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.console --- [INFO] Compiling 19 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.console --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/org.eclipse.dltk.console-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.console --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.console --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/org.eclipse.dltk.console-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.console --- [INFO] [INFO] ------------< org.eclipse.dltk.core:org.eclipse.dltk.debug >------------ [INFO] Building org.eclipse.dltk.debug 6.0.0-SNAPSHOT [8/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.debug --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.debug --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.debug --- [INFO] Compiling 227 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 74 problems (74 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.debug --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/org.eclipse.dltk.debug-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.debug --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/org.eclipse.dltk.debug-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.debug --- [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.launching >---------- [INFO] Building org.eclipse.dltk.launching 6.0.0-SNAPSHOT [9/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.launching --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.launching --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.launching --- [INFO] Compiling 109 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[43] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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.PropertyChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[66] implements Preferences.IPropertyChangeListener, ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[66] implements Preferences.IPropertyChangeListener, ^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences.IPropertyChangeListener is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[305] getPluginPreferences().setDefault(ScriptRuntime.PREF_CONNECT_TIMEOUT, ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[305] getPluginPreferences().setDefault(ScriptRuntime.PREF_CONNECT_TIMEOUT, ScriptRuntime.DEF_CONNECT_TIMEOUT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, int) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[307] getPluginPreferences().addPropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[307] getPluginPreferences().addPropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[333] getPluginPreferences().removePropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[333] getPluginPreferences().removePropertyChangeListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[336] savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[358] public void propertyChange(PropertyChangeEvent event) { ^^^^^^^^^^^^^^^^^^^ The type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[359] String property = event.getProperty(); ^^^^^^^^^^^^^ The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[361] savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[364] processInterpreterPrefsChanged((String) event.getOldValue(), ^^^^^^^^^^^^^ The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DLTKLaunchingPlugin.java:[365] (String) event.getNewValue()); ^^^^^^^^^^^^^ The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[33] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[45] import org.eclipse.dltk.core.IScriptModelMarker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[952] new SubProgressMonitor(monitor, 7)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[952] new SubProgressMonitor(monitor, 7)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[1045] .equals(IScriptModelMarker.DLTK_MODEL_PROBLEM_MARKER); ^^^^^^^^^^^^^^^^^^ The type IScriptModelMarker is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/launching/AbstractScriptLaunchConfigurationDelegate.java:[1045] .equals(IScriptModelMarker.DLTK_MODEL_PROBLEM_MARKER); ^^^^^^^^^^^^^^^^^^^^^^^^^ The field IScriptModelMarker.DLTK_MODEL_PROBLEM_MARKER is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/InterpreterContainerInitializer.java:[34] import org.eclipse.dltk.launching.ScriptRuntime.DefaultInterpreterEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/InterpreterContainerInitializer.java:[89] return ScriptRuntime.getDefaultInterpreterInstall( new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDefaultInterpreterInstall(ScriptRuntime.DefaultInterpreterEntry) from the type ScriptRuntime is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/InterpreterContainerInitializer.java:[90] new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^ The type ScriptRuntime.DefaultInterpreterEntry is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/InterpreterContainerInitializer.java:[90] new DefaultInterpreterEntry(natureId, environment)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ScriptRuntime.DefaultInterpreterEntry(String, String) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[130] List buildpathEntries = new ArrayList(5); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[130] List buildpathEntries = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[171] private void expandProject(IBuildpathEntry projectEntry, List expandedPath, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[181] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[188] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[222] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[293] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/org/eclipse/dltk/internal/launching/DefaultProjectBuildpathEntry.java:[299] expandedPath.add(entry); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 66 problems (66 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.launching --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/org.eclipse.dltk.launching-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.launching --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.launching/target/org.eclipse.dltk.launching-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.launching --- [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.console.ui >---------- [INFO] Building org.eclipse.dltk.console.ui 6.0.0-SNAPSHOT [10/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.console.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.console.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.console.ui --- [INFO] Compiling 29 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.console.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/org.eclipse.dltk.console.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.console.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/org.eclipse.dltk.console.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.console.ui --- [INFO] [INFO] ------< org.eclipse.dltk.core:org.eclipse.dltk.core.manipulation >------ [INFO] Building org.eclipse.dltk.core.manipulation 6.0.0-SNAPSHOT [11/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.manipulation --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.manipulation --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.core.manipulation --- [INFO] Compiling 43 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[17] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[59] fCUnit.becomeWorkingCopy(null, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[59] fCUnit.becomeWorkingCopy(null, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[61] return super.perform(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/changes/UndoSourceModuleChange.java:[61] return super.perform(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/internal/corext/refactoring/rename/RenameModelElementProcessor.java:[20] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 17 problems (17 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.manipulation --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/org.eclipse.dltk.core.manipulation-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.manipulation --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/org.eclipse.dltk.core.manipulation-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.manipulation --- [INFO] [INFO] -------------< org.eclipse.dltk.core:org.eclipse.dltk.ui >-------------- [INFO] Building org.eclipse.dltk.ui 6.0.0-SNAPSHOT [12/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ui --- [INFO] Compiling 1106 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/HierarchyInformationControl.java:[21] import org.eclipse.dltk.internal.core.util.MethodOverrideTester; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionEntryDialog.java:[58] private List fExistingPatterns; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionEntryDialog.java:[61] public ExclusionInclusionEntryDialog(Shell parent, boolean isExclusion, String patternToEdit, List existingPatterns, BPListElement entryToEdit) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[28] import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[29] import org.eclipse.jface.text.templates.persistence.TemplateReaderWriter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[58] public void add(TemplatePersistenceData data) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[65] TemplatePersistenceData[] templateData = ProjectTemplateStore.this ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[68] if (isProjectSpecific(templateData[i].getId())) { ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[70] TemplateReaderWriter writer = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[70] TemplateReaderWriter writer = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[70] TemplateReaderWriter writer = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^^^ The constructor TemplateReaderWriter() is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[71] writer.save(getTemplateData(false), output); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method save(TemplatePersistenceData[], Writer) from the type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[99] TemplateReaderWriter reader = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[99] TemplateReaderWriter reader = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[99] TemplateReaderWriter reader = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^^^ The constructor TemplateReaderWriter() is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[100] TemplatePersistenceData[] datas; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[102] datas = reader.read(input); ^^^^^^^^^^^ The method read(Reader) from the type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[111] public TemplatePersistenceData[] getTemplateData() { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[133] TemplatePersistenceData[] data = fProjectStore ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[136] datas.add(data[i].getId()); ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[141] TemplatePersistenceData orig = data[i]; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[142] if (!datas.contains(orig.getId())) { ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[143] TemplatePersistenceData copy = new TemplatePersistenceData( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[143] TemplatePersistenceData copy = new TemplatePersistenceData( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[143] TemplatePersistenceData copy = new TemplatePersistenceData( new Template(orig.getTemplate()), orig.isEnabled(), orig.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor TemplatePersistenceData(Template, boolean, String) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[144] new Template(orig.getTemplate()), orig.isEnabled(), ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[144] new Template(orig.getTemplate()), orig.isEnabled(), ^^^^^^^^^^^ The method isEnabled() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[145] orig.getId()); ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[147] copy.setDeleted(true); ^^^^^^^^^^^^^^^^ The method setDeleted(boolean) from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[167] TemplatePersistenceData data = fProjectStore.getTemplateData(id); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[171] data.setDeleted(!projectSpecific); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDeleted(boolean) from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[202] public void addTemplateData(TemplatePersistenceData data) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/ProjectTemplateStore.java:[210] public void delete(TemplatePersistenceData data) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/StringMatcher.java:[273] Vector temp = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/StringMatcher.java:[273] Vector temp = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/StringMatcher.java:[298] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/StringMatcher.java:[316] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchResultPage.java:[124] DLTKUIPlugin.ID_SCRIPT_EXPLORER, IPageLayout.ID_RES_NAV }; ^^^^^^^^^^ The field IPageLayout.ID_RES_NAV is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/BuildpathModifier.java:[35] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[172] private ArrayList fCheckBoxes; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[173] private ArrayList fRadioButtons; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[174] private ArrayList fTextControls; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[197] fRadioButtons = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[198] fCheckBoxes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[199] fTextControls = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[255] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[274] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/NewScriptProjectPreferencePage.java:[459] DLTKUIPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^ The method savePluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[77] private final List fSettings= new ArrayList(6); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[77] private final List fSettings= new ArrayList(6); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[107] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[119] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[130] for (final Iterator iterator= fSettings.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[156] fSettings.add(Messages.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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[160] fSettings.add(Messages.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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[166] fSettings.add(Messages.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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[177] fSettings.add(Messages.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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[192] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[199] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[206] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[208] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[210] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[218] fSettings.add(Messages.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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[220] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[226] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[232] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/ScriptRefactoringDescriptorComment.java:[234] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[249] List result = new ArrayList(selected.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[249] List result = new ArrayList(selected.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[256] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[273] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[301] new SubProgressMonitor(monitor, 90)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[301] new SubProgressMonitor(monitor, 90)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[303] new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodSelectionDialog2.java:[303] new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[17] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[91] saveCUnitIfNeeded(unit, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[91] saveCUnitIfNeeded(unit, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[98] element.delete(false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[98] element.delete(false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[100] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[100] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[112] saveCUnitIfNeeded(units[i], new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[112] saveCUnitIfNeeded(units[i], new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[114] element.delete(false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteSourceManipulationChange.java:[114] element.delete(false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[26] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[143] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[143] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[146] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[146] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[152] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/util/CoreUtility.java:[152] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/EditorUtility.java:[37] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[21] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[168] IProgressMonitor mainSearchPM = new SubProgressMonitor(monitor, ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[168] IProgressMonitor mainSearchPM = new SubProgressMonitor(monitor, 1000); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[182] final IProgressMonitor participantPM = new SubProgressMonitor( ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchQuery.java:[182] final IProgressMonitor participantPM = new SubProgressMonitor( monitor, ticks[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[31] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[103] SubProgressMonitor sub = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[103] SubProgressMonitor sub = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[103] SubProgressMonitor sub = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[105] sub.done(); ^^^^^^ The method done() from the type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/BuildpathDetector.java:[148] SubProgressMonitor sub) { ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[59] import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[60] import org.eclipse.jface.text.templates.persistence.TemplateReaderWriter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[92] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[103] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[126] if (element instanceof TemplatePersistenceData) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[127] final TemplatePersistenceData data = (TemplatePersistenceData) element; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[127] final TemplatePersistenceData data = (TemplatePersistenceData) element; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[128] final String contextTypeId = data.getTemplate() ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[137] .getContextType(contextTypeId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[181] } else if (element instanceof TemplatePersistenceData) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[182] final TemplatePersistenceData data = (TemplatePersistenceData) element; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[182] final TemplatePersistenceData data = (TemplatePersistenceData) element; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[183] return data.getTemplate().getDescription(); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[368] protected TemplatePersistenceData[] getTemplatesOfCategory( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[370] ArrayList res = new ArrayList<>(); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[371] TemplatePersistenceData[] templates = fTemplateStore.getTemplateData(); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[373] TemplatePersistenceData curr = templates[i]; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[379] return res.toArray(new TemplatePersistenceData[res.size()]); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[382] private TemplatePersistenceData[] getTemplatesOfContextType( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[387] protected TemplatePersistenceData[] getTemplatesOfContextType( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[389] List res = new ArrayList<>(); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[390] TemplatePersistenceData[] templates = fTemplateStore.getTemplateData(); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[392] TemplatePersistenceData curr = templates[i]; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[393] if (contextTypeId.equals(curr.getTemplate().getContextTypeId())) { ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[397] return res.toArray(new TemplatePersistenceData[res.size()]); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[413] protected boolean canAdd(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[421] if (element instanceof TemplatePersistenceData) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[422] final TemplatePersistenceData data = (TemplatePersistenceData) element; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[422] final TemplatePersistenceData data = (TemplatePersistenceData) element; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[425] data.getTemplate().getContextTypeId()); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[434] protected static boolean canEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[436] && (selected.get(0) instanceof TemplatePersistenceData); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[439] protected static boolean canRemove(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[441] && (selected.get(0) instanceof TemplatePersistenceData)) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[442] TemplatePersistenceData data = (TemplatePersistenceData) selected ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[442] TemplatePersistenceData data = (TemplatePersistenceData) selected ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[444] return data.isUserAdded(); ^^^^^^^^^^^^^ The method isUserAdded() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[449] protected void updateSourceViewerInput(List selection) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[455] && selection.get(0) instanceof TemplatePersistenceData) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[456] TemplatePersistenceData data = (TemplatePersistenceData) selection ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[456] TemplatePersistenceData data = (TemplatePersistenceData) selection ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[458] Template template = data.getTemplate(); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[461] .getContextType(template.getContextTypeId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getContextType(String) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[469] protected void doButtonPressed(int buttonIndex, List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[472] edit((TemplatePersistenceData) selected.get(0), false); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[478] if (element instanceof TemplatePersistenceData) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[479] orig = ((TemplatePersistenceData) element).getTemplate(); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[479] orig = ((TemplatePersistenceData) element).getTemplate(); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[499] TemplatePersistenceData newData = new TemplatePersistenceData( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[499] TemplatePersistenceData newData = new TemplatePersistenceData( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[499] TemplatePersistenceData newData = new TemplatePersistenceData( newTemplate, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor TemplatePersistenceData(Template, boolean) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[505] remove((TemplatePersistenceData) selected.get(0)); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[519] private void remove(TemplatePersistenceData data) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[520] if (data.isUserAdded()) { ^^^^^^^^^^^^^ The method isUserAdded() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[526] private void edit(TemplatePersistenceData data, boolean isNew) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[527] final Template newTemplate = new Template(data.getTemplate()); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[533] final ContextTypeRegistry contextTypeRegistry; ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[535] contextTypeRegistry = new ContextTypeRegistry(); ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[535] contextTypeRegistry = new ContextTypeRegistry(); ^^^^^^^^^^^^^^^^^^^^^ The constructor ContextTypeRegistry() is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[539] contextTypeRegistry.addContextType(contextTypes[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[545] newTemplate, !isNew, data.isUserAdded(), category.isGroup(), ^^^^^^^^^^^^^ The method isUserAdded() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[549] data.setTemplate(dialog.getTemplate()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setTemplate(Template) from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[574] TemplateReaderWriter reader = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[574] TemplateReaderWriter reader = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[574] TemplateReaderWriter reader = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^^^ The constructor TemplateReaderWriter() is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[580] TemplatePersistenceData[] datas = reader.read(input, null); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[580] TemplatePersistenceData[] datas = reader.read(input, null); ^^^^^^^^^^^^^^^^^ The method read(InputStream, ResourceBundle) from the type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[598] private void updateTemplate(TemplatePersistenceData data) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[599] String dataId = data.getId(); ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[600] TemplatePersistenceData[] datas = fTemplateStore.getTemplateData(); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[604] TemplatePersistenceData data2 = datas[i]; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[605] String id = data2.getId(); ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[607] data2.setTemplate(data.getTemplate()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setTemplate(Template) from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[607] data2.setTemplate(data.getTemplate()); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[613] String dataName = data.getTemplate().getName(); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[615] TemplatePersistenceData data2 = datas[i]; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[616] if (data2.getId() == null) { ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[617] String name = data2.getTemplate().getName(); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[618] String contextTypeId = data2.getTemplate() ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[621] .equals(data.getTemplate().getContextTypeId())) { ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[622] data2.setTemplate(data.getTemplate()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setTemplate(Template) from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[622] data2.setTemplate(data.getTemplate()); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[636] private void export(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[637] Set datas = new HashSet<>(); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[640] if (curr instanceof TemplatePersistenceData) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[641] datas.add((TemplatePersistenceData) curr); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[643] TemplatePersistenceData[] cat = getTemplatesOfContextType( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[653] TemplatePersistenceData[] cat = getTemplatesOfContextType( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[658] TemplatePersistenceData[] cat = getTemplatesOfCategory( ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[664] export(datas.toArray(new TemplatePersistenceData[datas.size()])); ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[667] private void export(TemplatePersistenceData[] templates) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[705] TemplateReaderWriter writer = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[705] TemplateReaderWriter writer = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^ The type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[705] TemplateReaderWriter writer = new TemplateReaderWriter(); ^^^^^^^^^^^^^^^^^^^^^^ The constructor TemplateReaderWriter() is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[706] writer.save(templates, output); ^^^^^^^^^^^^^^^^^^^^^^^ The method save(TemplatePersistenceData[], OutputStream) from the type TemplateReaderWriter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[739] TemplatePersistenceData[] templateData = fTemplateStore ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplateBlock.java:[742] fTemplateStore.setProjectSpecific(templateData[i].getId(), ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[97] private List fNewFolders; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[98] private HashMap fImageMap; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[104] fNewFolders= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[105] fImageMap= new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[122] Collection collection= fImageMap.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[123] Iterator iterator= collection.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[206] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[244] public void setSelection(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[265] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[303] private void defaultHandle(List result, boolean forceRebuild) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[331] private void handleFolderCreation(List result) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[333] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[349] private void handleAddToCP(List result) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[371] private void handleRemoveFromBP(List result, boolean forceRebuild) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[389] List list= new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[389] List list= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[390] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[402] private boolean containsScriptProject(List elements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[482] Iterator iterator= fNewFolders.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/newsourcepage/HintTextGroup.java:[500] fNewFolders= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[280] List result = new ArrayList(selected.length); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[280] List result = new ArrayList(selected.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[287] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[301] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[323] refreshSearchIndices(new SubProgressMonitor(monitor, 90)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[323] refreshSearchIndices(new SubProgressMonitor(monitor, 90)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[324] history.checkConsistency(new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeSelectionDialog2.java:[324] history.checkConsistency(new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[91] fFilterDescriptorChangeHistory = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[187] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[189] List initialSelection = getInitialElementSelections(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[214] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[242] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[258] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[265] Iterator itemsToCheck = getInitialElementSelections().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[273] ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[273] ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[276] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[303] protected void setResult(List newResult) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/CustomFiltersDialog.java:[344] public Stack getFilterDescriptorChangeHistory() { ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/UndoDeleteResourceChange.java:[18] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/UndoDeleteResourceChange.java:[73] created.refreshLocal(IResource.DEPTH_INFINITE, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/UndoDeleteResourceChange.java:[73] created.refreshLocal(IResource.DEPTH_INFINITE, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[25] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[454] description, comment.asString(), arguments, flags); ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[455] 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/workspace/dltk-sonar/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_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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[458] 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/workspace/dltk-sonar/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_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/workspace/dltk-sonar/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_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/workspace/dltk-sonar/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_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/workspace/dltk-sonar/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_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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[569] addReferenceUpdates(new SubProgressMonitor(pm, 3)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameScriptFolderProcessor.java:[569] addReferenceUpdates(new SubProgressMonitor(pm, 3)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/DLTKWordIterator.java:[183] public void setText(CharSequence newText) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setText(CharSequence) of type DLTKWordIterator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[231] fPendingRefreshes = Collections.synchronizedList(new ArrayList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation synchronizedList(ArrayList) of the generic method synchronizedList(List) of type Collections [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[231] fPendingRefreshes = Collections.synchronizedList(new ArrayList()); ^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[231] fPendingRefreshes = Collections.synchronizedList(new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/scriptview/ScriptExplorerPart.java:[807] return (T) (IShowInTargetList) () -> new String[] { IPageLayout.ID_RES_NAV }; ^^^^^^^^^^ The field IPageLayout.ID_RES_NAV is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[132] private List fExistingLibraries; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[135] BPUserLibraryElement elementToEdit, List existingLibraries) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[253] private List fExistingLibraries; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[259] private CheckedListDialogField fExportImportList; ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[264] List existingLibraries, IDialogSettings dialogSettings) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[301] fExportImportList = new CheckedListDialogField(this, buttonNames, ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[310] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[403] List elements = loadLibraries(file); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[404] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[436] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[440] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[444] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[445] List selectedElements = fExportImportList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[448] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[484] final List elements = fExportImportList ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[518] HashSet map = new HashSet(fExistingLibraries.size()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[518] HashSet map = new HashSet(fExistingLibraries.size()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[522] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[525] List elements = getLoadedLibraries(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[596] protected static void saveLibraries(List libraries, File file, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[684] private static List loadLibraries(File file) throws IOException { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[685] InputStream stream = new FileInputStream(file); ^^^^^^ Resource 'stream' should be managed by try-with-resource [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[714] ArrayList result = new ArrayList(length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[714] ArrayList result = new ArrayList(length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[728] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[776] ArrayList resultingRules = new ArrayList( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[776] ArrayList resultingRules = new ArrayList( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[788] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[796] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[806] public List getLoadedLibraries() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[871] ArrayList elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[871] ArrayList elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[880] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[908] Map map = (Map) data; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[908] Map map = (Map) data; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[991] List list = fLibraryList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[992] HashSet oldNames = new HashSet(Arrays ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[992] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[992] HashSet oldNames = new HashSet(Arrays ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[996] HashSet newEntries = new HashSet(list.size()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[996] HashSet newEntries = new HashSet(list.size()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1001] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1039] Iterator iter = oldNames.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1059] private BPUserLibraryElement getSingleSelectedLibrary(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1094] List list = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1138] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1146] List selection = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1153] private void doEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1228] private void doRemove(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1278] private void doAdd(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1285] private void doAddExternal(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1293] List existing = fLibraryList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1297] HashMap map = new HashMap(existing.size()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1297] HashMap map = new HashMap(existing.size()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1301] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1304] List list = dialog.getLoadedLibraries(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1310] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1311] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1313] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1327] protected boolean canAdd(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1331] private boolean canEdit(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1350] private boolean canRemove(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1387] private BPUserLibraryElement getCommonParent(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1409] private void doMoveUp(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1412] parent.moveUp(list); ^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1418] private void doMoveDown(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1421] parent.moveDown(list); ^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1427] private boolean canMoveUp(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/UserLibraryPreferencePage.java:[1441] private boolean canMoveDown(List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/actions/FindReferencesAction.java:[82] Class[] getValidTypes() { ^^^^^^^ Type safety: The return type Class[] for getValidTypes() from the type FindReferencesAction needs unchecked conversion to conform to Class[] from the type FindAction [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[33] import org.eclipse.dltk.ui.viewsupport.DecoratingModelLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[125] private PackageViewerWrapper fWrappedViewer; ^^^^^^^^^^^^^^^^^^^^ The type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[163] fWrappedViewer = new PackageViewerWrapper(); ^^^^^^^^^^^^^^^^^^^^ The type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[163] fWrappedViewer = new PackageViewerWrapper(); ^^^^^^^^^^^^^^^^^^^^^^ The constructor PackageViewerWrapper() is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[215] fWrappedViewer.setViewer(viewer); ^^^^^^^^^^^^^^^^^ The method setViewer(StructuredViewer) from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[252] fWrappedViewer.getViewer()); ^^^^^^^^^^^ The method getViewer() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[255] fWrappedViewer.getViewer()); ^^^^^^^^^^^ The method getViewer() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[364] fWrappedViewer.setViewerInput(input); ^^^^^^^^^^^^^^^^^^^^^ The method setViewerInput(Object) from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[534] StructuredViewer viewer = fWrappedViewer.getViewer(); ^^^^^^^^^^^ The method getViewer() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[539] Control control = createViewer(fWrappedViewer.getControl().getParent()) ^^^^^^^^^^^^ The method getControl() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[547] fWrappedViewer.setViewerInput(object); ^^^^^^^^^^^^^^^^^^^^^^ The method setViewerInput(Object) from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[548] fWrappedViewer.getControl().setFocus(); ^^^^^^^^^^^^ The method getControl() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[549] fWrappedViewer.setSelection(selection, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSelection(ISelection, boolean) from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[566] (TableViewer) fWrappedViewer.getViewer()); ^^^^^^^^^^^ The method getViewer() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[622] protected DecoratingModelLabelProvider createDecoratingLabelProvider( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[624] return new DecoratingModelLabelProvider(provider, false, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DecoratingModelLabelProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[624] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/browsing/PackagesView.java:[670] .getContentProvider(); ^^^^^^^^^^^^^^^^^^^^ The method getContentProvider() from the type PackageViewerWrapper is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptEditor.java:[230] public final Stack fStack; ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptEditor.java:[233] public ExitPolicy(char exitCharacter, char escapeCharacter, Stack stack) { ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptEditor.java:[740] stores.add(new PreferencesAdapter(DLTKCore.getDefault().getPluginPreferences())); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/ScriptEditor.java:[2911] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[71] private final Map fHistory; ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[72] private final Hashtable fPositions; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[78] fHistory = new LinkedHashMap(80, 0.75f, true) { ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[82] protected boolean removeEldestEntry(Map.Entry eldest) { ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[89] fPositions = new Hashtable(MAX_HISTORY_SIZE); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[97] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[194] protected Set getKeys() { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[198] protected Collection getValues() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[232] Collection values = fHistory.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[234] for (Iterator iter = values.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[240] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[277] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/History.java:[300] Iterator values = getValues().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[40] import org.eclipse.ui.internal.WorkbenchPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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.ide.IDEWorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.15.200.v20190519-2104/org.eclipse.ui.ide-3.15.200.v20190519-2104.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[315] menuItem.setText(IDEWorkbenchMessages.OpenWithMenu_Other); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.15.200.v20190519-2104/org.eclipse.ui.ide-3.15.200.v20190519-2104.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[315] menuItem.setText(IDEWorkbenchMessages.OpenWithMenu_Other); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDEWorkbenchMessages.OpenWithMenu_Other' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.15.200.v20190519-2104/org.eclipse.ui.ide-3.15.200.v20190519-2104.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[322] IDEWorkbenchMessages.OpenWithMenu_OtherDialogDescription, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IDEWorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.15.200.v20190519-2104/org.eclipse.ui.ide-3.15.200.v20190519-2104.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[322] IDEWorkbenchMessages.OpenWithMenu_OtherDialogDescription, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IDEWorkbenchMessages.OpenWithMenu_OtherDialogDescription' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.15.200.v20190519-2104/org.eclipse.ui.ide-3.15.200.v20190519-2104.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[378] ((WorkbenchPage) page).openEditorFromDescriptor( ^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPage' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenModelElementWithMenu.java:[378] ((WorkbenchPage) page).openEditorFromDescriptor( ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'WorkbenchPage.openEditorFromDescriptor(IEditorInput, IEditorDescriptor, boolean, IMemento)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[20] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.9.400.v20190510-0840/org.eclipse.ltk.ui.refactoring-3.9.400.v20190510-0840.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[63] RefactoringStatus status= fRefactoring.checkAllConditions(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[63] RefactoringStatus status= fRefactoring.checkAllConditions(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[63] RefactoringStatus status= fRefactoring.checkAllConditions(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[63] RefactoringStatus status= fRefactoring.checkAllConditions(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[70] fChange= fRefactoring.createChange(new SubProgressMonitor(pm, 2, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[70] fChange= fRefactoring.createChange(new SubProgressMonitor(pm, 2, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[70] fChange= fRefactoring.createChange(new SubProgressMonitor(pm, 2, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[70] fChange= fRefactoring.createChange(new SubProgressMonitor(pm, 2, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[71] fChange.initializeValidationData(new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[71] fChange.initializeValidationData(new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[71] fChange.initializeValidationData(new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[71] fChange.initializeValidationData(new SubProgressMonitor(pm, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[72] fPerformChangeOperation= RefactoringUI.createUIAwareChangeOperation(fChange); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createUIAwareChangeOperation(Change) from the type RefactoringUI is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[74] fPerformChangeOperation.run(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[74] fPerformChangeOperation.run(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[74] fPerformChangeOperation.run(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[74] fPerformChangeOperation.run(new SubProgressMonitor(pm, 4, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[128] ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.9.400.v20190510-0840/org.eclipse.ltk.ui.refactoring-3.9.400.v20190510-0840.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[128] ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ChangeExceptionHandler' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.9.400.v20190510-0840/org.eclipse.ltk.ui.refactoring-3.9.400.v20190510-0840.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[128] ChangeExceptionHandler handler= new ChangeExceptionHandler(fParent, fRefactoring); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ChangeExceptionHandler(Shell, Refactoring)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.9.400.v20190510-0840/org.eclipse.ltk.ui.refactoring-3.9.400.v20190510-0840.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[131] handler.handle(pco.getChange(), (RuntimeException)inner); ^^^^^^ Discouraged access: The method 'ChangeExceptionHandler.handle(Change, RuntimeException)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.9.400.v20190510-0840/org.eclipse.ltk.ui.refactoring-3.9.400.v20190510-0840.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/RefactoringExecutionHelper.java:[133] handler.handle(pco.getChange(), (CoreException)inner); ^^^^^^ Discouraged access: The method 'ChangeExceptionHandler.handle(Change, CoreException)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.9.400.v20190510-0840/org.eclipse.ltk.ui.refactoring-3.9.400.v20190510-0840.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptFolderChange.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[252] protected void doCustomButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[260] protected void doDoubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[264] protected void doSelectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[265] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[269] private boolean canEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[273] private void editEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[275] List selElements = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[282] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[286] private void addEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[289] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[298] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[303] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[308] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[325] List elements = fAccessRulesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AccessRulesDialog.java:[326] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[614] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[614] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[621] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[624] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[686] Set elementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[686] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ScriptDeleteProcessor.java:[686] Set elementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[64] public void customButtonPressed(ListDialogField field, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[70] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[75] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[83] fHistoryList = new ListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[88] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[154] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[171] List selected = fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[185] return fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[205] return fHistory.getText((E) element); ^^^^^^^^^^^ Type safety: Unchecked cast from Object to E [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[211] .getImageDescriptor((E) element); ^^^^^^^^^^^ Type safety: Unchecked cast from Object to E [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[236] public HistoryListAction(ViewHistory history) { ^^^^^^^^^^^ ViewHistory is a raw type. References to generic type ViewHistory should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/viewsupport/HistoryListAction.java:[238] fHistory = history; ^^^^^^^ Type safety: The expression of type ViewHistory needs unchecked conversion to conform to ViewHistory [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeInfoViewer.java:[47] import org.eclipse.dltk.internal.core.search.DLTKSearchTypeNameMatch; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeInfoViewer.java:[815] new DLTKSearchTypeNameMatch(type, type.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TypeInfoViewer.java:[815] new DLTKSearchTypeNameMatch(type, type.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchTypeNameMatch(IType, int)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[110] fChildren = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[155] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[198] res.addAll(this.fExtraAttributes); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[399] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[418] ArrayList res = new ArrayList(nChildren); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[418] ArrayList res = new ArrayList(nChildren); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[423] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[492] Set ns = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[492] Set ns = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[493] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[494] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[656] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[750] for (Iterator iterator = this.fExtraAttributes.iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[810] List/* ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/BPListElement.java:[816] for (Iterator iter = cpList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[70] MethodOverrideTester tester= new MethodOverrideTester(declaringType, hierarchy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[70] MethodOverrideTester tester= new MethodOverrideTester(declaringType, hierarchy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MethodOverrideTester' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[70] MethodOverrideTester tester= new MethodOverrideTester(declaringType, hierarchy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'MethodOverrideTester(IType, ITypeHierarchy)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/MethodsLabelProvider.java:[71] IMethod res= tester.findDeclaringMethod(method, true); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'MethodOverrideTester.findDeclaringMethod(IMethod, boolean)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[70] private ListDialogField fInclusionPatternList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[71] private ListDialogField fExclusionPatternList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[131] private ListDialogField createListContents(BPListElement entryToEdit, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[136] ListDialogField patternList = new ListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[136] ListDialogField patternList = new ListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[145] ArrayList elements = new ArrayList(pattern.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[145] ArrayList elements = new ArrayList(pattern.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[147] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[149] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[192] protected void doCustomButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[202] protected void doDoubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[206] protected void doSelectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[207] List selected = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[211] private boolean canEdit(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[215] private void editEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[216] List selElements = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[220] List existing = field.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[225] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[229] private boolean isExclusion(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[233] private void addEntry(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[234] List existing = field.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[238] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[247] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[252] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[257] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[273] private IPath[] getPattern(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[302] private void addMultipleEntries(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/ExclusionInclusionDialog.java:[316] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplatesPreferencePage.java:[23] import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplatesPreferencePage.java:[124] Object id = ((Map) data).get(DATA_SELECT_TEMPLATE); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplatesPreferencePage.java:[126] final TemplatePersistenceData[] templates = fCodeTemplateConfigurationBlock.fTemplateStore ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplatesPreferencePage.java:[129] TemplatePersistenceData template = templates[index]; ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplatesPreferencePage.java:[130] if (id.equals(template.getId()) ^^^^^^^ The method getId() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/CodeTemplatesPreferencePage.java:[131] || id.equals(template.getTemplate().getName())) { ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[124] Map oldTimeStamps = createModificationStampMap(readOnlyFiles); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[132] Map newTimeStamps = createModificationStampMap(readOnlyFiles); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[133] for (Iterator iter = oldTimeStamps.keySet().iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[145] private static Map createModificationStampMap(List files) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[145] private static Map createModificationStampMap(List files) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[146] Map map = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[146] Map map = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[147] for (Iterator iter = files.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/util/Resources.java:[149] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/RemoveFromBuildpathOperation.java:[60] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/RemoveFromBuildpathOperation.java:[86] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/RemoveFromBuildpathOperation.java:[90] Iterator iterator= elements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[91] folder.delete(false, true, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[91] folder.delete(false, true, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[93] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFolderChange.java:[93] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[27] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[139] IFile file = getOldFile(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[139] IFile file = getOldFile(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[151] file.create(is, false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[151] file.create(is, false, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[156] file.setCharset(fEncoding, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/nls/changes/CreateFileChange.java:[156] file.setCharset(fEncoding, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[19] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[69] modifyBuildpaths(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[69] modifyBuildpaths(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[74] project.move(description, IResource.FORCE | IResource.SHALLOW, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[74] project.move(description, IResource.FORCE | IResource.SHALLOW, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[130] modifyBuildpath(jp, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameScriptProjectChange.java:[130] modifyBuildpath(jp, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/base/DLTKChange.java:[22] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/base/DLTKChange.java:[197] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/base/DLTKChange.java:[197] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplatePreferencePage.java:[23] import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplatePreferencePage.java:[39] ContextTypeRegistry registry) { ^^^^^^^^^^^^^^^^^^^ The type ContextTypeRegistry is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplatePreferencePage.java:[131] .getFirstElement() instanceof TemplatePersistenceData) { ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplatePreferencePage.java:[132] final TemplatePersistenceData data = (TemplatePersistenceData) selection ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplatePreferencePage.java:[132] final TemplatePersistenceData data = (TemplatePersistenceData) selection ^^^^^^^^^^^^^^^^^^^^^^^ The type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/templates/ScriptTemplatePreferencePage.java:[134] final Template template = data.getTemplate(); ^^^^^^^^^^^^^ The method getTemplate() from the type TemplatePersistenceData is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/AbstractInformationControl.java:[657] if (!getPersistBounds() || getDialogSettings() == null) ^^^^^^^^^^^^^^^^^^ The method getPersistBounds() from the type PopupDialog is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedLibraryOperation.java:[58] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedLibraryOperation.java:[61] List elements= getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedLibraryOperation.java:[86] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropToPrefLinkArea.java:[16] import org.eclipse.ui.internal.WorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropToPrefLinkArea.java:[40] .bind(WorkbenchMessages.PreferenceNode_NotFound, pageId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropToPrefLinkArea.java:[40] .bind(WorkbenchMessages.PreferenceNode_NotFound, pageId); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'WorkbenchMessages.PreferenceNode_NotFound' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/PropToPrefLinkArea.java:[67] Iterator iterator = PlatformUI.getWorkbench().getPreferenceManager() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[24] private Map fMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[24] private Map fMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[27] private Class starter; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[28] private Class wizard; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[30] public Tuple(Class s, Class w) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[30] public Tuple(Class s, Class w) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[36] protected void put(Class processor, Class starter, Class wizard) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[36] protected void put(Class processor, Class starter, Class wizard) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[36] protected void put(Class processor, Class starter, Class wizard) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[37] fMap.put(processor, new Tuple(starter, wizard)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[46] Class clazz = processor.getClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[54] Class wizardClass = tuple.wizard; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[55] Constructor constructor = wizardClass ^^^^^^^^^^^ Constructor is a raw type. References to generic type Constructor should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/UserInterfaceManager.java:[55] Constructor constructor = wizardClass .getConstructor(new Class[] { Refactoring.class }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method getConstructor(Class...) belongs to the raw type Class. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ExcludeOperation.java:[55] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ExcludeOperation.java:[58] List modelElements= getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/ExcludeOperation.java:[83] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[93] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[113] List elements = selection.toList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[177] List typesList = ReorgUtils.getElementsOfType(fScriptElements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[179] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[206] List cus = ReorgUtils.getElementsOfType(modelElements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[208] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[211] private void processResources(Set fileNames, StringBuffer namesBuf) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[222] private void processScriptElements(Set fileNames, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[243] private static void addFileNames(Set fileName, IResource[] resources) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[249] private static void addFileName(Set fileName, IResource resource) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[254] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[314] List result = new ArrayList(4); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[314] List result = new ArrayList(4); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[316] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[318] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[320] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/ui refactoring/org/eclipse/dltk/internal/ui/refactoring/reorg/CopyToClipboardAction.java:[323] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/text/ScriptBreakIterator.java:[375] public void setText(CharSequence newText) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setText(CharSequence) of type ScriptBreakIterator should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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, BPListElement entryToEdit) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/actions/WorkingSetFindAction.java:[64] Class[] getValidTypes() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/actions/WorkingSetFindAction.java:[64] Class[] getValidTypes() { ^^^^^^^ Type safety: The return type Class[] for getValidTypes() from the type WorkingSetFindAction needs unchecked conversion to conform to Class[] from the type FindAction [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[31] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[132] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[132] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[134] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/ProjectMetadataBackup.java:[134] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[17] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[70] file.delete(false, true, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[70] file.delete(false, true, new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[72] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteFileChange.java:[72] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenProjectAction.java:[25] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenProjectAction.java:[178] project.open(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/actions/OpenProjectAction.java:[178] project.open(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.15.200.v20190519-2344/org.eclipse.jface.text-3.15.200.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.15.200.v20190519-2344/org.eclipse.jface.text-3.15.200.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.15.200.v20190519-2344/org.eclipse.jface.text-3.15.200.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[32] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[610] project.create(desc, new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[610] project.create(desc, new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[613] project.open(new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[613] project.open(new SubProgressMonitor(monitor, 50)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[669] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[669] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[692] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[692] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[696] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[696] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[721] new SubProgressMonitor(monitor, ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[721] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[730] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[730] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[736] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[736] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[739] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[739] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[751] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/BuildpathsBlock.java:[751] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[554] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/ScriptEditorHoverConfigurationBlock.java:[573] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[341] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[341] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[354] description, comment, arguments, ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[358] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[361] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[374] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[374] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[386] description, comment, arguments, ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[391] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceModuleProcessor.java:[393] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/WorkingSetsComparator.java:[18] class WorkingSetsComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/filters/FilterDescriptor.java:[37] public class FilterDescriptor implements Comparable, IPluginContribution { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.11.500.v20190519-2344/org.eclipse.ui.editors-3.11.500.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[406] return ((CategorizedProblem) fProblem).getMarkerType(); ^^^^^^^^^^^^^^^ The method getMarkerType() from the type CategorizedProblem is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1320] return new SubProgressMonitor(monitor, ticks, ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1320] return new SubProgressMonitor(monitor, ticks, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1321] SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1321] SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1616] else if (element instanceof NonExistingFileEditorInput) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NonExistingFileEditorInput' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.11.500.v20190519-2344/org.eclipse.ui.editors-3.11.500.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1617] return createFakeSourceModule((NonExistingFileEditorInput) element, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NonExistingFileEditorInput' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.11.500.v20190519-2344/org.eclipse.ui.editors-3.11.500.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1623] NonExistingFileEditorInput editorInput, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NonExistingFileEditorInput' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.11.500.v20190519-2344/org.eclipse.ui.editors-3.11.500.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/editor/SourceModuleDocumentProvider.java:[1626] final IPath path = editorInput.getPath(editorInput); ^^^^^^^ Discouraged access: The method 'NonExistingFileEditorInput.getPath(Object)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.editors/3.11.500.v20190519-2344/org.eclipse.ui.editors-3.11.500.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[189] final Map arguments = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[189] final Map arguments = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[203] arguments, RefactoringDescriptor.NONE); ^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[204] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameSourceFolderProcessor.java:[206] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[81] ListDialogField classPathList, ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[148] List cpelements = fBuildPathList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[149] List libelements = new ArrayList(cpelements.size()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[149] List libelements = new ArrayList(cpelements.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[154] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[277] List cplist = fLibrariesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[278] List elementsToAdd = new ArrayList(nElementsChosen); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[278] List elementsToAdd = new ArrayList(nElementsChosen); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[282] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[304] List selection = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[314] List selection = field.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[326] final List elements = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[354] List selElements = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[355] HashMap containerEntriesToUpdate = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[355] HashMap containerEntriesToUpdate = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[376] HashSet changedAttributes = (HashSet) containerEntriesToUpdate ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[376] HashSet changedAttributes = (HashSet) containerEntriesToUpdate ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[379] changedAttributes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[380] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[383] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[394] for (Iterator iter = containerEntriesToUpdate.entrySet() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[396] Map.Entry entry = (Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[396] Map.Entry entry = (Entry) iter.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[398] HashSet attribs = (HashSet) entry.getValue(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[398] HashSet attribs = (HashSet) entry.getValue(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[399] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[407] private boolean canRemove(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[440] List selElements = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[561] List selElements = fLibrariesList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[576] private boolean canEdit(List selElements) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[605] List projelements = fLibrariesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[606] List cpelements = fBuildPathList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[620] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[622] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[728] List cplist = fLibrariesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized 2309. INFO in /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java (at line 735) && !resource.equals(existing)) { ^^^^^^^^ Unlikely argument type for equals(): BPListElement seems to be unrelated to IResource [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[745] List cplist = fLibrariesList.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[836] public List getSelection() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/LibrariesWorkbookPage.java:[841] public void setSelection(List selElements, boolean expand) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedSourceFolderOperation.java:[59] List result= null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedSourceFolderOperation.java:[62] List elements= getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/AddSelectedSourceFolderOperation.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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.15.200.v20190519-2344/org.eclipse.jface.text-3.15.200.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.15.200.v20190519-2344/org.eclipse.jface.text-3.15.200.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.15.200.v20190519-2344/org.eclipse.jface.text-3.15.200.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[38] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[48] public class ModelElementSorter extends ViewerSorter ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[61] super(null); // delay initialization of collator ^^^^^^^^^^^^ The constructor ViewerSorter(Collator) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[213] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[238] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[251] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[275] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/ModelElementSorter.java:[336] private final Comparator getNewCollator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[261] private ArrayList fRadioButtons = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[261] private ArrayList fRadioButtons = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[263] private Map fComboBoxes = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[263] private Map fComboBoxes = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[285] Map data = (Map) fComboBoxes.get(combo); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[285] Map data = (Map) fComboBoxes.get(combo); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[317] private ArrayList fNumberFields = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[317] private ArrayList fNumberFields = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[328] private ArrayList fMasterSlaveListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[328] private ArrayList fMasterSlaveListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[448] Map data = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[448] Map data = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[450] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[453] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[470] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[518] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[555] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[569] Iterator iter = fCheckBoxes.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[584] Iterator iter2 = fComboBoxes.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[588] Map data = (Map) fComboBoxes.get(b); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[588] Map data = (Map) fComboBoxes.get(b); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/preferences/AbstractConfigurationBlock.java:[589] for (Iterator iterator = data.keySet().iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/completion/ContentAssistProcessor.java:[25] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[317] private List/* */ fSubmissions; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[362] for (Iterator iter = getSubmissions().iterator(); iter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[383] private List/* */ getSubmissions() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[387] fSubmissions = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[418] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[440] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[462] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[477] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[492] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TextFieldNavigationHandler.java:[517] 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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContext.java:[50] Iterator iterator = getContextType().resolvers(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[546] int accelerator = SWTKeySupport.convertEventToUnmodifiedAccelerator(e); ^^^^^^^^^^^^^ The type SWTKeySupport is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[546] int accelerator = SWTKeySupport.convertEventToUnmodifiedAccelerator(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertEventToUnmodifiedAccelerator(KeyEvent) from the type SWTKeySupport is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[547] KeySequence keySequence = KeySequence ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[547] KeySequence keySequence = KeySequence ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[548] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInstance(KeyStroke) from the type KeySequence is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[548] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^ The type SWTKeySupport is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[548] .getInstance(SWTKeySupport.convertAcceleratorToKeyStroke(accelerator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method convertAcceleratorToKeyStroke(int) from the type SWTKeySupport is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[549] KeySequence[] sequences = getInvokingCommandKeySequences(); ^^^^^^^^^^^ The type KeySequence is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java:[553] if (sequences[i].equals(keySequence)) { ^^^^^^^^^^^^^^^^^^^ The method equals(Object) from the type KeySequence is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[178] private final List/**/ fExistingEntries; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[179] private final Hashtable/**/ fOrginalExlusionFilters, fOrginalInclusionFilters, fOrginalExlusionFiltersCopy, fOrginalInclusionFiltersCopy; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[185] private List fModifiedElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[186] private List fRemovedElements; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[194] public AddSourceFolderWizardPage(BPListElement newElement, List/**/ existingEntries, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[207] fOrginalExlusionFilters= new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[208] fOrginalInclusionFilters= new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[209] fOrginalExlusionFiltersCopy= new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[210] fOrginalInclusionFiltersCopy= new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[211] for (Iterator iter= existingEntries.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[219] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[220] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[228] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[229] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[247] fModifiedElements= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[248] fRemovedElements= new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[438] Set modified= new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[438] Set modified= new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[443] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[444] BPListElement.insert(fNewElement, fExistingEntries); ^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[450] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[451] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[454] BPListElement.insert(fNewElement, fExistingEntries); ^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[457] BPListElement.insert(fNewElement, fExistingEntries); ^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[499] for (Iterator iter= fExistingEntries.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[513] for (Iterator iter= fExistingEntries.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[524] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[544] for (Iterator iter= fExistingEntries.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[557] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[568] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[594] IPath resolvedPath= pathVariableManager.resolvePath(path1); ^^^^^^^^^^^^^^^^^^ The method resolvePath(IPath) from the type IPathVariableManager is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[659] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[659] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[667] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[680] Class[] acceptedClasses= new Class[] { IFolder.class }; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[717] public List getModifiedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[719] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/AddSourceFolderWizardPage.java:[724] public List getRemovedElements() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[17] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[131] result.merge(isValid(new SubProgressMonitor(pm, 1), DIRTY)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[131] result.merge(isValid(new SubProgressMonitor(pm, 1), DIRTY)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[136] checkIfModifiable(sourceFolder, new SubProgressMonitor(pm, 1))); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/RenameSourceFolderChange.java:[136] checkIfModifiable(sourceFolder, new SubProgressMonitor(pm, 1))); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[32] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[124] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[124] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[127] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/changes/DeleteProjectFragmentChange.java:[127] new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[30] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1401] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1430] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1452] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1829] fChangeManager = createChangeManager(new SubProgressMonitor(pm, 1), new RefactoringStatus()); // TODO: ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1829] fChangeManager = createChangeManager(new SubProgressMonitor(pm, 1), new RefactoringStatus()); // TODO: ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1842] Change fileMove = createSimpleMoveChange(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1842] Change fileMove = createSimpleMoveChange(new SubProgressMonitor(pm, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1948] IProgressMonitor typesMonitor = new SubProgressMonitor(pm, 1); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1948] IProgressMonitor typesMonitor = new SubProgressMonitor(pm, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1951] handleType(types[j], destination, new SubProgressMonitor(typesMonitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1951] handleType(types[j], destination, new SubProgressMonitor(typesMonitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1978] fChangeManager = createChangeManager(new SubProgressMonitor(pm, 2), result); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1978] fChangeManager = createChangeManager(new SubProgressMonitor(pm, 2), result); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1980] computeQualifiedNameMatches(new SubProgressMonitor(pm, 4)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1980] computeQualifiedNameMatches(new SubProgressMonitor(pm, 4)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1981] result.merge(super.checkFinalConditions(new SubProgressMonitor(pm, 1), context, reorgQueries)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[1981] result.merge(super.checkFinalConditions(new SubProgressMonitor(pm, 1), context, reorgQueries)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2003] Set result = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2003] Set result = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2004] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2008] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2009] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2140] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2140] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2152] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2154] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2158] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2161] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2165] Set modelElementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2165] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2165] Set modelElementSet = new HashSet(Arrays.asList(fScriptElements)); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2166] List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2166] List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2173] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2183] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/reorg/ReorgPolicyFactory.java:[2187] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[77] List params = type.getParams(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[113] List params = type.getParams(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[114] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[180] ArrayList required = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/templates/FileTemplateContextType.java:[180] ArrayList required = new ArrayList(5); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[31] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[517] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[517] new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[524] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/wizards/NewSourceFolderWizardPage.java:[524] new SubProgressMonitor(monitor, 2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TableTextCellEditor.java:[16] import org.eclipse.jface.contentassist.SubjectControlContentAssistant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubjectControlContentAssistant is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TableTextCellEditor.java:[61] SubjectControlContentAssistant fContentAssistant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubjectControlContentAssistant is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/TableTextCellEditor.java:[104] public void setContentAssistant(SubjectControlContentAssistant assistant) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubjectControlContentAssistant is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[31] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[49] import org.eclipse.dltk.internal.core.search.DLTKSearchTypeNameMatch; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[380] protected void setResult(List newResult) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[382] List resultToReturn = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[382] List resultToReturn = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[391] resultToReturn.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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[530] new DLTKSearchTypeNameMatch(type, type.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchTypeNameMatch' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[530] new DLTKSearchTypeNameMatch(type, type.getFlags())); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchTypeNameMatch(IType, int)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[580] protected Comparator getItemsComparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[649] refreshSearchIndices(new SubProgressMonitor(monitor, 90)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[649] refreshSearchIndices(new SubProgressMonitor(monitor, 90)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[651] new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[651] new SubProgressMonitor(monitor, 10)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[701] runnable.run(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[701] runnable.run(new SubProgressMonitor(monitor, 1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[713] remainingMonitor = new SubProgressMonitor(monitor, 9); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[713] remainingMonitor = new SubProgressMonitor(monitor, 9); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[841] private final ITypeInfoImageProvider fProviderExtension; ^^^^^^^^^^^^^^^^^^ The value of the field FilteredTypesSelectionDialog.TypeInfoUtil.fProviderExtension is not used [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[843] private final TypeInfoRequestorAdapter fAdapter = new TypeInfoRequestorAdapter(); ^^^^^^^^ The value of the field FilteredTypesSelectionDialog.TypeInfoUtil.fAdapter is not used [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[845] private final Map fLib2Name = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[845] private final Map fLib2Name = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[851] private boolean fFullyQualifyDuplicates; ^^^^^^^^^^^^^^^^^^^^^^^ The value of the field FilteredTypesSelectionDialog.TypeInfoUtil.fFullyQualifyDuplicates is not used [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[903] fLib2Name.put(location.getLibraryPath().toOSString(), 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[1250] Set addedNames = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[1250] Set addedNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[1268] addedNames.add(match.getTypeQualifiedName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[1278] private class TypeItemsComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[1280] private final Map fLib2Name = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[1280] private final Map fLib2Name = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/dialogs/FilteredTypesSelectionDialog.java:[1333] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyViewPart.java:[640] DLTKUIPlugin.ID_SCRIPT_EXPLORER, IPageLayout.ID_RES_NAV }; ^^^^^^^^^^ The field IPageLayout.ID_RES_NAV is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/typehierarchy/TypeHierarchyViewPart.java:[930] } else if (input != null) { setInputElement(input); } else { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/WorkingSetComparator.java:[18] public class WorkingSetComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[43] import org.eclipse.dltk.internal.core.search.DLTKSearchMethodNameMatch; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchMethodNameMatch' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[118] public void setHistory(Set history) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[135] protected static class MethodInfoComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[230] private Map fLib2Name = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[230] private Map fLib2Name = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[249] List locations, List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[249] List locations, List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[276] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[277] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[290] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[597] Set matchIdsInHistory, ProgressMonitor monitor) ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[611] List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[611] List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[612] List imageDescriptors = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[612] List imageDescriptors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[613] List labels = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[613] List labels = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[614] Set filteredMatches = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[614] Set filteredMatches = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[619] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[620] new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type MethodInfoViewer.MethodInfoComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[626] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[627] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[628] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[630] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[671] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[672] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[673] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[683] System.out.println("Sleeping for: " + sleep); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[706] Set filteredMatches = new HashSet(matchingTypes.length * 2); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[706] Set filteredMatches = new HashSet(matchingTypes.length * 2); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[708] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[754] protected MethodNameMatch[] getSearchResult(Set matchIdsInHistory, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[769] new DLTKSearchMethodNameMatch(method, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DLTKSearchMethodNameMatch' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[769] new DLTKSearchMethodNameMatch(method, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DLTKSearchMethodNameMatch(IMethod, int)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[786] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[787] new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type MethodInfoViewer.MethodInfoComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[807] protected MethodNameMatch[] getSearchResult(Set filteredHistory, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[821] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[822] new MethodInfoComparator(fLabelProvider, fFilter)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type MethodInfoViewer.MethodInfoComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[914] private List fItems; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[981] fItems = new ArrayList(500); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1333] private void addHistory(int ticket, final List elements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1334] final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1334] final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1338] private void addAll(int ticket, final List elements, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1339] final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1339] final List imageDescriptors, final List labels) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1377] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/dialogs/MethodInfoViewer.java:[1393] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[85] Set modelElements = new HashSet(workingSets.length * 10); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[85] Set modelElements = new HashSet(workingSets.length * 10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[93] return createSearchScope(modelElements, includeInterp, toolkit); ^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[98] Set modelElements = new HashSet(10); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[98] Set modelElements = new HashSet(10); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[103] return createSearchScope(modelElements, includeInterp, toolkit); ^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[110] Set modelElements = new HashSet(resources.length); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[110] Set modelElements = new HashSet(resources.length); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[112] return createSearchScope(modelElements, includeInterp, toolkit); ^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[123] ArrayList res = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[123] ArrayList res = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[129] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[132] return createSearchScope(res, includeInterp, toolkit); ^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[250] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[250] Arrays.sort(workingSets, new WorkingSetComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type WorkingSetComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[342] private void addModelElements(Set modelElements, IResource[] resources) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[347] private void addModelElements(Set modelElements, IResource resource) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[362] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[365] private void addModelElements(Set modelElements, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[367] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[370] private void addModelElements(Set modelElements, IWorkingSet workingSet) { ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[379] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/search/DLTKSearchScopeFactory.java:[403] public void addModelElements(Set modelElements, ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src corext/org/eclipse/dltk/internal/corext/buildpath/UnexcludeOperation.java:[86] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameResourceProcessor.java:[199] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameResourceProcessor.java:[202] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/core refactoring/org/eclipse/dltk/internal/corext/refactoring/rename/RenameResourceProcessor.java:[204] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[67] private CheckedListDialogField fLibrarySelector; ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[69] private Set fUsedPaths; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[80] fUsedPaths = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[87] fLibrarySelector = new CheckedListDialogField(adapter, buttonLabels, ^^^^^^^^^^^^^^^^^^^^^^ CheckedListDialogField is a raw type. References to generic type CheckedListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[118] private List updateLibraryList() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[119] HashSet oldNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[119] HashSet oldNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[120] HashSet oldCheckedNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[120] HashSet oldCheckedNames = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[121] List oldElements = fLibrarySelector.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[125] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[127] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[131] ArrayList entriesToCheck = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[131] ArrayList entriesToCheck = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[141] ArrayList elements = new ArrayList(names.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[141] ArrayList elements = new ArrayList(names.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[155] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[158] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[162] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[171] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[177] List list = fLibrarySelector.getCheckedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[181] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[188] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[199] private IStatus validateSetting(List selected) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[221] HashMap data = new HashMap(3); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[221] HashMap data = new HashMap(3); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[223] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[230] List newEntries = updateLibraryList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[233] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[235] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[239] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[244] private void doDoubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[246] List list = fLibrarySelector.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[251] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[286] List selected = fLibrarySelector.getCheckedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[314] List elements = fLibrarySelector.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[319] 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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[338] public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[343] public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[347] public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath/UserLibraryWizardPage.java:[360] 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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 3125 problems (0 errors, 3124 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/org.eclipse.dltk.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/org.eclipse.dltk.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ui --- [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.debug.ui >----------- [INFO] Building org.eclipse.dltk.debug.ui 6.0.0-SNAPSHOT [13/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.debug.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.debug.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.debug.ui --- [INFO] Compiling 171 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.debug.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/org.eclipse.dltk.debug.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.debug.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/org.eclipse.dltk.debug.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.debug.ui --- [INFO] [INFO] -------< org.eclipse.dltk.core:org.eclipse.dltk.validators.core >------- [INFO] Building org.eclipse.dltk.validators.core 6.0.0-SNAPSHOT [14/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.validators.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.validators.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.validators.core --- [INFO] Compiling 42 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 117 problems (117 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.validators.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/org.eclipse.dltk.validators.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.validators.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.core/target/org.eclipse.dltk.validators.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.validators.core --- [INFO] [INFO] --------< org.eclipse.dltk.core:org.eclipse.dltk.validators.ui >-------- [INFO] Building org.eclipse.dltk.validators.ui 6.0.0-SNAPSHOT [15/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.validators.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.validators.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.validators.ui --- [INFO] Compiling 25 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.validators.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/org.eclipse.dltk.validators.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.validators.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.ui/target/org.eclipse.dltk.validators.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.validators.ui --- [INFO] [INFO] ---------------< org.eclipse.dltk.core:org.eclipse.dltk >--------------- [INFO] Building org.eclipse.dltk 6.0.0-SNAPSHOT [16/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk --- [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/org.eclipse.dltk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk --- [INFO] [INFO] -----------< org.eclipse.dltk.core:org.eclipse.dltk.testing >----------- [INFO] Building org.eclipse.dltk.testing 6.0.0-SNAPSHOT [17/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.testing --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.testing --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.testing --- [INFO] Compiling 105 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/org/eclipse/dltk/internal/testing/ui/TestRunnerViewPart.java:[294] static final String TAG_SHOW_TIME = "time"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.testing --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/org.eclipse.dltk.testing-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.testing --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.testing/target/org.eclipse.dltk.testing-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.testing --- [INFO] [INFO] --< org.eclipse.dltk.core:org.eclipse.dltk.validators.externalchecker >-- [INFO] Building org.eclipse.dltk.validators.externalchecker 6.0.0-SNAPSHOT [18/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.validators.externalchecker --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.validators.externalchecker --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Compiling 31 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') 41 problems (41 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/org.eclipse.dltk.validators.externalchecker-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.validators.externalchecker --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.validators.externalchecker/target/org.eclipse.dltk.validators.externalchecker-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.validators.externalchecker --- [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.formatter >---------- [INFO] Building org.eclipse.dltk.formatter 6.0.0-SNAPSHOT [19/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.formatter --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.formatter --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.formatter --- [INFO] Compiling 37 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.formatter --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/org.eclipse.dltk.formatter-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.formatter --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.formatter/target/org.eclipse.dltk.formatter-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.formatter --- [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.logconsole >---------- [INFO] Building org.eclipse.dltk.logconsole 6.0.0-SNAPSHOT [20/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.logconsole --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.logconsole --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.logconsole --- [INFO] Compiling 13 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.logconsole --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/org.eclipse.dltk.logconsole-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.logconsole --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole/target/org.eclipse.dltk.logconsole-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.logconsole --- [INFO] [INFO] --------< org.eclipse.dltk.core:org.eclipse.dltk.logconsole.ui >-------- [INFO] Building org.eclipse.dltk.logconsole.ui 6.0.0-SNAPSHOT [21/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.logconsole.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.logconsole.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.logconsole.ui --- [INFO] Compiling 5 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.logconsole.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/org.eclipse.dltk.logconsole.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.logconsole.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.logconsole.ui/target/org.eclipse.dltk.logconsole.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.logconsole.ui --- [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.core >----------- [INFO] Building org.eclipse.dltk.core 6.0.0-SNAPSHOT [22/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/org.eclipse.dltk.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core --- [INFO] [INFO] --------< org.eclipse.dltk.core:org.eclipse.dltk.core.doc.isv >--------- [INFO] Building org.eclipse.dltk.core.doc.isv 6.0.0-SNAPSHOT [23/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.doc.isv --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.doc.isv --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.4.0:eclipse-run (build_indexes) @ org.eclipse.dltk.core.doc.isv --- [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.12/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.12/ [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.12 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.12/ (446B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.12/ (446B) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.12/categories/ (1.46kB) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.12/categories/ (1.46kB) [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest/jre] [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/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/jre/bin/java, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/eclipserun-work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/eclipserun-work/configuration, -consolelog, -application, org.eclipse.ant.core.antRunner, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/workspace, -quiet, -buildfile, build.xml] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 1 second [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.doc.isv --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/org.eclipse.dltk.core.doc.isv-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.doc.isv --- [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.core.sdk >----------- [INFO] Building org.eclipse.dltk.core.sdk 6.0.0-SNAPSHOT [24/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.core.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/org.eclipse.dltk.core.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core.sdk --- [INFO] [INFO] ------------------< org.eclipse.dltk.core:core.tests >------------------ [INFO] Building core.tests 6.0.0-SNAPSHOT [25/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ core.tests --- [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.core.tests >---------- [INFO] Building org.eclipse.dltk.core.tests 6.0.0-SNAPSHOT [26/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.core.tests --- [INFO] Compiling 75 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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 11 problems (11 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dsun.jnu.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.core.tests.AllTests setUpSuite() in org.eclipse.dltk.core.tests.buildpath.BuildpathTests ScriptProject:Buildpath2 { ScriptProject fragment:/Buildpath2/files.zip { DLTK Script folder: { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src1 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src2 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src3 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } }}ScriptProject:P { ScriptProject fragment:/P/src { DLTK Script folder: { } } ScriptProject fragment:org.eclipse.dltk.core.environment.localEnvironment/:/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/workspace/Buildpath3/ { DLTK Script folder: { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src1 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src2 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src3 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } }}ScriptProject:P { ScriptProject fragment:/P/src { DLTK Script folder: { } } ScriptProject fragment:org.eclipse.dltk.core.environment.localEnvironment/:/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.core.tests/workspace/Buildpath3/ { DLTK Script folder: { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src1 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src2 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } DLTK Script folder:src3 { DLTK External Source Module: X.txt { DLTK Source Type:Class1 { DLTK Source Method:Method1 { } } DLTK Source Method:Procedure1 { } } } }}setUpSuite() in org.eclipse.dltk.core.tests.cache.CacheTests setUpSuite() in org.eclipse.dltk.core.tests.launching.InterpreterConfigTests setUpSuite() in org.eclipse.dltk.core.tests.mixin.MixinModelTests setUpSuite() in org.eclipse.dltk.core.tests.model.ModelMembersTests setUpSuite() in org.eclipse.dltk.core.tests.model.WorkingCopyTests setUpSuite() in org.eclipse.dltk.core.tests.model.ExternalFragmentTests setUpSuite() in org.eclipse.dltk.core.tests.parser.SourceParserTests Tests run: 154, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.063 s - in org.eclipse.dltk.core.tests.AllTests testMissingDependency(org.eclipse.dltk.core.tests.builder.BuildParticipantManagerTests) Time elapsed: 0.004 s testDependency(org.eclipse.dltk.core.tests.builder.BuildParticipantManagerTests) Time elapsed: 0 s testSimple(org.eclipse.dltk.core.tests.builder.BuildParticipantManagerTests) Time elapsed: 0 s test001(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.018 s test002(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0 s test004(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.081 s test005(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.11 s test006(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.079 s testGetProjectFragmentByResource(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.112 s testScriptFolderExclude(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.264 s testBuildpathValidation01(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.188 s testBuildpathValidation02(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.091 s testBuildpathValidation03(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.069 s testBuildpathValidation05(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.13 s testBuildpathValidation06(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.089 s testBuildpathValidation07(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.171 s testBuildpathValidation08(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.165 s testBuildpathValidation15(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.076 s testBuildpathValidation21(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.072 s testBuildpathValidation23(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.043 s testBuildpathValidation34(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.048 s testBuildpathValidation36(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.086 s testBuildpathValidation37(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.03 s testBuildpathValidation42(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.024 s testEmptyBuildpath(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.037 s testEmptyContainer(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.037 s testInvalidSourceFolder(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.042 s testBuildpathLibraryValidation01(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.025 s testEncodeDecodeEntry01(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.002 s testEncodeDecodeEntry02(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.003 s testEncodeDecodeEntry03(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.001 s testBuildpathWithNonExistentProjectEntry(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.028 s testBuildpathCrossProject(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.105 s testBuildpathWithNonExistentSourceEntry(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.046 s testBuildpathWithDuplicateEntries(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.025 s testClasspathValidation04(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.04 s testMissingProjectReport1(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 1.241 s testMissingProjectReport2(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 2.12 s testCycleReport(org.eclipse.dltk.core.tests.buildpath.BuildpathTests) Time elapsed: 0.975 s testSerializationAttributes(org.eclipse.dltk.core.tests.UserLibraryTests) Time elapsed: 0.002 s testSerializationSystemLibrary(org.eclipse.dltk.core.tests.UserLibraryTests) Time elapsed: 0 s testDeserializationSystemLibrary(org.eclipse.dltk.core.tests.UserLibraryTests) Time elapsed: 0.002 s testSerializationNotSystemLibrary(org.eclipse.dltk.core.tests.UserLibraryTests) Time elapsed: 0 s testDeserializationNotSystemLibrary(org.eclipse.dltk.core.tests.UserLibraryTests) Time elapsed: 0.001 s testDeserializationAttributes(org.eclipse.dltk.core.tests.UserLibraryTests) Time elapsed: 0.001 s testCacheItems001(org.eclipse.dltk.core.tests.cache.CacheTests) Time elapsed: 0.023 s testCacheItems002(org.eclipse.dltk.core.tests.cache.CacheTests) Time elapsed: 0.019 s testCacheItems003(org.eclipse.dltk.core.tests.cache.CacheTests) Time elapsed: 0.162 s testIsArchiveName(org.eclipse.dltk.core.tests.compiler.CompilerUtilTests) Time elapsed: 0 s testStartsWith(org.eclipse.dltk.core.tests.compiler.CompilerCharOperationTests) Time elapsed: 0 s testRemoveAt(org.eclipse.dltk.core.tests.utils.IntListTests) Time elapsed: 0 s testCycles(org.eclipse.dltk.core.tests.ddp.CoreDDPTests) Time elapsed: 0.005 s testSimple(org.eclipse.dltk.core.tests.ddp.CoreDDPTests) Time elapsed: 0.001 s testEnvironmentResolve002a(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0.001 s testEnvironmentResolve008a(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0 s testEnvironmentResolve001(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0 s testEnvironmentResolve002(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0 s testEnvironmentResolve003(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0 s testEnvironmentResolve004(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0 s testEnvironmentResolve005(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0 s testEnvironmentResolve006(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0.001 s testEnvironmentResolve007(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0 s testEnvironmentResolve008(org.eclipse.dltk.core.tests.launching.EnvironmentResolverTests) Time elapsed: 0 s testInterpreterConfigEnvArgs(org.eclipse.dltk.core.tests.launching.InterpreterConfigTests) Time elapsed: 0.001 s testInterpreterConfig(org.eclipse.dltk.core.tests.launching.InterpreterConfigTests) Time elapsed: 0.001 s testInterperterConfigScriptArgs(org.eclipse.dltk.core.tests.launching.InterpreterConfigTests) Time elapsed: 0 s testInterperterConfigInterpreterArgs(org.eclipse.dltk.core.tests.launching.InterpreterConfigTests) Time elapsed: 0 s testQueryDocumentNames(org.eclipse.dltk.core.tests.mixin.MixinIndexTests) Time elapsed: 0.001 s testDocumentsWithoutKeysHasChanged(org.eclipse.dltk.core.tests.mixin.MixinIndexTests) Time elapsed: 0 s testQuery(org.eclipse.dltk.core.tests.mixin.MixinIndexTests) Time elapsed: 0.001 s testDocumentsWithoutKeys(org.eclipse.dltk.core.tests.mixin.MixinIndexTests) Time elapsed: 0 s testRemove(org.eclipse.dltk.core.tests.mixin.MixinIndexTests) Time elapsed: 0.001 s testMixin001(org.eclipse.dltk.core.tests.mixin.MixinModelTests) Time elapsed: 0.027 s testMixin002(org.eclipse.dltk.core.tests.mixin.MixinModelTests) Time elapsed: 0.003 s testMixin003(org.eclipse.dltk.core.tests.mixin.MixinModelTests) Time elapsed: 0.002 s testReplaceEnd(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.057 s testGetChar2(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.053 s testGetUnderlyingResource(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.055 s testReplaceMiddle(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.054 s testClose(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.053 s testGetChar(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.054 s testGetText(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.054 s testDeleteBeginning(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.054 s testDeleteMiddle(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.055 s testInsertEnd(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.054 s testDeleteEnd(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.054 s testReplaceBeginning(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.054 s testInsertBeginning(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.053 s testAppend(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.053 s testGetLength(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.054 s testInsertMiddle(org.eclipse.dltk.core.tests.model.BufferTests) Time elapsed: 0.053 s test001(org.eclipse.dltk.core.tests.model.ModelMembersTests) Time elapsed: 0.002 s test002(org.eclipse.dltk.core.tests.model.ModelMembersTests) Time elapsed: 0.001 s testStringsReturnCopy(org.eclipse.dltk.core.tests.model.NamespaceTests) Time elapsed: 0.001 s testCreate(org.eclipse.dltk.core.tests.model.NamespaceTests) Time elapsed: 0 s testEquals(org.eclipse.dltk.core.tests.model.NamespaceTests) Time elapsed: 0 s testStrings(org.eclipse.dltk.core.tests.model.NamespaceTests) Time elapsed: 0 s testChangeContentOfReadOnlyCU1(org.eclipse.dltk.core.tests.model.WorkingCopyTests) Time elapsed: 0.149 s testChangeContentOfReadOnlyCU2(org.eclipse.dltk.core.tests.model.WorkingCopyTests) Time elapsed: 0.125 s testResourceLessSourceWorkingCopy(org.eclipse.dltk.core.tests.model.WorkingCopyTests) Time elapsed: 0.041 s testGetPrimaryCU(org.eclipse.dltk.core.tests.model.WorkingCopyTests) Time elapsed: 0.082 s testResourceLessTimestamps(org.eclipse.dltk.core.tests.model.WorkingCopyTests) Time elapsed: 0.089 s testCancelMakeConsistent(org.eclipse.dltk.core.tests.model.WorkingCopyTests) Time elapsed: 0.062 s testChangeContent(org.eclipse.dltk.core.tests.model.WorkingCopyTests) Time elapsed: 0.08 s testUtfLocale(org.eclipse.dltk.core.tests.model.ExternalFragmentTests) Time elapsed: 0.117 s testWindowsLocale(org.eclipse.dltk.core.tests.model.ExternalFragmentTests) Time elapsed: 0.07 s testGetSourceParser(org.eclipse.dltk.core.tests.parser.SourceParserTests) Time elapsed: 0.004 s testPop(org.eclipse.dltk.core.tests.util.CharacterStackTests) Time elapsed: 0 s testPeek(org.eclipse.dltk.core.tests.util.CharacterStackTests) Time elapsed: 0 s testPush(org.eclipse.dltk.core.tests.util.CharacterStackTests) Time elapsed: 0 s testEmptyPeek(org.eclipse.dltk.core.tests.util.CharacterStackTests) Time elapsed: 0 s testEmptyPop(org.eclipse.dltk.core.tests.util.CharacterStackTests) Time elapsed: 0 s testSplitOn1(org.eclipse.dltk.core.tests.utils.CharOperationTests) Time elapsed: 0 s testSplitOn2(org.eclipse.dltk.core.tests.utils.CharOperationTests) Time elapsed: 0 s testSplitOn3(org.eclipse.dltk.core.tests.utils.CharOperationTests) Time elapsed: 0 s testStringEmptyConcatWithString(org.eclipse.dltk.core.tests.utils.CharOperationTests) Time elapsed: 0 s testConcatCharArrays(org.eclipse.dltk.core.tests.utils.CharOperationTests) Time elapsed: 0 s testStringConcatWithString(org.eclipse.dltk.core.tests.utils.CharOperationTests) Time elapsed: 0 s testSplitOnNull(org.eclipse.dltk.core.tests.utils.CharOperationTests) Time elapsed: 0 s testStringConcatWith(org.eclipse.dltk.core.tests.utils.CharOperationTests) Time elapsed: 0 s testProblemArgumentsOldFormat(org.eclipse.dltk.core.tests.utils.InternalCoreUtilTest) Time elapsed: 0 s testProblemArgumentsComplex1(org.eclipse.dltk.core.tests.utils.InternalCoreUtilTest) Time elapsed: 0 s testProblemArgumentsComplex2(org.eclipse.dltk.core.tests.utils.InternalCoreUtilTest) Time elapsed: 0 s testProblemArgumentsNewFormat(org.eclipse.dltk.core.tests.utils.InternalCoreUtilTest) Time elapsed: 0 s testProblemArguments1(org.eclipse.dltk.core.tests.utils.InternalCoreUtilTest) Time elapsed: 0 s testProblemArguments2(org.eclipse.dltk.core.tests.utils.InternalCoreUtilTest) Time elapsed: 0 s testEmpty(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testNull(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testSplitWords(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testSplitAtBounds(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testSingleLine(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testSelectHeadLines1(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testSelectHeadLines2(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testWindowsEOL(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testMultipleLines(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testMacEOL(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testSplit1(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s testSplit2(org.eclipse.dltk.core.tests.utils.TextUtilsTest) Time elapsed: 0 s searchExternalLibraryModuleScope(org.eclipse.dltk.core.tests.search.Bug387751Test) Time elapsed: 0.115 s searchExternalLibraryModuleScopeWithExcludes(org.eclipse.dltk.core.tests.search.Bug387751Test) Time elapsed: 0.247 s searchExternalLibraryProjectScope(org.eclipse.dltk.core.tests.search.Bug387751Test) Time elapsed: 0.115 s searchProject(org.eclipse.dltk.core.tests.search.Bug387751Test) Time elapsed: 0.073 s validateTestModuleContents(org.eclipse.dltk.core.tests.search.Bug387751Test) Time elapsed: 0.178 s projectDelete(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 0.095 s folderDelete(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 0.057 s moduleReplace(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 0.088 s cacheLoaded(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 0.157 s overflow(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 3.184 s moduleCreate(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 0.077 s moduleDelete(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 0.04 s projectClose(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 0.057 s moduleModify(org.eclipse.dltk.core.tests.cache.SourceModuleInfoCacheTest) Time elapsed: 0.082 s assertNoProblems(org.eclipse.dltk.core.tests.buildpath.SetContainerEventsTest) Time elapsed: 0.064 s changeContainer(org.eclipse.dltk.core.tests.buildpath.SetContainerEventsTest) Time elapsed: 0.104 s Results: Tests run: 154, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.debug.tests >--------- [INFO] Building org.eclipse.dltk.debug.tests 6.0.0-SNAPSHOT [27/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.debug.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.debug.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.debug.tests --- [INFO] Compiling 22 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.debug.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/org.eclipse.dltk.debug.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.debug.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/org.eclipse.dltk.debug.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.debug.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.debug.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.debug.tests.AllTests setUpSuite() in org.eclipse.dltk.debug.tests.breakpoints.BreakpointTests Tests run: 28, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.932 s - in org.eclipse.dltk.debug.tests.AllTests testOptions(org.eclipse.dltk.debug.dbgp.tests.DbgpRequestTests) Time elapsed: 0.001 s testData(org.eclipse.dltk.debug.dbgp.tests.DbgpRequestTests) Time elapsed: 0 s testStringRepresentation(org.eclipse.dltk.debug.dbgp.tests.DbgpRequestTests) Time elapsed: 0.003 s testEquals(org.eclipse.dltk.debug.dbgp.tests.DbgpRequestTests) Time elapsed: 0.001 s testEquals(org.eclipse.dltk.debug.dbgp.tests.DbgpStackLevelTests) Time elapsed: 0.002 s testGetPropertyByName(org.eclipse.dltk.debug.dbgp.tests.DbgpPropertyCommandsTests) Time elapsed: 0.009 s testSetProperty(org.eclipse.dltk.debug.dbgp.tests.DbgpPropertyCommandsTests) Time elapsed: 0.002 s testGetStackLevel(org.eclipse.dltk.debug.dbgp.tests.DbgpStackCommandsTests) Time elapsed: 0.01 s testStackDepth(org.eclipse.dltk.debug.dbgp.tests.DbgpStackCommandsTests) Time elapsed: 0.002 s testDecodeChunked(org.eclipse.dltk.debug.dbgp.tests.DbgpBase64Tests) Time elapsed: 0 s testLongString(org.eclipse.dltk.debug.dbgp.tests.DbgpBase64Tests) Time elapsed: 0.001 s testNullAndEmpty(org.eclipse.dltk.debug.dbgp.tests.DbgpBase64Tests) Time elapsed: 0 s testDecode(org.eclipse.dltk.debug.dbgp.tests.DbgpBase64Tests) Time elapsed: 0 s testEndode(org.eclipse.dltk.debug.dbgp.tests.DbgpBase64Tests) Time elapsed: 0 s testConstruction(org.eclipse.dltk.debug.dbgp.tests.DbgpStatusTests) Time elapsed: 0.002 s testEquals(org.eclipse.dltk.debug.dbgp.tests.DbgpStatusTests) Time elapsed: 0 s org.eclipse.dltk.debug.dbgp.tests.service.DbgpServiceTests skipped testMakeUri(org.eclipse.dltk.debug.tests.breakpoints.BreakpointTests) Time elapsed: 0.003 s testSetGet(org.eclipse.dltk.debug.tests.breakpoints.BreakpointTests) Time elapsed: 0.012 s testMixedVariables1(org.eclipse.dltk.internal.debug.tests.VariableNameComparatorTest) Time elapsed: 0.005 s testMixedVariables2(org.eclipse.dltk.internal.debug.tests.VariableNameComparatorTest) Time elapsed: 0.013 s testIntVariables1(org.eclipse.dltk.internal.debug.tests.VariableNameComparatorTest) Time elapsed: 0 s testIntVariables2(org.eclipse.dltk.internal.debug.tests.VariableNameComparatorTest) Time elapsed: 0 s testStringVariables1(org.eclipse.dltk.internal.debug.tests.VariableNameComparatorTest) Time elapsed: 0 s lineAndPathMappersForScriptLineBreakpoint(org.eclipse.dltk.debug.dbgp.tests.ScriptBreakpointManagerTest) Time elapsed: 0.094 s threadTerminated(org.eclipse.dltk.debug.dbgp.tests.ScriptBreakpointManagerTest) Time elapsed: 0 s pathMapperForFirstSuspend(org.eclipse.dltk.debug.dbgp.tests.ScriptBreakpointManagerTest) Time elapsed: 0.002 s lineAndPathMappersForWatchPoint(org.eclipse.dltk.debug.dbgp.tests.ScriptBreakpointManagerTest) Time elapsed: 0.069 s Results: Tests run: 28, Failures: 0, Errors: 0, Skipped: 1 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.dltk.core:org.eclipse.dltk.ui.tests >----------- [INFO] Building org.eclipse.dltk.ui.tests 6.0.0-SNAPSHOT [28/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ui.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ui.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ui.tests --- [INFO] Compiling 31 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ui.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/org.eclipse.dltk.ui.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/org.eclipse.dltk.ui.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xms40m, -Xmx1G, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.ui.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.ui.tests.AllTests setUpSuite() in org.eclipse.dltk.ui.tests.core.DLTKUILanguageManagerTests setUpSuite() in org.eclipse.dltk.ui.tests.refactoring.ModelElementUtilTests Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.264 s - in org.eclipse.dltk.ui.tests.AllTests testTypeLabelInner(org.eclipse.dltk.ui.tests.core.ScriptElementLabelsTest) Time elapsed: 0.129 s testTypeLabelLocal(org.eclipse.dltk.ui.tests.core.ScriptElementLabelsTest) Time elapsed: 0.012 s testTypeLabelOuter(org.eclipse.dltk.ui.tests.core.ScriptElementLabelsTest) Time elapsed: 0.007 s testUILanguageToolkits(org.eclipse.dltk.ui.tests.core.DLTKUILanguageManagerTests) Time elapsed: 0.001 s testGetUILanguageToolkit(org.eclipse.dltk.ui.tests.core.DLTKUILanguageManagerTests) Time elapsed: 0 s testGetPackageAndSubpackages(org.eclipse.dltk.ui.tests.refactoring.ModelElementUtilTests) Time elapsed: 0.134 s testDeleteBottomLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.695 s testAddBottomLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.426 s testGetChildrenMidLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.306 s testChangeBottomLevelScriptFolder(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.51 s testGetParentTopLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.267 s testRemoveCUFromScriptFolder(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.375 s testGetParentMidLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.28 s testChangedTopLevelScriptFolder(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.626 s testRemoveCUsFromScriptFolder(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.227 s testGetParentTopLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.292 s testGetParentMidLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.192 s testGetChildrenArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.207 s testGetChildrenProjectWithSourceFolders(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.236 s testGetParentArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.231 s testGetChildrenSourceFolder(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.201 s testGetChildrenBottomLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.318 s testGetChildrenBottomLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.198 s testGetChildrenMidLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests1) Time elapsed: 0.199 s testGetChildrenMidLevelFragmentInInternalArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.134 s testGetChildrentMidLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.163 s testGetParentTopLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.152 s testGetChildrenBottomLevelFragmentWithCU(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.099 s testGetParentMidLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.116 s testGetChildrenBottomLevelFragment2(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.106 s testGetParentTopLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.105 s testGetParentMidLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.109 s testGetParentArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.109 s testGetChildrenBottomLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.105 s testGetChildrenProject(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.103 s testGetChildrenBottomLevelFragmentFile(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests2) Time elapsed: 0.237 s testChangeBottomLevelScriptFolderFolding(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.288 s testGetChildrentMidLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.177 s testAddBottomLevelFragmentFolding(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.271 s testDeleteBottomLevelFragmentFolding(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.221 s testChangedTopLevelScriptFolderFolding(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.216 s testGetParentFoldedBottomFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.2 s testGetParentTopLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.273 s testGetChildrenBottomLevelFragmentWithCU(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.197 s testRemoveCUFromScriptFolder(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.238 s testGetParentMidLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.201 s testRemoveCUsFromScriptFolder(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.244 s testGetParentTopLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.18 s testGetChildrenSource(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.233 s testGetChildrenArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.266 s testGetChildrenProjectWithSourceFolders(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.335 s testGetParentArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.192 s testGetChildrenBottomLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.171 s testGetChildrenBottomLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests3) Time elapsed: 0.174 s testGetChildrentMidLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.096 s testGetChildrenDefaultProject(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.102 s testGetParentTopLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.087 s testGetChildrenBottomLevelFragmentWithCU(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.153 s testGetParentMidLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.148 s testGetParentMidLevelFragment2(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.083 s testGetChildrenBottomLevelFragmenWithCU2(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.133 s testGetParentTopLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.149 s testGetParentMidLevelFragmentInArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.097 s testGetParentArchive(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.109 s testGetChildrenBottomLevelFragment(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests4) Time elapsed: 0.2 s testInclExcl1(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.ContentProviderTests5) Time elapsed: 0.418 s testCUAdaptedCU(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.PackageExplorerShowInTests) Time elapsed: 0.058 s testCU(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.PackageExplorerShowInTests) Time elapsed: 0.134 s testCUAdaptedResource(org.eclipse.dltk.ui.tests.navigator.scriptexplorer.PackageExplorerShowInTests) Time elapsed: 0.11 s testNopIndenter(org.eclipse.dltk.ui.tests.templates.ScriptTemplateContextTest) Time elapsed: 0.001 s testTabExpandIndenter(org.eclipse.dltk.ui.tests.templates.ScriptTemplateContextTest) Time elapsed: 0.001 s testCalulateIndent(org.eclipse.dltk.ui.tests.templates.ScriptTemplateContextTest) Time elapsed: 0.011 s testDoubleTagOccurence(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0.011 s testSuffixed(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testBare1(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testBare2(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testBare(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testDifferentTags(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0.001 s testPrefixed(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testTodoRuleMiss1(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testTodoRuleMiss2(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0.001 s testTodoRuleMiss3(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testTodoRuleMiss4(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0.001 s testTodoRuleMiss5(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testTodoRuleMatch1(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testTodoRuleMatch2(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testTodoRuleMatch3(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testTodoRuleMatch4(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testNoTodo(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testNormal(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0.001 s testLegallySuffixed(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testSpaced(org.eclipse.dltk.ui.tests.text.TodoHighlightingTest) Time elapsed: 0 s testDot(org.eclipse.dltk.ui.tests.text.FloatNumberRuleTest) Time elapsed: 0.006 s testHex(org.eclipse.dltk.ui.tests.text.FloatNumberRuleTest) Time elapsed: 0.001 s testFloat(org.eclipse.dltk.ui.tests.text.FloatNumberRuleTest) Time elapsed: 0.001 s testDecimal(org.eclipse.dltk.ui.tests.text.FloatNumberRuleTest) Time elapsed: 0 s Results: Tests run: 96, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.dltk.core:org.eclipse.dltk.validators.core.tests >---- [INFO] Building org.eclipse.dltk.validators.core.tests 6.0.0-SNAPSHOT [29/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.validators.core.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.validators.core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.validators.core.tests --- [INFO] Compiling 8 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.validators.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/org.eclipse.dltk.validators.core.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.validators.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/org.eclipse.dltk.validators.core.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.validators.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.validators.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.validators.core.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.validators.core.tests.AllTests Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s - in org.eclipse.dltk.validators.core.tests.AllTests testValidatorContainerNatures(org.eclipse.dltk.validators.core.tests.ValidatorContainerTests) Time elapsed: 0.593 s testValidatorContainer001(org.eclipse.dltk.validators.core.tests.ValidatorContainerTests) Time elapsed: 0.096 s testAddCommandLine(org.eclipse.dltk.validators.core.tests.CommandLineTests) Time elapsed: 0.002 s testToArray(org.eclipse.dltk.validators.core.tests.CommandLineTests) Time elapsed: 0 s testAdd(org.eclipse.dltk.validators.core.tests.CommandLineTests) Time elapsed: 0 s testClear(org.eclipse.dltk.validators.core.tests.CommandLineTests) Time elapsed: 0 s testAddArray(org.eclipse.dltk.validators.core.tests.CommandLineTests) Time elapsed: 0 s testContains(org.eclipse.dltk.validators.core.tests.CommandLineTests) Time elapsed: 0 s testReplace(org.eclipse.dltk.validators.core.tests.CommandLineTests) Time elapsed: 0 s testConstructor(org.eclipse.dltk.validators.core.tests.CommandLineTests) Time elapsed: 0.001 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.dltk.core:org.eclipse.dltk.formatter.tests >------- [INFO] Building org.eclipse.dltk.formatter.tests 6.0.0-SNAPSHOT [30/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.formatter.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.formatter.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.formatter.tests --- [INFO] Compiling 4 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.formatter.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/org.eclipse.dltk.formatter.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.formatter.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/org.eclipse.dltk.formatter.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.formatter.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.formatter.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.formatter.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.formatter.tests.AllTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.dltk.formatter.tests.AllTests testExcludes1(org.eclipse.dltk.formatter.tests.ExcludeRegionListTest) Time elapsed: 0.016 s testExcludes2(org.eclipse.dltk.formatter.tests.ExcludeRegionListTest) Time elapsed: 0 s testExcludes3(org.eclipse.dltk.formatter.tests.ExcludeRegionListTest) Time elapsed: 0.001 s testExcludes4(org.eclipse.dltk.formatter.tests.ExcludeRegionListTest) Time elapsed: 0 s testExcludes5(org.eclipse.dltk.formatter.tests.ExcludeRegionListTest) Time elapsed: 0.001 s testExcludes6(org.eclipse.dltk.formatter.tests.ExcludeRegionListTest) Time elapsed: 0 s testExcludes7(org.eclipse.dltk.formatter.tests.ExcludeRegionListTest) Time elapsed: 0 s Results: Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.dltk.core:org.eclipse.dltk.debug.ui.tests >-------- [INFO] Building org.eclipse.dltk.debug.ui.tests 6.0.0-SNAPSHOT [31/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.debug.ui.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.debug.ui.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Compiling 3 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/org.eclipse.dltk.debug.ui.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/org.eclipse.dltk.debug.ui.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.debug.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.debug.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xms40m, -Xmx1G, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/tests/org.eclipse.dltk.debug.ui.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [WARNING] No tests found. [INFO] [INFO] -------< org.eclipse.dltk.features:org.eclipse.dltk.core.tests >-------- [INFO] Building org.eclipse.dltk.core.tests 6.0.0-SNAPSHOT [32/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/target/org.eclipse.dltk.core.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core.tests --- [INFO] [INFO] ------< org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene >------ [INFO] Building org.eclipse.dltk.core.index.lucene 6.0.0-SNAPSHOT [33/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.index.lucene --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.index.lucene --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.core.index.lucene --- [INFO] Compiling 16 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.index.lucene --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/org.eclipse.dltk.core.index.lucene-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.index.lucene --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/org.eclipse.dltk.core.index.lucene-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] ---------< org.eclipse.dltk.core:org.eclipse.dltk.core.index >---------- [INFO] Building org.eclipse.dltk.core.index 6.0.0-SNAPSHOT [34/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.index --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.index --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.index --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.index --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/org.eclipse.dltk.core.index-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.index --- [INFO] [INFO] ----< org.eclipse.dltk.features:org.eclipse.dltk.core.index.lucene >---- [INFO] Building org.eclipse.dltk.core.index.lucene 6.0.0-SNAPSHOT [35/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core.index.lucene --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.index.lucene --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.core.index.lucene --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/target/org.eclipse.dltk.core.index.lucene-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core.index.lucene --- [INFO] [INFO] ----< org.eclipse.dltk.core:org.eclipse.dltk.core.index.lucene.sdk >---- [INFO] Building org.eclipse.dltk.core.index.lucene.sdk 6.0.0-SNAPSHOT [36/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/org.eclipse.dltk.core.index.lucene.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.core.index.lucene.sdk --- [INFO] [INFO] --------< org.eclipse.dltk.core:org.eclipse.dltk.core.tools.ui >-------- [INFO] Building org.eclipse.dltk.core.tools.ui 6.0.0-SNAPSHOT [37/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.core.tools.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.core.tools.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.core.tools.ui --- [INFO] Compiling 2 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.core.tools.ui --- [WARNING] Bundle-Name header not found in /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/org.eclipse.dltk.core.tools.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.core.tools.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/org.eclipse.dltk.core.tools.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.core.tools.ui --- [INFO] [INFO] ----------------------< org.eclipse.dltk.rse:rse >---------------------- [INFO] Building rse 6.0.0-SNAPSHOT [38/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rse --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ rse --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ rse --- [INFO] [INFO] -----------< org.eclipse.dltk.rse:org.eclipse.dltk.ssh.core >----------- [INFO] Building org.eclipse.dltk.ssh.core 6.0.0-SNAPSHOT [39/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ssh.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ssh.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ssh.core --- [INFO] Compiling 8 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ssh.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/org.eclipse.dltk.ssh.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ssh.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.ssh.core/target/org.eclipse.dltk.ssh.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ssh.core --- [INFO] [INFO] -----------< org.eclipse.dltk.rse:org.eclipse.dltk.rse.core >----------- [INFO] Building org.eclipse.dltk.rse.core 6.0.0-SNAPSHOT [40/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.rse.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.rse.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.rse.core --- [INFO] Compiling 13 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.rse.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/org.eclipse.dltk.rse.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.rse.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.core/target/org.eclipse.dltk.rse.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse.core --- [INFO] [INFO] ------------< org.eclipse.dltk.rse:org.eclipse.dltk.rse.ui >------------ [INFO] Building org.eclipse.dltk.rse.ui 6.0.0-SNAPSHOT [41/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.rse.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.rse.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.rse.ui --- [INFO] Compiling 6 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[25] import org.eclipse.dltk.internal.core.DeltaProcessor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DeltaProcessor' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[26] import org.eclipse.dltk.internal.core.ModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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.ScriptProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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.search.ProjectIndexerManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectIndexerManager' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[91] ((ScriptProject) project).updateProjectFragments(); ^^^^^^^^^^^^^ Discouraged access: The type 'ScriptProject' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[91] ((ScriptProject) project).updateProjectFragments(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ScriptProject.updateProjectFragments()' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[94] DeltaProcessor processor = ModelManager.getModelManager() ^^^^^^^^^^^^^^ Discouraged access: The type 'DeltaProcessor' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[94] DeltaProcessor processor = ModelManager.getModelManager() ^^^^^^^^^^^^ Discouraged access: The type 'ModelManager' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[94] DeltaProcessor processor = ModelManager.getModelManager() ^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getModelManager()' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[95] .getDeltaProcessor(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ModelManager.getDeltaProcessor()' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[96] processor.clearCustomTimestampsFor(project ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.clearCustomTimestampsFor(IModelElement[])' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[98] processor.checkExternalChanges( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DeltaProcessor.checkExternalChanges(IModelElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[103] ProjectIndexerManager.indexProject(project); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectIndexerManager' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/org/eclipse/dltk/internal/ui/rse/RSEConnectionMonitor.java:[103] ProjectIndexerManager.indexProject(project); ^^^^^^^^^^^^ Discouraged access: The method 'ProjectIndexerManager.indexProject(IScriptProject)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') 14 problems (14 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.rse.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/org.eclipse.dltk.rse.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.rse.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse.ui/target/org.eclipse.dltk.rse.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse.ui --- [INFO] [INFO] -----------< org.eclipse.dltk.features:org.eclipse.dltk.rse >----------- [INFO] Building org.eclipse.dltk.rse 6.0.0-SNAPSHOT [42/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.rse --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.rse --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.rse --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse-feature/target/org.eclipse.dltk.rse-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.rse --- [INFO] [INFO] -----------< org.eclipse.dltk.rse:org.eclipse.dltk.rse.sdk >------------ [INFO] Building org.eclipse.dltk.rse.sdk 6.0.0-SNAPSHOT [43/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.rse.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.rse.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.rse.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/features/org.eclipse.dltk.rse.sdk/target/org.eclipse.dltk.rse.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.rse.sdk --- [INFO] [INFO] -------------< org.eclipse.dltk.rse:org.eclipse.dltk.rse >-------------- [INFO] Building org.eclipse.dltk.rse 6.0.0-SNAPSHOT [44/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.rse --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.rse --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.rse --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.rse --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/rse/plugins/org.eclipse.dltk.rse/target/org.eclipse.dltk.rse-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.rse --- [INFO] [INFO] --------------------< org.eclipse.dltk.mylyn:mylyn >-------------------- [INFO] Building mylyn 6.0.0-SNAPSHOT [45/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mylyn --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ mylyn --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ mylyn --- [INFO] [INFO] -----------< org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn >------------ [INFO] Building org.eclipse.dltk.mylyn 6.0.0-SNAPSHOT [46/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.mylyn --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.mylyn --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.mylyn --- [INFO] Compiling 36 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.context.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.context.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.context.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.context.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.context.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.context.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.context.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.resources.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.resources.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.resources.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.resources.ui/3.24.2.v20180905-0014/org.eclipse.mylyn.resources.ui-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.mylyn.context.core/3.24.2.v20180905-0014/org.eclipse.mylyn.context.core-3.24.2.v20180905-0014.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.100.v20190518-2143/org.eclipse.debug.ui-3.14.100.v20190518-2143.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.100.v20190518-2143/org.eclipse.debug.ui-3.14.100.v20190518-2143.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.100.v20190518-2143/org.eclipse.debug.ui-3.14.100.v20190518-2143.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.100.v20190518-2143/org.eclipse.debug.ui-3.14.100.v20190518-2143.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.search/3.11.600.v20190519-2344/org.eclipse.search-3.11.600.v20190519-2344.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') 166 problems (166 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.mylyn --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/plugins/org.eclipse.dltk.mylyn/target/org.eclipse.dltk.mylyn-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.mylyn >---------- [INFO] Building org.eclipse.dltk.mylyn 6.0.0-SNAPSHOT [47/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.mylyn --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.mylyn --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.mylyn --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn-feature/target/org.eclipse.dltk.mylyn-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.mylyn --- [INFO] [INFO] ---------< org.eclipse.dltk.mylyn:org.eclipse.dltk.mylyn.sdk >---------- [INFO] Building org.eclipse.dltk.mylyn.sdk 6.0.0-SNAPSHOT [48/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.mylyn.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.mylyn.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.mylyn.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/mylyn/features/org.eclipse.dltk.mylyn.sdk/target/org.eclipse.dltk.mylyn.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.mylyn.sdk --- [INFO] [INFO] --------------------< org.eclipse.dltk.tcl:tcl-all >-------------------- [INFO] Building tcl-all 6.0.0-SNAPSHOT [49/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tcl-all --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ tcl-all --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ tcl-all --- [INFO] [INFO] ----------------------< org.eclipse.dltk.tcl:tcl >---------------------- [INFO] Building tcl 6.0.0-SNAPSHOT [50/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ tcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ tcl --- [INFO] [INFO] ----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser >---------- [INFO] Building org.eclipse.dltk.tcl.parser 6.0.0-SNAPSHOT [51/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.parser --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.parser --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.parser --- [INFO] Compiling 110 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 252 problems (252 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.parser --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/org.eclipse.dltk.tcl.parser-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.parser --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.parser/target/org.eclipse.dltk.tcl.parser-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.parser --- [INFO] [INFO] -----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core >----------- [INFO] Building org.eclipse.dltk.tcl.core 6.0.0-SNAPSHOT [52/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.core --- [INFO] Compiling 181 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 558 problems (558 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/org.eclipse.dltk.tcl.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core/target/org.eclipse.dltk.tcl.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.core --- [INFO] [INFO] ----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug >----------- [INFO] Building org.eclipse.dltk.tcl.debug 6.0.0-SNAPSHOT [53/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.debug --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.debug --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.debug --- [INFO] Compiling 5 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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 13 problems (13 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.debug --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/org.eclipse.dltk.tcl.debug-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.debug --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug/target/org.eclipse.dltk.tcl.debug-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.debug --- [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.launching >--------- [INFO] Building org.eclipse.dltk.tcl.launching 6.0.0-SNAPSHOT [54/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.launching --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.launching --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.launching --- [INFO] Compiling 12 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') 10 problems (10 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.launching --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/org.eclipse.dltk.tcl.launching-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.launching --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.launching/target/org.eclipse.dltk.tcl.launching-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.launching --- [INFO] [INFO] ------------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui >------------ [INFO] Building org.eclipse.dltk.tcl.ui 6.0.0-SNAPSHOT [55/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.ui --- [INFO] Compiling 153 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclBrowsingPerspectiveFactory.java:[52] layout.addShowViewShortcut(IPageLayout.ID_RES_NAV); ^^^^^^^^^^ The field IPageLayout.ID_RES_NAV is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclBrowsingPerspectiveFactory.java:[83] placeHolderLeft.addPlaceholder(DLTKUIPlugin.ID_SCRIPTEXPLORER); ^^^^^^^^^^^^^^^^^ The field DLTKUIPlugin.ID_SCRIPTEXPLORER is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/org/eclipse/dltk/tcl/internal/ui/browsing/TclBrowsingPerspectiveFactory.java:[84] placeHolderLeft.addPlaceholder(IPageLayout.ID_RES_NAV); ^^^^^^^^^^ The field IPageLayout.ID_RES_NAV is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') 159 problems (159 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/org.eclipse.dltk.tcl.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.ui/target/org.eclipse.dltk.tcl.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.ui --- [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators >-------- [INFO] Building org.eclipse.dltk.tcl.validators 6.0.0-SNAPSHOT [56/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.validators --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.validators --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.validators --- [INFO] Compiling 18 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') 16 problems (16 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.validators --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/org.eclipse.dltk.tcl.validators-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.validators --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.validators/target/org.eclipse.dltk.tcl.validators-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.validators --- [INFO] [INFO] ---< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger >---- [INFO] Building org.eclipse.dltk.tcl.activestatedebugger 6.0.0-SNAPSHOT [57/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Compiling 64 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/org.eclipse.dltk.tcl.activestatedebugger-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/target/org.eclipse.dltk.tcl.activestatedebugger-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.activestatedebugger --- [INFO] [INFO] ---------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.debug.ui >--------- [INFO] Building org.eclipse.dltk.tcl.debug.ui 6.0.0-SNAPSHOT [58/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Compiling 53 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.100.v20190518-2143/org.eclipse.debug.ui-3.14.100.v20190518-2143.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.100.v20190518-2143/org.eclipse.debug.ui-3.14.100.v20190518-2143.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.100.v20190518-2143/org.eclipse.debug.ui-3.14.100.v20190518-2143.jar') [WARNING] /home/jenkins/workspace/dltk-sonar/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 60 problems (60 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/org.eclipse.dltk.tcl.debug.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/target/org.eclipse.dltk.tcl.debug.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.debug.ui --- [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tclchecker >-------- [INFO] Building org.eclipse.dltk.tcl.tclchecker 6.0.0-SNAPSHOT [59/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Compiling 93 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') 86 problems (86 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/org.eclipse.dltk.tcl.tclchecker-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/target/org.eclipse.dltk.tcl.tclchecker-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.tclchecker --- [INFO] [INFO] -------------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl >-------------- [INFO] Building org.eclipse.dltk.tcl 6.0.0-SNAPSHOT [60/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl/target/org.eclipse.dltk.tcl-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl --- [INFO] [INFO] ---------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing >---------- [INFO] Building org.eclipse.dltk.tcl.testing 6.0.0-SNAPSHOT [61/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.testing --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.testing --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.testing --- [INFO] Compiling 8 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 13 problems (13 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.testing --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/org.eclipse.dltk.tcl.testing-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.testing --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing/target/org.eclipse.dltk.tcl.testing-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.testing --- [INFO] [INFO] -----< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.testing.tcltest >------ [INFO] Building org.eclipse.dltk.tcl.testing.tcltest 6.0.0-SNAPSHOT [62/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Compiling 4 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/org.eclipse.dltk.tcl.testing.tcltest-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/target/org.eclipse.dltk.tcl.testing.tcltest-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.testing.tcltest --- [INFO] [INFO] ---------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.doc.user >--------- [INFO] Building org.eclipse.dltk.tcl.doc.user 6.0.0-SNAPSHOT [63/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.doc.user --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.doc.user --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.4.0:eclipse-run (build_indexes) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest/jre] [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/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/jre/bin/java, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/eclipserun-work/configuration, -consolelog, -application, org.eclipse.ant.core.antRunner, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/workspace, -quiet, -buildfile, build.xml] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 1 second [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.doc.user --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/docs/org.eclipse.dltk.tcl.doc.user/target/org.eclipse.dltk.tcl.doc.user-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.doc.user --- [INFO] [INFO] ----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tcllib >---------- [INFO] Building org.eclipse.dltk.tcl.tcllib 6.0.0-SNAPSHOT [64/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.tcllib --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.tcllib --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.tcllib --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.tcllib/target/org.eclipse.dltk.tcl.tcllib-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.tcllib --- [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter >--------- [INFO] Building org.eclipse.dltk.tcl.formatter 6.0.0-SNAPSHOT [65/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.formatter --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.formatter --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.formatter --- [INFO] Compiling 15 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.formatter --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/org.eclipse.dltk.tcl.formatter-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.formatter --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.formatter/target/org.eclipse.dltk.tcl.formatter-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.formatter --- [INFO] [INFO] -----------< org.eclipse.dltk.features:org.eclipse.dltk.tcl >----------- [INFO] Building org.eclipse.dltk.tcl 6.0.0-SNAPSHOT [66/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.tcl --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.tcl --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl-feature/target/org.eclipse.dltk.tcl-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.tcl --- [INFO] [INFO] -----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.sdk >------------ [INFO] Building org.eclipse.dltk.tcl.sdk 6.0.0-SNAPSHOT [67/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.tcl.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.tcl.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/features/org.eclipse.dltk.tcl.sdk/target/org.eclipse.dltk.tcl.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.tcl.sdk --- [INFO] [INFO] ---------------------< org.eclipse.dltk.itcl:itcl >--------------------- [INFO] Building itcl 6.0.0-SNAPSHOT [68/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ itcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ itcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ itcl --- [INFO] [INFO] ----------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core >---------- [INFO] Building org.eclipse.dltk.itcl.core 6.0.0-SNAPSHOT [69/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.itcl.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.itcl.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.itcl.core --- [INFO] Compiling 51 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.itcl.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/org.eclipse.dltk.itcl.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.itcl.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.core/target/org.eclipse.dltk.itcl.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl.core --- [INFO] [INFO] --------------------< org.eclipse.dltk.xotcl:xotcl >-------------------- [INFO] Building xotcl 6.0.0-SNAPSHOT [70/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xotcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ xotcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ xotcl --- [INFO] [INFO] ---------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core >--------- [INFO] Building org.eclipse.dltk.xotcl.core 6.0.0-SNAPSHOT [71/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.xotcl.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.xotcl.core --- [INFO] Compiling 48 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/org.eclipse.dltk.xotcl.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.core/target/org.eclipse.dltk.xotcl.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.core --- [INFO] [INFO] -------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.indexer >------- [INFO] Building org.eclipse.dltk.tcl.core.indexer 6.0.0-SNAPSHOT [72/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Compiling 2 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/org.eclipse.dltk.tcl.core.indexer-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/target/org.eclipse.dltk.tcl.core.indexer-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.core.indexer --- [INFO] [INFO] -------------------< org.eclipse.dltk.tcl:tcl.tests >------------------- [INFO] Building tcl.tests 6.0.0-SNAPSHOT [73/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tcl.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ tcl.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ tcl.tests --- [INFO] [INFO] ----------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.tests >----------- [INFO] Building org.eclipse.dltk.tcl.tests 6.0.0-SNAPSHOT [74/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/org.eclipse.dltk.tcl.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/org.eclipse.dltk.tcl.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.tcl.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.tcl.tests.model.AllTests Module[0..702]:{ Method[440..481][445..449]: foo0( Argument[452..453]: a, Argument[454..455]: b, Argument[456..457]: c, Argument[458..459]: d){ Method[465..479][470..473]: qwe(){ } } Type[482..568][497..507]:namespace1{ Method[511..523][516..517]: a(){ } Type[525..566][540..546]:inner1{ Method[551..563][556..557]: b(){ } } } Type[570..702][585..595]:namespace2{ Method[599..611][604..605]: c(){ } Type[613..700][628..634]:inner2{ Method[639..651][644..645]: d(){ } Type[654..697][669..675]:inner4{ Method[681..693][686..687]: e(){ } } } } }Module[0..702]:{ Method[440..481][445..449]: foo0( Argument[452..453]: a, Argument[454..455]: b, Argument[456..457]: c, Argument[458..459]: d){ Method[465..479][470..473]: qwe(){ } } Type[482..568][497..507]:namespace1{ Method[511..523][516..517]: a(){ } Type[525..566][540..546]:inner1{ Method[551..563][556..557]: b(){ } } } Type[570..702][585..595]:namespace2{ Method[599..611][604..605]: c(){ } Type[613..700][628..634]:inner2{ Method[639..651][644..645]: d(){ } Type[654..697][669..675]:inner4{ Method[681..693][686..687]: e(){ } } } } Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.926 s - in org.eclipse.dltk.tcl.tests.model.AllTests testBuildExtendedAST001(org.eclipse.dltk.tcl.tests.model.TclASTBuildTests) Time elapsed: 1.036 s testModel00_(org.eclipse.dltk.tcl.tests.model.ModelTclTests) Time elapsed: 0.147 s testModel01(org.eclipse.dltk.tcl.tests.model.ModelTclTests) Time elapsed: 0.107 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.parser.tests >------- [INFO] Building org.eclipse.dltk.tcl.parser.tests 6.0.0-SNAPSHOT [75/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Compiling 40 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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 [WARNING] /home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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/workspace/dltk-sonar/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 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/org.eclipse.dltk.tcl.parser.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/org.eclipse.dltk.tcl.parser.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.tcl.parser.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.parser.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.tcl.parser.tests.AllTestsRunner -----------------ERRORS---------------------- Error:11 (4,7) message:Non negative argument expected. But value is:-34. Number is negative cmd -34 ^ ^ ============================================= -----------------ERRORS---------------------- Error:11 (4,8) message:Non negative argument is expected. But value is:34.5 cmd 34.5 ^ ^ ============================================= -----------------ERRORS---------------------- Error:11 (4,10) message:Non negative argument is expected. But value is:lalala cmd lalala ^ ^ ============================================= -----------------ERRORS---------------------- Error:0 (6,23) message:Missing closing quote set b 20 ^ ^ ============================================= -----------------ERRORS---------------------- Error:0 (6,23) message:Missing command substitution end set b 20 ^ ^ ============================================= -----------------ERRORS---------------------- Error:0 (6,23) message:Missing closing braces set b 20 ^ ^ ============================================= -----------------ERRORS---------------------- Error:7 (0,15) message:Missing argument:varName group const val ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (6,13) message:Extra argument(s) group val val ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (20,23) message:Extra argument(s) group const val val val ^ ^ ============================================= -----------------ERRORS---------------------- Error:11 (4,8) message:Integer argument is expected. But value is:34.5 cmd 34.5 ^ ^ ============================================= -----------------ERRORS---------------------- Error:11 (4,10) message:Integer argument is expected. But value is:lalala cmd lalala ^ ^ ============================================= -----------------ERRORS---------------------- Error:11 (4,10) message:Integer argument is expected. But value is:"34.5" cmd "34.5" ^ ^ ============================================= -----------------ERRORS---------------------- Error:11 (4,12) message:Integer argument is expected. But value is:"lalala" cmd "lalala" ^ ^ ============================================= TEST:testReplaceSwitch001 #0:constants (((-id beta)) ((-id beta))) #1:constants (((-value gamma)) ((-id beta))) #2:constants (((-id beta)) ((-value gamma))) #3:constants (((-value gamma)) ((-value gamma))) TEST:testReplaceSwitch002 #0:constants (((-id beta))) #1:constants (((-value gamma))) TEST:testReplaceSwitch004 #ORIGINAL:0:open fileName access permissions (Command reduction) :33 (GLOBAL_MATCH_TIME) :18 /1 ops:18 (RAW_PARSE_TIME) :52 /1 ops:27 (error count:cmd) :14 /0 ops:24 (error count:group) :6 /0 ops:12 (matchTclCommand:cmd) :3 /0 ops:5 (matchTclCommand:group) :4 /0 ops:6 (processTclCommand:cmd) :74 /6 ops:12 (processTclCommand:group) :4 /0 ops:6 -----------------ERRORS---------------------- Warning/Info:6 (14,19) message:Extra argument(s) set var value value ^ ^ ============================================= ===================8.5=================== after ms ?script ...? after cancel id after cancel script ?script ...? after idle script ?script ...? after info ?id? ----------------------------------------- after ms ?script ...? after cancel id after cancel script ?script ...? after idle script ?script ...? after info ?id? ===================8.5=================== append varName ?value ...? ----------------------------------------- append varName ?value ...? ===================8.5=================== apply {args body ?namespace?} ?arg ...? ----------------------------------------- apply {args body ?namespace?} ?arg ...? ===================8.5=================== array anymore arrayName searchId array donesearch arrayName searchId array exists arrayName array get arrayName ?pattern? array names arrayName ?[-exact|-glob|-regexp]? ?pattern? array nextelement arrayName searchId array set arrayName {?key value ...?} array size arrayName array startsearch arrayName array statistics arrayName array unset arrayName ?pattern? ----------------------------------------- array anymore arrayName searchId array donesearch arrayName searchId array exists arrayName array get arrayName ?pattern? array names arrayName ?[-exact|-glob|-regexp]? ?pattern? array nextelement arrayName searchId array set arrayName {?key value ...?} array size arrayName array startsearch arrayName array statistics arrayName array unset arrayName ?pattern? ===================8.5=================== auto_execok cmd ----------------------------------------- auto_execok cmd ===================8.5=================== auto_import pattern ----------------------------------------- auto_import pattern ===================8.5=================== auto_load cmd ?namespace? ----------------------------------------- auto_load cmd ?namespace? ===================8.5=================== auto_mkindex dir pattern ?pattern ...? ----------------------------------------- auto_mkindex dir pattern ?pattern ...? ===================8.5=================== auto_mkindex_old dir pattern ?pattern ...? ----------------------------------------- auto_mkindex_old dir pattern ?pattern ...? ===================8.5=================== auto_qualify command namespace ----------------------------------------- auto_qualify command namespace ===================8.5=================== auto_reset ----------------------------------------- auto_reset ===================8.5=================== binary format formatString ?arg ...? binary scan string formatString ?varName ...? ----------------------------------------- binary format formatString ?arg ...? binary scan string formatString ?varName ...? ===================8.5=================== break ----------------------------------------- break ===================8.5=================== catch script ?resultVarName? ?optionsVarName? ----------------------------------------- catch script ?resultVarName? ?optionsVarName? ===================8.4=================== catch script ?resultVarName? ----------------------------------------- catch script ?resultVarName? ===================8.5=================== cd ?dirName? ----------------------------------------- cd ?dirName? ===================8.5=================== chan blocked channelId chan close channelId chan configure channelId ?option? ?value? ?option value ...? chan copy inputChan outputChan ?-size size? ?-command callback? chan create mode cmdPrefix chan eof channelId chan event channelId event ?script? chan flush channelId chan gets channelId ?varName? chan names ?pattern? chan pending mode channelId chan postevent channelId eventSpec chan puts ?-nonewline? ?channelId? string chan read channelId ?numChars? chan read ?-nonewline? channelId chan seek channelId offset ?origin? chan tell channelId chan truncate channelId ?length? ----------------------------------------- chan blocked channelId chan close channelId chan configure channelId ?option? ?value? ?option value ...? chan copy inputChan outputChan ?-size size? ?-command callback? chan create mode cmdPrefix chan eof channelId chan event channelId event ?script? chan flush channelId chan gets channelId ?varName? chan names ?pattern? chan pending mode channelId chan postevent channelId eventSpec chan puts ?-nonewline? ?channelId? string chan read channelId ?numChars? chan read ?-nonewline? channelId chan seek channelId offset ?origin? chan tell channelId chan truncate channelId ?length? ===================8.4=================== clock clicks ?-milliseconds? clock format clockValue ?option value ...? clock scan dateString ?option value ...? clock seconds ----------------------------------------- clock clicks ?-milliseconds? clock format clockValue ?option value ...? clock scan dateString ?option value ...? clock seconds ===================8.5=================== clock add timeVal ?count unit ...? ?option value ...? clock clicks ?option? clock format timeVal ?option value ...? clock microseconds clock milliseconds clock scan inputString ?option value ...? clock seconds ----------------------------------------- clock add timeVal ?count unit ...? ?option value ...? clock clicks ?option? clock format timeVal ?option value ...? clock microseconds clock milliseconds clock scan inputString ?option value ...? clock seconds ===================8.5=================== close channelId ----------------------------------------- close channelId ===================8.5=================== concat ?arg ...? ----------------------------------------- concat ?arg ...? ===================8.5=================== continue ----------------------------------------- continue ===================8.4=================== dde servername ?topic? dde execute ?-async? service topic data dde poke service topic item data dde request ?-binary? service topic item dde services service topic dde eval ?-async? topic cmd ?arg ...? ----------------------------------------- dde servername ?topic? dde execute ?-async? service topic data dde poke service topic item data dde request ?-binary? service topic item dde services service topic dde eval ?-async? topic cmd ?arg ...? ===================8.5=================== dde servername ?-force? ?-handler proc? ?--? ?topic? dde execute ?-async? service topic data dde poke service topic item data dde request ?-binary? service topic item dde services service topic dde eval ?-async? topic cmd ?arg ...? ----------------------------------------- dde servername ?-force? ?-handler proc? ?--? ?topic? dde execute ?-async? service topic data dde poke service topic item data dde request ?-binary? service topic item dde services service topic dde eval ?-async? topic cmd ?arg ...? ===================8.5=================== dict append dictionaryVariable key ?string ...? dict create ?key value ...? dict exists dictionaryValue key ?key ...? dict filter dictionaryValue key globPattern dict filter dictionaryValue script {keyVar valueVar} body dict filter dictionaryValue value globPattern dict for {keyVar valueVar} dictionaryValue body dict get dictionaryValue ?key ...? dict incr dictionaryVariable key ?increment? dict info dictionaryValue dict keys dictionaryValue ?globPattern? dict lappend dictionaryVariable key ?value ...? dict merge ?dictionaryValue ...? dict remove dictionaryValue ?key ...? dict replace dictionaryValue ?key value ...? dict set dictionaryVariable key ?key ...? value dict size dictionaryValue dict unset dictionaryVariable key ?key ...? dict update dictionaryVariable key varName ?key varName ...? body dict values dictionaryValue ?globPattern? dict with dictionaryVariable ?key ...? body ----------------------------------------- dict append dictionaryVariable key ?string ...? dict create ?key value ...? dict exists dictionaryValue key ?key ...? dict filter dictionaryValue key globPattern dict filter dictionaryValue script {keyVar valueVar} body dict filter dictionaryValue value globPattern dict for {keyVar valueVar} dictionaryValue body dict get dictionaryValue ?key ...? dict incr dictionaryVariable key ?increment? dict info dictionaryValue dict keys dictionaryValue ?globPattern? dict lappend dictionaryVariable key ?value ...? dict merge ?dictionaryValue ...? dict remove dictionaryValue ?key ...? dict replace dictionaryValue ?key value ...? dict set dictionaryVariable key ?key ...? value dict size dictionaryValue dict unset dictionaryVariable key ?key ...? dict update dictionaryVariable key varName ?key varName ...? body dict values dictionaryValue ?globPattern? dict with dictionaryVariable ?key ...? body ===================8.4=================== encoding convertfrom ?encoding? data encoding convertto ?encoding? string encoding names encoding system ?encoding? ----------------------------------------- encoding convertfrom ?encoding? data encoding convertto ?encoding? string encoding names encoding system ?encoding? ===================8.5=================== encoding convertfrom ?encoding? data encoding convertto ?encoding? string encoding dirs ?directoryList? encoding names encoding system ?encoding? ----------------------------------------- encoding convertfrom ?encoding? data encoding convertto ?encoding? string encoding dirs ?directoryList? encoding names encoding system ?encoding? ===================8.5=================== eof channelId ----------------------------------------- eof channelId ===================8.5=================== error message ?info? ?code? ----------------------------------------- error message ?info? ?code? ===================8.5=================== eval arg ?arg ...? ----------------------------------------- eval arg ?arg ...? ===================8.4=================== exec ?-keepnewline? ?--? arg ?arg ...? ----------------------------------------- exec ?-keepnewline? ?--? arg ?arg ...? ===================8.5=================== exec ?-ignorestderr? ?-keepnewline? ?--? arg ?arg ...? ----------------------------------------- exec ?-ignorestderr? ?-keepnewline? ?--? arg ?arg ...? ===================8.5=================== exit ?returnCode? ----------------------------------------- exit ?returnCode? ===================8.5=================== expr arg ?arg ...? ----------------------------------------- expr arg ?arg ...? ===================8.5=================== fblocked channelId ----------------------------------------- fblocked channelId ===================8.5=================== fconfigure channelId ?name? ?value? ?name value ...? ----------------------------------------- fconfigure channelId ?name? ?value? ?name value ...? ===================8.5=================== fcopy inchan outchan ?-size size? ?-command callback? ----------------------------------------- fcopy inchan outchan ?-size size? ?-command callback? ===================8.5=================== file atime name ?time? file attributes name ?option? ?value? ?option value ...? file channels ?pattern? file copy ?-force? ?--? source target file copy ?-force? ?--? source ?source ...? targetDir file delete ?-force? ?--? pathname ?pathname ...? file dirname name file executable name file exists name file extension name file isdirectory name file isfile name file join name ?name ...? file link ?-linktype? linkName ?target? file lstat name varName file mkdir dir ?dir ...? file mtime name ?time? file nativename name file normalize name file owned name file pathtype name file readable name file readlink name file rename ?-force? ?--? source target file rename ?-force? ?--? source ?source ...? targetDir file rootname name file separator ?name? file size name file split name file stat name varName file system name file tail name file type name file volumes file writable name ----------------------------------------- file atime name ?time? file attributes name ?option? ?value? ?option value ...? file channels ?pattern? file copy ?-force? ?--? source target file copy ?-force? ?--? source ?source ...? targetDir file delete ?-force? ?--? pathname ?pathname ...? file dirname name file executable name file exists name file extension name file isdirectory name file isfile name file join name ?name ...? file link ?-linktype? linkName ?target? file lstat name varName file mkdir dir ?dir ...? file mtime name ?time? file nativename name file normalize name file owned name file pathtype name file readable name file readlink name file rename ?-force? ?--? source target file rename ?-force? ?--? source ?source ...? targetDir file rootname name file separator ?name? file size name file split name file stat name varName file system name file tail name file type name file volumes file writable name ===================8.5=================== fileevent channelId readable ?script? fileevent channelId writable ?script? ----------------------------------------- fileevent channelId readable ?script? fileevent channelId writable ?script? ===================8.5=================== flush channelId ----------------------------------------- flush channelId ===================8.5=================== for start test next body ----------------------------------------- for start test next body ===================8.5=================== foreach varname list ?varname list ...? body ----------------------------------------- foreach varname list ?varname list ...? body ===================8.5=================== format formatString ?arg ...? ----------------------------------------- format formatString ?arg ...? ===================8.5=================== gets channelId ?varName? ----------------------------------------- gets channelId ?varName? ===================8.5=================== glob ?switches ...? ?--? pattern ?pattern ...? ----------------------------------------- glob ?switches ...? ?--? pattern ?pattern ...? ===================8.5=================== global varname ?varname ...? ----------------------------------------- global varname ?varname ...? ===================8.5=================== history history add command ?exec? history change newValue ?event? history clear history event ?event? history info ?count? history keep ?count? history nextid history redo ?event? ----------------------------------------- history history add command ?exec? history change newValue ?event? history clear history event ?event? history info ?count? history keep ?count? history nextid history redo ?event? ===================8.5=================== config ?option? ?value? ?option value ...? ----------------------------------------- config ?option? ?value? ?option value ...? ===================8.5=================== geturl url ?option? ?value? ?option value ...? ----------------------------------------- geturl url ?option? ?value? ?option value ...? ===================8.5=================== formatQuery key value ?key value ...? ----------------------------------------- formatQuery key value ?key value ...? ===================8.5=================== reset token ?why? ----------------------------------------- reset token ?why? ===================8.5=================== wait token ----------------------------------------- wait token ===================8.5=================== status token ----------------------------------------- status token ===================8.5=================== size token ----------------------------------------- size token ===================8.5=================== code token ----------------------------------------- code token ===================8.5=================== ncode token ----------------------------------------- ncode token ===================8.5=================== meta token ----------------------------------------- meta token ===================8.5=================== data token ----------------------------------------- data token ===================8.5=================== error token ----------------------------------------- error token ===================8.5=================== cleanup token ----------------------------------------- cleanup token ===================8.5=================== register proto port command ----------------------------------------- register proto port command ===================8.5=================== unregister proto ----------------------------------------- unregister proto ===================8.5=================== if expr1 ?then? body1 ?elseif expr2 ?then? body2 ...? ?else? ?bodyN? ----------------------------------------- if expr1 ?then? body1 ?elseif expr2 ?then? body2 ...? ?else? ?bodyN? ===================8.5=================== incr varName ?increment? ----------------------------------------- incr varName ?increment? ===================8.4=================== info args procname info body procname info cmdcount info commands ?pattern? info complete command info default procname arg varName info exists varName info functions ?pattern? info globals ?pattern? info hostname info level ?number? info library info loaded ?interp? info locals ?pattern? info nameofexecutable info patchlevel info procs ?pattern? info script ?filename? info sharedlibextension info tclversion info vars ?pattern? ----------------------------------------- info args procname info body procname info cmdcount info commands ?pattern? info complete command info default procname arg varName info exists varName info functions ?pattern? info globals ?pattern? info hostname info level ?number? info library info loaded ?interp? info locals ?pattern? info nameofexecutable info patchlevel info procs ?pattern? info script ?filename? info sharedlibextension info tclversion info vars ?pattern? ===================8.5=================== info args procname info body procname info cmdcount info commands ?pattern? info complete command info default procname arg varName info exists varName info frame ?number? info functions ?pattern? info globals ?pattern? info hostname info level ?number? info library info loaded ?interp? info locals ?pattern? info nameofexecutable info patchlevel info procs ?pattern? info script ?filename? info sharedlibextension info tclversion info vars ?pattern? ----------------------------------------- info args procname info body procname info cmdcount info commands ?pattern? info complete command info default procname arg varName info exists varName info frame ?number? info functions ?pattern? info globals ?pattern? info hostname info level ?number? info library info loaded ?interp? info locals ?pattern? info nameofexecutable info patchlevel info procs ?pattern? info script ?filename? info sharedlibextension info tclversion info vars ?pattern? ===================8.5=================== interp alias srcPath srcToken interp alias srcPath srcToken {} interp alias srcPath srcCmd targetPath targetCmd ?arg ...? interp aliases ?path? interp bgerror path ?cmdPrefix? interp create ?-safe? ?--? ?path? interp delete ?path ...? interp eval path arg ?arg ...? interp exists path interp expose path hiddenName ?exposedCmdName? interp hide path exposedCmdName ?hiddenCmdName? interp hidden path interp invokehidden path ?-namespace? ?-global? ?--? hiddenCmdName ?arg ...? interp limit path limitType ?option? ?value ...? interp issafe ?path? interp marktrusted path interp recursionlimit path ?newlimit? interp share srcPath channelId destPath interp slaves ?path? interp target path alias interp transfer srcPath channelId destPath ----------------------------------------- interp alias srcPath srcToken interp alias srcPath srcToken {} interp alias srcPath srcCmd targetPath targetCmd ?arg ...? interp aliases ?path? interp bgerror path ?cmdPrefix? interp create ?-safe? ?--? ?path? interp delete ?path ...? interp eval path arg ?arg ...? interp exists path interp expose path hiddenName ?exposedCmdName? interp hide path exposedCmdName ?hiddenCmdName? interp hidden path interp invokehidden path ?-namespace? ?-global? ?--? hiddenCmdName ?arg ...? interp limit path limitType ?option? ?value ...? interp issafe ?path? interp marktrusted path interp recursionlimit path ?newlimit? interp share srcPath channelId destPath interp slaves ?path? interp target path alias interp transfer srcPath channelId destPath ===================8.5=================== join list ?joinString? ----------------------------------------- join list ?joinString? ===================8.5=================== lappend varName ?value ...? ----------------------------------------- lappend varName ?value ...? ===================8.5=================== lassign list varName ?varName ...? ----------------------------------------- lassign list varName ?varName ...? ===================8.5=================== lindex list ?index ...? ----------------------------------------- lindex list ?index ...? ===================8.5=================== linsert list index element ?element ...? ----------------------------------------- linsert list index element ?element ...? ===================8.5=================== list ?arg ...? ----------------------------------------- list ?arg ...? ===================8.5=================== llength list ----------------------------------------- llength list ===================8.5=================== load fileName ?packageName? ?interp? ----------------------------------------- load fileName ?packageName? ?interp? ===================8.5=================== lrange list first last ----------------------------------------- lrange list first last ===================8.5=================== lrepeat number element ?element ...? ----------------------------------------- lrepeat number element ?element ...? ===================8.5=================== lreplace list first last ?element ...? ----------------------------------------- lreplace list first last ?element ...? ===================8.5=================== lreverse list ----------------------------------------- lreverse list ===================8.5=================== lsearch ?options ...? list pattern ----------------------------------------- lsearch ?options ...? list pattern ===================8.5=================== lset varName ?index ...? newValue ----------------------------------------- lset varName ?index ...? newValue ===================8.4=================== lsort ?options ...? list ----------------------------------------- lsort ?options ...? list ===================8.5=================== lsort ?options ...? list ----------------------------------------- lsort ?options ...? list ===================8.5=================== memory active file memory break_on_malloc count memory info memory init [on|off] memory onexit file memory tag string memory trace [on|off] memory trace_on_at_malloc count memory validate [on|off] ----------------------------------------- memory active file memory break_on_malloc count memory info memory init [on|off] memory onexit file memory tag string memory trace [on|off] memory trace_on_at_malloc count memory validate [on|off] ===================8.5=================== mc src-string ?arg ...? ----------------------------------------- mc src-string ?arg ...? ===================8.5=================== mcmax ?src-string ...? ----------------------------------------- mcmax ?src-string ...? ===================8.5=================== mclocale ?newLocale? ----------------------------------------- mclocale ?newLocale? ===================8.5=================== mcpreferences ----------------------------------------- mcpreferences ===================8.5=================== mcload dirname ----------------------------------------- mcload dirname ===================8.5=================== mcset locale src-string ?translate-string? ----------------------------------------- mcset locale src-string ?translate-string? ===================8.5=================== mcmset locale src-trans-list ----------------------------------------- mcmset locale src-trans-list ===================8.5=================== mcunknown locale src-string ----------------------------------------- mcunknown locale src-string ===================8.4=================== namespace children ?namespace? ?pattern? namespace code script namespace current namespace delete ?namespace ...? namespace eval namespace arg ?arg ...? namespace exists namespace namespace export ?-clear? ?pattern ...? namespace forget ?pattern ...? namespace import ?-force? ?pattern ...? namespace inscope namespace script ?arg ...? namespace origin command namespace parent ?namespace? namespace qualifiers string namespace tail string namespace which ?-command? ?-variable? name ----------------------------------------- namespace children ?namespace? ?pattern? namespace code script namespace current namespace delete ?namespace ...? namespace eval namespace arg ?arg ...? namespace exists namespace namespace export ?-clear? ?pattern ...? namespace forget ?pattern ...? namespace import ?-force? ?pattern ...? namespace inscope namespace script ?arg ...? namespace origin command namespace parent ?namespace? namespace qualifiers string namespace tail string namespace which ?-command? ?-variable? name ===================8.5=================== namespace children ?namespace? ?pattern? namespace code script namespace current namespace delete ?namespace ...? namespace ensemble subcommand ?arg ...? namespace eval namespace arg ?arg ...? namespace exists namespace namespace export ?-clear? ?pattern ...? namespace forget ?pattern ...? namespace import ?-force? ?pattern ...? namespace inscope namespace script ?arg ...? namespace origin command namespace parent ?namespace? namespace path ?namespaceList? namespace qualifiers string namespace tail string namespace upvar namespace otherVar myVar ?otherVar myVar ...? namespace unknown ?script? namespace which ?-command? ?-variable? name ----------------------------------------- namespace children ?namespace? ?pattern? namespace code script namespace current namespace delete ?namespace ...? namespace ensemble subcommand ?arg ...? namespace eval namespace arg ?arg ...? namespace exists namespace namespace export ?-clear? ?pattern ...? namespace forget ?pattern ...? namespace import ?-force? ?pattern ...? namespace inscope namespace script ?arg ...? namespace origin command namespace parent ?namespace? namespace path ?namespaceList? namespace qualifiers string namespace tail string namespace upvar namespace otherVar myVar ?otherVar myVar ...? namespace unknown ?script? namespace which ?-command? ?-variable? name ===================8.5=================== open fileName ?access? ?permissions? ----------------------------------------- open fileName ?access? ?permissions? ===================8.4=================== package forget ?package ...? package ifneeded package version ?script? package names package present package ?requirement ...? package present -exact package ?version? package provide package ?version? package require package ?requirement ...? package require -exact package ?version? package unknown ?command? package vcompare version1 version2 package versions package package vsatisfies version1 version2 ----------------------------------------- package forget ?package ...? package ifneeded package version ?script? package names package present package ?requirement ...? package present -exact package ?version? package provide package ?version? package require package ?requirement ...? package require -exact package ?version? package unknown ?command? package vcompare version1 version2 package versions package package vsatisfies version1 version2 ===================8.5=================== package forget ?package ...? package ifneeded package version ?script? package names package present package ?requirement ...? package present -exact package ?version? package provide package ?version? package require package ?requirement ...? package require -exact package ?version? package unknown ?command? package vcompare version1 version2 package versions package package vsatisfies version requirement ?requirement ...? package prefer ?[latest|stable]? ----------------------------------------- package forget ?package ...? package ifneeded package version ?script? package names package present package ?requirement ...? package present -exact package ?version? package provide package ?version? package require package ?requirement ...? package require -exact package ?version? package unknown ?command? package vcompare version1 version2 package versions package package vsatisfies version requirement ?requirement ...? package prefer ?[latest|stable]? ===================8.5=================== parray arrayName ----------------------------------------- parray arrayName ===================8.5=================== pid ?fileId? ----------------------------------------- pid ?fileId? ===================8.5=================== create -name packageName -version packageVersion ?-load filespec? ?-source filespec? ----------------------------------------- create -name packageName -version packageVersion ?-load filespec? ?-source filespec? ===================8.5=================== pkg_mkIndex ?options ...? ?--? dir ?pattern ...? ----------------------------------------- pkg_mkIndex ?options ...? ?--? dir ?pattern ...? ===================8.5=================== generic ----------------------------------------- generic ===================8.5=================== identify ----------------------------------------- identify ===================8.5=================== patterns identifier ----------------------------------------- patterns identifier ===================8.5=================== generic shell ----------------------------------------- generic shell ===================8.5=================== identify shell ----------------------------------------- identify shell ===================8.5=================== platform shell ----------------------------------------- platform shell ===================8.5=================== proc name args body ----------------------------------------- proc name args body ===================8.5=================== puts -nonewline ?channelId? string puts ?channelId? string ?nonewline? ----------------------------------------- puts -nonewline ?channelId? string puts ?channelId? string ?nonewline? ===================8.5=================== pwd ----------------------------------------- pwd ===================8.5=================== read channelId ?numChars? read -nonewline channelId ----------------------------------------- read channelId ?numChars? read -nonewline channelId ===================8.5=================== regexp ?options ...? ?--? exp string ?matchVar ...? ----------------------------------------- regexp ?options ...? ?--? exp string ?matchVar ...? ===================8.5=================== registry broadcast keyName ?-timeout milliseconds? registry delete keyName ?valueName? registry get keyName valueName registry keys keyName ?pattern? registry set keyName ?valueName data ?type?? registry type keyName valueName registry values keyName ?pattern? ----------------------------------------- registry broadcast keyName ?-timeout milliseconds? registry delete keyName ?valueName? registry get keyName valueName registry keys keyName ?pattern? registry set keyName ?valueName data ?type?? registry type keyName valueName registry values keyName ?pattern? ===================8.5=================== regsub ?options ...? ?--? exp string subSpec ?varName? ----------------------------------------- regsub ?options ...? ?--? exp string subSpec ?varName? ===================8.5=================== rename oldName newName ----------------------------------------- rename oldName newName ===================8.5=================== return ?option value ...? ?result? ----------------------------------------- return ?option value ...? ?result? ===================8.5=================== interpCreate ?slave? ?options ...? ----------------------------------------- interpCreate ?slave? ?options ...? ===================8.5=================== interpInit slave ?options ...? ----------------------------------------- interpInit slave ?options ...? ===================8.5=================== interpConfigure slave ?options ...? ----------------------------------------- interpConfigure slave ?options ...? ===================8.5=================== interpDelete slave ----------------------------------------- interpDelete slave ===================8.5=================== interpAddToAccessPath slave directory ----------------------------------------- interpAddToAccessPath slave directory ===================8.5=================== interpFindInAccessPath slave directory ----------------------------------------- interpFindInAccessPath slave directory ===================8.5=================== setLogCmd ?cmd? ?arg ...? ----------------------------------------- setLogCmd ?cmd? ?arg ...? ===================8.5=================== scan string format ?varName ...? ----------------------------------------- scan string format ?varName ...? ===================8.5=================== seek channelId offset ?[start|current|end]? ----------------------------------------- seek channelId offset ?[start|current|end]? ===================8.5=================== set varName ?value? ----------------------------------------- set varName ?value? ===================8.5=================== socket -server command ?-myaddr addr? port socket ?-myaddr addr? ?-myport port? ?-async? host port ----------------------------------------- socket -server command ?-myaddr addr? port socket ?-myaddr addr? ?-myport port? ?-async? host port ===================8.5=================== source ?-encoding encodingName? fileName ----------------------------------------- source ?-encoding encodingName? fileName ===================8.5=================== split string ?splitChars? ----------------------------------------- split string ?splitChars? ===================8.4=================== string bytelength string string compare ?-nocase? ?-length int? string1 string2 string equal ?-nocase? ?-length int? string1 string2 string first string1 string2 ?startIndex? string index string charIndex string is class ?-strict? ?-failindex varName? string string last string1 string2 ?lastIndex? string length string string map ?-nocase? mapping string string match ?-nocase? pattern string string range string first last string repeat string count string replace string first last ?newString? string tolower string ?first? ?last? string totitle string ?first? ?last? string toupper string ?first? ?last? string trim string ?chars? string trimleft string ?chars? string trimright string ?chars? string wordend string charIndex string wordstart string charIndex ----------------------------------------- string bytelength string string compare ?-nocase? ?-length int? string1 string2 string equal ?-nocase? ?-length int? string1 string2 string first string1 string2 ?startIndex? string index string charIndex string is class ?-strict? ?-failindex varName? string string last string1 string2 ?lastIndex? string length string string map ?-nocase? mapping string string match ?-nocase? pattern string string range string first last string repeat string count string replace string first last ?newString? string tolower string ?first? ?last? string totitle string ?first? ?last? string toupper string ?first? ?last? string trim string ?chars? string trimleft string ?chars? string trimright string ?chars? string wordend string charIndex string wordstart string charIndex ===================8.5=================== string bytelength string string compare ?-nocase? ?-length int? string1 string2 string equal ?-nocase? ?-length int? string1 string2 string first needleString haystackString ?startIndex? string index string charIndex string is class ?-strict? ?-failindex varName? string string last needleString haystackString ?lastIndex? string length string string map ?-nocase? mapping string string match ?-nocase? pattern string string range string first last string repeat string count string replace string first last ?newString? string reverse string string tolower string ?first? ?last? string totitle string ?first? ?last? string toupper string ?first? ?last? string trim string ?chars? string trimleft string ?chars? string trimright string ?chars? string wordend string charIndex string wordstart string charIndex ----------------------------------------- string bytelength string string compare ?-nocase? ?-length int? string1 string2 string equal ?-nocase? ?-length int? string1 string2 string first needleString haystackString ?startIndex? string index string charIndex string is class ?-strict? ?-failindex varName? string string last needleString haystackString ?lastIndex? string length string string map ?-nocase? mapping string string match ?-nocase? pattern string string range string first last string repeat string count string replace string first last ?newString? string reverse string string tolower string ?first? ?last? string totitle string ?first? ?last? string toupper string ?first? ?last? string trim string ?chars? string trimleft string ?chars? string trimright string ?chars? string wordend string charIndex string wordstart string charIndex ===================8.5=================== subst ?-nobackslashes? ?-nocommands? ?-novariables? string ----------------------------------------- subst ?-nobackslashes? ?-nocommands? ?-novariables? string ===================8.5=================== switch ?options ...? ?--? string pattern body ?pattern body ...? switch ?options ...? ?--? string {pattern body ?pattern body ...?} ----------------------------------------- switch ?options ...? ?--? string pattern body ?pattern body ...? switch ?options ...? ?--? string {pattern body ?pattern body ...?} ===================8.5=================== tcl_endOfWord str start ----------------------------------------- tcl_endOfWord str start ===================8.5=================== tcl_startOfNextWord str start ----------------------------------------- tcl_startOfNextWord str start ===================8.5=================== tcl_startOfPreviousWord str start ----------------------------------------- tcl_startOfPreviousWord str start ===================8.5=================== tcl_wordBreakAfter str start ----------------------------------------- tcl_wordBreakAfter str start ===================8.5=================== tcl_wordBreakBefore str start ----------------------------------------- tcl_wordBreakBefore str start ===================8.5=================== tell channelId ----------------------------------------- tell channelId ===================8.5=================== time script ?count? ----------------------------------------- time script ?count? ===================8.5=================== path add path ?path ...? path remove path ?path ...? path list ----------------------------------------- path add path ?path ...? path remove path ?path ...? path list ===================8.5=================== roots path ?path ...? ----------------------------------------- roots path ?path ...? ===================8.5=================== trace add command name ops commandPrefix trace add execution name ops commandPrefix trace add variable name ops commandPrefix trace remove command name ops commandPrefix trace remove execution name ops commandPrefix trace remove variable name ops commandPrefix trace info command name trace info execution name trace info variable name trace variable name ops command trace vdelete name ops command trace vinfo name ----------------------------------------- trace add command name ops commandPrefix trace add execution name ops commandPrefix trace add variable name ops commandPrefix trace remove command name ops commandPrefix trace remove execution name ops commandPrefix trace remove variable name ops commandPrefix trace info command name trace info execution name trace info variable name trace variable name ops command trace vdelete name ops command trace vinfo name ===================8.5=================== unknown cmdName ?arg ...? ----------------------------------------- unknown cmdName ?arg ...? ===================8.5=================== unload ?-nocomplain? ?-keeplibrary? ?--? fileName ?packageName? ?interp? ----------------------------------------- unload ?-nocomplain? ?-keeplibrary? ?--? fileName ?packageName? ?interp? ===================8.5=================== unset ?-nocomplain? ?--? ?name ...? ----------------------------------------- unset ?-nocomplain? ?--? ?name ...? ===================8.5=================== update ?idletasks? ----------------------------------------- update ?idletasks? ===================8.5=================== uplevel ?level? arg ?arg ...? ----------------------------------------- uplevel ?level? arg ?arg ...? ===================8.5=================== upvar ?level? otherVar myVar ?otherVar myVar ...? ----------------------------------------- upvar ?level? otherVar myVar ?otherVar myVar ...? ===================8.5=================== variable ?name value ...? name ?value? ----------------------------------------- variable ?name value ...? name ?value? ===================8.5=================== vwait varName ----------------------------------------- vwait varName ===================8.5=================== while test body ----------------------------------------- while test body ===================8.5=================== after [ms ...|cancel ...|idle ...|info ...] ----------------------------------------- after [ms ...|cancel ...|idle ...|info ...] ===================8.5=================== after cancel script ?script ...? ----------------------------------------- after cancel script ?script ...? ===================8.5=================== after cancel [id|script ...] ----------------------------------------- after cancel [id|script ...] ===================8.5=================== after [ms ...|cancel ...|idle ...|info ...] ----------------------------------------- after [ms ...|cancel ...|idle ...|info ...] ===================8.5=================== append varName ?value ...? ----------------------------------------- append varName ?value ...? ===================8.5=================== array names arrayName ?[-exact|-glob|-regexp]? ?pattern? ----------------------------------------- array names arrayName ?[-exact|-glob|-regexp]? ?pattern? ===================8.5=================== chan read channelId ?numChars? ----------------------------------------- chan read channelId ?numChars? ===================8.5=================== apply {args body ?namespace?} ?arg ...? ----------------------------------------- apply {args body ?namespace?} ?arg ...? ===================8.5=================== chan configure channelId ?option? ?value? ?option value ...? ----------------------------------------- chan configure channelId ?option? ?value? ?option value ...? ===================8.5=================== switch ?options ...? ?--? string [pattern ...|{pattern ...] ----------------------------------------- switch ?options ...? ?--? string [pattern ...|{pattern ...] %%%%%%%%%%%%%%%%Test:test001 -----------------ERRORS---------------------- Error:15 (0,5) message:Command:break could be used only inside of for, foreach or while commands break ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test002 %%%%%%%%%%%%%%%%Test:test003 %%%%%%%%%%%%%%%%Test:test004 %%%%%%%%%%%%%%%%Test:test005 -----------------ERRORS---------------------- Error:15 (0,8) message:Command:continue could be used only inside of for, foreach or while commands continue ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test006 %%%%%%%%%%%%%%%%Test:test007 %%%%%%%%%%%%%%%%Test:test008 %%%%%%%%%%%%%%%%Test:test009 -----------------ERRORS---------------------- Error:15 (20,25) message:Command:break could be used only inside of for, foreach or while commands if (i==0) {set i 4; break;continue} ^ ^ Error:15 (26,34) message:Command:continue could be used only inside of for, foreach or while commands if (i==0) {set i 4; break;continue} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test010 %%%%%%%%%%%%%%%%Test:test011 %%%%%%%%%%%%%%%%Test:test012 -----------------ERRORS---------------------- Error:15 (30,35) message:Command:break could be used only inside of for, foreach or while commands if (i>0) {if (i==3) {set i 4; break}} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test013 -----------------ERRORS---------------------- Error:15 (9,16) message:Command:break could be used only inside of for, foreach or while commands set i 0; break i ^ ^ Warning/Info:6 (15,16) message:Extra argument(s) set i 0; break i ^^ ============================================= %%%%%%%%%%%%%%%%Test:test014 -----------------ERRORS---------------------- Warning/Info:6 (18,19) message:Extra argument(s) set i 0; continue i ^^ Error:15 (9,19) message:Command:continue could be used only inside of for, foreach or while commands set i 0; continue i ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test015 %%%%%%%%%%%%%%%%Test:test016 -----------------ERRORS---------------------- Error:15 (61,66) message:Command:break could be used only inside of for, foreach or while commands namespace eval mns {while {true} {if (true) break};continue};break ^ ^ Error:15 (51,59) message:Command:continue could be used only inside of for, foreach or while commands namespace eval mns {while {true} {if (true) break};continue};break ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test017 %%%%%%%%%%%%%%%%Test:test001 -----------------ERRORS---------------------- Error:7 (0,14) message:Missing namespace name:namespace namespace eval ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test002 -----------------ERRORS---------------------- Error:7 (0,4) message:Missing argument(s). Possible values:arg eval ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test003 -----------------ERRORS---------------------- Error:7 (0,12) message:Missing argument:outchan fcopy inchan ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test004 -----------------ERRORS---------------------- Error:7 (0,26) message:Missing integer argument:size fcopy inchan outchan -size ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test005 -----------------ERRORS---------------------- Error:11 (27,35) message:Integer argument is expected. But value is:-command fcopy inchan outchan -size -command callback ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test006 %%%%%%%%%%%%%%%%Test:test007 -----------------ERRORS---------------------- Warning/Info:6 (35,37) message:Extra argument(s) switch alpha c1 history c2 history c3 ^^ ============================================= %%%%%%%%%%%%%%%%Test:test008 -----------------ERRORS---------------------- Error:7 (0,9) message:Missing argument(s). Possible values:children,code,current,delete,eval,exists,export,forget,import,inscope,origin,parent,qualifiers,tail,which namespace ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test009 -----------------ERRORS---------------------- Error:7 (0,7) message:Missing argument:varname foreach ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test010 %%%%%%%%%%%%%%%%Test:test011 -----------------ERRORS---------------------- Error:11 (10,11) message:Invalid argument:.. Possible values:alnum,alpha,ascii,boolean,control,digit,double,false,graph,integer,lower,print,punct,space,true,upper,wordchar,xdigit string is . . ^^ ============================================= %%%%%%%%%%%%%%%%Test:test012 -----------------ERRORS---------------------- Warning/Info:6 (27,32) message:Extra argument(s) fcopy inchan outchan -size -size 34 ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test013 %%%%%%%%%%%%%%%%Test:test014 -----------------ERRORS---------------------- Error:7 (0,5) message:Missing argument(s). Possible values:ms,cancel,idle,info after ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test015 -----------------ERRORS---------------------- Error:7 (0,12) message:Missing index argument:index linsert list ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test016 -----------------ERRORS---------------------- Error:7 (0,7) message:Missing argument:varname foreach ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test017 -----------------ERRORS---------------------- Error:7 (0,7) message:Missing argument(s). Possible values:id,script after c ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test018 -----------------ERRORS---------------------- Error:11 (6,7) message:Invalid argument:k. Possible values:ms,cancel,idle,info after k ^^ ============================================= %%%%%%%%%%%%%%%%Test:test019 %%%%%%%%%%%%%%%%Test:test020 -----------------ERRORS---------------------- Error:11 (13,14) message:Index argument is expected. But value is:f linsert list f ^^ ============================================= %%%%%%%%%%%%%%%%Test:test021 %%%%%%%%%%%%%%%%Test:test022 -----------------ERRORS---------------------- Error:7 (0,12) message:Missing argument:port socket $host ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test023 -----------------ERRORS---------------------- Error:7 (0,9) message:Missing argument:{?kind script ...?} constants ^ ^ ============================================= ============================================= ------------------code----------------------- switch $some {a {puts $some}} ^ ^ ============================================= ------------------code----------------------- switch -glob -- -some {a concat2} ^ ^ ============================================= ------------------code----------------------- switch -glob -- $some {a "puts $some"} ^ ^ ============================================= ------------------code----------------------- switch -glob -- $some {a {puts $some} b "puts $some" c history} ^ ^ ------------------code----------------------- switch -glob -- $some {a {puts $some} b "puts $some" c history} ^ ^ ------------------code----------------------- switch -glob -- $some {a {puts $some} b "puts $some" c history} ^ ^ ============================================= ------------------code----------------------- switch -exact -- $caller {cancel {puts cancel}} ^ ^ ============================================= ------------------code----------------------- switch $caller {cancel return cancel2 return} ^ ^ ------------------code----------------------- switch $caller {cancel return cancel2 return} ^ ^ ============================================= ------------------code----------------------- switch -- $caller {cancel return cancel2 return} ^ ^ ------------------code----------------------- switch -- $caller {cancel return cancel2 return} ^ ^ ============================================= ------------------code----------------------- switch -- $caller cancel return cancel2 return2 ^ ^ ------------------code----------------------- switch -- $caller cancel return cancel2 return2 ^ ^ ============================================= ------------------code----------------------- switch $caller {{cancel} {puts cancel}} ^ ^ ============================================= ------------------code----------------------- switch -exact -- $i { -jobs { set flag 1} } ^ ^ ============================================= ------------------code----------------------- switch -exact -- $i { "jobs" { set flag 1} } ^ ^ ============================================= ------------------code----------------------- switch -exact -regexp -glob "" { [func] {puts py!} default {puts boo} } ^ ^ ------------------code----------------------- switch -exact -regexp -glob "" { [func] {puts py!} default {puts boo} } ^ ^ ============================================= ------------------code----------------------- switch string {set { pid} default {puts boo}} ^ ^ ------------------code----------------------- switch string {set { pid} default {puts boo}} ^ ^ -----------------ERRORS---------------------- Warning/Info:6 (10,37) message:Extra argument(s) proc cmd {arg1 {arg2 def2 def22} args} {puts alpha} ^ ^ ============================================= -----------------ERRORS---------------------- Error:7 (0,21) message:Missing tcl script:body proc cmd {puts alpha} ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (19,24) message:Extra argument(s) proc cmd arg1 puts alpha ^ ^ Error:7 (14,18) message:Missing argument(s). Possible values:-nonewline,string proc cmd arg1 puts alpha ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (17,19) message:Extra argument(s) proc alfa {q} {} {} ^^ ============================================= -----------------ERRORS---------------------- Error:11 (4,11) message:Index argument is expected. But value is:end--34 cmd end--34 ^ ^ ============================================= ============================================= TEST:test001 TEST:test002 TEST:test003 TEST:test004 TEST:test005 TEST:test006 TEST:test007 -----------------ERRORS---------------------- Error:7 (0,9) message:Missing argument(s). Possible values:-id,-value constants ^ ^ ============================================= TEST:test008 TEST:test009 TEST:test010 TEST:test011 TEST:test012 TEST:test013 %%%%%%%%%%%%%%%%Test:test100_FAILED -----------------ERRORS---------------------- Error:11 (5,32) message:Invalid argument:{set fname $urlarray(path)}. Possible values:atime,attributes,channels,copy,delete,dirname,executable,exists,extension,isdirectory,isfile,join,link,lstat,mkdir,mtime,nativename,normalize,owned,pathtype,readable,readlink,rename,rootname,separator,size,split,stat,system,tail,type,volumes,writable file {set fname $urlarray(path)} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test131_FAILED -----------------ERRORS---------------------- Warning/Info:6 (12,35) message:Extra argument(s) lsort $sort [array names histogram] ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test001 ------------------code----------------------- if { true } {set a 4 5} else {set} ^ ^ ------------------code----------------------- if { true } {set a 4 5} else {set} ^ ^ -----------------ERRORS---------------------- Error:7 (30,33) message:Missing variable name:varName if { true } {set a 4 5} else {set} ^ ^ Warning/Info:6 (21,22) message:Extra argument(s) if { true } {set a 4 5} else {set} ^^ ============================================= %%%%%%%%%%%%%%%%Test:test002 -----------------ERRORS---------------------- Error:13 (6,37) message:Command:chan could be used only with tcl versions:[8.5;-) puts [chan configured stdin -blocking] ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test003 %%%%%%%%%%%%%%%%Test:test004 %%%%%%%%%%%%%%%%Test:test005 %%%%%%%%%%%%%%%%Test:test006 %%%%%%%%%%%%%%%%Test:test007 %%%%%%%%%%%%%%%%Test:test008 %%%%%%%%%%%%%%%%Test:test009 %%%%%%%%%%%%%%%%Test:test010 %%%%%%%%%%%%%%%%Test:test011 %%%%%%%%%%%%%%%%Test:test012 %%%%%%%%%%%%%%%%Test:test013 %%%%%%%%%%%%%%%%Test:test014 %%%%%%%%%%%%%%%%Test:test015 %%%%%%%%%%%%%%%%Test:test016 ------------------code----------------------- if 0==[catch {exec mkfifo $f}] return ^ ^ %%%%%%%%%%%%%%%%Test:test017 ------------------code----------------------- proc h {} help ^ ^ -----------------ERRORS---------------------- Warning/Info:3 (10,14) message:Unknown command:help proc h {} help ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test018 -----------------ERRORS---------------------- Error:7 (0,5) message:Missing argument:channelId close ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test019 %%%%%%%%%%%%%%%%Test:test020 ------------------code----------------------- catch domainname domainname ^ ^ -----------------ERRORS---------------------- Warning/Info:3 (6,16) message:Unknown command:domainname catch domainname domainname ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test021 ------------------code----------------------- foreach {name options} $rd break ^ ^ %%%%%%%%%%%%%%%%Test:test022 %%%%%%%%%%%%%%%%Test:test023 %%%%%%%%%%%%%%%%Test:test024 %%%%%%%%%%%%%%%%Test:test025 %%%%%%%%%%%%%%%%Test:test026 %%%%%%%%%%%%%%%%Test:test027 %%%%%%%%%%%%%%%%Test:test028 %%%%%%%%%%%%%%%%Test:test029 -----------------ERRORS---------------------- Error:11 (5,10) message:Invalid argument:frame. Possible values:args,body,cmdcount,commands,complete,default,exists,functions,globals,hostname,level,library,loaded,locals,nameofexecutable,patchlevel,procs,script,sharedlibextension,tclversion,vars info frame 1 ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test029 %%%%%%%%%%%%%%%%Test:test030 ------------------code----------------------- after 300 SendData ^ ^ -----------------ERRORS---------------------- Warning/Info:3 (10,18) message:Unknown command:SendData after 300 SendData ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test031 %%%%%%%%%%%%%%%%Test:test032 %%%%%%%%%%%%%%%%Test:test033 %%%%%%%%%%%%%%%%Test:test034 %%%%%%%%%%%%%%%%Test:test035 -----------------ERRORS---------------------- Warning/Info:12 (11,38) message:Command name is substitution set value [[$_rep(root) select $xpath] text] ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test036 %%%%%%%%%%%%%%%%Test:test037 %%%%%%%%%%%%%%%%Test:test038 %%%%%%%%%%%%%%%%Test:test039 %%%%%%%%%%%%%%%%Test:test040 %%%%%%%%%%%%%%%%Test:test041 %%%%%%%%%%%%%%%%Test:test042 %%%%%%%%%%%%%%%%Test:test043 %%%%%%%%%%%%%%%%Test:test044 %%%%%%%%%%%%%%%%Test:test045 %%%%%%%%%%%%%%%%Test:test048 %%%%%%%%%%%%%%%%Test:test049 %%%%%%%%%%%%%%%%Test:test050 %%%%%%%%%%%%%%%%Test:test051 %%%%%%%%%%%%%%%%Test:test053 %%%%%%%%%%%%%%%%Test:test054 %%%%%%%%%%%%%%%%Test:test055 %%%%%%%%%%%%%%%%Test:test056 %%%%%%%%%%%%%%%%Test:test058 %%%%%%%%%%%%%%%%Test:test059 %%%%%%%%%%%%%%%%Test:test060 %%%%%%%%%%%%%%%%Test:test061 %%%%%%%%%%%%%%%%Test:test062 %%%%%%%%%%%%%%%%Test:test063 %%%%%%%%%%%%%%%%Test:test064 %%%%%%%%%%%%%%%%Test:test065 %%%%%%%%%%%%%%%%Test:test066 %%%%%%%%%%%%%%%%Test:test067 %%%%%%%%%%%%%%%%Test:test068 %%%%%%%%%%%%%%%%Test:test069 %%%%%%%%%%%%%%%%Test:test070 %%%%%%%%%%%%%%%%Test:test071 %%%%%%%%%%%%%%%%Test:test072 %%%%%%%%%%%%%%%%Test:test074 %%%%%%%%%%%%%%%%Test:test075 %%%%%%%%%%%%%%%%Test:test076 %%%%%%%%%%%%%%%%Test:test077 %%%%%%%%%%%%%%%%Test:test078 %%%%%%%%%%%%%%%%Test:test079 %%%%%%%%%%%%%%%%Test:test081 %%%%%%%%%%%%%%%%Test:test082 %%%%%%%%%%%%%%%%Test:test083 %%%%%%%%%%%%%%%%Test:test084 %%%%%%%%%%%%%%%%Test:test085 %%%%%%%%%%%%%%%%Test:test086 %%%%%%%%%%%%%%%%Test:test087 %%%%%%%%%%%%%%%%Test:test088 -----------------ERRORS---------------------- Error:11 (8,15) message:Invalid argument:verbose. Possible values:forget,ifneeded,names,present,provide,require,unknown,vcompare,versions,vsatisfies package verbose 1 ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test089 %%%%%%%%%%%%%%%%Test:test091 -----------------ERRORS---------------------- Error:11 (5,14) message:Invalid argument:namespace. Possible values:args,body,cmdcount,commands,complete,default,exists,functions,globals,hostname,level,library,loaded,locals,nameofexecutable,patchlevel,procs,script,sharedlibextension,tclversion,vars info namespace tail $name ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test091 -----------------ERRORS---------------------- Error:11 (5,14) message:Invalid argument:namespace. Possible values:args,body,cmdcount,commands,complete,default,exists,frame,functions,globals,hostname,level,library,loaded,locals,nameofexecutable,patchlevel,procs,script,sharedlibextension,tclversion,vars info namespace tail $name ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test092 %%%%%%%%%%%%%%%%Test:test093 %%%%%%%%%%%%%%%%Test:test094 -----------------ERRORS---------------------- Warning/Info:6 (30,49) message:Extra argument(s) lsort -index $sortcol -$order -$sortmode $records ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test095 -----------------ERRORS---------------------- Warning/Info:6 (13,25) message:Extra argument(s) source -rsrc itk:tclIndex ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test096 ------------------code----------------------- catch {string is . .} charclasses ^ ^ -----------------ERRORS---------------------- Error:11 (17,18) message:Invalid argument:.. Possible values:alnum,alpha,ascii,boolean,control,digit,double,false,graph,integer,lower,print,punct,space,true,upper,wordchar,xdigit catch {string is . .} charclasses ^^ ============================================= %%%%%%%%%%%%%%%%Test:test097 %%%%%%%%%%%%%%%%Test:test098 %%%%%%%%%%%%%%%%Test:test099 %%%%%%%%%%%%%%%%Test:test101 %%%%%%%%%%%%%%%%Test:test102 %%%%%%%%%%%%%%%%Test:test103 %%%%%%%%%%%%%%%%Test:test104 %%%%%%%%%%%%%%%%Test:test105 -----------------ERRORS---------------------- Error:11 (5,14) message:Invalid argument:namespace. Possible values:args,body,cmdcount,commands,complete,default,exists,functions,globals,hostname,level,library,loaded,locals,nameofexecutable,patchlevel,procs,script,sharedlibextension,tclversion,vars info namespace all itcl ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test106 %%%%%%%%%%%%%%%%Test:test107 %%%%%%%%%%%%%%%%Test:test108 %%%%%%%%%%%%%%%%Test:test109 ------------------code----------------------- switch -exact -- $keyword {proc - method {set retval {}}} ^ ^ %%%%%%%%%%%%%%%%Test:test110 -----------------ERRORS---------------------- Error:11 (10,25) message:Invalid argument:{set retval {}}. Possible values:children,code,current,delete,eval,exists,export,forget,import,inscope,origin,parent,qualifiers,tail,which namespace {set retval {}} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test111 %%%%%%%%%%%%%%%%Test:test112 ------------------code----------------------- switch $beta {Darwin - SunOS {puts alpha} SunOS {puts alpha}} ^^ ------------------code----------------------- switch $beta {Darwin - SunOS {puts alpha} SunOS {puts alpha}} ^^ %%%%%%%%%%%%%%%%Test:test113 %%%%%%%%%%%%%%%%Test:test114 %%%%%%%%%%%%%%%%Test:test115 ------------------code----------------------- switch $beta {Darwin {puts alpha} SunOS {puts alpha}} ^ ^ ------------------code----------------------- switch $beta {Darwin {puts alpha} SunOS {puts alpha}} ^ ^ %%%%%%%%%%%%%%%%Test:test116 ------------------code----------------------- switch $os {Darwin - FreeBSD - Linux - OSF1 - SunOS {return 0} HP-UX {return 0}} ^^ ------------------code----------------------- switch $os {Darwin - FreeBSD - Linux - OSF1 - SunOS {return 0} HP-UX {return 0}} ^^ %%%%%%%%%%%%%%%%Test:test117 ------------------code----------------------- switch -- $option {"-a" {} -starttime - -stoptime {} default {}} ^ ^ ------------------code----------------------- switch -- $option {"-a" {} -starttime - -stoptime {} default {}} ^ ^ ------------------code----------------------- switch -- $option {"-a" {} -starttime - -stoptime {} default {}} ^ ^ %%%%%%%%%%%%%%%%Test:test118 ------------------code----------------------- switch $a {Darwin - SunOS {puts 2} Windows -} ^^ %%%%%%%%%%%%%%%%Test:test119 ------------------code----------------------- switch -- $beta {Darwin - SunOS {puts alpha}} ^ ^ %%%%%%%%%%%%%%%%Test:test120 %%%%%%%%%%%%%%%%Test:test121 %%%%%%%%%%%%%%%%Test:test122 %%%%%%%%%%%%%%%%Test:test123 %%%%%%%%%%%%%%%%Test:test124 %%%%%%%%%%%%%%%%Test:test125 -----------------ERRORS---------------------- Error:7 (0,43) message:Missing argument:value http::formatQuery [string range $msg 6 end] ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test126 %%%%%%%%%%%%%%%%Test:test127 %%%%%%%%%%%%%%%%Test:test128 %%%%%%%%%%%%%%%%Test:test129 %%%%%%%%%%%%%%%%Test:test130 -----------------ERRORS---------------------- Warning/Info:6 (20,28) message:Extra argument(s) fconfigure $chan $o $tmp($o) ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test132 %%%%%%%%%%%%%%%%Test:test134 -----------------ERRORS---------------------- Warning/Info:6 (26,63) message:Extra argument(s) package proc unknown args {namespace eval :: tcl_package $args} ^ ^ Warning/Info:6 (8,12) message:Extra argument(s) package proc unknown args {namespace eval :: tcl_package $args} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test135 -----------------ERRORS---------------------- Error:11 (8,12) message:Invalid argument:proc. Possible values:forget,ifneeded,names,present,provide,require,unknown,vcompare,versions,vsatisfies package proc verbose value {my set verbose $value} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test136 -----------------ERRORS---------------------- Error:7 (0,32) message:Missing index argument:last string range [expr {$idx+1}] end ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test137 -----------------ERRORS---------------------- Warning/Info:6 (25,40) message:Extra argument(s) string compare -length b string1 string2 ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test138 %%%%%%%%%%%%%%%%Test:test139 %%%%%%%%%%%%%%%%Test:test140 %%%%%%%%%%%%%%%%Test:test050_2 %%%%%%%%%%%%%%%%Test:test050_3 %%%%%%%%%%%%%%%%Test:test096_2 -----------------ERRORS---------------------- Error:11 (10,11) message:Invalid argument:.. Possible values:alnum,alpha,ascii,boolean,control,digit,double,false,graph,integer,lower,print,punct,space,true,upper,wordchar,xdigit string is . . ^^ ============================================= %%%%%%%%%%%%%%%%Test:test073_FAILED -----------------ERRORS---------------------- Error:11 (5,10) message:Invalid argument:array. Possible values:atime,attributes,channels,copy,delete,dirname,executable,exists,extension,isdirectory,isfile,join,link,lstat,mkdir,mtime,nativename,normalize,owned,pathtype,readable,readlink,rename,rootname,separator,size,split,stat,system,tail,type,volumes,writable file array set destructive {atime 0 attributes 0 copy 1 delete 1 dirname 0executable 0 exists 0 extension 0 isdirectory 0 isfile 0join 0 lstat 0 mkdir 1 mtime 0 nativename 0owned 0 pathtype 0 readable 0 readlink 0 rename 1rootname 0 size 0 split 0 stat 0 tail 0type 0 volumes 0 writable 0} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test141_FAILED -----------------ERRORS---------------------- Warning/Info:6 (20,28) message:Extra argument(s) fconfigure $chan $o $tmp($o) ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test133_FAILED ------------------code----------------------- constants -id {set a 20} ^ ^ ------------------code----------------------- constants -id {set a 20} -id {set a 20} ^ ^ ------------------code----------------------- constants -id {set a 20} -id {set a 20} ^ ^ -----------------ERRORS---------------------- Error:7 (0,9) message:Missing argument:-id constants ^ ^ ============================================= ------------------code----------------------- constants -id {set a 20} -id {set a 20} -id {set a 20} ^ ^ ------------------code----------------------- constants -id {set a 20} -id {set a 20} -id {set a 20} ^ ^ -----------------ERRORS---------------------- Warning/Info:6 (40,54) message:Extra argument(s) constants -id {set a 20} -id {set a 20} -id {set a 20} ^ ^ ============================================= ------------------code----------------------- constants -id {set a 20} -id {set a 20} -- {set a 20} ^ ^ ------------------code----------------------- constants -id {set a 20} -id {set a 20} -- {set a 20} ^ ^ ------------------code----------------------- constants -id {set a 20} -id {set a 20} -- {set a 20} ^ ^ ------------------code----------------------- constants -id {set a 20} -- {set a 20} ^ ^ ------------------code----------------------- constants -id {set a 20} -- {set a 20} ^ ^ ------------------code----------------------- constants -- {set a 20} ^ ^ -----------------ERRORS---------------------- Error:7 (10,13) message:Missing argument:-- constants --- {set a 20} ^ ^ ============================================= ------------------code----------------------- constants -- {set a 20} {set a 20} ^ ^ -----------------ERRORS---------------------- Warning/Info:6 (24,34) message:Extra argument(s) constants -- {set a 20} {set a 20} ^ ^ ============================================= ------------------code----------------------- constants -- -- {set a 20} {set a 20} ^ ^ -----------------ERRORS---------------------- Warning/Info:6 (13,15) message:Extra argument(s) constants -- -- {set a 20} {set a 20} ^^ Warning/Info:6 (27,37) message:Extra argument(s) constants -- -- {set a 20} {set a 20} ^ ^ ============================================= ------------------code----------------------- constants -id { set a 30 } -- {set a 20} {set a 20} ^ ^ ------------------code----------------------- constants -id { set a 30 } -- {set a 20} {set a 20} ^ ^ -----------------ERRORS---------------------- Warning/Info:6 (41,51) message:Extra argument(s) constants -id { set a 30 } -- {set a 20} {set a 20} ^ ^ ============================================= ------------------code----------------------- constants -id { set a 30 } -- {set a 20} ^ ^ ------------------code----------------------- constants -id { set a 30 } -- {set a 20} ^ ^ -----------------ERRORS---------------------- Error:7 (0,7) message:Missing tcl script:body while 1 ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (21,33) message:Extra argument(s) while 1 {puts alpha} {puts alpha} ^ ^ ============================================= -----------------ERRORS---------------------- Error:11 (6,7) message:Invalid argument:n. Possible values:names,nextelement array n arg ^^ ============================================= -----------------ERRORS---------------------- Error:7 (0,10) message:Missing argument:arrayName array name ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (17,19) message:Extra argument(s) fconfigure stdin -b ^^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (17,27) message:Extra argument(s) fconfigure stdin -blockingg ^ ^ ============================================= -----------------ERRORS---------------------- Error:7 (0,15) message:Missing argument:string puts -nonewline ^ ^ ============================================= -----------------ERRORS---------------------- Error:7 (0,4) message:Missing argument(s). Possible values:-nonewline,string puts ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (27,31) message:Extra argument(s) puts -nonewline file0 msg0 msg1 ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (15,19) message:Extra argument(s) puts msg0 msg1 msg2 ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (39,49) message:Extra argument(s) constants alfa alfa {set a 20} [gamma] {set a 20} ^ ^ ============================================= -----------------ERRORS---------------------- Error:7 (0,19) message:Missing argument:port socket -server lala ^ ^ ============================================= ------------------code----------------------- if {} {set a 20} ^ ^ ------------------code----------------------- if {} then {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} then {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} then {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} elseif {} {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} elseif {} {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} elseif {} {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} else {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} else {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} else {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} else {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} else {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} elseif {} {set a 20} else {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} else {set a 20} else {set a 20} ^ ^ ------------------code----------------------- if {} {set a 20} else {set a 20} else {set a 20} ^ ^ -----------------ERRORS---------------------- Warning/Info:6 (33,48) message:Extra argument(s) if {} {set a 20} else {set a 20} else {set a 20} ^ ^ ============================================= ------------------code----------------------- if {} {set a 20} elseif ^ ^ -----------------ERRORS---------------------- Error:7 (0,23) message:Missing tcl expression:expr2 if {} {set a 20} elseif ^ ^ ============================================= ------------------code----------------------- if {} {set a 20} elseif {} ^ ^ -----------------ERRORS---------------------- Error:7 (0,26) message:Missing tcl script:body2 if {} {set a 20} elseif {} ^ ^ ============================================= ------------------code----------------------- if {$a} then {} else if ^^ ------------------code----------------------- if {$a} then {} else if ^^ -----------------ERRORS---------------------- Error:7 (21,23) message:Missing tcl expression:expr1 if {$a} then {} else if ^^ ============================================= -----------------ERRORS---------------------- Error:7 (0,9) message:Missing argument:alfa constants ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (15,19) message:Extra argument(s) constants alfa alfa ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (15,29) message:Extra argument(s) constants alfa alfa beta beta ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (15,34) message:Extra argument(s) constants alfa alfa beta beta beta ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (15,40) message:Extra argument(s) constants alfa alfa beta beta beta gamma ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (15,52) message:Extra argument(s) constants alfa alfa beta beta beta gamma gamma gamma ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (25,47) message:Extra argument(s) constants alfa beta beta beta gamma gamma gamma ^ ^ ============================================= -----------------ERRORS---------------------- Error:7 (10,16) message:Missing argument:alfa constants [alfa] beta gamma ^ ^ ============================================= -----------------ERRORS---------------------- Warning/Info:6 (10,16) message:Extra argument(s) constants [alfa] alfa beta gamma ^ ^ ============================================= -----------------ERRORS---------------------- Error:7 (10,16) message:Missing argument:alfa constants [alfa] [beta] gamma ^ ^ ============================================= -----------------ERRORS---------------------- Error:7 (10,14) message:Missing argument:alfa constants beta gamma ^ ^ ============================================= Tests run: 508, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.48 s - in org.eclipse.dltk.tcl.parser.tests.AllTestsRunner test001(org.eclipse.dltk.tcl.parser.tests.NotNegativeTypeParseTests) Time elapsed: 0.485 s test002(org.eclipse.dltk.tcl.parser.tests.NotNegativeTypeParseTests) Time elapsed: 0.014 s test003(org.eclipse.dltk.tcl.parser.tests.NotNegativeTypeParseTests) Time elapsed: 0.002 s test004(org.eclipse.dltk.tcl.parser.tests.NotNegativeTypeParseTests) Time elapsed: 0.001 s testSimpleErrors001(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0.004 s testSimpleErrors002(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0.004 s testSimpleErrors003(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0.002 s testParser001(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0.001 s testParser002(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0 s testParser003(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0 s testParser004(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0.001 s testParser005(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0.004 s testParser006(org.eclipse.dltk.tcl.parser.tests.TclParserTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.GroupParseTests) Time elapsed: 0.004 s test002(org.eclipse.dltk.tcl.parser.tests.GroupParseTests) Time elapsed: 0.003 s test003(org.eclipse.dltk.tcl.parser.tests.GroupParseTests) Time elapsed: 0.002 s test004(org.eclipse.dltk.tcl.parser.tests.GroupParseTests) Time elapsed: 0.003 s test005(org.eclipse.dltk.tcl.parser.tests.GroupParseTests) Time elapsed: 0.003 s test006(org.eclipse.dltk.tcl.parser.tests.GroupParseTests) Time elapsed: 0.034 s test001(org.eclipse.dltk.tcl.parser.tests.IntegerTypeParseTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.IntegerTypeParseTests) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.parser.tests.IntegerTypeParseTests) Time elapsed: 0.001 s test004(org.eclipse.dltk.tcl.parser.tests.IntegerTypeParseTests) Time elapsed: 0.002 s test005(org.eclipse.dltk.tcl.parser.tests.IntegerTypeParseTests) Time elapsed: 0 s test006(org.eclipse.dltk.tcl.parser.tests.IntegerTypeParseTests) Time elapsed: 0 s test007(org.eclipse.dltk.tcl.parser.tests.IntegerTypeParseTests) Time elapsed: 0.002 s test008(org.eclipse.dltk.tcl.parser.tests.IntegerTypeParseTests) Time elapsed: 0.001 s testReplaceSwitch001(org.eclipse.dltk.tcl.parser.tests.SwitchReduceTest) Time elapsed: 0.356 s testReplaceSwitch002(org.eclipse.dltk.tcl.parser.tests.SwitchReduceTest) Time elapsed: 0.001 s testReplaceSwitch004(org.eclipse.dltk.tcl.parser.tests.SwitchReduceTest) Time elapsed: 0.034 s test001(org.eclipse.dltk.tcl.parser.tests.SetCommandParseTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.SetCommandParseTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.SetCommandParseTests) Time elapsed: 0.002 s test001(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.006 s test002(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.002 s test004(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.002 s test005(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test006(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test007(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test008(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test009(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test010(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test011(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test012(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test013(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test014(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test015(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test016(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test017(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test018(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test019(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test020(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test021(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.002 s test022(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.002 s test023(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.002 s test024(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test025(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test026(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test027(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test028(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test029(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test030(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test031(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test032(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test033(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.003 s test034(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test035(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test036(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test037(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test038(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test039(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test040(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test041(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test042(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.05 s test043(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test044(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test045(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test046(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test047(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test048(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test049(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test050(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test051(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test052(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test053(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test054(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test055(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test056(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test057(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test058(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test059(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test060(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.003 s test061(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test062(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test063(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test064(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test065(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test066(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test067(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test068(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test069(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test070(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test071(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test072(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test073(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test074(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test075(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test076(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test077(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test078(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test079(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test080(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test081(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test082(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test083(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test084(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test085(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test086(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.002 s test087(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test088(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.002 s test089(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test090(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test091(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test092(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test093(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test094(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test095(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test096(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test097(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test098(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test099(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test100(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test101(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test102(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test103(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test104(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test105(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test106(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test107(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test108(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test109(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test110(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test111(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test112(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test113(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test114(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test115(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test116(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test117(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test118(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test119(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test120(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.052 s test121(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.003 s test122(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test123(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test124(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test125(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test126(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test127(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test128(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test129(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test130(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test131(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test132(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test133(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test134(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test135(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test136(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test137(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test138(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test139(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test140(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0.001 s test141(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test142(org.eclipse.dltk.tcl.parser.tests.SynopsisTests) Time elapsed: 0 s test001(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.033 s test002(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.076 s test003(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.027 s test004(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.027 s test005(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.037 s test006(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.025 s test007(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.026 s test008(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.046 s test009(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.028 s test010(org.eclipse.dltk.tcl.parser.tests.ShortSynopsisTests) Time elapsed: 0.027 s test001(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0 s test002(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.002 s test003(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test004(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test005(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test006(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test007(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test008(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test009(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test010(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.002 s test011(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test012(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.022 s test013(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test014(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.001 s test015(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.002 s test016(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.003 s test017(org.eclipse.dltk.tcl.parser.tests.CommandOutOfScopeTests) Time elapsed: 0.002 s test001(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test004(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test005(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test006(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test007(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.002 s test008(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test009(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0 s test010(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0 s test011(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test012(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test013(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test014(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0 s test015(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test016(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test017(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test018(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test019(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0 s test020(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test021(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0 s test022(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0 s test023(org.eclipse.dltk.tcl.parser.tests.ErrorReportingTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.TclComplexArgumentParseTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.TclComplexArgumentParseTests) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.parser.tests.TclComplexArgumentParseTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.TclComplexArgumentParseTests) Time elapsed: 0.001 s test005(org.eclipse.dltk.tcl.parser.tests.TclComplexArgumentParseTests) Time elapsed: 0.001 s test006(org.eclipse.dltk.tcl.parser.tests.TclComplexArgumentParseTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.002 s test003(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.002 s test004(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.004 s test006(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.002 s test007(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.052 s test008(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.002 s test009(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.002 s test010(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.002 s test011(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.001 s test012(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.002 s test013(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.003 s test014(org.eclipse.dltk.tcl.parser.tests.SwitchCommandTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0.001 s test005(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0.001 s test006(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0.001 s test007(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0 s test008(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0.002 s test009(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0 s test010(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0.001 s test011(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0.001 s test012(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0 s test013(org.eclipse.dltk.tcl.parser.tests.ProcCommandTests) Time elapsed: 0 s test001(org.eclipse.dltk.tcl.parser.tests.IndexTypeParseTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.IndexTypeParseTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.IndexTypeParseTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.IndexTypeParseTests) Time elapsed: 0 s test005(org.eclipse.dltk.tcl.parser.tests.IndexTypeParseTests) Time elapsed: 0.001 s test006(org.eclipse.dltk.tcl.parser.tests.IndexTypeParseTests) Time elapsed: 0 s test007(org.eclipse.dltk.tcl.parser.tests.IndexTypeParseTests) Time elapsed: 0 s test008(org.eclipse.dltk.tcl.parser.tests.IndexTypeParseTests) Time elapsed: 0 s test001(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0.001 s test005(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0 s test006(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0.001 s test007(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0 s test008(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0.001 s test009(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0 s test010(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0.001 s test011(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0.001 s test012(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0 s test013(org.eclipse.dltk.tcl.parser.tests.TclSwitchArgumentsParseTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.PackageCommandTests) Time elapsed: 0 s test100_FAILED(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.003 s test131_FAILED(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.002 s test002(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test004(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test005(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test006(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test007(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test008(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test009(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test010(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test011(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test012(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test013(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test014(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test015(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test016(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test017(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test018(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test019(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test020(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test021(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test022(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test023(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test024(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test025(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test026(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test027(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test028(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test029(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.045 s test030(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test031(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test032(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test033(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test034(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test035(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test036(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test037(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test038(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test039(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test040(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test041(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test042(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test043(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test044(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test045(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test048(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test049(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test050(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test051(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test053(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test054(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test055(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test056(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test058(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test059(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test060(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.003 s test061(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test062(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test063(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test064(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test065(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test066(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test067(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test068(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test069(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test070(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test071(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test072(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test074(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test075(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test076(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test077(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test078(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test079(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test081(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test082(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test083(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test084(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test085(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test086(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test087(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test088(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test089(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test091(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.002 s test092(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test093(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test094(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test095(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test096(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test097(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test098(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test099(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test101(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test102(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test103(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test104(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test105(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test106(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test107(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test108(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test109(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.002 s test110(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test111(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test112(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.002 s test113(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test114(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test115(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.002 s test116(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test117(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.054 s test118(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test119(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test120(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test121(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test122(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test123(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test124(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test125(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test126(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test127(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test128(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test129(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test130(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test132(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test134(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test135(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test136(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test137(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test138(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test139(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test140(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test050_2(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test050_3(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test096_2(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test073_FAILED(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test141_FAILED(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0.001 s test133_FAILED(org.eclipse.dltk.tcl.parser.tests.DefinitionTests) Time elapsed: 0 s test001(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s test005(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.002 s test006(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s test007(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s test008(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0 s test009(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s test010(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s test011(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s test012(org.eclipse.dltk.tcl.parser.tests.TclGroupArgumentsParseTests) Time elapsed: 0.001 s testAdvancedParse001(org.eclipse.dltk.tcl.parser.tests.WhileCommandTests) Time elapsed: 0.001 s testAdvancedParse002(org.eclipse.dltk.tcl.parser.tests.WhileCommandTests) Time elapsed: 0 s testAdvancedParse003(org.eclipse.dltk.tcl.parser.tests.WhileCommandTests) Time elapsed: 0.001 s testIsVersionValid(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testCommandVersions001(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0.001 s testCommandVersions002(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testCommandVersions003(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testCommandVersions004(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0.001 s testCommandVersions005(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testCommandVersions006(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testCommandVersions007(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testParseVersion(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testDeprecated001(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testDeprecated002(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s testCompare(org.eclipse.dltk.tcl.parser.tests.VersionsParserTests) Time elapsed: 0 s test001(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0 s test002(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0.001 s test005(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0 s test006(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0 s test007(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0.001 s test008(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0 s test009(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0 s test010(org.eclipse.dltk.tcl.parser.tests.MatchPrefixTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0 s test002(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0.001 s test005(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0 s test006(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0 s test007(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0 s test008(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0.001 s test009(org.eclipse.dltk.tcl.parser.tests.PutsCommandTests) Time elapsed: 0 s test001(org.eclipse.dltk.tcl.parser.tests.TclTypedArgumentsParseTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.TclTypedArgumentsParseTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.TclTypedArgumentsParseTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.TclTypedArgumentsParseTests) Time elapsed: 0 s test005(org.eclipse.dltk.tcl.parser.tests.TclTypedArgumentsParseTests) Time elapsed: 0.001 s test006(org.eclipse.dltk.tcl.parser.tests.TclTypedArgumentsParseTests) Time elapsed: 0 s testLoad001(org.eclipse.dltk.tcl.parser.tests.LoadDefinitionTests) Time elapsed: 0.004 s testLoad002(org.eclipse.dltk.tcl.parser.tests.LoadDefinitionTests) Time elapsed: 0.002 s test001(org.eclipse.dltk.tcl.parser.tests.AfterCommandTests) Time elapsed: 0 s test002(org.eclipse.dltk.tcl.parser.tests.AfterCommandTests) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.parser.tests.AfterCommandTests) Time elapsed: 0 s test001(org.eclipse.dltk.tcl.parser.tests.SocketCommandTests) Time elapsed: 0 s test002(org.eclipse.dltk.tcl.parser.tests.SocketCommandTests) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.parser.tests.SocketCommandTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.SocketCommandTests) Time elapsed: 0 s test001(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.001 s test002(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.001 s test004(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.05 s test005(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.001 s test006(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.002 s test007(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.001 s test008(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.001 s test009(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.001 s test010(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.001 s test011(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0 s test012(org.eclipse.dltk.tcl.parser.tests.IfCommandTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test002(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test003(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test004(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test005(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test006(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test007(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test008(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0.001 s test009(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test010(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0.001 s test011(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test012(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0.001 s test013(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test014(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0.001 s test015(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test016(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0 s test017(org.eclipse.dltk.tcl.parser.tests.TclConstantsParseTests) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.parser.tests.NamespaceScopeProcessorTests) Time elapsed: 0.003 s test002(org.eclipse.dltk.tcl.parser.tests.NamespaceScopeProcessorTests) Time elapsed: 0.019 s Results: Tests run: 508, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.core.tests >-------- [INFO] Building org.eclipse.dltk.tcl.core.tests 6.0.0-SNAPSHOT [76/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.core.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Compiling 26 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/org.eclipse.dltk.tcl.core.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/org.eclipse.dltk.tcl.core.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.tcl.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.core.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.tcl.core.tests.AllTests X.tcl X.tcl t.tcl Test 1-append.tclTime comparison:6%%3 Test 2-appendComp.tclTime comparison:4%%4 Test 3-assocd.tclTime comparison:3%%1 Test 4-async.tclTime comparison:8%%18 Test 5-autoMkindex.tclTime comparison:6%%6 Test 6-basic.tclTime comparison:7%%7 Test 7-binary.tclTime comparison:20%%19 Test 8-case.tclTime comparison:2%%2 Test 9-clock.tclTime comparison:7%%7 Test 10-cmdAH.tclTime comparison:45%%72 Test 11-cmdIL.tclTime comparison:4%%4 Test 12-cmdInfo.tclTime comparison:2%%2 Test 13-cmdMZ.tclTime comparison:3%%3 Test 14-compExpr.tclTime comparison:4%%5 Test 15-compExpr-old.tclTime comparison:9%%11 Test 16-compile.tclTime comparison:3%%4 Test 17-concat.tclTime comparison:1%%1 Test 18-dcall.tclTime comparison:1%%1 Test 19-dstring.tclTime comparison:1%%2 Test 20-encoding.tclTime comparison:13%%30 Test 21-env.tclTime comparison:3%%3 Test 22-error.tclTime comparison:3%%2 Test 23-escp.tclTime comparison:0%%0 Test 24-eval.tclTime comparison:1%%1 Test 25-event.tclTime comparison:3%%4 Test 26-exec.tclTime comparison:6%%7 Test 27-execute.tclTime comparison:6%%7 Test 28-expr.tclTime comparison:9%%12 Test 29-expr-old.tclTime comparison:24%%14 Test 30-fCmd.tclTime comparison:25%%27 Test 31-fileName.tclTime comparison:54%%38 Test 32-fileSystem.tclTime comparison:12%%11 Test 33-for.tclTime comparison:24%%15 Test 34-foreach.tclTime comparison:2%%3 Test 35-format.tclTime comparison:5%%7 Test 36-for-old.tclTime comparison:1%%1 Test 37-get.tclTime comparison:2%%1 Test 38-history.tclTime comparison:6%%5 Test 39-http.tclTime comparison:11%%10 Test 40-httpold.tclTime comparison:5%%18 Test 41-if.tclTime comparison:4%%5 Test 42-if-old.tclTime comparison:1%%2 Test 43-incr.tclTime comparison:3%%4 Test 44-incr-old.tclTime comparison:1%%2 Test 45-indexObj.tclTime comparison:2%%1 Test 46-info.tclTime comparison:7%%8 Test 47-init.tclTime comparison:2%%2 Test 48-interp.tclTime comparison:12%%16 Test 49-io.tclTime comparison:83%%89 Test 50-ioCmd.tclTime comparison:7%%9 Test 51-iogt.tclTime comparison:40%%24 Test 52-ioUtil.tclTime comparison:3%%2 Test 53-join.tclTime comparison:1%%1 Test 54-lindex.tclTime comparison:3%%3 Test 55-link.tclTime comparison:2%%2 Test 56-linsert.tclTime comparison:2%%1 Test 57-list.tclTime comparison:4%%4 Test 58-listObj.tclTime comparison:2%%2 Test 59-llength.tclTime comparison:1%%0 Test 60-load.tclTime comparison:6%%23 Test 61-lrange.tclTime comparison:1%%1 Test 62-lreplace.tclTime comparison:2%%1 Test 63-lsearch.tclTime comparison:7%%5 Test 64-lset.tclTime comparison:3%%4 Test 65-lsetComp.tclTime comparison:2%%2 Test 66-macFCmd.tclTime comparison:3%%2 Test 67-main.tclTime comparison:10%%10 Test 68-misc.tclTime comparison:1%%1 Test 69-msgcat.tclTime comparison:9%%10 Test 70-namespace.tclTime comparison:26%%8 Test 71-namespace-old.tclTime comparison:6%%6 Test 72-notify.tclTime comparison:2%%1 Test 73-obj.tclTime comparison:5%%5 Test 74-opt.tclTime comparison:2%%1 Test 75-osa.tclTime comparison:0%%1 Test 76-package.tclTime comparison:1%%1 Test 77-parse.tclTime comparison:7%%6 Test 78-parseExpr.tclTime comparison:7%%6 Test 79-parseOld.tclTime comparison:8%%7 Test 80-pid.tclTime comparison:1%%1 Test 81-pkg.tclTime comparison:2%%6 Test 82-pkgMkIndex.tclTime comparison:17%%17 Test 83-platform.tclTime comparison:1%%0 Test 84-proc.tclTime comparison:3%%3 Test 85-proc-old.tclTime comparison:5%%4 Test 86-pwd.tclTime comparison:0%%1 Test 87-reg.tclTime comparison:52%%36 Test 88-regexp.tclTime comparison:5%%5 Test 89-regexpComp.tclTime comparison:6%%6 Test 90-registry.tclTime comparison:6%%5 Test 91-rename.tclTime comparison:4%%3 Test 92-resource.tclTime comparison:2%%3 Test 93-result.tclTime comparison:2%%1 Test 94-safe.tclTime comparison:10%%6 Test 95-scan.tclTime comparison:6%%5 Test 96-security.tclTime comparison:1%%1 Test 97-set.tclTime comparison:4%%3 Test 98-set-old.tclTime comparison:6%%6 Test 99-socket.tclTime comparison:16%%14 Test 100-source.tclTime comparison:5%%5 Test 101-split.tclTime comparison:2%%1 Test 102-stack.tclTime comparison:2%%12 Test 103-string.tclTime comparison:12%%12 Test 104-stringComp.tclTime comparison:6%%5 Test 105-stringObj.tclTime comparison:3%%3 Test 106-subst.tclTime comparison:2%%2 Test 107-switch.tclTime comparison:2%%2 Test 108-tcl-import.tclTime comparison:5%%4 Test 109-tcl-object.tclTime comparison:4%%4 Test 110-tcltest.tclTime comparison:32%%22 Test 111-test0.tclTime comparison:62%%50 Test 112-thread.tclTime comparison:3%%2 Test 113-timer.tclTime comparison:4%%4 Test 114-trace.tclTime comparison:27%%34 Test 115-unixFCmd.tclTime comparison:6%%24 Test 116-unixFile.tclTime comparison:2%%2 Test 117-unixInit.tclTime comparison:6%%4 Test 118-unixNotfy.tclTime comparison:1%%2 Test 119-unknown.tclTime comparison:1%%2 Test 120-uplevel.tclTime comparison:5%%4 Test 121-upvar.tclTime comparison:3%%2 Test 122-utf.tclTime comparison:5%%4 Test 123-util.tclTime comparison:20%%4 Test 124-var.tclTime comparison:10%%9 Test 125-while.tclTime comparison:3%%2 Test 126-while-old.tclTime comparison:2%%1 Test 127-winConsole.tclTime comparison:1%%0 Test 128-winDde.tclTime comparison:4%%3 Test 129-winFCmd.tclTime comparison:15%%14 Test 130-winFile.tclTime comparison:1%%1 Test 131-winNotify.tclTime comparison:1%%1 Test 132-winPipe.tclTime comparison:9%%17 Test 133-winTime.tclTime comparison:0%%0 Running rawtests/all.tcl Running rawtests/a.tcl Running rawtests/7.tcl Running rawtests/8.tcl Running rawtests/9.tcl Running rawtests/b.tcl Running rawtests/c.tcl Running rawtests/d.tcl Running rawtests/e.tcl Running rawtests/f.tcl Running rawtests/g.tcl Running rawtests/0.tcl Running rawtests/1.tcl Running rawtests/2.tcl Running rawtests/3.tcl Running rawtests/4.tcl Running rawtests/5.tcl Running rawtests/6.tcl Running rawtests/simple0.tcl Running rawtests/simple1.tcl Running rawtests/simple3.tcl Tests run: 347, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.489 s - in org.eclipse.dltk.tcl.core.tests.AllTests testNamespaceDeclaration01(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.276 s testNamespaceDeclaration02(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.007 s testNamespaceDeclaration03(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.069 s testNamespaceDeclaration05(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.018 s testNamespaceDeclaration06(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.003 s testNamespaceDeclaration07(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.003 s testNamespaceDeclaration08(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.003 s testNamespaceDeclaration09(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.005 s testMethod001(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.01 s testMethod002(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.003 s testVariableDeclaration01(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.003 s testVariableDeclaration02(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.038 s testVariableDeclaration03(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.004 s testMethodReference01(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.01 s testMethodReference02(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.003 s testTypeReference01(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.005 s testTypeReference02(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.003 s testMethodDeclaration00(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.016 s testMethodDeclaration01(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.003 s testMethodDeclaration02(org.eclipse.dltk.tcl.core.tests.model.SearchTests) Time elapsed: 0.002 s testSearchVariable(org.eclipse.dltk.tcl.core.tests.model.SearchVarTests) Time elapsed: 0.057 s testSearchVariableSubstitution(org.eclipse.dltk.tcl.core.tests.model.SearchVarTests) Time elapsed: 0.002 s testSelection019a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.046 s testSelection020a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.007 s testSelection021a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection022a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection023a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection023b(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection023c(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection023d(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection023e(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection023g(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testSelection024a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.021 s testSelection024b(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.036 s testSelection025a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection025b(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testSelection026a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testSelection026b(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testselection001(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.013 s testselection002(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testselection003(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testselection004(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testselection005(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testselection006(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testselection007(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.035 s testselection008(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testselection009(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testselection041(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection010(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testSelection011(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testSelection012(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.004 s testSelection013(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.003 s testSelection014(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.003 s testSelection015(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.004 s testSelection016(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.004 s testSelection017(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.01 s testSelection018(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.005 s testSelection019(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.004 s testSelection020(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.028 s testSelection022(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.004 s testSelection028(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.016 s testSelection029(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.009 s testSelection030(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.013 s testSelection031(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.01 s testSelection032(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.008 s testSelection033(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.008 s testSelection034(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.035 s testSelection035(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.008 s testSelection037(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.011 s testSelection038(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection039(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.007 s testSelection040(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testSelection27a(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.004 s testSelection27b(org.eclipse.dltk.tcl.core.tests.model.TclSelectionTests) Time elapsed: 0.006 s testCompletion001(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.616 s testCompletion002(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.003 s testCompletion003(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.018 s testCompletion004(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.008 s testCompletion005(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.007 s testCompletion006(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.007 s testCompletion007(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.006 s testCompletion008(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.002 s testCompletion009(org.eclipse.dltk.tcl.core.tests.model.CompletionTests) Time elapsed: 0.006 s 1-append.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.012 s 2-appendComp.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.008 s 3-assocd.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 4-async.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.026 s 5-autoMkindex.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.012 s 6-basic.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.014 s 7-binary.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.039 s 8-case.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 9-clock.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.014 s 10-cmdAH.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.118 s 11-cmdIL.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.008 s 12-cmdInfo.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 13-cmdMZ.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.007 s 14-compExpr.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.009 s 15-compExpr-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.02 s 16-compile.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.007 s 17-concat.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 18-dcall.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 19-dstring.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 20-encoding.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.044 s 21-env.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.006 s 22-error.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 23-escp.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.001 s 24-eval.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 25-event.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.007 s 26-exec.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.013 s 27-execute.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.013 s 28-expr.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.022 s 29-expr-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.038 s 30-fCmd.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.052 s 31-fileName.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.093 s 32-fileSystem.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.023 s 33-for.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.039 s 34-foreach.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 35-format.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.012 s 36-for-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 37-get.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 38-history.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.011 s 39-http.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.021 s 40-httpold.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.024 s 41-if.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.009 s 42-if-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 43-incr.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.007 s 44-incr-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 45-indexObj.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 46-info.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.015 s 47-init.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 48-interp.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.028 s 49-io.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.172 s 50-ioCmd.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.016 s 51-iogt.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.064 s 52-ioUtil.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 53-join.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 54-lindex.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.006 s 55-link.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 56-linsert.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 57-list.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.01 s 58-listObj.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 59-llength.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.001 s 60-load.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.029 s 61-lrange.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 62-lreplace.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 63-lsearch.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.012 s 64-lset.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.007 s 65-lsetComp.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 66-macFCmd.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 67-main.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.02 s 68-misc.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 69-msgcat.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.019 s 70-namespace.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.035 s 71-namespace-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.012 s 72-notify.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 73-obj.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.01 s 74-opt.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 75-osa.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.001 s 76-package.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 77-parse.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.013 s 78-parseExpr.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.013 s 79-parseOld.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.015 s 80-pid.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 81-pkg.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.009 s 82-pkgMkIndex.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.034 s 83-platform.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 84-proc.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.006 s 85-proc-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.011 s 86-pwd.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.001 s 87-reg.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.088 s 88-regexp.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.01 s 89-regexpComp.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.012 s 90-registry.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.011 s 91-rename.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.007 s 92-resource.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 93-result.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 94-safe.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.016 s 95-scan.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.012 s 96-security.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 97-set.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.008 s 98-set-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.012 s 99-socket.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.03 s 100-source.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.01 s 101-split.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 102-stack.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.014 s 103-string.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.024 s 104-stringComp.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.011 s 105-stringObj.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.006 s 106-subst.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 107-switch.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 108-tcl-import.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.009 s 109-tcl-object.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.01 s 110-tcltest.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.054 s 111-test0.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.112 s 112-thread.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 113-timer.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.008 s 114-trace.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.061 s 115-unixFCmd.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.03 s 116-unixFile.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.004 s 117-unixInit.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.01 s 118-unixNotfy.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 119-unknown.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 120-uplevel.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.01 s 121-upvar.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 122-utf.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.009 s 123-util.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.024 s 124-var.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.02 s 125-while.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.005 s 126-while-old.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.003 s 127-winConsole.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 128-winDde.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.007 s 129-winFCmd.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.03 s 130-winFile.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 131-winNotify.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.002 s 132-winPipe.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.027 s 133-winTime.tcl(org.eclipse.dltk.tcl.parser.tests.AllParseTests) Time elapsed: 0.001 s test10(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.046 s test11(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.003 s test12(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0 s test13(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test14(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.004 s test15(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.004 s test16(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.003 s test17(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.031 s test18(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.003 s test19(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test20(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test21(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test0(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test1(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test2(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test3(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test4(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test5(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test6(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.003 s test7(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.004 s test8(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s test9(org.eclipse.dltk.tcl.parser.tests.SimpleParserTests) Time elapsed: 0.002 s testElseIf(org.eclipse.dltk.tcl.parser.tests.TclIfProcessorTests) Time elapsed: 0.002 s testEscapeName(org.eclipse.dltk.tcl.parser.tests.TclParseUtilTests) Time elapsed: 0.001 s testCompletion001(org.eclipse.dltk.tcl.core.tests.model.PACompletionTests) Time elapsed: 0.037 s testCompletion002(org.eclipse.dltk.tcl.core.tests.model.PACompletionTests) Time elapsed: 0.066 s testCompletion003(org.eclipse.dltk.tcl.core.tests.model.PACompletionTests) Time elapsed: 0.004 s testCompletion004(org.eclipse.dltk.tcl.core.tests.model.PACompletionTests) Time elapsed: 0.004 s testCompletion001b(org.eclipse.dltk.tcl.core.tests.model.PACompletionTests) Time elapsed: 0.003 s testCompletion002b(org.eclipse.dltk.tcl.core.tests.model.PACompletionTests) Time elapsed: 0.002 s testCompletion003b(org.eclipse.dltk.tcl.core.tests.model.PACompletionTests) Time elapsed: 0.002 s testCompletion004b(org.eclipse.dltk.tcl.core.tests.model.PACompletionTests) Time elapsed: 0.003 s testSelection001b(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.024 s testSelection002b(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.004 s testSelection003b(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.004 s testSelection004b(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.004 s testSelection001(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.002 s testSelection002(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.001 s testSelection003(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.002 s testSelection004(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.001 s testSelection005(org.eclipse.dltk.tcl.core.tests.model.PASelectionTests) Time elapsed: 0.002 s testNop(org.eclipse.dltk.tcl.core.tests.VariableResolverTests) Time elapsed: 0.005 s testComplex(org.eclipse.dltk.tcl.core.tests.VariableResolverTests) Time elapsed: 0.014 s testEnvironmentResolve(org.eclipse.dltk.tcl.core.tests.VariableResolverTests) Time elapsed: 0.001 s testNestedExpressions(org.eclipse.dltk.tcl.core.tests.VariableResolverTests) Time elapsed: 0 s testSingle(org.eclipse.dltk.tcl.core.tests.VariableResolverTests) Time elapsed: 0 s testSmaller(org.eclipse.dltk.tcl.core.tests.VariableResolverTests) Time elapsed: 0 s testNestedCycle(org.eclipse.dltk.tcl.core.tests.VariableResolverTests) Time elapsed: 0 s testSingleMixed(org.eclipse.dltk.tcl.core.tests.VariableResolverTests) Time elapsed: 0 s testEnv(org.eclipse.dltk.tcl.core.tests.TclContentDescriberTests) Time elapsed: 0.002 s testExec1(org.eclipse.dltk.tcl.core.tests.TclContentDescriberTests) Time elapsed: 0 s testExec2(org.eclipse.dltk.tcl.core.tests.TclContentDescriberTests) Time elapsed: 0 s testSimple(org.eclipse.dltk.tcl.core.tests.TclContentDescriberTests) Time elapsed: 0.001 s test1(org.eclipse.dltk.tcl.parser.structure.SimpleStructureParserTests) Time elapsed: 0.005 s /rawtests/0.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.018 s /rawtests/1.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /rawtests/2.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/3.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/4.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/5.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/6.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.003 s /rawtests/7.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/8.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.003 s /rawtests/9.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /rawtests/a.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /rawtests/all.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.011 s /rawtests/b.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/c.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/d.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/e.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/f.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.003 s /rawtests/g.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/simple0.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.004 s /rawtests/simple1.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /rawtests/simple3.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /scripts/elseif.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /scripts/structure/itcl/itcl-body.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.058 s /scripts/structure/itcl/itcl-class.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /scripts/structure/itcl/itcl-constructor.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /scripts/structure/itcl/itcl-inherit.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /scripts/structure/itcl/itcl-instance.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.005 s /scripts/structure/itcl/itcl-methods.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.004 s /scripts/structure/itcl/itcl-proc.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /scripts/structure/itcl/itcl-vars.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.003 s /scripts/structure/proc-nl.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /scripts/structure/xotcl/xotcl-class-instance-proc.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0 s /scripts/structure/xotcl/xotcl-class-instance.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /scripts/structure/xotcl/xotcl-class-instproc.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /scripts/structure/xotcl/xotcl-class-parameter.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /scripts/structure/xotcl/xotcl-classes-namespace.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.003 s /scripts/structure/xotcl/xotcl-classes.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /scripts/structure/xotcl/xotcl-namespace-class.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.142 s /scripts/structure/xotcl/xotcl-object.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /scripts/structure/xotcl/xotcl-unknown-class.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0 s /workspace/Completion/src/Completion002.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.012 s /workspace/Completion/src/CompletionKeywordNamespace1.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0 s /workspace/Completion/src/completion003.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/Completion/src/completion004.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PACompletion/pkg1/module0.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.003 s /workspace/PACompletion/pkg1/pkgIndex.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PACompletion/pkg2/module0.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.003 s /workspace/PACompletion/pkg2/pkgIndex.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PACompletion/src/test.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0 s /workspace/PACompletion/src/test2.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PACompletion/src/test3.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PACompletion/src/test4.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PASelection/pkg1/module0.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /workspace/PASelection/pkg1/pkgIndex.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PASelection/pkg2/module0.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.003 s /workspace/PASelection/pkg2/pkgIndex.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PASelection/src/test.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PASelection/src/test2.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.005 s /workspace/PASelection/src/test3.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PASelection/src/test4.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/PASelection/src/test5.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0 s /workspace/SearchVar/src/hello.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /workspace/SearchVar/src/hello2.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /workspace/Selection/src/selection001.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.01 s /workspace/Selection/src/selection002.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.008 s /workspace/Selection/src/selection003.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.015 s /workspace/Structure/src/structure1.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/TCLSearch/src/CompletionKeywordNamespace1.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/TCLSearch/src/X.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s /workspace/TCLSearch/src/p/X.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /workspace/TCLSearch/src/p1/test.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /workspace/TCLSearch/src/p2/X.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /workspace/TCLSearch/src/p3/X.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.037 s /workspace/TCLSearch/src/p4/t.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.002 s /workspace/TCLSearch/src/q5/AQ.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.004 s /workspace/TCLSearch2/src/X.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.005 s /workspace/launching/src/test.tcl(org.eclipse.dltk.tcl.parser.structure.StructureParserTests) Time elapsed: 0.001 s Results: Tests run: 347, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.formatter.tests >------ [INFO] Building org.eclipse.dltk.tcl.formatter.tests 6.0.0-SNAPSHOT [77/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Compiling 15 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/org.eclipse.dltk.tcl.formatter.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/org.eclipse.dltk.tcl.formatter.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.tcl.formatter.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.tcl.formatter.tests.AllTests Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.175 s - in org.eclipse.dltk.tcl.formatter.tests.AllTests test1(org.eclipse.dltk.tcl.formatter.tests.SimpleTests) Time elapsed: 0.671 s test2(org.eclipse.dltk.tcl.formatter.tests.SimpleTests) Time elapsed: 0.007 s test3(org.eclipse.dltk.tcl.formatter.tests.SimpleTests) Time elapsed: 0.004 s test4(org.eclipse.dltk.tcl.formatter.tests.SimpleTests) Time elapsed: 0.017 s test5(org.eclipse.dltk.tcl.formatter.tests.SimpleTests) Time elapsed: 0.004 s test6(org.eclipse.dltk.tcl.formatter.tests.SimpleTests) Time elapsed: 0.002 s test7(org.eclipse.dltk.tcl.formatter.tests.SimpleTests) Time elapsed: 0.003 s simple-code(org.eclipse.dltk.tcl.formatter.tests.CodeTest) Time elapsed: 0.004 s script-one-line(org.eclipse.dltk.tcl.formatter.tests.CodeTest) Time elapsed: 0.03 s commands-one-line(org.eclipse.dltk.tcl.formatter.tests.CodeTest) Time elapsed: 0.005 s script-without-begin-end(org.eclipse.dltk.tcl.formatter.tests.CodeTest) Time elapsed: 0.004 s comments-test1(org.eclipse.dltk.tcl.formatter.tests.CodeTest) Time elapsed: 0.005 s comments-test2(org.eclipse.dltk.tcl.formatter.tests.CodeTest) Time elapsed: 0.007 s simple-indentation-test(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.002 s indentation-script-with-{}(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.005 s indentation-after-\(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.001 s indentation-after-\-for-substitution(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.005 s indentation-after-\-for-comments(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.001 s indentation-after-\-for-string-test1(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.003 s indentation-after-\-for-string-test2(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.002 s indentation-comment-test(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.003 s indentation-comment-test2(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.003 s indentation-string-test(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.003 s switch-indentation-test1(org.eclipse.dltk.tcl.formatter.tests.IndentationTest) Time elapsed: 0.036 s simple-indentation-test(org.eclipse.dltk.tcl.formatter.tests.IndentationOffTest) Time elapsed: 0.002 s indentation-script-with-{}(org.eclipse.dltk.tcl.formatter.tests.IndentationOffTest) Time elapsed: 0.004 s indentation-after-\(org.eclipse.dltk.tcl.formatter.tests.IndentationOffTest) Time elapsed: 0.001 s indentation-after-\-for-substitution(org.eclipse.dltk.tcl.formatter.tests.IndentationOffTest) Time elapsed: 0.002 s indentation-comment-test(org.eclipse.dltk.tcl.formatter.tests.IndentationOffTest) Time elapsed: 0.002 s empty-lines-to-preserve-test(org.eclipse.dltk.tcl.formatter.tests.BlankLinesTest) Time elapsed: 0.003 s empty-line-between-proc-test(org.eclipse.dltk.tcl.formatter.tests.BlankLinesTest) Time elapsed: 0.004 s empty-line-between-proc-test(org.eclipse.dltk.tcl.formatter.tests.BlankLinesTest) Time elapsed: 0.004 s empty-line-between-proc-with-comments-test(org.eclipse.dltk.tcl.formatter.tests.BlankLinesTest) Time elapsed: 0.004 s empty-line-between-proc-with-comments-test2(org.eclipse.dltk.tcl.formatter.tests.BlankLinesTest) Time elapsed: 0.009 s empty-line-between-proc-with-comments-test3(org.eclipse.dltk.tcl.formatter.tests.BlankLinesTest) Time elapsed: 0.005 s empty-line-after-package-require-simple-test(org.eclipse.dltk.tcl.formatter.tests.BlankLinesTest) Time elapsed: 0.004 s empty-line-after-package-require-test(org.eclipse.dltk.tcl.formatter.tests.BlankLinesTest) Time elapsed: 0.005 s testWrapping1(org.eclipse.dltk.tcl.formatter.tests.CommentsWrapTest) Time elapsed: 0 s testWrapping2(org.eclipse.dltk.tcl.formatter.tests.CommentsWrapTest) Time elapsed: 0.001 s between code(org.eclipse.dltk.tcl.formatter.tests.PreserveEmptyLinesTest) Time elapsed: 0.002 s inside strings(org.eclipse.dltk.tcl.formatter.tests.PreserveEmptyLinesTest) Time elapsed: 0.001 s mixed(org.eclipse.dltk.tcl.formatter.tests.PreserveEmptyLinesTest) Time elapsed: 0.001 s full-test1(org.eclipse.dltk.tcl.formatter.tests.FullTest) Time elapsed: 0.294 s switch(org.eclipse.dltk.tcl.formatter.tests.SwitchTests) Time elapsed: 0.005 s switch-hash-arg(org.eclipse.dltk.tcl.formatter.tests.SwitchTests) Time elapsed: 0.005 s instproc(org.eclipse.dltk.tcl.formatter.tests.XOTclTests) Time elapsed: 0.047 s proc(org.eclipse.dltk.tcl.formatter.tests.XOTclTests) Time elapsed: 0.001 s proc(org.eclipse.dltk.tcl.formatter.tests.IncrTclTests) Time elapsed: 0.02 s methods(org.eclipse.dltk.tcl.formatter.tests.IncrTclTests) Time elapsed: 0.006 s constructor(org.eclipse.dltk.tcl.formatter.tests.IncrTclTests) Time elapsed: 0.002 s class&body(org.eclipse.dltk.tcl.formatter.tests.IncrTclTests) Time elapsed: 0.008 s visibility-blocks(org.eclipse.dltk.tcl.formatter.tests.IncrTclTests) Time elapsed: 0.002 s Results: Tests run: 52, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.validators.tests >----- [INFO] Building org.eclipse.dltk.tcl.validators.tests 6.0.0-SNAPSHOT [78/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Compiling 8 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/org.eclipse.dltk.tcl.validators.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/org.eclipse.dltk.tcl.validators.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.tcl.validators.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.validators.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.tcl.validators.tests.AllTests %%%%%%%%%%%%%%%%Test:test001 %%%%%%%%%%%%%%%%Test:test002 %%%%%%%%%%%%%%%%Test:test003 %%%%%%%%%%%%%%%%Test:test004 %%%%%%%%%%%%%%%%Test:test005 %%%%%%%%%%%%%%%%Test:test006 %%%%%%%%%%%%%%%%Test:test007 %%%%%%%%%%%%%%%%Test:test008 -----------------ERRORS---------------------- Warning/Info:10003 (15,32) message:Bad argument definition proc cmd {arg1 {arg2 def2 def22} args} {puts alpha} ^ ^ Warning/Info:6 (10,37) message:Extra argument(s) proc cmd {arg1 {arg2 def2 def22} args} {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test009 -----------------ERRORS---------------------- Error:7 (0,21) message:Missing tcl script:body proc cmd {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test010 -----------------ERRORS---------------------- Warning/Info:6 (19,24) message:Extra argument(s) proc cmd arg1 puts alpha ^ ^ Error:7 (14,18) message:Missing argument(s). Possible values:-nonewline,string proc cmd arg1 puts alpha ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test011 -----------------ERRORS---------------------- Warning/Info:10003 (10,20) message:Bad argument definition proc cmd {{{{arg1}}}} {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test013 %%%%%%%%%%%%%%%%Test:test016 %%%%%%%%%%%%%%%%Test:test017 %%%%%%%%%%%%%%%%Test:test024 %%%%%%%%%%%%%%%%Test:test025 %%%%%%%%%%%%%%%%Test:test026 %%%%%%%%%%%%%%%%Test:test027 -----------------ERRORS---------------------- Warning/Info:10004 (27,31) message:Non-default arg specified after default proc cmd {arg0 {arg1 def1} arg2} {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test028 -----------------ERRORS---------------------- Warning/Info:10005 (20,24) message:Argument specified after "args" proc cmd {arg0 args arg2} {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test030 -----------------ERRORS---------------------- Warning/Info:10006 (15,25) message:"args" cannot be defaulted. Default value is ignored. proc cmd {arg0 {args def}} {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test031 -----------------ERRORS---------------------- Warning/Info:10003 (15,25) message:Bad argument definition proc cmd {arg0 {{{arg1}}}} {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test033 -----------------ERRORS---------------------- Warning/Info:10003 (14,16) message:Bad argument definition proc cmd {arg {}} {puts alpha} ^^ ============================================= %%%%%%%%%%%%%%%%Test:test034 -----------------ERRORS---------------------- Warning/Info:10007 (14,19) message:Argument with the same name has been declared proc cmd {arg {arg}} {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test035 -----------------ERRORS---------------------- Warning/Info:10005 (13,16) message:Argument specified after "args" apply {{args arg} {puts alpha}} 1 2 ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test036 %%%%%%%%%%%%%%%%Test:test037 -----------------ERRORS---------------------- Warning/Info:10006 (10,24) message:"args" cannot be defaulted. Default value is ignored. proc cmd {{args {value}}} {puts alpha} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test038 %%%%%%%%%%%%%%%%Test:test039 -----------------ERRORS---------------------- Warning/Info:10006 (8,18) message:"args" cannot be defaulted. Default value is ignored. apply {{{args def}} {}} {} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test040 -----------------ERRORS---------------------- Warning/Info:10004 (19,23) message:Non-default arg specified after default apply {{{arg1 def} arg2} {}} {} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:typedCheck -----------------ERRORS---------------------- Warning/Info:9 (5,8) message:Built-in command redefinition proc set {} {} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test002 -----------------ERRORS---------------------- Warning/Info:9 (5,8) message:Built-in command redefinition proc set {} {}; proc set {} {}; proc set {} {} ^ ^ Warning/Info:10 (21,24) message:Procedure set is already defined on line 0 proc set {} {}; proc set {} {}; proc set {} {} ^ ^ Warning/Info:10 (37,40) message:Procedure set is already defined on line 0 proc set {} {}; proc set {} {}; proc set {} {} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test003 -----------------ERRORS---------------------- Warning/Info:10 (45,52) message:Procedure myProc1 is already defined on line 0 proc myProc1 {} {}; proc myProc2 {} {}; proc myProc1 {} {}; proc myProc2 {} {}; proc myProc2 {} {} ^ ^ Warning/Info:10 (65,72) message:Procedure myProc2 is already defined on line 0 proc myProc1 {} {}; proc myProc2 {} {}; proc myProc1 {} {}; proc myProc2 {} {}; proc myProc2 {} {} ^ ^ Warning/Info:10 (85,92) message:Procedure myProc2 is already defined on line 0 proc myProc1 {} {}; proc myProc2 {} {}; proc myProc1 {} {}; proc myProc2 {} {}; proc myProc2 {} {} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test004 -----------------ERRORS---------------------- Warning/Info:10 (81,88) message:Procedure myProc2 is already defined on line 3 proc myProc2 {} {} ^ ^ Warning/Info:10 (43,50) message:Procedure myProc1 is already defined on line 0 proc myProc2 {} {} ^ ^ Warning/Info:10 (62,69) message:Procedure myProc2 is already defined on line 1 proc myProc2 {} {} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:typedCheck %%%%%%%%%%%%%%%%Test:test001 -----------------ERRORS---------------------- Warning/Info:8 (16,22) message:Unreachable code puts 1; return; puts 2 ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test002 %%%%%%%%%%%%%%%%Test:test003 -----------------ERRORS---------------------- Warning/Info:8 (16,22) message:Unreachable code puts 1; return; puts 2; puts 3; puts 4 ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test004 -----------------ERRORS---------------------- Warning/Info:8 (28,34) message:Unreachable code proc my {} {puts 1; return; puts 2; puts 3; puts 4} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test005 -----------------ERRORS---------------------- Warning/Info:8 (37,41) message:Unreachable code proc namespace2 {args} {alpha;return;beta;beta;beta}; proc lala {} {} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test006 -----------------ERRORS---------------------- Warning/Info:8 (75,79) message:Unreachable code proc lala {} {proc mumu {} {alpha; return beta;beta;beta; return}; return; beta} ^ ^ Warning/Info:8 (47,51) message:Unreachable code proc lala {} {proc mumu {} {alpha; return beta;beta;beta; return}; return; beta} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test007 %%%%%%%%%%%%%%%%Test:test008 -----------------ERRORS---------------------- Warning/Info:8 (23,29) message:Unreachable code if 1 {return} {return; puts 2} ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test009 -----------------ERRORS---------------------- Warning/Info:8 (40,46) message:Unreachable code if 1 {return} {return; puts 2}; return; puts 4; ^ ^ Warning/Info:8 (23,29) message:Unreachable code if 1 {return} {return; puts 2}; return; puts 4; ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test010 -----------------ERRORS---------------------- Warning/Info:8 (51,58) message:Unreachable code after 340 {return 30; puts alpha}; cmd; return 50; puts 34 ^ ^ Warning/Info:8 (22,32) message:Unreachable code after 340 {return 30; puts alpha}; cmd; return 50; puts 34 ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test011 %%%%%%%%%%%%%%%%Test:test012 %%%%%%%%%%%%%%%%Test:test013 -----------------ERRORS---------------------- Warning/Info:8 (22,28) message:Unreachable code puts [puts 4; return; puts 5] ^ ^ ============================================= %%%%%%%%%%%%%%%%Test:test014 Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 s - in org.eclipse.dltk.tcl.validators.tests.AllTests test001(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.449 s test002(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test003(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test004(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test005(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.005 s test006(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test007(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.001 s test008(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.011 s test009(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.004 s test010(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.006 s test011(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test013(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test016(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.002 s test017(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.032 s test024(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.005 s test025(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test026(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.001 s test027(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.005 s test028(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.004 s test030(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test031(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test033(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test034(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.003 s test035(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.002 s test036(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.001 s test037(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.002 s test038(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.001 s test039(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.002 s test040(org.eclipse.dltk.tcl.validators.internal.tests.ArgumentsDefinitionCheckTest) Time elapsed: 0.002 s test001(org.eclipse.dltk.tcl.validators.internal.tests.CommandRedefinitionCheckTest) Time elapsed: 0.004 s test002(org.eclipse.dltk.tcl.validators.internal.tests.CommandRedefinitionCheckTest) Time elapsed: 0.003 s test003(org.eclipse.dltk.tcl.validators.internal.tests.CommandRedefinitionCheckTest) Time elapsed: 0.052 s test004(org.eclipse.dltk.tcl.validators.internal.tests.CommandRedefinitionCheckTest) Time elapsed: 0.004 s test005(org.eclipse.dltk.tcl.validators.internal.tests.CommandRedefinitionCheckTest) Time elapsed: 0.001 s test001(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.003 s test002(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.001 s test003(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.002 s test004(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.003 s test005(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.003 s test006(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.004 s test007(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.002 s test008(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.003 s test009(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.003 s test010(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.004 s test011(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.002 s test012(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.004 s test013(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.002 s test014(org.eclipse.dltk.tcl.validators.internal.tests.UnreachableCodeCheckTest) Time elapsed: 0.001 s Results: Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.ui.tests >--------- [INFO] Building org.eclipse.dltk.tcl.ui.tests 6.0.0-SNAPSHOT [79/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.ui.tests --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/dltk-sonar/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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/org.eclipse.dltk.tcl.ui.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/org.eclipse.dltk.tcl.ui.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.tcl.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xms40m, -Xmx1G, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.ui.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.tcl.ui.tests.AllTests Warning: NLS unused message: DLTKEditorPreferencePage_default in: org.eclipse.dltk.ui.preferences.PreferencesMessages Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.633 s - in org.eclipse.dltk.tcl.ui.tests.AllTests test0(org.eclipse.dltk.tcl.ui.tests.folding.TclFoldingTest) Time elapsed: 0.225 s test2(org.eclipse.dltk.tcl.ui.tests.folding.TclFoldingTest) Time elapsed: 0.005 s test3(org.eclipse.dltk.tcl.ui.tests.folding.TclFoldingTest) Time elapsed: 0.064 s test4(org.eclipse.dltk.tcl.ui.tests.folding.TclFoldingTest) Time elapsed: 0.006 s testJoinNewLinesOff(org.eclipse.dltk.tcl.ui.tests.folding.TclFoldingTest) Time elapsed: 0.001 s testSheBang(org.eclipse.dltk.tcl.ui.tests.folding.TclFoldingTest) Time elapsed: 0.001 s testJoinNewLinesOn(org.eclipse.dltk.tcl.ui.tests.folding.TclFoldingTest) Time elapsed: 0.002 s testCommentPositioning1(org.eclipse.dltk.tcl.ui.tests.folding.TclCommentElementTests) Time elapsed: 0.191 s testAutoCloseWithNewLine(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.024 s testSmartPaste289072(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.009 s testSmartPaste2(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testParts(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testAutoCloseWithNewLine2(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testAutoCloseWithNewLine3(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0 s testAutoCloseWithNewLine4(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testSmartPaste289072a(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.005 s testAutoCloseCommon(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testIndent00(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testIndent01(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testIndent02(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0 s testIndent03(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0 s testIndent04(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testIndent06_pasting_hard(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 1.455 s testIndent06_jumping(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testAutoCloseSmart(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testCloseBrace(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testParts2(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0 s testParts3(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testIndent06_autoclose(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testNewLine0(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0 s testNewLine1(org.eclipse.dltk.tcl.ui.tests.indenting.SimpleIndentingTest) Time elapsed: 0.001 s testBasicCreate(org.eclipse.dltk.tcl.ui.tests.wizardapi.NewTCLProjectWizardTest) Time elapsed: 0.156 s testBasicSet(org.eclipse.dltk.tcl.ui.tests.wizardapi.NewTCLProjectWizardTest) Time elapsed: 0.001 s testUserSet(org.eclipse.dltk.tcl.ui.tests.wizardapi.NewTCLProjectWizardTest) Time elapsed: 0.002 s testProjectChange(org.eclipse.dltk.tcl.ui.tests.wizardapi.NewTCLProjectWizardTest) Time elapsed: 0.028 s testUserCreate(org.eclipse.dltk.tcl.ui.tests.wizardapi.NewTCLProjectWizardTest) Time elapsed: 0.042 s testExistingOverwrite(org.eclipse.dltk.tcl.ui.tests.wizardapi.NewTCLProjectWizardTest) Time elapsed: 0.041 s testReadExisting(org.eclipse.dltk.tcl.ui.tests.wizardapi.NewTCLProjectWizardTest) Time elapsed: 0.051 s Results: Tests run: 38, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.dltk.tcl:org.eclipse.dltk.tcl.activestatedebugger.tests >-- [INFO] Building org.eclipse.dltk.tcl.activestatedebugger.tests 6.0.0-SNAPSHOT [80/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Compiling 3 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/org.eclipse.dltk.tcl.activestatedebugger.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/org.eclipse.dltk.tcl.activestatedebugger.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.tcl.activestatedebugger.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.tcl.activestatedebugger.tests.AllTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s - in org.eclipse.dltk.tcl.activestatedebugger.tests.AllTests testABC(org.eclipse.dltk.tcl.activestatedebugger.tests.InstrumentationSetupTests) Time elapsed: 0.12 s testXYABC(org.eclipse.dltk.tcl.activestatedebugger.tests.InstrumentationSetupTests) Time elapsed: 0.001 s testAB(org.eclipse.dltk.tcl.activestatedebugger.tests.InstrumentationSetupTests) Time elapsed: 0 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.ui >----------- [INFO] Building org.eclipse.dltk.itcl.ui 6.0.0-SNAPSHOT [81/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.itcl.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.itcl.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.itcl.ui --- [INFO] Compiling 5 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.itcl.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/org.eclipse.dltk.itcl.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.itcl.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl.ui/target/org.eclipse.dltk.itcl.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl.ui --- [INFO] [INFO] ------------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl >------------- [INFO] Building org.eclipse.dltk.itcl 6.0.0-SNAPSHOT [82/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.itcl --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.itcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.itcl --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/plugins/org.eclipse.dltk.itcl/target/org.eclipse.dltk.itcl-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl --- [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.itcl >----------- [INFO] Building org.eclipse.dltk.itcl 6.0.0-SNAPSHOT [83/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.itcl --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.itcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.itcl --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl-feature/target/org.eclipse.dltk.itcl-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.itcl --- [INFO] [INFO] ----------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.sdk >----------- [INFO] Building org.eclipse.dltk.itcl.sdk 6.0.0-SNAPSHOT [84/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.itcl.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.itcl.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.itcl.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/features/org.eclipse.dltk.itcl.sdk/target/org.eclipse.dltk.itcl.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.itcl.sdk --- [INFO] [INFO] -------< org.eclipse.dltk.itcl:org.eclipse.dltk.itcl.core.tests >------- [INFO] Building org.eclipse.dltk.itcl.core.tests 6.0.0-SNAPSHOT [85/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.itcl.core.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.itcl.core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Compiling 3 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/org.eclipse.dltk.itcl.core.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/org.eclipse.dltk.itcl.core.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.itcl.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.itcl.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/itcl/tests/org.eclipse.dltk.itcl.core.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.itcl.core.tests.AllTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.eclipse.dltk.itcl.core.tests.AllTests testProcArgsABC(org.eclipse.dltk.itcl.core.tests.internal.ITclParseTests) Time elapsed: 1.006 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.ui >---------- [INFO] Building org.eclipse.dltk.xotcl.ui 6.0.0-SNAPSHOT [86/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.xotcl.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.xotcl.ui --- [INFO] Compiling 8 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/org.eclipse.dltk.xotcl.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.ui/target/org.eclipse.dltk.xotcl.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.ui --- [INFO] [INFO] ----< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.testing.xounit >---- [INFO] Building org.eclipse.dltk.xotcl.testing.xounit 6.0.0-SNAPSHOT [87/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Compiling 4 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/org.eclipse.dltk.xotcl.testing.xounit-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/target/org.eclipse.dltk.xotcl.testing.xounit-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.testing.xounit --- [INFO] [INFO] -----------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl >------------ [INFO] Building org.eclipse.dltk.xotcl 6.0.0-SNAPSHOT [88/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.xotcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/plugins/org.eclipse.dltk.xotcl/target/org.eclipse.dltk.xotcl-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.xotcl >---------- [INFO] Building org.eclipse.dltk.xotcl 6.0.0-SNAPSHOT [89/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.xotcl --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.xotcl --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.xotcl --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl-feature/target/org.eclipse.dltk.xotcl-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.xotcl --- [INFO] [INFO] ---------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.sdk >---------- [INFO] Building org.eclipse.dltk.xotcl.sdk 6.0.0-SNAPSHOT [90/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.xotcl.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.xotcl.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.xotcl.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/features/org.eclipse.dltk.xotcl.sdk/target/org.eclipse.dltk.xotcl.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.xotcl.sdk --- [INFO] [INFO] ------< org.eclipse.dltk.xotcl:org.eclipse.dltk.xotcl.core.tests >------ [INFO] Building org.eclipse.dltk.xotcl.core.tests 6.0.0-SNAPSHOT [91/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Compiling 9 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin: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/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/org.eclipse.dltk.xotcl.core.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/org.eclipse.dltk.xotcl.core.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.xotcl.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.tcl/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.xotcl.core.tests.AllTests Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.054 s - in org.eclipse.dltk.xotcl.core.tests.AllTests testXOTclClassAllProcProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.58 s testXOTclClassAllProcProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.002 s testXOTclClassAllProcProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.003 s testXOTclClassAllProcProcessor004(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.001 s testXOtclClassMethodCallProcessor(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.004 s testXOTclClassNewInstanceProcessor(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.001 s testXOTclProcCallProcessor(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.001 s testClassCreateCommandProcessor005(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.012 s testObjectSetProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.002 s testObjectSetProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.001 s testObjectCreateProcessor(org.eclipse.dltk.xotcl.core.tests.parser.XOTclCommandProcessorTests) Time elapsed: 0.001 s testParseUtil001(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.081 s testParseUtil002(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.005 s testParseUtil003(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.006 s testParseUtil004(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.006 s testParseUtil005(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.006 s testParseUtil006(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.006 s testParseUtil007(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.004 s testParseUtil008(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.004 s testParseUtil009(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.005 s testParseUtil010(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.006 s testParseUtil011(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.006 s testParseUtil012(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.005 s testParseUtil013(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.033 s testParseUtil014(org.eclipse.dltk.xotcl.core.tests.parser.XOTclParserUtilTests) Time elapsed: 0.003 s testTclGlobalVariableProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.003 s testTclGlobalVariableProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclForeachProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclForeachProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testIfProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.007 s testIfProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.002 s testIfProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.002 s testIfProcessor004(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclProcProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclProcProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.002 s testTclProcProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclUpVarProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.003 s testTclUpVarProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclUpVarProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclUpVarProcessor004(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclVariableProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclVariableProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclCatchProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.002 s testTclCatchProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclCatchProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclCatchProcessor004(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclNamespaceProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclNamespaceProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclNamespaceProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclNamespaceProcessor004(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclForProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.004 s testTclForProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclForProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclForProcessor004(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclSwitchProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.006 s testTclSwitchProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.002 s testTclSwitchProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.004 s testTclSwitchProcessor004(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.006 s testTclSwitchProcessor005(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclPackageProcessor001(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.002 s testTclPackageProcessor002(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclPackageProcessor003(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testTclPackageProcessor004(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.001 s testTclPackageProcessor005(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0 s testIfProcessor001a(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.002 s testIfProcessor002a(org.eclipse.dltk.xotcl.core.tests.parser.TclCommandProcessorTests) Time elapsed: 0.028 s testSelection019a(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.092 s testSelection020a(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.008 s testSelection021a(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.007 s testSelection022a(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.007 s testSelection023a(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.007 s testSelection023b(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testSelection023c(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testSelection023d(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testSelection023e(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.057 s testSelection023g(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.005 s testselection001(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.02 s testselection002(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testselection003(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testselection004(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testselection005(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.007 s testselection006(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.035 s testselection007(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testselection008(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testselection009(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.005 s testSelection010(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.005 s testSelection011(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.006 s testSelection012(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection013(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection014(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection015(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection016(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.005 s testSelection017(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection018(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection019(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.003 s testSelection020(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.003 s testSelection022(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection028(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.117 s testSelection029(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.015 s testSelection030(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.007 s testSelection031(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.009 s testSelection032(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.012 s testSelection033(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.008 s testSelection034(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.007 s testSelection035(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.007 s testSelection037(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.008 s testSelection038(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.005 s testSelection039(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection040(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.031 s testSelection045(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.029 s testSelection046(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection047(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.003 s testSelection048(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.002 s testSelection051(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.008 s testSelection055(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection056(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection057(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.003 s testSelection060(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.003 s testSelection061(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.002 s testSelection062(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.003 s testSelection27a(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.004 s testSelection27b(org.eclipse.dltk.xotcl.core.tests.model.XOTclSelectionTests) Time elapsed: 0.003 s Results: Tests run: 122, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------------------< org.eclipse.dltk.ruby:ruby >--------------------- [INFO] Building ruby 6.0.0-SNAPSHOT [92/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ruby --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ ruby --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ ruby --- [INFO] [INFO] ----< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.abstractdebugger >---- [INFO] Building org.eclipse.dltk.ruby.abstractdebugger 6.0.0-SNAPSHOT [93/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.abstractdebugger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] Compiling 1 source file to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.abstractdebugger/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.abstractdebugger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.abstractdebugger/target/org.eclipse.dltk.ruby.abstractdebugger-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.abstractdebugger/target/org.eclipse.dltk.ruby.abstractdebugger-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.abstractdebugger --- [INFO] [INFO] ---------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.debug >---------- [INFO] Building org.eclipse.dltk.ruby.debug 6.0.0-SNAPSHOT [94/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.debug --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.debug --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.debug --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.debug --- [INFO] Compiling 8 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.debug --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug/target/org.eclipse.dltk.ruby.debug-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.debug --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.debug --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug/target/org.eclipse.dltk.ruby.debug-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.debug --- [INFO] [INFO] ----------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.core >---------- [INFO] Building org.eclipse.dltk.ruby.core 6.0.0-SNAPSHOT [95/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.core --- [INFO] Compiling 337 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.core/target/org.eclipse.dltk.ruby.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.core/target/org.eclipse.dltk.ruby.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.core --- [INFO] [INFO] -------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.launching >-------- [INFO] Building org.eclipse.dltk.ruby.launching 6.0.0-SNAPSHOT [96/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.launching --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.launching --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.launching --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.launching/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.launching --- [INFO] Compiling 10 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.launching/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.launching --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.launching/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.launching --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.launching/target/org.eclipse.dltk.ruby.launching-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.launching --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.launching --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.launching/target/org.eclipse.dltk.ruby.launching-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.launching --- [INFO] [INFO] --< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.activestatedebugger >--- [INFO] Building org.eclipse.dltk.ruby.activestatedebugger 6.0.0-SNAPSHOT [97/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.activestatedebugger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] Compiling 7 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.activestatedebugger/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.activestatedebugger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.activestatedebugger/target/org.eclipse.dltk.ruby.activestatedebugger-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.activestatedebugger/target/org.eclipse.dltk.ruby.activestatedebugger-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.activestatedebugger --- [INFO] [INFO] -----< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.basicdebugger >------ [INFO] Building org.eclipse.dltk.ruby.basicdebugger 6.0.0-SNAPSHOT [98/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.basicdebugger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] Compiling 8 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.basicdebugger/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.basicdebugger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.basicdebugger/target/org.eclipse.dltk.ruby.basicdebugger-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.basicdebugger/target/org.eclipse.dltk.ruby.basicdebugger-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.basicdebugger --- [INFO] [INFO] -----------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui >----------- [INFO] Building org.eclipse.dltk.ruby.ui 6.0.0-SNAPSHOT [99/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.ui --- [INFO] Compiling 101 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/documentation/RubyDocumentationProvider.java:[29] import org.eclipse.dltk.internal.core.BuiltinProjectFragment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuiltinProjectFragment' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/documentation/RubyDocumentationProvider.java:[255] IModelElement.PROJECT_FRAGMENT) instanceof BuiltinProjectFragment; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BuiltinProjectFragment' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/documentation/RubyDocumentationProvider.java:[264] String doc = PredefinedVariables.getDocOf(field.getElementName()); ^^^^^^^^^^^^^^ Discouraged access: The method 'NamedMember.getElementName()' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/RubyBrowsingPerspectiveFactory.java:[57] layout.addShowViewShortcut(IPageLayout.ID_RES_NAV); ^^^^^^^^^^ The field IPageLayout.ID_RES_NAV is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/RubyBrowsingPerspectiveFactory.java:[90] placeHolderLeft.addPlaceholder(IPageLayout.ID_RES_NAV); ^^^^^^^^^^ The field IPageLayout.ID_RES_NAV is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[30] import org.eclipse.dltk.ui.text.folding.AbstractASTFoldingStructureProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[36] extends AbstractASTFoldingStructureProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[74] protected CodeBlock[] getCodeBlocks(String code, int offset) { ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[75] ModuleDeclaration decl = parse(code, offset); ^^^^^^^^^^^^^^^^^^^ The method parse(String, int) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[79] return buildCodeBlocks(decl, offset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method buildCodeBlocks(ModuleDeclaration, int) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[84] FoldingStructureComputationContext ctx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[85] return super.mayCollapse(s, ctx) || s instanceof CallExpression; ^^^^^^^^^^^^^^^^^^^ The method mayCollapse(ASTNode, AbstractASTFoldingStructureProvider.FoldingStructureComputationContext) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[90] return super.initiallyCollapse(s) ^^^^^^^^^^^^^^^^^^^^ The method initiallyCollapse(ASTNode) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[98] super.initializePreferences(store); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method initializePreferences(IPreferenceStore) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[108] protected static class RubyFoldingASTVisitor extends FoldingASTVisitor { ^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingASTVisitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[144] public void addChild(CodeBlock block) { ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[171] super(offset); ^^^^^^^^^^^^^^ The constructor AbstractASTFoldingStructureProvider.FoldingASTVisitor(int) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[216] add(container.declaration); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method add(ASTNode) from the type AbstractASTFoldingStructureProvider.FoldingASTVisitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[225] } else if (child instanceof CodeBlock) { ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[226] add((CodeBlock) child); ^^^^^^^^^^^^^^^^^^^^^^ The method add(AbstractASTFoldingStructureProvider.CodeBlock) from the type AbstractASTFoldingStructureProvider.FoldingASTVisitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[226] add((CodeBlock) child); ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[264] container.addChild(new CodeBlock(firstRequire, new Region( ^^^^^^^^^ The type AbstractASTFoldingStructureProvider.CodeBlock is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[264] container.addChild(new CodeBlock(firstRequire, new Region( firstRequire.sourceStart(), lastRequire.sourceEnd() - firstRequire.sourceStart()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AbstractASTFoldingStructureProvider.CodeBlock(ASTNode, IRegion) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/folding/RubyFoldingStructureProvider.java:[274] protected FoldingASTVisitor getFoldingVisitor(int offset) { ^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingASTVisitor is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/RubySourceViewerConfiguration.java:[21] import org.eclipse.dltk.internal.ui.text.ScriptElementProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptElementProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/RubySourceViewerConfiguration.java:[219] IInformationProvider provider = new ScriptElementProvider(getEditor(), ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ScriptElementProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/text/RubySourceViewerConfiguration.java:[219] IInformationProvider provider = new ScriptElementProvider(getEditor(), ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ScriptElementProvider(IEditorPart, boolean)' is not API (restriction on classpath entry '/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.ui/target/classes') [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/org/eclipse/dltk/ruby/internal/ui/preferences/RubyTodoTaskPreferencePage.java:[59] .getPluginPreferences())); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated 28 problems (28 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/target/org.eclipse.dltk.ruby.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.ui/target/org.eclipse.dltk.ruby.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.ui --- [INFO] [INFO] --------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.debug.ui >-------- [INFO] Building org.eclipse.dltk.ruby.debug.ui 6.0.0-SNAPSHOT [100/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] Compiling 35 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug.ui/target/org.eclipse.dltk.ruby.debug.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.debug.ui/target/org.eclipse.dltk.ruby.debug.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.debug.ui --- [INFO] [INFO] ------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.fastdebugger >------ [INFO] Building org.eclipse.dltk.ruby.fastdebugger 6.0.0-SNAPSHOT [101/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.fastdebugger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] Compiling 9 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.fastdebugger/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.fastdebugger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.fastdebugger/target/org.eclipse.dltk.ruby.fastdebugger-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.fastdebugger/target/org.eclipse.dltk.ruby.fastdebugger-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.fastdebugger --- [INFO] [INFO] ------------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby >------------- [INFO] Building org.eclipse.dltk.ruby 6.0.0-SNAPSHOT [102/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby/target/org.eclipse.dltk.ruby-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby --- [INFO] [INFO] -------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.formatter >-------- [INFO] Building org.eclipse.dltk.ruby.formatter 6.0.0-SNAPSHOT [103/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.formatter --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.formatter --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.formatter --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.formatter --- [INFO] Compiling 213 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/LocalStaticScope.java:[43] addVariable("$~"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/LocalStaticScope.java:[44] addVariable("$_"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/LocalStaticScope.java:[47] public StaticScope getLocalScope() { ^^^^^^^^^^^^^^^ The method getLocalScope() of type LocalStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/LocalStaticScope.java:[51] public int isDefined(String name, int depth) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isDefined(String, int) of type LocalStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/LocalStaticScope.java:[58] public String[] getAllNamesInScope() { ^^^^^^^^^^^^^^^^^^^^ The method getAllNamesInScope() of type LocalStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/LocalStaticScope.java:[72] public AssignableNode assign(ISourcePosition position, String name, Node value, StaticScope topScope, int depth) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assign(ISourcePosition, String, Node, StaticScope, int) of type LocalStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/LocalStaticScope.java:[94] public Node declare(ISourcePosition position, String name, int depth) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method declare(ISourcePosition, String, int) of type LocalStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[54] public int parseString(final RubyYaccLexer lexer, LexerSource src) throws java.io.IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method parseString(RubyYaccLexer, LexerSource) of type StringTerm should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[59] lexer.setValue(new Token("\"", lexer.getPosition())); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[79] lexer.setValue(new RegexpNode(src.getPosition(), ByteList.create(""), parseRegexpFlags(src))); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[82] lexer.setValue(new Token("\"", lexer.getPosition())); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[98] lexer.setValue(new Token("#" + c, lexer.getPosition())); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[101] lexer.setValue(new Token("#" + c, lexer.getPosition())); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[108] throw new SyntaxException(src.getPosition(), "unterminated string meets end of file"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[155] throw new SyntaxException(src.getPosition(), "unknown regexp option" ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[156] + (unknownFlags.length() > 1 ? "s" : "") + " - " ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[156] + (unknownFlags.length() > 1 ? "s" : "") + " - " ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[156] + (unknownFlags.length() > 1 ? "s" : "") + " - " ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[226] throw new SyntaxException(src.getPosition(), "symbol cannot contain '\\0'"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[242] throw new SyntaxException(src.getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[267] throw new SyntaxException(src.getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[281] throw new SyntaxException(src.getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[293] throw new SyntaxException(src.getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[300] throw new SyntaxException(src.getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/StringTerm.java:[310] throw new SyntaxException(src.getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Visibility.java:[90] public String toString() { ^^^^^^^^^^ The method toString() of type Visibility should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Visibility.java:[95] return "public"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Visibility.java:[97] return "protected"; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Visibility.java:[99] return "private"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Visibility.java:[101] return "module_function"; ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Visibility.java:[103] return "mixed mask: " + restore; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnNode.java:[61] this.variableNameAsgn = (variableName + "=").intern(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnNode.java:[78] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type OpAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnNode.java:[118] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type OpAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgsPushNode.java:[20] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ArgsPushNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgsPushNode.java:[32] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ArgsPushNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArrayNode.java:[69] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ArrayNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/MatchNode.java:[57] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type MatchNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/MatchNode.java:[69] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type MatchNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[46] private static final Map arities = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[46] private static final Map arities = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[91] arities.put(integerValue, 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/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[135] throw new Error("unexpected type " + node.getClass() + " at " + node.getPosition()); ^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[135] throw new Error("unexpected type " + node.getClass() + " at " + node.getPosition()); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[165] public boolean equals(Object other) { ^^^^^^^^^^^^^^^^^^^^ The method equals(Object) of type Arity should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[169] public int hashCode() { ^^^^^^^^^^ The method hashCode() of type Arity should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[173] public String toString() { ^^^^^^^^^^ The method toString() of type Arity should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[175] return "Fixed" + required(); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Arity.java:[177] return "Opt"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/WhenNode.java:[61] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type WhenNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/WhenNode.java:[87] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type WhenNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RedoNode.java:[54] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type RedoNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RedoNode.java:[58] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type RedoNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/XStrNode.java:[53] this.value = (value == null ? ByteList.create("") : value); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/XStrNode.java:[60] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type XStrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/XStrNode.java:[72] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type XStrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharPositionPool.java:[20] private final List unused = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharPositionPool.java:[20] private final List unused = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharPositionPool.java:[39] unused.add(position); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ext/RDocNode.java:[12] public boolean isBlock() { ^^^^^^^^^ The method isBlock() of type RDocNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FlipNode.java:[68] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type FlipNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FlipNode.java:[118] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type FlipNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[40] public final class ByteList implements Comparable, CharSequence, Serializable { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[71] if (wrap == null) throw new NullPointerException("Invalid argument: constructing with null array"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[89] if (wrap == null) throw new NullPointerException("Invalid argument: constructing with null array"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[122] public Object clone() { ^^^^^^^ The method clone() of type ByteList should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[192] public int length() { ^^^^^^^^ The method length() of type ByteList should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[212] if (newBytes == null) throw new NullPointerException("Invalid argument: replacing with null array"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[355] public boolean equals(Object other) { ^^^^^^^^^^^^^^^^^^^^ The method equals(Object) of type ByteList should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[412] public int compareTo(Object other) { ^^^^^^^^^^^^^^^^^^^^^^^ The method compareTo(Object) of type ByteList should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[467] public int hashCode() { ^^^^^^^^^^ The method hashCode() of type ByteList should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[482] public String toString() { ^^^^^^^^^^ The method toString() of type ByteList should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[497] return ((String)s).getBytes("ISO8859-1"); ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[533] public char charAt(int ix) { ^^^^^^^^^^^^^^ The method charAt(int) of type ByteList should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/ByteList.java:[537] public CharSequence subSequence(int start, int end) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method subSequence(int, int) of type ByteList should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SymbolNode.java:[64] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type SymbolNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SymbolNode.java:[72] public String getName() { ^^^^^^^^^ The method getName() of type SymbolNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SymbolNode.java:[76] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type SymbolNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Token.java:[48] public ISourcePosition getPosition() { ^^^^^^^^^^^^^ The method getPosition() of type Token should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Token.java:[52] public void setPosition(ISourcePosition position) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPosition(ISourcePosition) of type Token should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Token.java:[56] public String toString() { ^^^^^^^^^^ The method toString() of type Token should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Token.java:[57] return "Token { Value=" + value + ", Position=" + position + "}"; ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Token.java:[57] return "Token { Value=" + value + ", Position=" + position + "}"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Token.java:[57] return "Token { Value=" + value + ", Position=" + position + "}"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[38] public static final LexState EXPR_BEG = new LexState("EXPR_BEG"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[39] public static final LexState EXPR_END = new LexState("EXPR_END"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[40] public static final LexState EXPR_ARG = new LexState("EXPR_ARG"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[41] public static final LexState EXPR_CMDARG = new LexState("EXPR_CMDARG"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[42] public static final LexState EXPR_ENDARG = new LexState("EXPR_ENDARG"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[43] public static final LexState EXPR_MID = new LexState("EXPR_MID"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[44] public static final LexState EXPR_FNAME = new LexState("EXPR_FNAME"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[45] public static final LexState EXPR_DOT = new LexState("EXPR_DOT"); ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[46] public static final LexState EXPR_CLASS = new LexState("EXPR_CLASS"); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexState.java:[94] public String toString() { ^^^^^^^^^^ The method toString() of type LexState should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZeroArgNode.java:[61] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ZeroArgNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZeroArgNode.java:[68] public Arity getArity() { ^^^^^^^^^^ The method getArity() of type ZeroArgNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZeroArgNode.java:[72] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ZeroArgNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FalseNode.java:[56] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type FalseNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FalseNode.java:[63] public String getName() { ^^^^^^^^^ The method getName() of type FalseNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FalseNode.java:[64] return "false"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FalseNode.java:[67] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type FalseNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[318] throw new SyntaxException(getPosition(), "unknown type of %string"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[322] throw new SyntaxException(getPosition(), "unterminated quoted string meets end of file"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[335] yaccValue = new Token("%"+ (shortHand ? (""+end) : ("" + c + begin)), getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[335] yaccValue = new Token("%"+ (shortHand ? (""+end) : ("" + c + begin)), getPosition()); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[335] yaccValue = new Token("%"+ (shortHand ? (""+end) : ("" + c + begin)), getPosition()); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[340] yaccValue = new Token("%"+c+begin, getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[347] yaccValue = new Token("%"+c+begin, getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[354] yaccValue = new Token("%"+c+begin, getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[359] yaccValue = new Token("%"+c+begin, getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[364] yaccValue = new Token("%"+c+begin, getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[370] yaccValue = new Token("%"+c+begin, getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[374] throw new SyntaxException(getPosition(), "Unknown type of %string. Expected 'Q', 'q', 'w', 'x', 'r' or any non letter character, but found '" + c + "'."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[374] throw new SyntaxException(getPosition(), "Unknown type of %string. Expected 'Q', 'q', 'w', 'x', 'r' or any non letter character, but found '" + c + "'."); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[403] throw new SyntaxException(getPosition(), "unterminated here document identifier"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[424] yaccValue = new HeredocToken("`", getPosition(), func); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[426] yaccValue = new HeredocToken("\"", getPosition(), func); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[441] warnings.warning(getPosition(), "Ambiguous first argument; make sure."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[659] yaccValue = new Token("**", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[663] yaccValue = new Token("**", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[668] yaccValue = new Token("*", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[673] warnings.warning(getPosition(), "`*' interpreted as argument prefix"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[681] yaccValue = new Token("*", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[694] yaccValue = new Token("!=",getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[698] yaccValue = new Token("!~",getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[702] yaccValue = new Token("!",getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[709] if ((equalLabel = isNextNoCase("begin")) != null) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[728] throw new SyntaxException(getPosition(), "embedded document meets end of file"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[731] if (src.wasBeginOfLine() && (equalLabel = isNextNoCase("end")) != null) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[761] yaccValue = new Token("===", getPosition()); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[765] yaccValue = new Token("==", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[769] yaccValue = new Token("=~", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[772] yaccValue = new Token("=>", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[776] yaccValue = new Token("=", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[798] yaccValue = new Token("<=>", getPosition()); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[802] yaccValue = new Token("<=", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[808] yaccValue = new Token("<<", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[812] yaccValue = new Token("<<", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[815] yaccValue = new Token("<", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[828] yaccValue = new Token(">=", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[834] yaccValue = new Token(">>", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[838] yaccValue = new Token(">>", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[842] yaccValue = new Token(">", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[847] yaccValue = new Token("\"", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[851] yaccValue = new Token("`", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[869] yaccValue = new Token("'", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[876] yaccValue = new Token("?",getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[881] throw new SyntaxException(getPosition(), "incomplete character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[909] warnings.warn(getPosition(), "invalid character syntax; use ?\\" + c2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[914] yaccValue = new Token("?", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[925] yaccValue = new Token("?", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[939] yaccValue = new Token("&&", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[944] yaccValue = new Token("&&", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[948] yaccValue = new Token("&", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[958] warnings.warning(tmpPosition, "`&' interpreted as argument prefix"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[973] yaccValue = new Token("&", tmpPosition); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[981] yaccValue = new Token("||", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[985] yaccValue = new Token("||", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[990] yaccValue = new Token("|", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1000] yaccValue = new Token("|", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1009] yaccValue = new Token("+@", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1013] yaccValue = new Token("+", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1018] yaccValue = new Token("+", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1031] yaccValue = new Token("+", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1036] yaccValue = new Token("+", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1044] yaccValue = new Token("-@", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1048] yaccValue = new Token("-", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1053] yaccValue = new Token("-", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1061] yaccValue = new Token("-", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1069] yaccValue = new Token("-", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1076] yaccValue = new Token("...", getPosition()); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1080] yaccValue = new Token("..", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1085] throw new SyntaxException(getPosition(), "no . floating literal anymore; put 0 before dot"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1088] yaccValue = new Token(".", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1098] yaccValue = new Token(")", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1104] yaccValue = new Token(")", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1110] yaccValue = new Token("}",getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1121] yaccValue = new Token("::", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1125] yaccValue = new Token(":",getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1132] yaccValue = new Token(":",getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1147] yaccValue = new Token(":", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1154] yaccValue = new Token("/",getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1159] yaccValue = new Token("/", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1168] yaccValue = new Token("/",getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1178] yaccValue = new Token("/", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1184] yaccValue = new Token("^", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1194] yaccValue = new Token("^", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1201] yaccValue = new Token(",", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1217] yaccValue = new Token("~", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1229] warnings.warn(getPosition(), "don't put space before argument parentheses"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1236] yaccValue = new Token("(", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1246] yaccValue = new Token("[]=", getPosition()); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1249] yaccValue = new Token("[]", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1253] yaccValue = new Token("[", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1264] yaccValue = new Token("[", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1280] yaccValue = new Token("{", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1290] yaccValue = new Token("\\", getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1300] yaccValue = new Token("%", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1313] yaccValue = new Token("%", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1391] yaccValue = new Token("$", getPosition()); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/RubyYaccLexer.java:[1409] throw new SyntaxException(getPosition(), "`@" + c + "' is not allowed as an instance variable name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstDeclNode.java:[63] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ConstDeclNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstDeclNode.java:[72] public String getName() { ^^^^^^^^^ The method getName() of type ConstDeclNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstDeclNode.java:[84] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ConstDeclNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstNode.java:[67] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ConstNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstNode.java:[75] public String getName() { ^^^^^^^^^ The method getName() of type ConstNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstNode.java:[79] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ConstNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstNode.java:[83] public String toString() { ^^^^^^^^^^ The method toString() of type ConstNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstNode.java:[84] return "ConstNode [" + name + "]"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ConstNode.java:[84] return "ConstNode [" + name + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/IfNode.java:[72] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type IfNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/IfNode.java:[103] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type IfNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/IfNode.java:[163] public Node getFirstBody() { ^^^^^^^^^^^^^^ The method getFirstBody() of type IfNode.Unless should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/IfNode.java:[167] public Node getSecondBody() { ^^^^^^^^^^^^^^^ The method getSecondBody() of type IfNode.Unless should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/IfNode.java:[185] public boolean isInline() { ^^^^^^^^^^ The method isInline() of type IfNode.Inline should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[58] public static final Map NUMBERS = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[58] public static final Map NUMBERS = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[61] NAMES[NO_INDEX] = ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[62] NAMES[OP_PLUS] = "+"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[63] NAMES[OP_MINUS] = "-"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[64] NAMES[OP_LT] = "<"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[65] NAMES[AREF] = "[]"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[66] NAMES[ASET] = "[]="; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[67] NAMES[POP] = "pop"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[68] NAMES[PUSH] = "push"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[69] NAMES[NIL_P] = "nil?"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[70] NAMES[EQUALEQUAL] = "=="; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[71] NAMES[UNSHIFT] = "unshift"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[72] NAMES[OP_GE] = ">="; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[73] NAMES[OP_LSHIFT] = "<<"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[74] NAMES[EMPTY_P] = "empty?"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[75] NAMES[TO_S] = "to_s"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[76] NAMES[TO_I] = "to_i"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[77] NAMES[AT] = "at"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[78] NAMES[TO_STR] = "to_str"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[79] NAMES[TO_ARY] = "to_ary"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[80] NAMES[TO_INT] = "to_int"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[81] NAMES[TO_F] = "to_f"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[82] NAMES[TO_SYM] = "to_sym"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[83] NAMES[TO_A] = "to_a"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[84] NAMES[HASH] = "hash"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[85] NAMES[OP_GT] = ">"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[86] NAMES[OP_TIMES] = "*"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[87] NAMES[OP_LE] = "<="; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[88] NAMES[OP_SPACESHIP] = "<=>"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[89] NAMES[LENGTH] = "length"; ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[90] NAMES[OP_MATCH] = "=~"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[91] NAMES[OP_EQQ] = "==="; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[92] NAMES[LAST] = "last"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[93] NAMES[SHIFT] = "shift"; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[94] NAMES[EQL_P] = "eql?"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[95] NAMES[TO_HASH] = "to_hash"; ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/MethodIndex.java:[98] NUMBERS.put(NAMES[i], new Integer(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/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DVarNode.java:[71] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DVarNode.java:[99] public String getName() { ^^^^^^^^^ The method getName() of type DVarNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DVarNode.java:[111] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type DVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/util/IdUtil.java:[94] return id.endsWith("="); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[158] public Instruction visitAliasNode(AliasNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitAliasNode(AliasNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[162] public Instruction visitAndNode(AndNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitAndNode(AndNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[166] public Instruction visitArgsCatNode(ArgsCatNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitArgsCatNode(ArgsCatNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[170] public Instruction visitArgsNode(ArgsNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitArgsNode(ArgsNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[174] public Instruction visitArrayNode(ArrayNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitArrayNode(ArrayNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[178] public Instruction visitBackRefNode(BackRefNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitBackRefNode(BackRefNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[182] public Instruction visitBeginNode(BeginNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitBeginNode(BeginNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[186] public Instruction visitBlockArgNode(BlockArgNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitBlockArgNode(BlockArgNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[190] public Instruction visitBlockNode(BlockNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitBlockNode(BlockNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[194] public Instruction visitBlockPassNode(BlockPassNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitBlockPassNode(BlockPassNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[198] public Instruction visitBreakNode(BreakNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitBreakNode(BreakNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[202] public Instruction visitConstDeclNode(ConstDeclNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitConstDeclNode(ConstDeclNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[206] public Instruction visitClassVarAsgnNode(ClassVarAsgnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitClassVarAsgnNode(ClassVarAsgnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[210] public Instruction visitClassVarDeclNode(ClassVarDeclNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitClassVarDeclNode(ClassVarDeclNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[214] public Instruction visitClassVarNode(ClassVarNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitClassVarNode(ClassVarNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[218] public Instruction visitCallNode(CallNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitCallNode(CallNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[222] public Instruction visitCaseNode(CaseNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitCaseNode(CaseNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[226] public Instruction visitClassNode(ClassNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitClassNode(ClassNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[230] public Instruction visitColon2Node(Colon2Node iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitColon2Node(Colon2Node) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[234] public Instruction visitColon3Node(Colon3Node iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitColon3Node(Colon3Node) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[238] public Instruction visitConstNode(ConstNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitConstNode(ConstNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[242] public Instruction visitDAsgnNode(DAsgnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDAsgnNode(DAsgnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[246] public Instruction visitDRegxNode(DRegexpNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDRegxNode(DRegexpNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[250] public Instruction visitDStrNode(DStrNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDStrNode(DStrNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[254] public Instruction visitDSymbolNode(DSymbolNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDSymbolNode(DSymbolNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[258] public Instruction visitDVarNode(DVarNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDVarNode(DVarNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[262] public Instruction visitDXStrNode(DXStrNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDXStrNode(DXStrNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[266] public Instruction visitDefinedNode(DefinedNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDefinedNode(DefinedNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[270] public Instruction visitDefnNode(DefnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDefnNode(DefnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[274] public Instruction visitDefsNode(DefsNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDefsNode(DefsNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[278] public Instruction visitDotNode(DotNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitDotNode(DotNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[282] public Instruction visitEnsureNode(EnsureNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitEnsureNode(EnsureNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[286] public Instruction visitEvStrNode(EvStrNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitEvStrNode(EvStrNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[290] public Instruction visitFCallNode(FCallNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitFCallNode(FCallNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[294] public Instruction visitFalseNode(FalseNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitFalseNode(FalseNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[298] public Instruction visitFlipNode(FlipNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitFlipNode(FlipNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[302] public Instruction visitForNode(ForNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitForNode(ForNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[306] public Instruction visitGlobalAsgnNode(GlobalAsgnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitGlobalAsgnNode(GlobalAsgnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[310] public Instruction visitGlobalVarNode(GlobalVarNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitGlobalVarNode(GlobalVarNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[314] public Instruction visitHashNode(HashNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitHashNode(HashNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[318] public Instruction visitInstAsgnNode(InstAsgnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitInstAsgnNode(InstAsgnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[322] public Instruction visitInstVarNode(InstVarNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitInstVarNode(InstVarNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[326] public Instruction visitIfNode(IfNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitIfNode(IfNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[330] public Instruction visitIterNode(IterNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitIterNode(IterNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[334] public Instruction visitLocalAsgnNode(LocalAsgnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitLocalAsgnNode(LocalAsgnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[338] public Instruction visitLocalVarNode(LocalVarNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitLocalVarNode(LocalVarNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[342] public Instruction visitMultipleAsgnNode(MultipleAsgnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitMultipleAsgnNode(MultipleAsgnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[346] public Instruction visitMatch2Node(Match2Node iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitMatch2Node(Match2Node) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[350] public Instruction visitMatch3Node(Match3Node iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitMatch3Node(Match3Node) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[354] public Instruction visitMatchNode(MatchNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitMatchNode(MatchNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[358] public Instruction visitModuleNode(ModuleNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitModuleNode(ModuleNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[362] public Instruction visitNewlineNode(NewlineNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitNewlineNode(NewlineNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[366] public Instruction visitNextNode(NextNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitNextNode(NextNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[370] public Instruction visitNilNode(NilNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitNilNode(NilNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[374] public Instruction visitNotNode(NotNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitNotNode(NotNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[378] public Instruction visitNthRefNode(NthRefNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitNthRefNode(NthRefNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[382] public Instruction visitOpElementAsgnNode(OpElementAsgnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitOpElementAsgnNode(OpElementAsgnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[386] public Instruction visitOpAsgnNode(OpAsgnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitOpAsgnNode(OpAsgnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[390] public Instruction visitOpAsgnAndNode(OpAsgnAndNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitOpAsgnAndNode(OpAsgnAndNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[394] public Instruction visitOpAsgnOrNode(OpAsgnOrNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitOpAsgnOrNode(OpAsgnOrNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[398] public Instruction visitOptNNode(OptNNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitOptNNode(OptNNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[402] public Instruction visitOrNode(OrNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitOrNode(OrNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[406] public Instruction visitPostExeNode(PostExeNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitPostExeNode(PostExeNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[410] public Instruction visitRedoNode(RedoNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitRedoNode(RedoNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[414] public Instruction visitRescueBodyNode(RescueBodyNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitRescueBodyNode(RescueBodyNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[418] public Instruction visitRescueNode(RescueNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitRescueNode(RescueNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[422] public Instruction visitRetryNode(RetryNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitRetryNode(RetryNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[426] public Instruction visitReturnNode(ReturnNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitReturnNode(ReturnNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[430] public Instruction visitRootNode(RootNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitRootNode(RootNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[434] public Instruction visitSClassNode(SClassNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitSClassNode(SClassNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[438] public Instruction visitSelfNode(SelfNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitSelfNode(SelfNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[442] public Instruction visitSplatNode(SplatNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitSplatNode(SplatNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[446] public Instruction visitStrNode(StrNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitStrNode(StrNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[450] public Instruction visitSValueNode(SValueNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitSValueNode(SValueNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[454] public Instruction visitSuperNode(SuperNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitSuperNode(SuperNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[458] public Instruction visitToAryNode(ToAryNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitToAryNode(ToAryNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[462] public Instruction visitTrueNode(TrueNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitTrueNode(TrueNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[466] public Instruction visitUndefNode(UndefNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitUndefNode(UndefNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[470] public Instruction visitUntilNode(UntilNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitUntilNode(UntilNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[474] public Instruction visitVAliasNode(VAliasNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitVAliasNode(VAliasNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[478] public Instruction visitVCallNode(VCallNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitVCallNode(VCallNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[482] public Instruction visitWhenNode(WhenNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitWhenNode(WhenNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[486] public Instruction visitWhileNode(WhileNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitWhileNode(WhileNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[490] public Instruction visitXStrNode(XStrNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitXStrNode(XStrNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[494] public Instruction visitYieldNode(YieldNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitYieldNode(YieldNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[498] public Instruction visitZArrayNode(ZArrayNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitZArrayNode(ZArrayNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[502] public Instruction visitZSuperNode(ZSuperNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitZSuperNode(ZSuperNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[506] public Instruction visitBignumNode(BignumNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitBignumNode(BignumNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[510] public Instruction visitFixnumNode(FixnumNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitFixnumNode(FixnumNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[514] public Instruction visitFloatNode(FloatNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitFloatNode(FloatNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[518] public Instruction visitRegexpNode(RegexpNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitRegexpNode(RegexpNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[522] public Instruction visitSymbolNode(SymbolNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitSymbolNode(SymbolNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[526] public Instruction visitArgsPushNode(ArgsPushNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitArgsPushNode(ArgsPushNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[530] public Instruction visitAttrAssignNode(AttrAssignNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitAttrAssignNode(AttrAssignNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[534] public Instruction visitCommentNode(CommentNode visited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitCommentNode(CommentNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[538] public Instruction visitPreExeNode(PreExeNode visited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitPreExeNode(PreExeNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/visitor/AbstractVisitor.java:[542] public Instruction visitHeredocNode(HeredocNode iVisited) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method visitHeredocNode(HeredocNode) of type AbstractVisitor should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/LocalAsgnNode.java:[73] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type LocalAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/LocalAsgnNode.java:[80] public String getName() { ^^^^^^^^^ The method getName() of type LocalAsgnNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/LocalAsgnNode.java:[111] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type LocalAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SuperNode.java:[62] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type SuperNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SuperNode.java:[74] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type SuperNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SuperNode.java:[78] public Node getIterNode() { ^^^^^^^^^^^^^ The method getIterNode() of type SuperNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SuperNode.java:[82] public void setIterNode(Node iterNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIterNode(Node) of type SuperNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZArrayNode.java:[58] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ZArrayNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZArrayNode.java:[62] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ZArrayNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/StarNode.java:[58] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type StarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/StarNode.java:[62] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type StarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[77] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type FCallNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[84] public Node getIterNode() { ^^^^^^^^^^^^^ The method getIterNode() of type FCallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[88] public void setIterNode(Node iterNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIterNode(Node) of type FCallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[96] public Node getArgsNode() { ^^^^^^^^^^^^^ The method getArgsNode() of type FCallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[105] public void setArgsNode(Node argsNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setArgsNode(Node) of type FCallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[117] public String getName() { ^^^^^^^^^ The method getName() of type FCallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[121] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type FCallNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[125] public String toString() { ^^^^^^^^^^ The method toString() of type FCallNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FCallNode.java:[126] return "FCallNode: " + getName(); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DStrNode.java:[55] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DStrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/GlobalVarNode.java:[66] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type GlobalVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/GlobalVarNode.java:[74] public String getName() { ^^^^^^^^^ The method getName() of type GlobalVarNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/GlobalVarNode.java:[78] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type GlobalVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ModuleNode.java:[72] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ModuleNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ModuleNode.java:[99] public Colon3Node getCPath() { ^^^^^^^^^^ The method getCPath() of type ModuleNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ModuleNode.java:[103] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ModuleNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePositionFactory.java:[39] public ISourcePosition getPosition(ISourcePosition startPosition, boolean inclusive) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getPosition(ISourcePosition, boolean) of type SourcePositionFactory should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePositionFactory.java:[56] public ISourcePosition getDummyPosition() { ^^^^^^^^^^^^^^^^^^ The method getDummyPosition() of type SourcePositionFactory should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/EvStrNode.java:[62] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type EvStrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/EvStrNode.java:[74] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type EvStrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NthRefNode.java:[57] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type NthRefNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NthRefNode.java:[69] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type NthRefNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/BlockStaticScope.java:[43] public StaticScope getLocalScope() { ^^^^^^^^^^^^^^^ The method getLocalScope() of type BlockStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/BlockStaticScope.java:[47] public int isDefined(String name, int depth) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isDefined(String, int) of type BlockStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/BlockStaticScope.java:[57] public String[] getAllNamesInScope() { ^^^^^^^^^^^^^^^^^^^^ The method getAllNamesInScope() of type BlockStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/BlockStaticScope.java:[74] protected AssignableNode assign(ISourcePosition position, String name, Node value, StaticScope topScope, int depth) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assign(ISourcePosition, String, Node, StaticScope, int) of type BlockStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/BlockStaticScope.java:[92] public Node declare(ISourcePosition position, String name, int depth) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method declare(ISourcePosition, String, int) of type BlockStaticScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarDeclNode.java:[71] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ClassVarDeclNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarDeclNode.java:[79] public String getName() { ^^^^^^^^^ The method getName() of type ClassVarDeclNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarDeclNode.java:[83] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ClassVarDeclNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnAndNode.java:[59] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type OpAsgnAndNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnAndNode.java:[67] public Node getFirstNode() { ^^^^^^^^^^^^^^ The method getFirstNode() of type OpAsgnAndNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnAndNode.java:[75] public Node getSecondNode() { ^^^^^^^^^^^^^^^ The method getSecondNode() of type OpAsgnAndNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnAndNode.java:[79] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type OpAsgnAndNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/GlobalAsgnNode.java:[72] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type GlobalAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/GlobalAsgnNode.java:[79] public String getName() { ^^^^^^^^^ The method getName() of type GlobalAsgnNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/GlobalAsgnNode.java:[83] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type GlobalAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/VCallNode.java:[71] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type VCallNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/VCallNode.java:[79] public String getName() { ^^^^^^^^^ The method getName() of type VCallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/VCallNode.java:[83] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type VCallNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[157] String[] operators = {"+@", "-@", "**", "<=>", "==", "===", "!=", ">=", "<=", "&&", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/Tokens.java:[158] "||", "=~", "!~", "..", "...", "[]", "[]=", "<<", ">>", "::"}; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[66] public SourcePosition(String file, int startOffset, int endOffset) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The deprecated method (String, int, int) of type SourcePosition should be annotated with @Deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[79] public String getFile() { ^^^^^^^^^ The method getFile() of type SourcePosition should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[79] public String getFile() { ^^^^^^^^^ The deprecated method getFile() of type SourcePosition should be annotated with @Deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[80] return ""; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[88] public boolean equals(Object object) { ^^^^^^^^^^^^^^^^^^^^^ The method equals(Object) of type SourcePosition should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[104] public int hashCode() { ^^^^^^^^^^ The method hashCode() of type SourcePosition should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[111] public String toString() { ^^^^^^^^^^ The method toString() of type SourcePosition should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[112] return "[" + startOffset + "..." + endOffset + ']'; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[112] return "[" + startOffset + "..." + endOffset + ']'; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[118] public void adjustStartOffset(int relativeValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adjustStartOffset(int) of type SourcePosition should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[129] public int getStartOffset() { ^^^^^^^^^^^^^^^^ The method getStartOffset() of type SourcePosition should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[138] public int getEndOffset() { ^^^^^^^^^^^^^^ The method getEndOffset() of type SourcePosition should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/SourcePosition.java:[145] public ISourcePosition union(ISourcePosition other) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method union(ISourcePosition) of type SourcePosition should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DRegexpNode.java:[75] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DRegexpNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocEndTerm.java:[30] public int parseString(RubyYaccLexer lexer, LexerSource src) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method parseString(RubyYaccLexer, LexerSource) of type HeredocEndTerm should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocEndTerm.java:[32] lexer.setValue(new Token("\"", position)); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/EnsureNode.java:[65] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type EnsureNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/EnsureNode.java:[87] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type EnsureNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/EnsureNode.java:[110] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type EnsureNode.Keyword should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/EnsureNode.java:[112] + " should never be evaluated"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/EnsureNode.java:[118] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type EnsureNode.Keyword should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/UntilNode.java:[69] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type UntilNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/UntilNode.java:[91] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type UntilNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/UntilNode.java:[125] public boolean isBlock() { ^^^^^^^^^ The method isBlock() of type UntilNode.Inline should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ListNode.java:[149] public String toString() { ^^^^^^^^^^ The method toString() of type ListNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ListNode.java:[153] b.append("(null)"); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ListNode.java:[155] b.append("["); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ListNode.java:[160] b.append(", "); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ListNode.java:[163] b.append("]"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ListNode.java:[168] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ListNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ListNode.java:[172] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ListNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ListNode.java:[173] throw new RuntimeException("Base class ListNode should never be evaluated"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NotNode.java:[57] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type NotNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NotNode.java:[69] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type NotNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AndNode.java:[55] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type AndNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AndNode.java:[63] public Node getSecondNode() { ^^^^^^^^^^^^^^^ The method getSecondNode() of type AndNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AndNode.java:[71] public Node getFirstNode() { ^^^^^^^^^^^^^^ The method getFirstNode() of type AndNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AndNode.java:[75] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type AndNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FloatNode.java:[54] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type FloatNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FloatNode.java:[74] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type FloatNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[82] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type CallNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[86] public Node getIterNode() { ^^^^^^^^^^^^^ The method getIterNode() of type CallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[90] public void setIterNode(Node iterNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIterNode(Node) of type CallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[98] public Node getArgsNode() { ^^^^^^^^^^^^^ The method getArgsNode() of type CallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[107] public void setArgsNode(Node argsNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setArgsNode(Node) of type CallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[120] public String getName() { ^^^^^^^^^ The method getName() of type CallNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[133] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type CallNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[137] public String toString() { ^^^^^^^^^^ The method toString() of type CallNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CallNode.java:[138] return "CallNode: " + getName(); ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/UndefNode.java:[65] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type UndefNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/UndefNode.java:[77] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type UndefNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[55] static final List EMPTY_LIST = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[55] static final List EMPTY_LIST = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[62] private ArrayList comments; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[72] public ISourcePosition getPosition() { ^^^^^^^^^^^^^ The method getPosition() of type Node should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[84] public void setPosition(ISourcePosition position) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPosition(ISourcePosition) of type Node should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[89] public abstract List childNodes(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[91] static void addNode(Node node, List list) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[93] list.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/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[97] protected static List createList(Node node) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[98] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[98] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[103] protected static List createList(Node node1, Node node2) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[104] List list = createList(node1); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[109] protected static List createList(Node node1, Node node2, Node node3) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[110] List list = createList(node1, node2); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[115] protected static List createList(Node node1, Node node2, Node node3, Node node4) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[116] List list = createList(node1, node2, node3); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[121] public String toString() { ^^^^^^^^^^ The method toString() of type Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[122] return getNodeName() + "[]"; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[134] comments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[136] comments.add(comment); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[139] public void addComments(Collection comments) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[141] this.comments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[143] this.comments.addAll(comments); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[146] public Collection getComments() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Node.java:[167] Iterator commentItr = comments.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RootNode.java:[95] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type RootNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RootNode.java:[99] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type RootNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NextNode.java:[62] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type NextNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NextNode.java:[74] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type NextNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[330] throw new SyntaxException(getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[339] throw new SyntaxException(getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[343] throw new SyntaxException(getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[348] throw new SyntaxException(getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[356] throw new SyntaxException(getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[360] throw new SyntaxException(getPosition(), "Invalid escape character syntax"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[378] value |= Integer.parseInt(""+c, 16) & 15; ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[396] value |= Integer.parseInt(""+c, 8); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[431] public String toString() { ^^^^^^^^^^ The method toString() of type LexerSource should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/LexerSource.java:[440] buffer.append(" ..."); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SelfNode.java:[56] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type SelfNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SelfNode.java:[63] public String getName() { ^^^^^^^^^ The method getName() of type SelfNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SelfNode.java:[64] return "self"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SelfNode.java:[67] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type SelfNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/MethodDefNode.java:[95] public String getName() { ^^^^^^^^^ The method getName() of type MethodDefNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ToAryNode.java:[48] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ToAryNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ToAryNode.java:[56] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ToAryNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarNode.java:[67] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ClassVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarNode.java:[75] public String getName() { ^^^^^^^^^ The method getName() of type ClassVarNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarNode.java:[79] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ClassVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZSuperNode.java:[56] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ZSuperNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZSuperNode.java:[63] public Arity getArity() { ^^^^^^^^^^ The method getArity() of type ZSuperNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZSuperNode.java:[67] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ZSuperNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZSuperNode.java:[71] public Node getIterNode() { ^^^^^^^^^^^^^ The method getIterNode() of type ZSuperNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ZSuperNode.java:[75] public void setIterNode(Node iterNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setIterNode(Node) of type ZSuperNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/WhileNode.java:[97] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type WhileNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/WhileNode.java:[128] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type WhileNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/WhileNode.java:[151] public boolean isBlock() { ^^^^^^^^^ The method isBlock() of type WhileNode.Inline should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/WhileNode.java:[155] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type WhileNode.Inline should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DefnNode.java:[63] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DefnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DefnNode.java:[79] public String getName() { ^^^^^^^^^ The method getName() of type DefnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DefnNode.java:[83] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type DefnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnOrNode.java:[59] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type OpAsgnOrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnOrNode.java:[67] public Node getFirstNode() { ^^^^^^^^^^^^^^ The method getFirstNode() of type OpAsgnOrNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnOrNode.java:[75] public Node getSecondNode() { ^^^^^^^^^^^^^^^ The method getSecondNode() of type OpAsgnOrNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpAsgnOrNode.java:[79] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type OpAsgnOrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RescueNode.java:[65] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type RescueNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RescueNode.java:[96] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type RescueNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RescueNode.java:[117] public boolean isInline() { ^^^^^^^^^^ The method isInline() of type RescueNode.Inline should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ReturnNode.java:[58] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ReturnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ReturnNode.java:[74] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ReturnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/ISourcePosition.java:[46] public String getFile(); ^^^^^^^^^ The deprecated method getFile() of type ISourcePosition should be annotated with @Deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ext/HeredocNode.java:[46] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type HeredocNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ext/HeredocNode.java:[53] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type HeredocNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DXStrNode.java:[60] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DXStrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RetryNode.java:[54] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type RetryNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RetryNode.java:[58] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type RetryNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/TrueNode.java:[56] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type TrueNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/TrueNode.java:[63] public String getName() { ^^^^^^^^^ The method getName() of type TrueNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/TrueNode.java:[64] return "true"; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/TrueNode.java:[67] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type TrueNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/RubyParserResult.java:[46] private List commentNodes = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/RubyParserResult.java:[46] private List commentNodes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/RubyParserResult.java:[49] public List getCommentNodes() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/RubyParserResult.java:[76] commentNodes.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/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Iter.java:[38] public static final Iter ITER_NOT = new Iter("NOT"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Iter.java:[40] public static final Iter ITER_PRE = new Iter("PRE"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Iter.java:[42] public static final Iter ITER_CUR = new Iter("CUR"); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/Iter.java:[66] public String toString() { ^^^^^^^^^^ The method toString() of type Iter should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/PostExeNode.java:[71] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type PostExeNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/PostExeNode.java:[75] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type PostExeNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RescueBodyNode.java:[68] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type RescueBodyNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RescueBodyNode.java:[104] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type RescueBodyNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgsCatNode.java:[51] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ArgsCatNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgsCatNode.java:[63] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ArgsCatNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgsNode.java:[101] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ArgsNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgsNode.java:[144] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ArgsNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BackRefNode.java:[72] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type BackRefNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BackRefNode.java:[85] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type BackRefNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringType.java:[17] public static final StringType STRING = new StringType("STRING", false); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringType.java:[20] "HEREDOC_STRING", true); ^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringType.java:[22] public static final StringType XSTRING = new StringType("XSTRING", false); ^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringType.java:[25] "HEREDOC_XSTRING", true); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringType.java:[27] public static final StringType REGEXP = new StringType("REGEXP", false); ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringType.java:[41] public String toString() { ^^^^^^^^^^ The method toString() of type StringType should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BeginNode.java:[67] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type BeginNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BeginNode.java:[94] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type BeginNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BlockPassNode.java:[64] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type BlockPassNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BlockPassNode.java:[92] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type BlockPassNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/InstVarNode.java:[68] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type InstVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/InstVarNode.java:[75] public Arity getArity() { ^^^^^^^^^^ The method getArity() of type InstVarNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/InstVarNode.java:[83] public String getName() { ^^^^^^^^^ The method getName() of type InstVarNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/InstVarNode.java:[87] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type InstVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DotNode.java:[66] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DotNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DotNode.java:[97] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type DotNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DotNode.java:[101] public String toString() { ^^^^^^^^^^ The method toString() of type DotNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DotNode.java:[102] return beginNode + (exclusive ? "..." : "..") + endNode; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DotNode.java:[102] return beginNode + (exclusive ? "..." : "..") + endNode; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DSymbolNode.java:[56] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DSymbolNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/YieldNode.java:[63] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type YieldNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/YieldNode.java:[79] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type YieldNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RegexpNode.java:[63] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type RegexpNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/RegexpNode.java:[99] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type RegexpNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SplatNode.java:[48] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type SplatNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SplatNode.java:[56] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type SplatNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CaseNode.java:[78] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type CaseNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CaseNode.java:[101] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type CaseNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Colon2Node.java:[58] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type Colon2Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Colon2Node.java:[70] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type Colon2Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Colon2Node.java:[74] public String toString() { ^^^^^^^^^^ The method toString() of type Colon2Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Colon2Node.java:[75] String result = "Colon2Node ["; ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Colon2Node.java:[78] return result + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SValueNode.java:[47] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type SValueNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SValueNode.java:[55] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type SValueNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FixnumNode.java:[55] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type FixnumNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FixnumNode.java:[82] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type FixnumNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FixnumNode.java:[86] public String toString() { ^^^^^^^^^^ The method toString() of type FixnumNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FixnumNode.java:[87] return getNodeName() + "[" + value + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/FixnumNode.java:[87] return getNodeName() + "[" + value + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AttrAssignNode.java:[68] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type AttrAssignNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AttrAssignNode.java:[77] public String getName() { ^^^^^^^^^ The method getName() of type AttrAssignNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AttrAssignNode.java:[95] public Node getArgsNode() { ^^^^^^^^^^^^^ The method getArgsNode() of type AttrAssignNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AttrAssignNode.java:[104] public void setArgsNode(Node argsNode) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setArgsNode(Node) of type AttrAssignNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AttrAssignNode.java:[108] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type AttrAssignNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DefinedNode.java:[58] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DefinedNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DefinedNode.java:[70] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type DefinedNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Match2Node.java:[60] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type Match2Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Match2Node.java:[80] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type Match2Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassNode.java:[77] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ClassNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassNode.java:[104] public Colon3Node getCPath() { ^^^^^^^^^^ The method getCPath() of type ClassNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassNode.java:[125] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ClassNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassNode.java:[129] public String toString() { ^^^^^^^^^^ The method toString() of type ClassNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassNode.java:[130] return "ClassNode [" + cpath + "]"; ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassNode.java:[130] return "ClassNode [" + cpath + "]"; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OptNNode.java:[57] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type OptNNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OptNNode.java:[69] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type OptNNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/InstAsgnNode.java:[73] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type InstAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/InstAsgnNode.java:[81] public String getName() { ^^^^^^^^^ The method getName() of type InstAsgnNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/InstAsgnNode.java:[85] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type InstAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NilNode.java:[55] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type NilNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NilNode.java:[62] public String getName() { ^^^^^^^^^ The method getName() of type NilNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NilNode.java:[63] return "nil"; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NilNode.java:[66] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type NilNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OrNode.java:[59] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type OrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OrNode.java:[67] public Node getFirstNode() { ^^^^^^^^^^^^^^ The method getFirstNode() of type OrNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OrNode.java:[75] public Node getSecondNode() { ^^^^^^^^^^^^^^^ The method getSecondNode() of type OrNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OrNode.java:[79] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type OrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ext/ElseNode.java:[46] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ElseNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ext/ElseNode.java:[47] throw new RuntimeException(getNodeName() + " should never be evaluated"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ext/ElseNode.java:[53] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ElseNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/LocalVarNode.java:[63] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type LocalVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/LocalVarNode.java:[91] public String getName() { ^^^^^^^^^ The method getName() of type LocalVarNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/LocalVarNode.java:[103] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type LocalVarNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharRecord.java:[54] public String toString() { ^^^^^^^^^^ The method toString() of type CharRecord should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharRecord.java:[55] return "'" + (char) ch + "' offset=" + offset; ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharRecord.java:[55] return "'" + (char) ch + "' offset=" + offset; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/common/NullWarnings.java:[38] public boolean isVerbose() { ^^^^^^^^^^^ The method isVerbose() of type NullWarnings should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/common/NullWarnings.java:[43] public void warn(String message) {} ^^^^^^^^^^^^^^^^^^^^ The method warn(String) of type NullWarnings should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/common/NullWarnings.java:[45] public void warning(String message) {} ^^^^^^^^^^^^^^^^^^^^^^^ The method warning(String) of type NullWarnings should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/common/NullWarnings.java:[46] public void warn(ISourcePosition position, String message) {} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method warn(ISourcePosition, String) of type NullWarnings should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/common/NullWarnings.java:[47] public void warning(ISourcePosition position, String message) {} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method warning(ISourcePosition, String) of type NullWarnings should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BlockArgNode.java:[65] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type BlockArgNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BlockArgNode.java:[82] public String getName() { ^^^^^^^^^ The method getName() of type BlockArgNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BlockArgNode.java:[90] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type BlockArgNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[50] public int parseString(RubyYaccLexer lexer, LexerSource src) throws java.io.IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method parseString(RubyYaccLexer, LexerSource) of type HeredocTerm should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[56] throw new SyntaxException(src.getPosition(), "can't find string \"" + eos + "\" anywhere before EOF"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[56] throw new SyntaxException(src.getPosition(), "can't find string \"" + eos + "\" anywhere before EOF"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[60] lexer.yaccValue = new Token("\"", lexer.getPosition()); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[90] throw new SyntaxException(src.getPosition(), "can't find string \"" + eos + "\" anywhere before EOF"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[90] throw new SyntaxException(src.getPosition(), "can't find string \"" + eos + "\" anywhere before EOF"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[101] lexer.setValue(new Token("#" + c, lexer.getPosition())); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[104] lexer.setValue(new Token("#" + c, lexer.getPosition())); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[114] throw new SyntaxException(src.getPosition(), "can't find string \"" + eos + "\" anywhere before EOF"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[114] throw new SyntaxException(src.getPosition(), "can't find string \"" + eos + "\" anywhere before EOF"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[122] throw new SyntaxException(src.getPosition(), "can't find string \"" + eos + "\" anywhere before EOF"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/HeredocTerm.java:[122] throw new SyntaxException(src.getPosition(), "can't find string \"" + eos + "\" anywhere before EOF"); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/HashNode.java:[71] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type HashNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/HashNode.java:[84] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type HashNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Match3Node.java:[60] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type Match3Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Match3Node.java:[80] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type Match3Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DAsgnNode.java:[72] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DAsgnNode.java:[80] public String getName() { ^^^^^^^^^ The method getName() of type DAsgnNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DAsgnNode.java:[103] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type DAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SClassNode.java:[78] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type SClassNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/SClassNode.java:[117] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type SClassNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CommentNode.java:[55] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type CommentNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/CommentNode.java:[63] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type CommentNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[160] int location = staticScope.isDefined("$_"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[166] int location = staticScope.isDefined("$_"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[172] int location = staticScope.isDefined("$~"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[178] int location = staticScope.isDefined("$~"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[210] public String toString() { ^^^^^^^^^^ The method toString() of type DynamicScope should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[211] return toString(new StringBuffer(), ""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[216] buf.append(indent).append("Static Type[" + hashCode() + "]: " + ^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[216] buf.append(indent).append("Static Type[" + hashCode() + "]: " + ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[217] (staticScope instanceof BlockStaticScope ? "block" : "local")+" ["); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[217] (staticScope instanceof BlockStaticScope ? "block" : "local")+" ["); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[217] (staticScope instanceof BlockStaticScope ? "block" : "local")+" ["); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[223] buf.append(names[i]).append("="); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[226] buf.append("null"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[231] buf.append(","); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[233] buf.append(names[size-1]).append("="); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[239] buf.append("null"); ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[246] buf.append("]"); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[248] buf.append("\n"); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/runtime/DynamicScope.java:[249] parent.toString(buf, indent + " "); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringLexerReader.java:[30] public int peek() { ^^^^^^ The method peek() of type StringLexerReader should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringLexerReader.java:[34] public int read() { ^^^^^^ The method read() of type StringLexerReader should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringLexerReader.java:[47] public int getColumn() { ^^^^^^^^^^^ The method getColumn() of type StringLexerReader should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringLexerReader.java:[51] public int getOffset() { ^^^^^^^^^^^ The method getOffset() of type StringLexerReader should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringLexerReader.java:[55] public int getLine() { ^^^^^^^^^ The method getLine() of type StringLexerReader should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/StringLexerReader.java:[59] public void newLine() { ^^^^^^^^^ The method newLine() of type StringLexerReader should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgumentNode.java:[58] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ArgumentNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgumentNode.java:[59] throw new RuntimeException("ArgumentNode should never be evaluated"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgumentNode.java:[62] public String getName() { ^^^^^^^^^ The method getName() of type ArgumentNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ArgumentNode.java:[70] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ArgumentNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BlockNode.java:[59] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type BlockNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarAsgnNode.java:[73] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ClassVarAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarAsgnNode.java:[81] public String getName() { ^^^^^^^^^ The method getName() of type ClassVarAsgnNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ClassVarAsgnNode.java:[85] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type ClassVarAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpElementAsgnNode.java:[81] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type OpElementAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/OpElementAsgnNode.java:[117] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type OpElementAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ForNode.java:[74] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type ForNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/MultipleAsgnNode.java:[60] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type MultipleAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/MultipleAsgnNode.java:[83] public Arity getArity() { ^^^^^^^^^^ The method getArity() of type MultipleAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/MultipleAsgnNode.java:[91] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type MultipleAsgnNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BreakNode.java:[62] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type BreakNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BreakNode.java:[74] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type BreakNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/StrNode.java:[69] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type StrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/StrNode.java:[82] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type StrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/StrNode.java:[86] public String toString() { ^^^^^^^^^^ The method toString() of type StrNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/StrNode.java:[87] return getNodeName() + "[" + value + "]" + getPosition(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/StrNode.java:[87] return getNodeName() + "[" + value + "]" + getPosition(); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ext/PreExeNode.java:[49] public Instruction accept(NodeVisitor visitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type PreExeNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/ext/PreExeNode.java:[56] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type PreExeNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/VAliasNode.java:[68] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type VAliasNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/VAliasNode.java:[88] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type VAliasNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharHistory.java:[21] private final List history = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharHistory.java:[21] private final List history = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharHistory.java:[35] history.add(0, pool.create(ch, column, offset)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/eclipse/dltk/ruby/formatter/lexer/CharHistory.java:[48] history.add(pool.create(ch, column, offset)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AssignableNode.java:[67] public Arity getArity() { ^^^^^^^^^^ The method getArity() of type AssignableNode should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[161] return appendToBlock(block, new FCallNode(position, "print", ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[162] new ArrayNode(position).add(new GlobalVarNode(position, "$_")))); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[168] block = appendToBlock(new GlobalAsgnNode(position, "$F", ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[169] new CallNode(position, new GlobalVarNode(position, "$_"), "split", null)), block); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[169] new CallNode(position, new GlobalVarNode(position, "$_"), "split", null)), block); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[172] block = appendToBlock(new CallNode(position, new GlobalVarNode(position, "$_"), "chop!", null), block); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[172] block = appendToBlock(new CallNode(position, new GlobalVarNode(position, "$_"), "chop!", null), block); ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[198] throw new SyntaxException(position, "identifier " + id + " is not valid"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[198] throw new SyntaxException(position, "identifier " + id + " is not valid"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[209] if (id.equals("self")) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[211] } else if (id.equals("nil")) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[213] } else if (id.equals("true")) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[215] } else if (id.equals("false")) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[217] } else if (id.equals("__FILE__")) { ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[219] } else if (id.equals("__LINE__")) { ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[231] if ("self".equals(id)) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[232] throw new SyntaxException(lhs.getPosition(), "Can't change the value of self"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[233] } else if ("nil".equals(id)) { ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[234] throw new SyntaxException(lhs.getPosition(), "Can't assign to nil"); ^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[235] } else if ("true".equals(id)) { ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[236] throw new SyntaxException(lhs.getPosition(), "Can't assign to true"); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[237] } else if ("false".equals(id)) { ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[238] throw new SyntaxException(lhs.getPosition(), "Can't assign to false"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[239] } else if ("__FILE__".equals(id)) { ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[240] throw new SyntaxException(lhs.getPosition(), "Can't assign to __FILE__"); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[241] } else if ("__LINE__".equals(id)) { ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[242] throw new SyntaxException(lhs.getPosition(), "Can't assign to __LINE__"); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[249] throw new SyntaxException(lhs.getPosition(), "dynamic constant assignment"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[264] throw new SyntaxException(lhs.getPosition(), "identifier " + id + " is not valid"); ^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[264] throw new SyntaxException(lhs.getPosition(), "identifier " + id + " is not valid"); ^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[335] warnings.warning(tail.getPosition(), "Statement not reached."); ^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[373] return getOperatorCallNode(firstNode, "=~", secondNode); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[386] return new AttrAssignNode(receiver.getPosition(), receiver, "[]=", index); ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[399] return new AttrAssignNode(receiver.getPosition(), receiver, name + "=", null); ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[404] throw new SyntaxException(node.getPosition(), "Can't set variable $" + ((NthRefNode) node).getMatchNumber() + '.'); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[406] throw new SyntaxException(node.getPosition(), "Can't set variable $" + ((BackRefNode) node).getType() + '.'); ^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[442] throw new SyntaxException(position, "Dynamic constant assignment."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[483] warnings.warning(node.getPosition(), "void value expression"); ^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[519] warnings.warn(node.getPosition(), "Useless use of " + useless + " in void context."); ^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[519] warnings.warn(node.getPosition(), "Useless use of " + useless + " in void context."); ^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[540] if (name == "+" || name == "-" || name == "*" || name == "/" || name == "%" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[540] if (name == "+" || name == "-" || name == "*" || name == "/" || name == "%" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[540] if (name == "+" || name == "-" || name == "*" || name == "/" || name == "%" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[540] if (name == "+" || name == "-" || name == "*" || name == "/" || name == "%" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[540] if (name == "+" || name == "-" || name == "*" || name == "/" || name == "%" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[541] name == "**" || name == "+@" || name == "-@" || name == "|" || name == "^" || ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[541] name == "**" || name == "+@" || name == "-@" || name == "|" || name == "^" || ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[541] name == "**" || name == "+@" || name == "-@" || name == "|" || name == "^" || ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[541] name == "**" || name == "+@" || name == "-@" || name == "|" || name == "^" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[541] name == "**" || name == "+@" || name == "-@" || name == "|" || name == "^" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[542] name == "&" || name == "<=>" || name == ">" || name == ">=" || name == "<" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[542] name == "&" || name == "<=>" || name == ">" || name == ">=" || name == "<" || ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[542] name == "&" || name == "<=>" || name == ">" || name == ">=" || name == "<" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[542] name == "&" || name == "<=>" || name == ">" || name == ">=" || name == "<" || ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[542] name == "&" || name == "<=>" || name == ">" || name == ">=" || name == "<" || ^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[543] name == "<=" || name == "==" || name == "!=") { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[543] name == "<=" || name == "==" || name == "!=") { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[543] name == "<=" || name == "==" || name == "!=") { ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[551] handleUselessWarn(node, "a variable"); return; ^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[558] handleUselessWarn(node, "a literal"); return; ^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[563] handleUselessWarn(node, ((DotNode) node).isExclusive() ? "..." : ".."); return; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[563] handleUselessWarn(node, ((DotNode) node).isExclusive() ? "..." : ".."); return; ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[565] handleUselessWarn(node, "defined?"); return; ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[567] handleUselessWarn(node, "false"); return; ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[569] handleUselessWarn(node, "nil"); return; ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[574] handleUselessWarn(node, "true"); return; ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[604] throw new SyntaxException(node.getPosition(), "Multiple assignment in conditional."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[608] warnings.warn(node.getPosition(), "Found '=' in conditional, should be '=='."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[622] return new Match2Node(position, node, new GlobalVarNode(position, "$_")); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[624] int slot = currentScope.getLocalScope().addVariable(""); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[656] return getOperatorCallNode(node, "==", new GlobalVarNode(node.getPosition(), "$.")); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[656] return getOperatorCallNode(node, "==", new GlobalVarNode(node.getPosition(), "$.")); ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[678] throw new SyntaxException(node.getPosition(), "Block argument should not be given."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[691] throw new SyntaxException(iter.getPosition(), "Both block arg and actual block given."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[708] throw new SyntaxException(iter.getPosition(), "Both block arg and actual block given."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[856] throw new SyntaxException(node.getPosition(), "Block argument should not be given."); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[910] private final List stringTypes = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[910] private final List stringTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/parser/ParserSupport.java:[913] stringTypes.add(stringType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DefsNode.java:[67] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type DefsNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DefsNode.java:[83] public String getName() { ^^^^^^^^^ The method getName() of type DefsNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/DefsNode.java:[87] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type DefsNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[41] this("", 0, 0, LexState.EXPR_BEG); ^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[107] new Keyword("end", kEND, kEND, LexState.EXPR_END), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[108] new Keyword("else", kELSE, kELSE, LexState.EXPR_BEG), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[109] new Keyword("case", kCASE, kCASE, LexState.EXPR_BEG), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[110] new Keyword("ensure", kENSURE, kENSURE, LexState.EXPR_BEG), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[111] new Keyword("module", kMODULE, kMODULE, LexState.EXPR_BEG), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[112] new Keyword("elsif", kELSIF, kELSIF, LexState.EXPR_BEG), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[113] new Keyword("def", kDEF, kDEF, LexState.EXPR_FNAME), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[114] new Keyword("rescue", kRESCUE, kRESCUE_MOD, LexState.EXPR_MID), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[115] new Keyword("not", kNOT, kNOT, LexState.EXPR_BEG), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[116] new Keyword("then", kTHEN, kTHEN, LexState.EXPR_BEG), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[117] new Keyword("yield", kYIELD, kYIELD, LexState.EXPR_ARG), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[118] new Keyword("for", kFOR, kFOR, LexState.EXPR_BEG), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[119] new Keyword("self", kSELF, kSELF, LexState.EXPR_END), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[120] new Keyword("false", kFALSE, kFALSE, LexState.EXPR_END), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[121] new Keyword("retry", kRETRY, kRETRY, LexState.EXPR_END), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[122] new Keyword("return", kRETURN, kRETURN, LexState.EXPR_MID), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[123] new Keyword("true", kTRUE, kTRUE, LexState.EXPR_END), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[124] new Keyword("if", kIF, kIF_MOD, LexState.EXPR_BEG), ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[125] new Keyword("defined?", kDEFINED, kDEFINED, LexState.EXPR_ARG), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[126] new Keyword("super", kSUPER, kSUPER, LexState.EXPR_ARG), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[127] new Keyword("undef", kUNDEF, kUNDEF, LexState.EXPR_FNAME), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[128] new Keyword("break", kBREAK, kBREAK, LexState.EXPR_MID), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[129] new Keyword("in", kIN, kIN, LexState.EXPR_BEG), ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[130] new Keyword("do", kDO, kDO, LexState.EXPR_BEG), ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[131] new Keyword("nil", kNIL, kNIL, LexState.EXPR_END), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[132] new Keyword("until", kUNTIL, kUNTIL_MOD, LexState.EXPR_BEG), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[133] new Keyword("unless", kUNLESS, kUNLESS_MOD, LexState.EXPR_BEG), ^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[134] new Keyword("or", kOR, kOR, LexState.EXPR_BEG), ^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[135] new Keyword("next", kNEXT, kNEXT, LexState.EXPR_MID), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[136] new Keyword("when", kWHEN, kWHEN, LexState.EXPR_BEG), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[137] new Keyword("redo", kREDO, kREDO, LexState.EXPR_END), ^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[138] new Keyword("and", kAND, kAND, LexState.EXPR_BEG), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[139] new Keyword("begin", kBEGIN, kBEGIN, LexState.EXPR_BEG), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[140] new Keyword("__LINE__", k__LINE__, k__LINE__, LexState.EXPR_END), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[141] new Keyword("class", kCLASS, kCLASS, LexState.EXPR_CLASS), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[142] new Keyword("__FILE__", k__FILE__, k__FILE__, LexState.EXPR_END), ^^^^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[143] new Keyword("END", klEND, klEND, LexState.EXPR_END), ^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[144] new Keyword("BEGIN", klBEGIN, klBEGIN, LexState.EXPR_END), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[145] new Keyword("while", kWHILE, kWHILE_MOD, LexState.EXPR_BEG), ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/lexer/yacc/Keyword.java:[156] new Keyword("alias", kALIAS, kALIAS, LexState.EXPR_FNAME) ^^^^^^^ Non-externalized string literal; it should be followed by //$NON-NLS-$ [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AliasNode.java:[69] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type AliasNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/AliasNode.java:[89] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type AliasNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BignumNode.java:[56] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type BignumNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/BignumNode.java:[68] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type BignumNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Colon3Node.java:[76] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type Colon3Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Colon3Node.java:[84] public String getName() { ^^^^^^^^^ The method getName() of type Colon3Node should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/Colon3Node.java:[88] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type Colon3Node should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/IterNode.java:[86] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type IterNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/IterNode.java:[112] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type IterNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NewlineNode.java:[69] public Instruction accept(NodeVisitor iVisitor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method accept(NodeVisitor) of type NewlineNode should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/jruby-src/org/jruby/ast/NewlineNode.java:[81] public List childNodes() { ^^^^^^^^^^^^ The method childNodes() of type NewlineNode should be tagged with @Override since it actually overrides a superclass method 872 problems (872 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.formatter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.formatter --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/target/org.eclipse.dltk.ruby.formatter-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.formatter --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.formatter --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.formatter/target/org.eclipse.dltk.ruby.formatter-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.formatter --- [INFO] [INFO] --------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing >--------- [INFO] Building org.eclipse.dltk.ruby.testing 6.0.0-SNAPSHOT [104/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.testing --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.testing --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.testing --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.testing/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.testing --- [INFO] Compiling 21 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.testing/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.testing --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.testing/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.testing --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.testing/target/org.eclipse.dltk.ruby.testing-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.testing --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.testing --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/plugins/org.eclipse.dltk.ruby.testing/target/org.eclipse.dltk.ruby.testing-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.testing --- [INFO] [INFO] ----------< org.eclipse.dltk.features:org.eclipse.dltk.ruby >----------- [INFO] Building org.eclipse.dltk.ruby 6.0.0-SNAPSHOT [105/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.ruby --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.ruby --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/features/org.eclipse.dltk.ruby-feature/target/org.eclipse.dltk.ruby-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.ruby --- [INFO] [INFO] ----------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.sdk >----------- [INFO] Building org.eclipse.dltk.ruby.sdk 6.0.0-SNAPSHOT [106/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.ruby.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.ruby.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/features/org.eclipse.dltk.ruby.sdk/target/org.eclipse.dltk.ruby.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.ruby.sdk --- [INFO] [INFO] -------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.core.tests >------- [INFO] Building org.eclipse.dltk.ruby.core.tests 6.0.0-SNAPSHOT [107/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.core.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.core.tests --- [INFO] Compiling 35 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/target/org.eclipse.dltk.ruby.core.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/target/org.eclipse.dltk.ruby.core.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.ruby.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.core.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.ruby.core.tests.AllTests Tests run: 183, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.263 s - in org.eclipse.dltk.ruby.core.tests.AllTests testSourceModuleEquals(org.eclipse.dltk.ruby.core.tests.resources.RubyResourcesTests) Time elapsed: 0.002 s testModelElementEquals(org.eclipse.dltk.ruby.core.tests.resources.RubyResourcesTests) Time elapsed: 0.018 s testTypeEquals(org.eclipse.dltk.ruby.core.tests.resources.RubyResourcesTests) Time elapsed: 0.001 s classes.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.096 s classes_scoped.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.003 s classes_simple.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.007 s consts.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.003 s methods.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.045 s methods_scoped.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.006 s singletons.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.001 s variables.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.025 s variables_top.rb(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinTestsSuite$MixinTestCase) Time elapsed: 0.003 s testExistentClassExtension(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.161 s testSourceFolderDeletion(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.237 s testBuildpathDeletion(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.202 s testProjectFragmentDeletion(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.153 s testModuleDeletion(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.187 s testFatalModuleDeletion(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.141 s testBuildpathAddition(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.138 s testNewClassAddition(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.275 s testForGhosts(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinModelManipulationTests) Time elapsed: 0.106 s testIncludeA(org.eclipse.dltk.ruby.core.tests.search.mixin.RubyMixinClassTests) Time elapsed: 0.008 s testIncludeB(org.eclipse.dltk.ruby.core.tests.search.mixin.RubyMixinClassTests) Time elapsed: 0.001 s testSelectionOnSuper(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.041 s testSelectionOnLocalVariable(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.003 s testSelectionOnClassUsage(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.004 s testSelectionOnMethodDeclaration(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionOnLocalVariableMethodNIM(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.042 s testBug185487(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.1 s testBug193105(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.006 s testBug194721(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.002 s testSelectionOnMethod2_1(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.007 s testSelectionOnMethod2_2(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.002 s testSelectionOnMethod3_2(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.002 s testSelectionPosChecker0(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker1(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker2(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.001 s testSelectionPosChecker3(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker4(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.001 s testSelectionPosChecker5(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker6(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.001 s testSelectionPosChecker7(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker8(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker9(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker10(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker11(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.001 s testSelectionPosChecker12(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker13(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.001 s testSelectionPosChecker15(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0 s testSelectionPosChecker16(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.001 s testSelectionOnClassDeclaraion(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.028 s testSelectionOnMethod2(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.002 s testSelectionOnMethod(org.eclipse.dltk.ruby.core.tests.assist.RubySelectionTests) Time elapsed: 0.002 s testCompletion001(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.074 s testCompletion002(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.007 s testCompletion003(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.01 s testCompletion004(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.035 s testCompletion005(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.012 s testCompletion006(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.016 s testCompletion007(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.027 s testCompletion008(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.033 s testCompletion009(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.006 s testCompletion010(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion011(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.002 s testCompletion012(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.002 s testCompletion013(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.002 s testCompletion014(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.014 s testCompletion015(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.01 s testCompletion016(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.005 s testCompletion017(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.009 s testCompletion018(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.007 s testCompletion019(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.002 s testCompletion020(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.039 s testCompletion021(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion022(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion023(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.009 s testCompletion024(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.003 s testCompletion025(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.709 s testCompletion026(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.005 s testCompletion027(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion028(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.006 s testCompletion029(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.007 s testCompletion030(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion031(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.002 s testCompletion032(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion033(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.003 s testCompletion034(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.002 s testCompletion035(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion036(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.013 s testCompletion037(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.006 s testCompletion039(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.002 s testCompletion040(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.022 s testCompletion041(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.011 s testCompletion042(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.003 s testCompletion043(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.003 s testCompletion044(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion045(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.008 s testCompletion046(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.006 s testCompletion047(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.002 s testCompletion048(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.003 s testCompletion049(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.005 s testCompletion050(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.036 s testCompletion051(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.013 s testCompletion052(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion053(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion054(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.005 s testCompletion055(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion056(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.008 s testCompletion057(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.007 s testCompletion058(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion059(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.008 s testCompletion063(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion066(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.006 s testCompletion067(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.031 s testCompletion068(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.006 s testCompletion061_FAILS(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletionAfterDot(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.005 s testCompletion038Keywords(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.138 s testCompletion064_FAILS(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.004 s testCompletion060_FAILS(org.eclipse.dltk.ruby.core.tests.text.completion.RubyCompletionTests) Time elapsed: 0.005 s testJRubyParser001(org.eclipse.dltk.ruby.core.tests.parser.RubyParserTests) Time elapsed: 0.004 s testBug180142(org.eclipse.dltk.ruby.core.tests.parser.RubyParserTests) Time elapsed: 0.062 s testBug183298(org.eclipse.dltk.ruby.core.tests.parser.RubyParserTests) Time elapsed: 0 s testBug183493(org.eclipse.dltk.ruby.core.tests.parser.RubyParserTests) Time elapsed: 0.001 s testJRubyParserColon(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.029 s testJRubyParserComma(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.009 s testJRubyParserParenthesis(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.001 s testJRubyParserAt(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.002 s testJRubyParserDollar(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.001 s testJRubyParserDot(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.002 s testJRubyParserColonUnsafe(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.001 s testJRubyParserCommaUnsafe(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.121 s testJRubyParserHashUnsafe(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.017 s testJRubyParserHash(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.005 s testJRubyParserSpaceParenthesis(org.eclipse.dltk.ruby.core.tests.parser.RubyParserRecoveryTests) Time elapsed: 0.001 s args0.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.019 s args1.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.008 s args2.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.003 s args3.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.008 s classref_scoped.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.002 s classref_simplest.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.004 s const1.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0 s constants.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.015 s global.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.007 s inst1.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.003 s inst2.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.009 s inst3.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.004 s local_scope_selection.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.003 s local_simplest.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.001 s self_simple.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.003 s self_singletons.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.003 s arguments.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.004 s builtins.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0 s clone.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.002 s intrinsic_new.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.002 s recursion.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.009 s recursion_inf.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.001 s simple.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.002 s simple2.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.003 s colons.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.003 s if.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.005 s arguments.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.006 s iterations.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.005 s localvar.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.002 s methods.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.003 s new.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.004 s whoohoo.rb(org.eclipse.dltk.ruby.core.tests.typeinference.TypeInferenceSuite$1) Time elapsed: 0.001 s testComplex1to2(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinProjectIsolationTests) Time elapsed: 0.2 s testComplex2to1(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinProjectIsolationTests) Time elapsed: 0.346 s testSimple(org.eclipse.dltk.ruby.core.tests.search.mixin.MixinProjectIsolationTests) Time elapsed: 0.252 s testDeclarations(org.eclipse.dltk.ruby.core.tests.search.RubySearchTests) Time elapsed: 0.055 s testAllOccurences(org.eclipse.dltk.ruby.core.tests.search.RubySearchTests) Time elapsed: 0.003 s testReferences(org.eclipse.dltk.ruby.core.tests.search.RubySearchTests) Time elapsed: 0.001 s testFullTypeReferenceSearch(org.eclipse.dltk.ruby.core.tests.search.RubyFullNameSearchTests) Time elapsed: 0.053 s testSuperClassReferenceSearch1(org.eclipse.dltk.ruby.core.tests.search.RubyFullNameSearchTests) Time elapsed: 0.001 s testSuperClassReferenceSearch2(org.eclipse.dltk.ruby.core.tests.search.RubyFullNameSearchTests) Time elapsed: 0.001 s testFullTypeNameSearch(org.eclipse.dltk.ruby.core.tests.search.RubyFullNameSearchTests) Time elapsed: 0.001 s testFullMethodNameSearch(org.eclipse.dltk.ruby.core.tests.search.RubyFullNameSearchTests) Time elapsed: 0.001 s testShortTypeNameSearch(org.eclipse.dltk.ruby.core.tests.search.RubyFullNameSearchTests) Time elapsed: 0.001 s testShortMethodNameSearch(org.eclipse.dltk.ruby.core.tests.search.RubyFullNameSearchTests) Time elapsed: 0.001 s testDeclarations(org.eclipse.dltk.ruby.core.tests.search.RubyMethodSearchTests) Time elapsed: 0.054 s testAllOccurences(org.eclipse.dltk.ruby.core.tests.search.RubyMethodSearchTests) Time elapsed: 0.002 s testReferences(org.eclipse.dltk.ruby.core.tests.search.RubyMethodSearchTests) Time elapsed: 0.002 s Results: Tests run: 183, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.formatter.tests >----- [INFO] Building org.eclipse.dltk.ruby.formatter.tests 6.0.0-SNAPSHOT [108/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] Compiling 22 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/target/org.eclipse.dltk.ruby.formatter.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/target/org.eclipse.dltk.ruby.formatter.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.ruby.formatter.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.formatter.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.ruby.formatter.tests.AllTests /home/dltk/apps/ruby-lib.zip not found Tests run: 134, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s - in org.eclipse.dltk.ruby.formatter.tests.AllTests testEndKeyword(org.eclipse.dltk.ruby.formatter.tests.ParserTest) Time elapsed: 0.075 s testEmptyHereDoc(org.eclipse.dltk.ruby.formatter.tests.ParserTest) Time elapsed: 0.003 s testRuby19hash(org.eclipse.dltk.ruby.formatter.tests.ParserTest) Time elapsed: 0.002 s testHereDocParser(org.eclipse.dltk.ruby.formatter.tests.ParserTest) Time elapsed: 0.007 s test1(org.eclipse.dltk.ruby.formatter.tests.SimpleTests) Time elapsed: 0.025 s test2(org.eclipse.dltk.ruby.formatter.tests.SimpleTests) Time elapsed: 0.004 s test3(org.eclipse.dltk.ruby.formatter.tests.SimpleTests) Time elapsed: 0.001 s test4(org.eclipse.dltk.ruby.formatter.tests.SimpleTests) Time elapsed: 0.003 s empty class(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.002 s empty module(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.002 s attribute only(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.001 s 2 methods(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.003 s method-incorrectly-indented(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.002 s 2 methods-empty lines(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.003 s empty method(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.017 s SClass(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.002 s empty-SClass(org.eclipse.dltk.ruby.formatter.tests.ClassesAndMethodsTest) Time elapsed: 0.002 s empty module(org.eclipse.dltk.ruby.formatter.tests.ModulesTest) Time elapsed: 0.002 s nested module(org.eclipse.dltk.ruby.formatter.tests.ModulesTest) Time elapsed: 0.002 s module with class(org.eclipse.dltk.ruby.formatter.tests.ModulesTest) Time elapsed: 0.003 s while(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.003 s while modifier(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s while-modifier-complex(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.003 s while-empty(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.001 s for(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s for-empty(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.001 s until(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.003 s until:(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s until-do(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s until-do-inline(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s until-modifier(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s until-empty(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s case(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.006 s case-else-only(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s case-empty(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s case-else-empty(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s case-compact(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s BEGIN(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.001 s BEGIN-comments(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s BEGIN-empty(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0 s END(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s END-comments(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.001 s lambda-declarations(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.004 s arrays(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s multi-line-hash(org.eclipse.dltk.ruby.formatter.tests.BlocksTest) Time elapsed: 0.002 s rdoc-simple(org.eclipse.dltk.ruby.formatter.tests.RDocTest) Time elapsed: 0.034 s nested rdocs(org.eclipse.dltk.ruby.formatter.tests.RDocTest) Time elapsed: 0.003 s if(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.002 s if-else(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.003 s if-elsif-else(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.002 s unless(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.002 s unless+else(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.001 s if-clause-as-argument-not-shifted(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.002 s empty-if-empty-else(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.001 s if-else-empty(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.001 s if-empty-else(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.001 s if-modifier(org.eclipse.dltk.ruby.formatter.tests.IfTest) Time elapsed: 0.001 s begin-empty(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0 s begin-just-code(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s begin-while-modifier(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s begin-until-modifier(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.002 s begin-until-modifier-multiline(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s begin-rescue-any(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.002 s begin-rescue(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s begin-rescue-multiple(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s begin-rescue-else(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.002 s begin-no-rescue-else(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s rescue-ensure(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.003 s rescue-else-ensure(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s rescue-empty(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s begin-no-rescue-empty-else(org.eclipse.dltk.ruby.formatter.tests.BeginTest) Time elapsed: 0.001 s simple-do(org.eclipse.dltk.ruby.formatter.tests.DoTest) Time elapsed: 0.001 s simple-do2(org.eclipse.dltk.ruby.formatter.tests.DoTest) Time elapsed: 0.001 s simple-do-braces(org.eclipse.dltk.ruby.formatter.tests.DoTest) Time elapsed: 0.001 s simple-do-braces2(org.eclipse.dltk.ruby.formatter.tests.DoTest) Time elapsed: 0.001 s simple-do-braces-empty(org.eclipse.dltk.ruby.formatter.tests.DoTest) Time elapsed: 0.001 s simple-do-empty(org.eclipse.dltk.ruby.formatter.tests.DoTest) Time elapsed: 0.001 s method-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s class-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s begin-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s begin-comments-2(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.002 s until-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s while-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s for-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s case-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.002 s simple-do-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s simple-do-comments-braces(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s if-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s unless-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s modules-comments(org.eclipse.dltk.ruby.formatter.tests.CommentsTest) Time elapsed: 0.001 s unary-plus-if-block(org.eclipse.dltk.ruby.formatter.tests.UnaryPlusTest) Time elapsed: 0.001 s unary-plus-method(org.eclipse.dltk.ruby.formatter.tests.UnaryPlusTest) Time elapsed: 0.001 s unary-plus-for-block-single(org.eclipse.dltk.ruby.formatter.tests.UnaryPlusTest) Time elapsed: 0.001 s unary-plus-for-block-multiple(org.eclipse.dltk.ruby.formatter.tests.UnaryPlusTest) Time elapsed: 0 s unary-plus-do-block-single(org.eclipse.dltk.ruby.formatter.tests.UnaryPlusTest) Time elapsed: 0.001 s unary-plus-do-block-multiple(org.eclipse.dltk.ruby.formatter.tests.UnaryPlusTest) Time elapsed: 0.001 s here-document-empty(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.005 s here-document-method(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-method-minus(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-if-block(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-if-block-minus(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.027 s here-document-unless-modifier(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.002 s here-document-unless-modifier-minus(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-do-block(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-do-block-minus(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-multi(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-quoted(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-quoted-2(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s here-document-code-between(org.eclipse.dltk.ruby.formatter.tests.HereDocumentTest) Time elapsed: 0.001 s multiline-string(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-method(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-class(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-if-block(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0 s multiline-string-while-block(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0 s multiline-string-while-block-condition(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-while-modifier(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-rescue-block(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-do-block(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-spaces(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s dstring(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s xstring(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-until(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s multiline-string-until-modifier(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.008 s multiline=string-percent(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s string-as-return(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0 s string-as-args(org.eclipse.dltk.ruby.formatter.tests.StringsTest) Time elapsed: 0.001 s regexp(org.eclipse.dltk.ruby.formatter.tests.RegexpTest) Time elapsed: 0.001 s regexp-method(org.eclipse.dltk.ruby.formatter.tests.RegexpTest) Time elapsed: 0.001 s dregexp-method(org.eclipse.dltk.ruby.formatter.tests.RegexpTest) Time elapsed: 0.001 s regexp-method-escaped(org.eclipse.dltk.ruby.formatter.tests.RegexpTest) Time elapsed: 0.001 s regexp-until-modifier(org.eclipse.dltk.ruby.formatter.tests.RegexpTest) Time elapsed: 0.001 s method rubydocs(org.eclipse.dltk.ruby.formatter.tests.RubyDoc1Test) Time elapsed: 0.002 s method rubydocs(org.eclipse.dltk.ruby.formatter.tests.RubyDoc2Test) Time elapsed: 0.001 s testRubyLib-NOT-FOUND(org.eclipse.dltk.ruby.formatter.tests.FormatRubyLibTest$1) Time elapsed: 0.002 s Results: Tests run: 134, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.ui.tests >-------- [INFO] Building org.eclipse.dltk.ruby.ui.tests 6.0.0-SNAPSHOT [109/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] Compiling 12 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/classes [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[38] protected FoldingStructureComputationContext createInitialContext() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[40] fCommentsFolding = commentFolding; ^^^^^^^^^^^^^^^^ The field AbstractASTFoldingStructureProvider.fCommentsFolding is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[45] protected FoldingStructureComputationContext createContext(boolean allowCollapse) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[52] return new FoldingStructureComputationContext(doc, model, allowCollapse); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[52] return new FoldingStructureComputationContext(doc, model, allowCollapse); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AbstractASTFoldingStructureProvider.FoldingStructureComputationContext(IDocument, ProjectionAnnotationModel, boolean) is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[66] FoldingStructureComputationContext ctx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[67] super.computeFoldingStructure(contents, ctx); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeFoldingStructure(String, AbstractASTFoldingStructureProvider.FoldingStructureComputationContext) from the type AbstractASTFoldingStructureProvider is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[68] return ctx.getMap(); ^^^^^^^^ The method getMap() from the type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated [WARNING] /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/org/eclipse/dltk/ruby/ui/tests/folding/RubyFoldingTest.java:[72] protected boolean mayCollapse(ASTNode s, FoldingStructureComputationContext ctx) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractASTFoldingStructureProvider.FoldingStructureComputationContext is deprecated 9 problems (9 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/org.eclipse.dltk.ruby.ui.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/org.eclipse.dltk.ruby.ui.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.ruby.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xms40m, -Xmx1G, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.ui.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.ruby.ui.tests.AllTests Warning: NLS unused message: DLTKEditorPreferencePage_default in: org.eclipse.dltk.ui.preferences.PreferencesMessages Finished Finished Finished Finished Finished Finished Finished Finished Finished Finished time:57 Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.114 s - in org.eclipse.dltk.ruby.ui.tests.AllTests testIndentingOfClosingSquareBraceToOpeningOne(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.107 s testBug186514(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.007 s testIndentedNewLineAfterIf(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.004 s testDeindentOnEnd(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.003 s testIndentingOfClosingParenToOpeningOne(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0 s testDeindentingOfRdocBegin(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.001 s testIndentedNewLineAfterDef(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.002 s testSimpleNewLine(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.001 s testDeindentingOfRdocEnd(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.001 s testIndentingOfClosingCurlyBrace(org.eclipse.dltk.ruby.ui.tests.indenting.RubyAutoIndentStrategyTest) Time elapsed: 0.001 s testCode(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0.036 s testPercentStringAfterPuts(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0.008 s testBug179488(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0.007 s testBug180370(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0.003 s testPercentDoesNotStartString(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0 s testPercentStringAfterMethodCall(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0.001 s testPercentDoesStartString(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0 s testString(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0 s testPercentOperatorAfterVariable(org.eclipse.dltk.ruby.ui.tests.text.PartitioningTest) Time elapsed: 0 s testEnterOpensClass(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.003 s testClassNotKeyword(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.003 s testNewLineInRegularFunction(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.002 s testNoIndentOnSubsequentExplicitContinuation(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.002 s testNewLineInDef(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.002 s testIndentOnUnclosedParen(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.001 s testIfModifier(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.002 s testIndentOnFirstImplicitContinuation(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.001 s testMovingEndToNewLine(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.002 s testMovingEndWithWhitespaceToNewLine(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.001 s testIfStatement(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.002 s testIndentOnFirstExplicitContinuation(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.001 s testNoIndentOnSubsequentImplicitContinuationAfterImplicitOne(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.001 s testEnterBeforeClass(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.002 s testNewLineAfterEmptyIndentedLine(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.001 s testDeindentingEnd(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.003 s testNoIndentOnSubsequentImplicitContinuationAfterExplicitOne(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.001 s testIndentAfterNewLineBeforeParen(org.eclipse.dltk.ruby.ui.tests.text.indenting.IndentingTest) Time elapsed: 0.001 s test177924a(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest) Time elapsed: 0.287 s test177924b(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest) Time elapsed: 0.013 s test0(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest) Time elapsed: 0.001 s test193174a(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest) Time elapsed: 0.24 s test193174b(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest) Time elapsed: 0.127 s test193174c(org.eclipse.dltk.ruby.ui.tests.folding.RubyFoldingTest) Time elapsed: 0.132 s testMultiAccess(org.eclipse.dltk.ruby.ui.tests.search.MixinCompleteTests) Time elapsed: 0.001 s testMultiAccess(org.eclipse.dltk.ruby.ui.tests.search.ThreadedUIMixinTests) Time elapsed: 0.118 s testSingleQuotes(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest) Time elapsed: 0.002 s testBracketsAndSpaces(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest) Time elapsed: 0 s testBracketsDoubleQuotes(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest) Time elapsed: 0 s testManySpaces(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest) Time elapsed: 0 s testBracketsSingleQuotes(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest) Time elapsed: 0 s testNoHyperlink(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest) Time elapsed: 0 s testDoubleQuotes(org.eclipse.dltk.ruby.ui.tests.text.RubyRequireHyperlinkDetectorTest) Time elapsed: 0 s testCommentPositioning1(org.eclipse.dltk.ruby.ui.tests.folding.RubyCommentElementTests) Time elapsed: 0.011 s Results: Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.dltk.ruby:org.eclipse.dltk.ruby.testing.tests >------ [INFO] Building org.eclipse.dltk.ruby.testing.tests 6.0.0-SNAPSHOT [110/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] Compiling 2 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/org.eclipse.dltk.ruby.testing.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/org.eclipse.dltk.ruby.testing.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.ruby.testing.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.ruby/tests/org.eclipse.dltk.ruby.testing.tests/target/surefire.properties] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.ruby.testing.tests.AllTests setUpSuite() in org.eclipse.dltk.ruby.testing.tests.RubyTestingTestUnitResolverTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s - in org.eclipse.dltk.ruby.testing.tests.AllTests testResolveMath(org.eclipse.dltk.ruby.testing.tests.RubyTestingTestUnitResolverTests) Time elapsed: 0.151 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---------------------< org.eclipse.dltk.sh:parent >--------------------- [INFO] Building ShellEd 6.0.0-SNAPSHOT [111/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ parent --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] ------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.doc >------------- [INFO] Building ShellEd Documentation Plug-in 6.0.0-SNAPSHOT [112/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.doc --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.sh.doc --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.doc --- [INFO] [INFO] --- tycho-eclipserun-plugin:1.4.0:eclipse-run (build_indexes) @ org.eclipse.dltk.sh.doc --- [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest/jre] [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/jre/bin/java, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/eclipserun-work/configuration, -consolelog, -application, org.eclipse.ant.core.antRunner, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/workspace, -quiet, -buildfile, build.xml] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 1 second [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.doc --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.doc --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.doc/target/org.eclipse.dltk.sh.doc-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.doc --- [INFO] [INFO] ------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.core >------------ [INFO] Building ShellEd Core plugin 6.0.0-SNAPSHOT [113/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.core --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.core --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.sh.core --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.core --- [INFO] Compiling 9 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.core --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.core/target/org.eclipse.dltk.sh.core-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.core --- [INFO] [INFO] -------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui >------------- [INFO] Building ShellEd UI plugin 6.0.0-SNAPSHOT [114/119] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.ui --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.sh.ui --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.ui --- [INFO] Compiling 64 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.ui --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/plugins/org.eclipse.dltk.sh.ui/target/org.eclipse.dltk.sh.ui-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.ui --- [INFO] [INFO] ---------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.core.tests >--------- [INFO] Building ShellEd core test plugin 6.0.0-SNAPSHOT [115/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.core.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.sh.core.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.core.tests --- [INFO] Compiling 2 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.core.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/org.eclipse.dltk.sh.core.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.sh.core.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.sh.core.tests.AllTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.036 s - in org.eclipse.dltk.sh.core.tests.AllTests testParse(org.eclipse.dltk.sh.internal.core.parser.tests.ShellScriptSourceParserTest) skipped Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] All tests passed! [INFO] [INFO] ----------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.ui.tests >---------- [INFO] Building ShellEd UI test plugin 6.0.0-SNAPSHOT [116/119] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.dltk.sh.ui.tests --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.sh.ui.tests --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.dltk.sh.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.dltk.sh.ui.tests --- [INFO] Compiling 9 source files to /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.dltk.sh.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.dltk.sh.ui.tests --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/org.eclipse.dltk.sh.ui.tests-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.dltk.sh.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.*, -Dosgi.clean=true, -jar, /home/jenkins/workspace/dltk-sonar/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/data, -install, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work, -configuration, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/tests/org.eclipse.dltk.sh.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.dltk.sh.internal.ui.tests.AllTests Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.dltk.sh.internal.ui.tests.AllTests testArrayIndexAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest) Time elapsed: 0.001 s testNonAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest) Time elapsed: 0 s testAssignmentMatch(org.eclipse.dltk.sh.internal.ui.text.tests.AssignmentRuleTest) Time elapsed: 0 s testSimpleMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest) Time elapsed: 0 s testEndOfLineMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest) Time elapsed: 0 s testEndOfFileMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest) Time elapsed: 0 s testEscapedBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest) Time elapsed: 0 s testNestedBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarBraceCountingRuleTest) Time elapsed: 0 s testDollarMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest) Time elapsed: 0 s testPositionalSpecialMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest) Time elapsed: 0.003 s testDollarBraceMatch(org.eclipse.dltk.sh.internal.ui.text.tests.DollarRuleTest) Time elapsed: 0 s testEval(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest) Time elapsed: 0.034 s testDollarBrace(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest) Time elapsed: 0 s testDefault(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest) Time elapsed: 0 s testDollar(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest) Time elapsed: 0 s testDollarEval(org.eclipse.dltk.sh.internal.ui.text.tests.DoubleQuoteScannerTest) Time elapsed: 0.015 s testDollarBrace(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest) Time elapsed: 0.001 s testDefault(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest) Time elapsed: 0 s testDollar(org.eclipse.dltk.sh.internal.ui.text.tests.EvalScannerTest) Time elapsed: 0 s Results: Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh >--------------- [INFO] Building ShellEd Feature 6.0.0-SNAPSHOT [117/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.sh --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.sh --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.sh --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh-feature/target/org.eclipse.dltk.sh-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.sh --- [INFO] [INFO] ------------< org.eclipse.dltk.sh:org.eclipse.dltk.sh.sdk >------------- [INFO] Building ShellEd Feature (SDK) 6.0.0-SNAPSHOT [118/119] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.dltk.sh.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.dltk.sh.sdk --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.dltk.sh.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.dltk.sh.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.dltk.sh.sdk --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.dltk.sh.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.dltk.sh.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.dltk.sh.sdk --- [INFO] Building jar: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.sh/features/org.eclipse.dltk.sh.sdk/target/org.eclipse.dltk.sh.sdk-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.dltk.sh.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.dltk.sh.sdk --- [INFO] [INFO] --------------------< org.eclipse.dltk:update.site >-------------------- [INFO] Building update.site 6.0.0-SNAPSHOT [119/119] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ update.site --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ update.site --- [INFO] The project's OSGi version is 6.0.0.201906271154 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ update.site --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ update.site --- [INFO] jacoco.argLine set to -javaagent:/home/jenkins/workspace/dltk-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec,append=true,includes=org.eclipse.dltk.* [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ update.site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/build/update.site/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ update.site --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ update.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ update.site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ update.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ update.site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ update.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ update.site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ update.site --- [INFO] Building zip: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/build/update.site/target/update.site-6.0.0-SNAPSHOT.zip [INFO] [INFO] ------------------< org.eclipse.dltk:dltk.build.all >------------------- [INFO] Building Dynamic Language Toolkit (DLTK) 6.0.0-SNAPSHOT [120/119] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar-maven-plugin:3.3.0.603:sonar (default-cli) @ dltk.build.all --- Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Progress (1): 4.1/7.3 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 151 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 104 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.1 MB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 445 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (1): 20/28 kB Progress (1): 24/28 kB Progress (1): 28/28 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 845 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 58 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.pom Progress (1): 4.1/5.1 kB Progress (1): 5.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.pom (5.1 kB at 82 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.9.0.887/sonar-scanner-api-parent-2.9.0.887.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.9.0.887/sonar-scanner-api-parent-2.9.0.887.pom Progress (1): 4.1/4.7 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.9.0.887/sonar-scanner-api-parent-2.9.0.887.pom (4.7 kB at 72 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom Progress (1): 4.1/17 kB Progress (1): 7.7/17 kB Progress (1): 12/17 kB Progress (1): 16/17 kB Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 473 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom Progress (1): 4.1/31 kB Progress (1): 7.7/31 kB Progress (1): 12/31 kB Progress (1): 16/31 kB Progress (1): 20/31 kB Progress (1): 24/31 kB Progress (1): 28/31 kB Progress (1): 31 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 917 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.pom (1.4 kB at 43 kB/s) Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar Progress (1): 4.1/134 kB Progress (1): 7.7/134 kB Progress (2): 7.7/134 kB | 4.1/28 kB Progress (2): 12/134 kB | 4.1/28 kB Progress (2): 12/134 kB | 7.7/28 kB Progress (2): 16/134 kB | 7.7/28 kB Progress (2): 16/134 kB | 12/28 kB Progress (2): 16/134 kB | 16/28 kB Progress (2): 20/134 kB | 16/28 kB Progress (2): 20/134 kB | 20/28 kB Progress (2): 24/134 kB | 20/28 kB Progress (2): 24/134 kB | 24/28 kB Progress (2): 28/134 kB | 24/28 kB Progress (2): 28/134 kB | 28 kB Progress (2): 32/134 kB | 28 kB Progress (3): 32/134 kB | 28 kB | 4.1/284 kB Progress (3): 36/134 kB | 28 kB | 4.1/284 kB Progress (3): 36/134 kB | 28 kB | 7.7/284 kB Progress (3): 40/134 kB | 28 kB | 7.7/284 kB Progress (4): 40/134 kB | 28 kB | 7.7/284 kB | 4.1/64 kB Progress (4): 44/134 kB | 28 kB | 7.7/284 kB | 4.1/64 kB Progress (4): 44/134 kB | 28 kB | 7.7/284 kB | 7.7/64 kB Progress (4): 48/134 kB | 28 kB | 7.7/284 kB | 7.7/64 kB Progress (4): 48/134 kB | 28 kB | 12/284 kB | 7.7/64 kB Progress (4): 48/134 kB | 28 kB | 12/284 kB | 12/64 kB Progress (4): 52/134 kB | 28 kB | 12/284 kB | 12/64 kB Progress (4): 52/134 kB | 28 kB | 16/284 kB | 12/64 kB Progress (4): 56/134 kB | 28 kB | 16/284 kB | 12/64 kB Progress (4): 56/134 kB | 28 kB | 16/284 kB | 16/64 kB Progress (4): 60/134 kB | 28 kB | 16/284 kB | 16/64 kB Progress (4): 60/134 kB | 28 kB | 16/284 kB | 20/64 kB Progress (4): 60/134 kB | 28 kB | 20/284 kB | 20/64 kB Progress (4): 64/134 kB | 28 kB | 20/284 kB | 20/64 kB Progress (4): 64/134 kB | 28 kB | 24/284 kB | 20/64 kB Progress (4): 64/134 kB | 28 kB | 24/284 kB | 24/64 kB Progress (4): 64/134 kB | 28 kB | 28/284 kB | 24/64 kB Progress (4): 68/134 kB | 28 kB | 28/284 kB | 24/64 kB Progress (4): 68/134 kB | 28 kB | 32/284 kB | 24/64 kB Progress (4): 68/134 kB | 28 kB | 32/284 kB | 28/64 kB Progress (4): 68/134 kB | 28 kB | 36/284 kB | 28/64 kB Progress (4): 72/134 kB | 28 kB | 36/284 kB | 28/64 kB Progress (4): 72/134 kB | 28 kB | 40/284 kB | 28/64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 462 kB/s) Progress (3): 72/134 kB | 40/284 kB | 32/64 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar Progress (4): 72/134 kB | 40/284 kB | 32/64 kB | 4.1/532 kB Progress (4): 72/134 kB | 44/284 kB | 32/64 kB | 4.1/532 kB Progress (4): 72/134 kB | 48/284 kB | 32/64 kB | 4.1/532 kB Progress (4): 76/134 kB | 48/284 kB | 32/64 kB | 4.1/532 kB Progress (4): 76/134 kB | 52/284 kB | 32/64 kB | 4.1/532 kB Progress (4): 76/134 kB | 52/284 kB | 32/64 kB | 7.7/532 kB Progress (4): 76/134 kB | 52/284 kB | 36/64 kB | 7.7/532 kB Progress (4): 76/134 kB | 52/284 kB | 36/64 kB | 12/532 kB Progress (4): 76/134 kB | 56/284 kB | 36/64 kB | 12/532 kB Progress (4): 80/134 kB | 56/284 kB | 36/64 kB | 12/532 kB Progress (4): 80/134 kB | 60/284 kB | 36/64 kB | 12/532 kB Progress (4): 80/134 kB | 60/284 kB | 36/64 kB | 16/532 kB Progress (4): 80/134 kB | 60/284 kB | 40/64 kB | 16/532 kB Progress (4): 80/134 kB | 60/284 kB | 40/64 kB | 20/532 kB Progress (4): 80/134 kB | 64/284 kB | 40/64 kB | 20/532 kB Progress (4): 84/134 kB | 64/284 kB | 40/64 kB | 20/532 kB Progress (4): 84/134 kB | 64/284 kB | 40/64 kB | 24/532 kB Progress (4): 84/134 kB | 64/284 kB | 44/64 kB | 24/532 kB Progress (4): 88/134 kB | 64/284 kB | 44/64 kB | 24/532 kB Progress (4): 88/134 kB | 64/284 kB | 48/64 kB | 24/532 kB Progress (4): 88/134 kB | 64/284 kB | 48/64 kB | 28/532 kB Progress (4): 88/134 kB | 64/284 kB | 52/64 kB | 28/532 kB Progress (4): 92/134 kB | 64/284 kB | 52/64 kB | 28/532 kB Progress (4): 92/134 kB | 64/284 kB | 56/64 kB | 28/532 kB Progress (4): 92/134 kB | 64/284 kB | 56/64 kB | 32/532 kB Progress (4): 92/134 kB | 64/284 kB | 60/64 kB | 32/532 kB Progress (4): 96/134 kB | 64/284 kB | 60/64 kB | 32/532 kB Progress (4): 96/134 kB | 64/284 kB | 64 kB | 32/532 kB Progress (4): 96/134 kB | 64/284 kB | 64 kB | 36/532 kB Progress (4): 100/134 kB | 64/284 kB | 64 kB | 36/532 kB Progress (4): 100/134 kB | 64/284 kB | 64 kB | 40/532 kB Progress (4): 100/134 kB | 68/284 kB | 64 kB | 40/532 kB Progress (4): 104/134 kB | 68/284 kB | 64 kB | 40/532 kB Progress (4): 104/134 kB | 72/284 kB | 64 kB | 40/532 kB Progress (4): 104/134 kB | 72/284 kB | 64 kB | 44/532 kB Progress (4): 108/134 kB | 72/284 kB | 64 kB | 44/532 kB Progress (4): 108/134 kB | 72/284 kB | 64 kB | 48/532 kB Progress (4): 108/134 kB | 76/284 kB | 64 kB | 48/532 kB Progress (4): 108/134 kB | 76/284 kB | 64 kB | 52/532 kB Progress (4): 112/134 kB | 76/284 kB | 64 kB | 52/532 kB Progress (4): 112/134 kB | 76/284 kB | 64 kB | 56/532 kB Progress (4): 112/134 kB | 80/284 kB | 64 kB | 56/532 kB Progress (4): 112/134 kB | 80/284 kB | 64 kB | 60/532 kB Progress (4): 116/134 kB | 80/284 kB | 64 kB | 60/532 kB Progress (4): 116/134 kB | 84/284 kB | 64 kB | 60/532 kB Progress (4): 116/134 kB | 84/284 kB | 64 kB | 64/532 kB Progress (4): 116/134 kB | 88/284 kB | 64 kB | 64/532 kB Progress (4): 120/134 kB | 88/284 kB | 64 kB | 64/532 kB Progress (4): 120/134 kB | 88/284 kB | 64 kB | 68/532 kB Progress (4): 124/134 kB | 88/284 kB | 64 kB | 68/532 kB Progress (4): 124/134 kB | 92/284 kB | 64 kB | 68/532 kB Progress (4): 128/134 kB | 92/284 kB | 64 kB | 68/532 kB Progress (4): 128/134 kB | 92/284 kB | 64 kB | 72/532 kB Progress (4): 132/134 kB | 92/284 kB | 64 kB | 72/532 kB Progress (4): 132/134 kB | 96/284 kB | 64 kB | 72/532 kB Progress (4): 134 kB | 96/284 kB | 64 kB | 72/532 kB Progress (4): 134 kB | 96/284 kB | 64 kB | 76/532 kB Progress (4): 134 kB | 100/284 kB | 64 kB | 76/532 kB Progress (4): 134 kB | 100/284 kB | 64 kB | 80/532 kB Progress (4): 134 kB | 104/284 kB | 64 kB | 80/532 kB Progress (4): 134 kB | 104/284 kB | 64 kB | 84/532 kB Progress (4): 134 kB | 108/284 kB | 64 kB | 84/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 859 kB/s) Progress (3): 134 kB | 112/284 kB | 84/532 kB Progress (3): 134 kB | 112/284 kB | 88/532 kB Progress (3): 134 kB | 116/284 kB | 88/532 kB Progress (3): 134 kB | 116/284 kB | 92/532 kB Progress (3): 134 kB | 120/284 kB | 92/532 kB Progress (3): 134 kB | 120/284 kB | 96/532 kB Progress (3): 134 kB | 124/284 kB | 96/532 kB Progress (3): 134 kB | 124/284 kB | 100/532 kB Progress (3): 134 kB | 128/284 kB | 100/532 kB Progress (3): 134 kB | 128/284 kB | 104/532 kB Progress (3): 134 kB | 132/284 kB | 104/532 kB Progress (3): 134 kB | 132/284 kB | 108/532 kB Progress (3): 134 kB | 136/284 kB | 108/532 kB Progress (4): 134 kB | 136/284 kB | 108/532 kB | 4.1/33 kB Progress (4): 134 kB | 140/284 kB | 108/532 kB | 4.1/33 kB Progress (4): 134 kB | 140/284 kB | 112/532 kB | 4.1/33 kB Progress (4): 134 kB | 144/284 kB | 112/532 kB | 4.1/33 kB Progress (4): 134 kB | 144/284 kB | 112/532 kB | 7.7/33 kB Progress (4): 134 kB | 148/284 kB | 112/532 kB | 7.7/33 kB Progress (4): 134 kB | 148/284 kB | 116/532 kB | 7.7/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.7 MB/s) Progress (3): 148/284 kB | 120/532 kB | 7.7/33 kB Progress (3): 152/284 kB | 120/532 kB | 7.7/33 kB Progress (3): 152/284 kB | 120/532 kB | 12/33 kB Progress (3): 152/284 kB | 124/532 kB | 12/33 kB Progress (3): 152/284 kB | 124/532 kB | 16/33 kB Progress (3): 156/284 kB | 124/532 kB | 16/33 kB Progress (3): 156/284 kB | 124/532 kB | 20/33 kB Progress (3): 156/284 kB | 124/532 kB | 24/33 kB Progress (3): 156/284 kB | 128/532 kB | 24/33 kB Progress (3): 156/284 kB | 128/532 kB | 28/33 kB Progress (3): 156/284 kB | 132/532 kB | 28/33 kB Progress (3): 160/284 kB | 132/532 kB | 28/33 kB Progress (3): 160/284 kB | 136/532 kB | 28/33 kB Progress (3): 160/284 kB | 136/532 kB | 32/33 kB Progress (3): 160/284 kB | 140/532 kB | 32/33 kB Progress (3): 164/284 kB | 140/532 kB | 32/33 kB Progress (3): 164/284 kB | 144/532 kB | 32/33 kB Progress (3): 164/284 kB | 144/532 kB | 33 kB Progress (3): 168/284 kB | 144/532 kB | 33 kB Progress (3): 168/284 kB | 148/532 kB | 33 kB Progress (3): 168/284 kB | 152/532 kB | 33 kB Progress (3): 172/284 kB | 152/532 kB | 33 kB Progress (3): 172/284 kB | 156/532 kB | 33 kB Progress (3): 176/284 kB | 156/532 kB | 33 kB Progress (3): 176/284 kB | 160/532 kB | 33 kB Progress (3): 180/284 kB | 160/532 kB | 33 kB Progress (3): 180/284 kB | 164/532 kB | 33 kB Progress (3): 184/284 kB | 164/532 kB | 33 kB Progress (3): 184/284 kB | 168/532 kB | 33 kB Progress (3): 188/284 kB | 168/532 kB | 33 kB Progress (3): 188/284 kB | 172/532 kB | 33 kB Progress (3): 192/284 kB | 172/532 kB | 33 kB Progress (3): 192/284 kB | 176/532 kB | 33 kB Progress (3): 196/284 kB | 176/532 kB | 33 kB Progress (3): 196/284 kB | 180/532 kB | 33 kB Progress (3): 200/284 kB | 180/532 kB | 33 kB Progress (3): 200/284 kB | 184/532 kB | 33 kB Progress (3): 204/284 kB | 184/532 kB | 33 kB Progress (3): 204/284 kB | 188/532 kB | 33 kB Progress (3): 208/284 kB | 188/532 kB | 33 kB Progress (3): 208/284 kB | 192/532 kB | 33 kB Progress (3): 212/284 kB | 192/532 kB | 33 kB Progress (3): 212/284 kB | 196/532 kB | 33 kB Progress (3): 216/284 kB | 196/532 kB | 33 kB Progress (3): 216/284 kB | 200/532 kB | 33 kB Progress (3): 220/284 kB | 200/532 kB | 33 kB Progress (3): 220/284 kB | 204/532 kB | 33 kB Progress (3): 224/284 kB | 204/532 kB | 33 kB Progress (3): 224/284 kB | 208/532 kB | 33 kB Progress (3): 228/284 kB | 208/532 kB | 33 kB Progress (3): 228/284 kB | 212/532 kB | 33 kB Progress (3): 232/284 kB | 212/532 kB | 33 kB Progress (3): 232/284 kB | 216/532 kB | 33 kB Progress (3): 236/284 kB | 216/532 kB | 33 kB Progress (3): 236/284 kB | 220/532 kB | 33 kB Progress (3): 240/284 kB | 220/532 kB | 33 kB Progress (3): 240/284 kB | 224/532 kB | 33 kB Progress (3): 244/284 kB | 224/532 kB | 33 kB Progress (3): 244/284 kB | 228/532 kB | 33 kB Progress (3): 248/284 kB | 228/532 kB | 33 kB Progress (3): 248/284 kB | 232/532 kB | 33 kB Progress (3): 252/284 kB | 232/532 kB | 33 kB Progress (3): 252/284 kB | 236/532 kB | 33 kB Progress (3): 256/284 kB | 236/532 kB | 33 kB Progress (3): 256/284 kB | 240/532 kB | 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.3/jsr305-2.0.3.jar (33 kB at 318 kB/s) Progress (2): 256/284 kB | 244/532 kB Progress (2): 260/284 kB | 244/532 kB Progress (2): 260/284 kB | 248/532 kB Progress (2): 264/284 kB | 248/532 kB Progress (2): 264/284 kB | 252/532 kB Progress (2): 268/284 kB | 252/532 kB Progress (2): 268/284 kB | 256/532 kB Progress (2): 272/284 kB | 256/532 kB Progress (2): 272/284 kB | 260/532 kB Progress (2): 276/284 kB | 260/532 kB Progress (2): 276/284 kB | 264/532 kB Progress (2): 280/284 kB | 264/532 kB Progress (2): 280/284 kB | 268/532 kB Progress (2): 284/284 kB | 268/532 kB Progress (2): 284/284 kB | 272/532 kB Progress (2): 284 kB | 272/532 kB Progress (2): 284 kB | 276/532 kB Progress (2): 284 kB | 280/532 kB Progress (2): 284 kB | 284/532 kB Progress (2): 284 kB | 288/532 kB Progress (2): 284 kB | 292/532 kB Progress (2): 284 kB | 296/532 kB Progress (2): 284 kB | 300/532 kB Progress (2): 284 kB | 304/532 kB Progress (2): 284 kB | 308/532 kB Progress (2): 284 kB | 312/532 kB Progress (2): 284 kB | 316/532 kB Progress (2): 284 kB | 320/532 kB Progress (2): 284 kB | 324/532 kB Progress (2): 284 kB | 328/532 kB Progress (2): 284 kB | 332/532 kB Progress (2): 284 kB | 336/532 kB Progress (2): 284 kB | 340/532 kB Progress (2): 284 kB | 344/532 kB Progress (2): 284 kB | 348/532 kB Progress (2): 284 kB | 352/532 kB Progress (2): 284 kB | 356/532 kB Progress (2): 284 kB | 360/532 kB Progress (2): 284 kB | 364/532 kB Progress (2): 284 kB | 368/532 kB Progress (2): 284 kB | 372/532 kB Progress (2): 284 kB | 376/532 kB Progress (2): 284 kB | 380/532 kB Progress (2): 284 kB | 384/532 kB Progress (2): 284 kB | 388/532 kB Progress (2): 284 kB | 392/532 kB Progress (2): 284 kB | 396/532 kB Progress (2): 284 kB | 400/532 kB Progress (2): 284 kB | 404/532 kB Progress (2): 284 kB | 408/532 kB Progress (2): 284 kB | 412/532 kB Progress (2): 284 kB | 416/532 kB Progress (2): 284 kB | 420/532 kB Progress (2): 284 kB | 424/532 kB Progress (2): 284 kB | 428/532 kB Progress (2): 284 kB | 432/532 kB Progress (2): 284 kB | 436/532 kB Progress (2): 284 kB | 440/532 kB Progress (2): 284 kB | 444/532 kB Progress (2): 284 kB | 448/532 kB Progress (2): 284 kB | 452/532 kB Progress (2): 284 kB | 456/532 kB Progress (2): 284 kB | 460/532 kB Progress (2): 284 kB | 464/532 kB Progress (2): 284 kB | 468/532 kB Progress (2): 284 kB | 472/532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 2.5 MB/s) Progress (1): 476/532 kB Progress (1): 480/532 kB Progress (1): 484/532 kB Progress (1): 488/532 kB Progress (1): 492/532 kB Progress (1): 496/532 kB Progress (1): 500/532 kB Progress (1): 504/532 kB Progress (1): 508/532 kB Progress (1): 512/532 kB Progress (1): 516/532 kB Progress (1): 520/532 kB Progress (1): 524/532 kB Progress (1): 528/532 kB Progress (1): 532/532 kB Progress (1): 532 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.9.0.887/sonar-scanner-api-2.9.0.887.jar (532 kB at 4.2 MB/s) [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 4.5.7 [INFO] Default locale: "en_US", source code encoding: "UTF-8" 12:03:15.484 INFO - Load global referentials... 12:03:15.648 INFO - Load global referentials done: 167 ms 12:03:16.022 INFO - User cache: /home/jenkins/.sonar/cache 12:03:16.035 INFO - Install plugins 12:03:16.044 INFO - Download sonar-core-plugin-4.5.7.jar 12:03:16.092 INFO - Download sonar-email-notifications-plugin-4.5.7.jar 12:03:16.136 INFO - Download sonar-findbugs-plugin-3.3.jar 12:03:16.517 INFO - Download sonar-java-plugin-3.9.jar 12:03:16.682 INFO - Download sonar-ldap-plugin-1.4.jar 12:03:16.687 INFO - Download sonar-pmd-plugin-2.6.jar 12:03:16.953 INFO - Download sonar-cpd-plugin-4.5.7.jar 12:03:16.960 INFO - Download sonar-dbcleaner-plugin-4.5.7.jar 12:03:16.964 INFO - Download sonar-design-plugin-4.5.7.jar 12:03:16.969 INFO - Download sonar-l10n-en-plugin-4.5.7.jar 12:03:16.972 INFO - Download sonar-checkstyle-plugin-2.3.jar 12:03:17.128 INFO - Install JDBC driver 12:03:17.132 INFO - Download mysql-connector-java-5.1.27.jar 12:03:17.202 INFO - Create JDBC datasource for jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 12:03:18.995 INFO - Initializing Hibernate 12:03:22.295 INFO - Load project referentials... 12:03:22.612 INFO - Load project referentials done: 317 ms 12:03:22.613 INFO - Load project settings 12:03:23.438 INFO - Loading technical debt model... 12:03:23.468 INFO - Loading technical debt model done: 30 ms 12:03:23.476 INFO - Apply project exclusions 12:03:24.095 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.101 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.133 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.139 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.147 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.154 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.161 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.167 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.173 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.180 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.186 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.193 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.199 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.238 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.245 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.251 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.258 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.264 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.269 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.274 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.279 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.284 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.289 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.294 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.299 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.303 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.333 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.338 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.343 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.347 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.352 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.357 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.362 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.367 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.372 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.377 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.381 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.387 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.392 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.397 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.409 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.414 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.420 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.439 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.444 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.450 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.455 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.461 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.467 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.472 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.477 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.482 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.487 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.491 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.496 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.500 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.504 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.508 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.512 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.516 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.520 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.524 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.536 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.541 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.545 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.549 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.553 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.558 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.562 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.567 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.571 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.575 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.579 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.583 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.588 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.592 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.596 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.600 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.605 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.609 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.636 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.640 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.645 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.650 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.654 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.658 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.662 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.667 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.671 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.675 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.679 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.683 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.687 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.691 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.696 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.700 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.704 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.709 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.713 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.717 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.722 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.734 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.738 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.743 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.747 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.752 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.756 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.760 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.765 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.769 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.774 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.778 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.782 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.787 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.791 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.796 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.801 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.805 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:24.810 WARN - 'sonar.dynamicAnalysis' is deprecated since version 4.3 and should no longer be used. 12:03:25.442 INFO - ------------- Scan org.eclipse.dltk.core.targetplatform 12:03:25.448 INFO - Load module settings 12:03:26.519 INFO - Loading rules... 12:03:26.806 INFO - Loading rules done: 286 ms 12:03:26.882 INFO - Configure Maven plugins 12:03:27.086 INFO - Compare to previous analysis (2019-04-11) 12:03:27.101 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:27.134 INFO - Compare to previous version (2019-04-11) 12:03:27.135 INFO - No quality gate is configured. 12:03:27.173 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform 12:03:27.173 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform/target/sonar 12:03:27.173 INFO - Source paths: pom.xml 12:03:27.174 INFO - Source encoding: UTF-8, default locale: en_US 12:03:27.174 INFO - Index files 12:03:27.185 INFO - Excluded sources: 12:03:27.185 INFO - **/util/*Switch.java 12:03:27.218 INFO - 0 files indexed 12:03:27.236 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/releng/org.eclipse.dltk.core.targetplatform/target/jacoco-it.exec 12:03:27.258 INFO - Sensor QProfileSensor... 12:03:27.278 INFO - Sensor QProfileSensor done: 20 ms 12:03:27.279 INFO - Sensor InitialOpenIssuesSensor... 12:03:27.325 INFO - Sensor InitialOpenIssuesSensor done: 45 ms 12:03:27.325 INFO - Sensor ProjectLinksSensor... 12:03:27.339 INFO - Sensor ProjectLinksSensor done: 14 ms 12:03:27.340 INFO - Sensor VersionEventsSensor... 12:03:27.352 INFO - Sensor VersionEventsSensor done: 12 ms 12:03:27.352 INFO - Sensor FileHashSensor... 12:03:27.353 INFO - Sensor FileHashSensor done: 1 ms 12:03:27.353 INFO - Sensor CPD Sensor (wrapped)... 12:03:27.353 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:03:27.672 INFO - Execute decorators... 12:03:27.839 INFO - ------------- Scan org.eclipse.dltk.core 12:03:27.841 INFO - Load module settings 12:03:28.056 INFO - Configure Maven plugins 12:03:28.059 INFO - Compare to previous analysis (2019-04-11) 12:03:28.060 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:28.062 INFO - Compare to previous version (2019-04-11) 12:03:28.063 INFO - No quality gate is configured. 12:03:28.081 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature 12:03:28.081 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/sonar 12:03:28.081 INFO - Source paths: pom.xml 12:03:28.081 INFO - Source encoding: UTF-8, default locale: en_US 12:03:28.081 INFO - Index files 12:03:28.081 INFO - Excluded sources: 12:03:28.081 INFO - **/util/*Switch.java 12:03:28.087 INFO - 0 files indexed 12:03:28.088 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core-feature/target/jacoco-it.exec 12:03:28.091 INFO - Sensor QProfileSensor... 12:03:28.092 INFO - Sensor QProfileSensor done: 1 ms 12:03:28.092 INFO - Sensor InitialOpenIssuesSensor... 12:03:28.096 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 12:03:28.096 INFO - Sensor ProjectLinksSensor... 12:03:28.106 INFO - Sensor ProjectLinksSensor done: 10 ms 12:03:28.107 INFO - Sensor VersionEventsSensor... 12:03:28.136 INFO - Sensor VersionEventsSensor done: 28 ms 12:03:28.136 INFO - Sensor FileHashSensor... 12:03:28.136 INFO - Sensor FileHashSensor done: 0 ms 12:03:28.136 INFO - Sensor CPD Sensor (wrapped)... 12:03:28.136 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:03:28.762 INFO - Execute decorators... 12:03:28.840 INFO - ------------- Scan org.eclipse.dltk.core.sdk 12:03:28.841 INFO - Load module settings 12:03:29.001 INFO - Configure Maven plugins 12:03:29.004 INFO - Compare to previous analysis (2019-04-11) 12:03:29.006 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:29.007 INFO - Compare to previous version (2019-04-11) 12:03:29.008 INFO - No quality gate is configured. 12:03:29.024 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk 12:03:29.024 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/sonar 12:03:29.024 INFO - Source paths: pom.xml 12:03:29.025 INFO - Source encoding: UTF-8, default locale: en_US 12:03:29.025 INFO - Index files 12:03:29.025 INFO - Excluded sources: 12:03:29.025 INFO - **/util/*Switch.java 12:03:29.031 INFO - 0 files indexed 12:03:29.033 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/target/jacoco-it.exec 12:03:29.036 INFO - Sensor QProfileSensor... 12:03:29.041 INFO - Sensor QProfileSensor done: 5 ms 12:03:29.041 INFO - Sensor InitialOpenIssuesSensor... 12:03:29.045 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 12:03:29.045 INFO - Sensor ProjectLinksSensor... 12:03:29.058 INFO - Sensor ProjectLinksSensor done: 13 ms 12:03:29.059 INFO - Sensor VersionEventsSensor... 12:03:29.063 INFO - Sensor VersionEventsSensor done: 4 ms 12:03:29.063 INFO - Sensor FileHashSensor... 12:03:29.064 INFO - Sensor FileHashSensor done: 1 ms 12:03:29.064 INFO - Sensor CPD Sensor (wrapped)... 12:03:29.064 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:03:29.262 INFO - Execute decorators... 12:03:29.295 INFO - ------------- Scan org.eclipse.dltk.core.tests 12:03:29.296 INFO - Load module settings 12:03:29.485 INFO - Configure Maven plugins 12:03:29.487 INFO - Compare to previous analysis (2019-04-11) 12:03:29.489 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:29.490 INFO - Compare to previous version (2019-04-11) 12:03:29.490 INFO - No quality gate is configured. 12:03:29.505 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests 12:03:29.505 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/target/sonar 12:03:29.505 INFO - Source paths: pom.xml 12:03:29.505 INFO - Source encoding: UTF-8, default locale: en_US 12:03:29.506 INFO - Index files 12:03:29.506 INFO - Excluded sources: 12:03:29.506 INFO - **/util/*Switch.java 12:03:29.511 INFO - 0 files indexed 12:03:29.513 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.tests/target/jacoco-it.exec 12:03:29.516 INFO - Sensor QProfileSensor... 12:03:29.516 INFO - Sensor QProfileSensor done: 0 ms 12:03:29.516 INFO - Sensor InitialOpenIssuesSensor... 12:03:29.519 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 12:03:29.519 INFO - Sensor ProjectLinksSensor... 12:03:29.534 INFO - Sensor ProjectLinksSensor done: 15 ms 12:03:29.535 INFO - Sensor VersionEventsSensor... 12:03:29.538 INFO - Sensor VersionEventsSensor done: 3 ms 12:03:29.538 INFO - Sensor FileHashSensor... 12:03:29.539 INFO - Sensor FileHashSensor done: 1 ms 12:03:29.539 INFO - Sensor CPD Sensor (wrapped)... 12:03:29.539 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:03:29.752 INFO - Execute decorators... 12:03:29.778 INFO - ------------- Scan org.eclipse.dltk.core.index.lucene 12:03:29.779 INFO - Load module settings 12:03:29.927 INFO - Configure Maven plugins 12:03:29.930 INFO - Compare to previous analysis (2019-04-11) 12:03:29.931 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:29.933 INFO - Compare to previous version (2019-04-11) 12:03:29.933 INFO - No quality gate is configured. 12:03:29.949 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature 12:03:29.949 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/target/sonar 12:03:29.949 INFO - Source paths: pom.xml 12:03:29.949 INFO - Source encoding: UTF-8, default locale: en_US 12:03:29.949 INFO - Index files 12:03:29.950 INFO - Excluded sources: 12:03:29.950 INFO - **/util/*Switch.java 12:03:29.955 INFO - 0 files indexed 12:03:29.957 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene-feature/target/jacoco-it.exec 12:03:29.960 INFO - Sensor QProfileSensor... 12:03:29.960 INFO - Sensor QProfileSensor done: 0 ms 12:03:29.960 INFO - Sensor InitialOpenIssuesSensor... 12:03:29.964 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 12:03:29.964 INFO - Sensor ProjectLinksSensor... 12:03:29.974 INFO - Sensor ProjectLinksSensor done: 10 ms 12:03:29.975 INFO - Sensor VersionEventsSensor... 12:03:29.978 INFO - Sensor VersionEventsSensor done: 3 ms 12:03:29.978 INFO - Sensor FileHashSensor... 12:03:29.979 INFO - Sensor FileHashSensor done: 1 ms 12:03:29.979 INFO - Sensor CPD Sensor (wrapped)... 12:03:29.979 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:03:30.155 INFO - Execute decorators... 12:03:30.183 INFO - ------------- Scan org.eclipse.dltk.core.index.lucene.sdk 12:03:30.183 INFO - Load module settings 12:03:30.324 INFO - Configure Maven plugins 12:03:30.326 INFO - Compare to previous analysis (2019-04-11) 12:03:30.328 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:30.330 INFO - Compare to previous version (2019-04-11) 12:03:30.330 INFO - No quality gate is configured. 12:03:30.346 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk 12:03:30.346 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/sonar 12:03:30.346 INFO - Source paths: pom.xml 12:03:30.347 INFO - Source encoding: UTF-8, default locale: en_US 12:03:30.347 INFO - Index files 12:03:30.347 INFO - Excluded sources: 12:03:30.347 INFO - **/util/*Switch.java 12:03:30.352 INFO - 0 files indexed 12:03:30.353 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.index.lucene.sdk/target/jacoco-it.exec 12:03:30.356 INFO - Sensor QProfileSensor... 12:03:30.356 INFO - Sensor QProfileSensor done: 0 ms 12:03:30.356 INFO - Sensor InitialOpenIssuesSensor... 12:03:30.360 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 12:03:30.360 INFO - Sensor ProjectLinksSensor... 12:03:30.371 INFO - Sensor ProjectLinksSensor done: 11 ms 12:03:30.371 INFO - Sensor VersionEventsSensor... 12:03:30.375 INFO - Sensor VersionEventsSensor done: 4 ms 12:03:30.375 INFO - Sensor FileHashSensor... 12:03:30.375 INFO - Sensor FileHashSensor done: 0 ms 12:03:30.375 INFO - Sensor CPD Sensor (wrapped)... 12:03:30.375 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:03:30.631 INFO - Execute decorators... 12:03:30.657 INFO - ------------- Scan org.eclipse.dltk 12:03:30.658 INFO - Load module settings 12:03:30.809 INFO - Configure Maven plugins 12:03:30.811 INFO - Compare to previous analysis (2019-04-11) 12:03:30.812 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:30.813 INFO - Compare to previous version (2019-04-11) 12:03:30.814 INFO - No quality gate is configured. 12:03:30.822 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk 12:03:30.823 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/sonar 12:03:30.823 INFO - Source paths: pom.xml 12:03:30.823 INFO - Source encoding: UTF-8, default locale: en_US 12:03:30.823 INFO - Index files 12:03:30.823 INFO - Excluded sources: 12:03:30.823 INFO - **/util/*Switch.java 12:03:30.827 INFO - 0 files indexed 12:03:30.828 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk/target/jacoco-it.exec 12:03:30.830 INFO - Sensor QProfileSensor... 12:03:30.831 INFO - Sensor QProfileSensor done: 1 ms 12:03:30.831 INFO - Sensor InitialOpenIssuesSensor... 12:03:30.834 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 12:03:30.834 INFO - Sensor ProjectLinksSensor... 12:03:30.842 INFO - Sensor ProjectLinksSensor done: 8 ms 12:03:30.843 INFO - Sensor VersionEventsSensor... 12:03:30.846 INFO - Sensor VersionEventsSensor done: 3 ms 12:03:30.846 INFO - Sensor FileHashSensor... 12:03:30.846 INFO - Sensor FileHashSensor done: 0 ms 12:03:30.846 INFO - Sensor CPD Sensor (wrapped)... 12:03:30.847 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:03:30.949 INFO - Execute decorators... 12:03:30.971 INFO - ------------- Scan org.eclipse.dltk.annotations 12:03:30.972 INFO - Load module settings 12:03:31.118 INFO - Configure Maven plugins 12:03:31.120 INFO - Compare to previous analysis (2019-04-11) 12:03:31.121 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:31.122 INFO - Compare to previous version (2019-04-11) 12:03:31.122 INFO - No quality gate is configured. 12:03:31.132 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations 12:03:31.132 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/sonar 12:03:31.132 INFO - Source paths: pom.xml, src 12:03:31.132 INFO - Binary dirs: target/classes 12:03:31.132 INFO - Source encoding: UTF-8, default locale: en_US 12:03:31.132 INFO - Index files 12:03:31.132 INFO - Excluded sources: 12:03:31.132 INFO - **/util/*Switch.java 12:03:31.162 INFO - 4 files indexed 12:03:31.188 INFO - Quality profile for java: Sonar way with Findbugs 12:03:31.194 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/jacoco-it.exec 12:03:31.198 INFO - Sensor JavaSquidSensor... 12:03:31.364 INFO - Configured Java source version (sonar.java.source): 8 12:03:31.385 INFO - JavaClasspath initialization... 12:03:31.389 WARN - Bytecode of dependencies was not provided for analysis of source files, you might end up with less precise results. Bytecode can be provided using sonar.java.libraries property 12:03:31.389 INFO - JavaClasspath initialization done: 4 ms 12:03:31.389 INFO - JavaTestClasspath initialization... 12:03:31.392 INFO - JavaTestClasspath initialization done: 3 ms 12:03:31.775 INFO - Java Main Files AST scan... 12:03:31.778 INFO - 4 source files to be analyzed 12:03:32.165 INFO - Java Main Files AST scan done: 390 ms 12:03:32.166 INFO - 4/4 source files have been analyzed 12:03:32.168 INFO - Java bytecode scan... 12:03:32.183 INFO - Java bytecode scan done: 15 ms 12:03:32.183 INFO - Java Test Files AST scan... 12:03:32.183 INFO - 0 source files to be analyzed 12:03:32.184 INFO - Java Test Files AST scan done: 1 ms 12:03:32.184 INFO - 0/0 source files have been analyzed 12:03:32.186 INFO - Package design analysis... 12:03:32.190 INFO - Package design analysis done: 4 ms 12:03:32.191 INFO - Sensor JavaSquidSensor done: 993 ms 12:03:32.191 INFO - Sensor QProfileSensor... 12:03:32.192 INFO - Sensor QProfileSensor done: 1 ms 12:03:32.192 INFO - Sensor InitialOpenIssuesSensor... 12:03:32.196 INFO - Sensor InitialOpenIssuesSensor done: 4 ms 12:03:32.196 INFO - Sensor ProjectLinksSensor... 12:03:32.206 INFO - Sensor ProjectLinksSensor done: 10 ms 12:03:32.207 INFO - Sensor VersionEventsSensor... 12:03:32.210 INFO - Sensor VersionEventsSensor done: 3 ms 12:03:32.211 INFO - Sensor FileHashSensor... 12:03:32.212 INFO - Sensor FileHashSensor done: 1 ms 12:03:32.212 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@329edc17... 12:03:32.215 INFO - Execute Findbugs 3.0.1... 12:03:34.040 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/sonar/findbugs-result.xml 12:03:35.733 INFO - Execute Findbugs 3.0.1 done: 3518 ms 12:03:35.733 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@329edc17 done: 3521 ms 12:03:35.734 INFO - Sensor SurefireSensor... 12:03:35.735 INFO - parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/surefire-reports 12:03:35.735 ERROR - Reports path not found or is not a directory: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/surefire-reports 12:03:35.735 INFO - Sensor SurefireSensor done: 1 ms 12:03:35.735 INFO - Sensor JaCoCoOverallSensor... 12:03:35.749 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:03:35.805 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/sonar/jacoco-overall.exec 12:03:35.872 WARN - Coverage information was not collected. Perhaps you forget to include debug information into compiled classes? 12:03:35.873 INFO - Sensor JaCoCoOverallSensor done: 138 ms 12:03:35.873 INFO - Sensor PmdSensor... 12:03:35.874 INFO - Execute PMD 5.4.2... 12:03:35.893 INFO - Java version: 1.8 12:03:35.935 INFO - PMD configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/sonar/pmd.xml 12:03:37.378 INFO - Execute PMD 5.4.2 done: 1504 ms 12:03:37.379 INFO - Sensor PmdSensor done: 1506 ms 12:03:37.379 INFO - Sensor CheckstyleSensor... 12:03:37.380 INFO - Execute Checkstyle ${checkstyle.version}... 12:03:37.444 INFO - Checkstyle configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.annotations/target/sonar/checkstyle.xml 12:03:38.358 INFO - Execute Checkstyle ${checkstyle.version} done: 978 ms 12:03:38.359 INFO - Sensor CheckstyleSensor done: 980 ms 12:03:38.359 INFO - Sensor JaCoCoSensor... 12:03:38.361 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:03:38.434 WARN - Coverage information was not collected. Perhaps you forget to include debug information into compiled classes? 12:03:38.434 INFO - Sensor JaCoCoSensor done: 75 ms 12:03:38.434 INFO - Sensor CPD Sensor (wrapped)... 12:03:38.434 INFO - JavaCpdEngine is used for java 12:03:38.436 INFO - Cross-project analysis disabled 12:03:38.676 INFO - Sensor CPD Sensor (wrapped) done: 242 ms 12:03:38.887 INFO - Execute decorators... 12:03:38.978 INFO - ------------- Scan org.eclipse.dltk.console 12:03:38.980 INFO - Load module settings 12:03:39.390 INFO - Configure Maven plugins 12:03:39.392 INFO - Compare to previous analysis (2019-04-11) 12:03:39.393 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:39.395 INFO - Compare to previous version (2019-04-11) 12:03:39.395 INFO - No quality gate is configured. 12:03:39.406 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console 12:03:39.406 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/sonar 12:03:39.406 INFO - Source paths: pom.xml, src 12:03:39.406 INFO - Binary dirs: target/classes 12:03:39.406 INFO - Source encoding: UTF-8, default locale: en_US 12:03:39.406 INFO - Index files 12:03:39.406 INFO - Excluded sources: 12:03:39.406 INFO - **/util/*Switch.java 12:03:39.433 INFO - 19 files indexed 12:03:39.522 INFO - Quality profile for java: Sonar way with Findbugs 12:03:39.538 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/jacoco-it.exec 12:03:39.543 INFO - Sensor JavaSquidSensor... 12:03:39.546 INFO - Configured Java source version (sonar.java.source): 8 12:03:39.547 INFO - JavaClasspath initialization... 12:03:39.589 INFO - JavaClasspath initialization done: 42 ms 12:03:39.589 INFO - JavaTestClasspath initialization... 12:03:39.653 INFO - JavaTestClasspath initialization done: 64 ms 12:03:39.667 INFO - Java Main Files AST scan... 12:03:39.667 INFO - 19 source files to be analyzed 12:03:40.109 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:03:40.109 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:03:40.502 INFO - Java Main Files AST scan done: 834 ms 12:03:40.502 INFO - 19/19 source files have been analyzed 12:03:40.503 INFO - Java bytecode scan... 12:03:40.600 INFO - Java bytecode scan done: 97 ms 12:03:40.600 INFO - Java Test Files AST scan... 12:03:40.600 INFO - 0 source files to be analyzed 12:03:40.600 INFO - Java Test Files AST scan done: 0 ms 12:03:40.601 INFO - 0/0 source files have been analyzed 12:03:40.601 INFO - Package design analysis... 12:03:40.614 INFO - Package design analysis done: 13 ms 12:03:40.617 INFO - Sensor JavaSquidSensor done: 1074 ms 12:03:40.619 INFO - Sensor QProfileSensor... 12:03:40.619 INFO - Sensor QProfileSensor done: 0 ms 12:03:40.619 INFO - Sensor InitialOpenIssuesSensor... 12:03:40.660 INFO - Sensor InitialOpenIssuesSensor done: 41 ms 12:03:40.661 INFO - Sensor ProjectLinksSensor... 12:03:40.671 INFO - Sensor ProjectLinksSensor done: 11 ms 12:03:40.671 INFO - Sensor VersionEventsSensor... 12:03:40.675 INFO - Sensor VersionEventsSensor done: 4 ms 12:03:40.675 INFO - Sensor FileHashSensor... 12:03:40.677 INFO - Sensor FileHashSensor done: 2 ms 12:03:40.677 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@182ae847... 12:03:40.679 INFO - Execute Findbugs 3.0.1... 12:03:40.734 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/sonar/findbugs-result.xml 12:03:43.959 INFO - Execute Findbugs 3.0.1 done: 3280 ms 12:03:43.964 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@182ae847 done: 3287 ms 12:03:43.964 INFO - Sensor SurefireSensor... 12:03:43.964 INFO - parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/surefire-reports 12:03:43.964 ERROR - Reports path not found or is not a directory: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/surefire-reports 12:03:43.964 INFO - Sensor SurefireSensor done: 0 ms 12:03:43.964 INFO - Sensor JaCoCoOverallSensor... 12:03:43.964 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:03:43.978 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/sonar/jacoco-overall.exec 12:03:44.134 INFO - No information about coverage per test. 12:03:44.134 INFO - Sensor JaCoCoOverallSensor done: 170 ms 12:03:44.134 INFO - Sensor PmdSensor... 12:03:44.134 INFO - Execute PMD 5.4.2... 12:03:44.136 INFO - Java version: 1.8 12:03:44.145 INFO - PMD configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/sonar/pmd.xml 12:03:45.652 INFO - Execute PMD 5.4.2 done: 1518 ms 12:03:45.662 INFO - Sensor PmdSensor done: 1528 ms 12:03:45.662 INFO - Sensor CheckstyleSensor... 12:03:45.662 INFO - Execute Checkstyle ${checkstyle.version}... 12:03:45.665 INFO - Checkstyle configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console/target/sonar/checkstyle.xml 12:03:46.381 INFO - Execute Checkstyle ${checkstyle.version} done: 719 ms 12:03:46.381 INFO - Sensor CheckstyleSensor done: 719 ms 12:03:46.381 INFO - Sensor JaCoCoSensor... 12:03:46.382 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:03:46.465 INFO - No information about coverage per test. 12:03:46.465 INFO - Sensor JaCoCoSensor done: 84 ms 12:03:46.465 INFO - Sensor CPD Sensor (wrapped)... 12:03:46.465 INFO - JavaCpdEngine is used for java 12:03:46.467 INFO - Cross-project analysis disabled 12:03:46.564 INFO - Sensor CPD Sensor (wrapped) done: 99 ms 12:03:46.955 INFO - Execute decorators... 12:03:47.271 INFO - ------------- Scan org.eclipse.dltk.console.ui 12:03:47.273 INFO - Load module settings 12:03:47.439 INFO - Configure Maven plugins 12:03:47.441 INFO - Compare to previous analysis (2019-04-11) 12:03:47.443 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:03:47.444 INFO - Compare to previous version (2019-04-11) 12:03:47.444 INFO - No quality gate is configured. 12:03:47.456 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui 12:03:47.456 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/sonar 12:03:47.456 INFO - Source paths: pom.xml, src 12:03:47.456 INFO - Binary dirs: target/classes 12:03:47.456 INFO - Source encoding: UTF-8, default locale: en_US 12:03:47.456 INFO - Index files 12:03:47.456 INFO - Excluded sources: 12:03:47.456 INFO - **/util/*Switch.java 12:03:47.539 INFO - 29 files indexed 12:03:47.694 INFO - Quality profile for java: Sonar way with Findbugs 12:03:47.705 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/jacoco-it.exec 12:03:47.708 INFO - Sensor JavaSquidSensor... 12:03:47.734 INFO - Configured Java source version (sonar.java.source): 8 12:03:47.734 INFO - JavaClasspath initialization... 12:03:47.799 INFO - JavaClasspath initialization done: 65 ms 12:03:47.799 INFO - JavaTestClasspath initialization... 12:03:47.878 INFO - JavaTestClasspath initialization done: 79 ms 12:03:47.889 INFO - Java Main Files AST scan... 12:03:47.889 INFO - 29 source files to be analyzed 12:03:48.236 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:03:49.190 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:03:49.191 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:03:49.683 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:03:49.683 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:03:50.110 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:03:50.111 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:03:50.305 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:03:50.305 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:03:51.236 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:03:51.236 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:03:51.363 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:03:51.364 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:03:51.378 INFO - Java Main Files AST scan done: 3489 ms 12:03:51.379 INFO - 29/29 source files have been analyzed 12:03:51.381 INFO - Java bytecode scan... 12:03:51.576 INFO - Java bytecode scan done: 195 ms 12:03:51.576 INFO - Java Test Files AST scan... 12:03:51.576 INFO - 0 source files to be analyzed 12:03:51.577 INFO - Java Test Files AST scan done: 1 ms 12:03:51.577 INFO - Package design analysis... 12:03:51.577 INFO - 0/0 source files have been analyzed 12:03:51.606 INFO - Package design analysis done: 29 ms 12:03:51.609 INFO - Sensor JavaSquidSensor done: 3901 ms 12:03:51.610 INFO - Sensor QProfileSensor... 12:03:51.610 INFO - Sensor QProfileSensor done: 0 ms 12:03:51.610 INFO - Sensor InitialOpenIssuesSensor... 12:03:51.640 INFO - Sensor InitialOpenIssuesSensor done: 30 ms 12:03:51.640 INFO - Sensor ProjectLinksSensor... 12:03:51.649 INFO - Sensor ProjectLinksSensor done: 9 ms 12:03:51.650 INFO - Sensor VersionEventsSensor... 12:03:51.654 INFO - Sensor VersionEventsSensor done: 4 ms 12:03:51.654 INFO - Sensor FileHashSensor... 12:03:51.656 INFO - Sensor FileHashSensor done: 2 ms 12:03:51.656 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@3721c680... 12:03:51.658 INFO - Execute Findbugs 3.0.1... 12:03:51.706 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/sonar/findbugs-result.xml 12:03:59.385 INFO - Execute Findbugs 3.0.1 done: 7727 ms 12:03:59.391 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@3721c680 done: 7735 ms 12:03:59.391 INFO - Sensor SurefireSensor... 12:03:59.391 INFO - parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/surefire-reports 12:03:59.391 ERROR - Reports path not found or is not a directory: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/surefire-reports 12:03:59.391 INFO - Sensor SurefireSensor done: 0 ms 12:03:59.391 INFO - Sensor JaCoCoOverallSensor... 12:03:59.392 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:03:59.405 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/sonar/jacoco-overall.exec 12:03:59.464 INFO - No information about coverage per test. 12:03:59.464 INFO - Sensor JaCoCoOverallSensor done: 73 ms 12:03:59.465 INFO - Sensor PmdSensor... 12:03:59.465 INFO - Execute PMD 5.4.2... 12:03:59.468 INFO - Java version: 1.8 12:03:59.476 INFO - PMD configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/sonar/pmd.xml 12:04:01.088 INFO - Execute PMD 5.4.2 done: 1623 ms 12:04:01.097 INFO - Sensor PmdSensor done: 1632 ms 12:04:01.097 INFO - Sensor CheckstyleSensor... 12:04:01.097 INFO - Execute Checkstyle ${checkstyle.version}... 12:04:01.099 INFO - Checkstyle configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.console.ui/target/sonar/checkstyle.xml 12:04:01.676 INFO - Execute Checkstyle ${checkstyle.version} done: 578 ms 12:04:01.676 INFO - Sensor CheckstyleSensor done: 579 ms 12:04:01.676 INFO - Sensor JaCoCoSensor... 12:04:01.677 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:04:01.747 INFO - No information about coverage per test. 12:04:01.747 INFO - Sensor JaCoCoSensor done: 71 ms 12:04:01.747 INFO - Sensor CPD Sensor (wrapped)... 12:04:01.747 INFO - JavaCpdEngine is used for java 12:04:01.748 INFO - Cross-project analysis disabled 12:04:01.839 INFO - Sensor CPD Sensor (wrapped) done: 92 ms 12:04:01.999 INFO - Execute decorators... 12:04:02.392 INFO - ------------- Scan org.eclipse.dltk.core 12:04:02.393 INFO - Load module settings 12:04:02.560 INFO - Configure Maven plugins 12:04:02.562 INFO - Compare to previous analysis (2019-04-11) 12:04:02.562 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:04:02.563 INFO - Compare to previous version (2019-04-11) 12:04:02.564 INFO - No quality gate is configured. 12:04:02.573 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core 12:04:02.573 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/sonar 12:04:02.573 INFO - Source paths: pom.xml, ast, compiler, model, search, utils, codeassist, typeinference, environment, index 12:04:02.573 INFO - Binary dirs: target/classes 12:04:02.573 INFO - Source encoding: UTF-8, default locale: en_US 12:04:02.573 INFO - Index files 12:04:02.573 INFO - Excluded sources: 12:04:02.574 INFO - **/util/*Switch.java 12:04:03.986 INFO - 796 files indexed 12:04:06.903 INFO - Quality profile for java: Sonar way with Findbugs 12:04:07.040 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/jacoco-it.exec 12:04:07.064 INFO - Sensor JavaSquidSensor... 12:04:07.067 INFO - Configured Java source version (sonar.java.source): 8 12:04:07.067 INFO - JavaClasspath initialization... 12:04:07.087 INFO - JavaClasspath initialization done: 20 ms 12:04:07.087 INFO - JavaTestClasspath initialization... 12:04:07.239 INFO - JavaTestClasspath initialization done: 152 ms 12:04:07.287 INFO - Java Main Files AST scan... 12:04:07.288 INFO - 796 source files to be analyzed 12:04:08.761 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:08.761 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:10.718 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:10.718 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:10.791 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:10.792 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:11.552 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:11.553 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:13.130 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:13.135 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:13.977 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:13.978 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:14.246 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:14.246 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:14.483 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:14.483 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:15.023 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:15.023 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:15.151 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:15.152 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:15.594 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:15.595 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:15.877 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:15.877 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:17.138 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:17.138 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:17.289 INFO - 302/796 files analyzed, current file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/core/ScriptContentDescriber.java 12:04:17.504 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:17.504 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:17.584 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:17.587 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:18.366 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:18.367 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:19.963 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:19.963 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:20.222 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:20.222 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:20.827 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:20.829 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:21.681 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:21.684 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:21.990 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:21.990 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:22.176 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:22.179 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:22.418 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:22.421 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:22.587 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:22.589 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:23.222 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:23.223 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:23.610 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:23.611 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:24.137 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:24.140 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:24.264 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:24.264 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:24.380 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:24.382 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:24.448 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:24.451 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:25.023 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:25.024 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:25.183 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:25.187 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:26.008 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:26.011 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:26.448 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:26.449 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:26.947 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:26.950 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:27.173 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:27.174 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:27.290 INFO - 460/796 files analyzed, current file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core/ModelUpdater.java 12:04:27.395 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:27.395 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:27.691 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:27.694 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:28.021 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:28.023 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:28.432 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:28.433 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:28.748 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:28.751 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:28.813 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:28.814 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:29.118 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:29.118 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:29.504 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:29.506 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:29.921 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:29.923 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:29.988 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:29.990 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:30.331 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:30.331 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:30.702 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:30.702 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:30.884 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:30.884 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:31.019 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:31.019 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:31.111 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:31.113 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:31.238 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:31.238 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:31.308 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:31.308 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:31.475 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:31.475 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:31.564 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:31.564 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:32.328 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:32.328 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:32.708 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:32.708 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:32.997 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:32.997 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:33.954 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:33.954 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:34.244 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:34.247 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:34.771 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:34.772 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:35.162 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:35.163 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:35.641 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:35.641 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:35.814 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:35.816 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:37.118 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:37.118 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:37.290 INFO - 616/796 files analyzed, current file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/indexing/IndexManager.java 12:04:37.319 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:37.319 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:37.655 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:37.655 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:37.725 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:37.726 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:37.839 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:37.839 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:38.168 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:38.168 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:38.410 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:38.410 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:39.272 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:39.272 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:39.380 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:39.383 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:39.544 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:39.544 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:39.784 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:39.784 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:40.004 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:40.008 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:40.254 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:40.254 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:43.217 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:43.343 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:43.343 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:43.649 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:43.649 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:43.794 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:04:43.794 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:04:43.911 INFO - Java Main Files AST scan done: 36624 ms 12:04:43.911 INFO - 796/796 source files have been analyzed 12:04:43.934 INFO - Java bytecode scan... 12:04:44.251 WARN - Class 'org/eclipse/dltk/internal/core/DeltaProcessor$2' is not accessible through the ClassLoader. 12:04:44.320 WARN - Class 'org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder$2' is not accessible through the ClassLoader. 12:04:44.369 WARN - Class 'org/eclipse/dltk/internal/core/DeltaProcessor$2' is not accessible through the ClassLoader. 12:04:44.370 WARN - Class 'org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder$2' is not accessible through the ClassLoader. 12:04:44.412 WARN - Class 'org/eclipse/dltk/internal/core/DeltaProcessor$2' is not accessible through the ClassLoader. 12:04:44.483 WARN - Class 'org/eclipse/dltk/internal/core/hierarchy/IndexBasedHierarchyBuilder$2' is not accessible through the ClassLoader. 12:04:44.495 INFO - Java bytecode scan done: 561 ms 12:04:44.495 INFO - Java Test Files AST scan... 12:04:44.495 INFO - 0 source files to be analyzed 12:04:44.496 INFO - Java Test Files AST scan done: 1 ms 12:04:44.496 INFO - 0/0 source files have been analyzed 12:04:44.499 INFO - Package design analysis... 12:04:46.878 INFO - Package design analysis done: 2379 ms 12:04:48.327 INFO - Sensor JavaSquidSensor done: 41263 ms 12:04:48.334 INFO - Sensor QProfileSensor... 12:04:48.335 INFO - Sensor QProfileSensor done: 1 ms 12:04:48.335 INFO - Sensor InitialOpenIssuesSensor... 12:04:48.986 INFO - Sensor InitialOpenIssuesSensor done: 650 ms 12:04:48.986 INFO - Sensor ProjectLinksSensor... 12:04:48.998 INFO - Sensor ProjectLinksSensor done: 12 ms 12:04:48.999 INFO - Sensor VersionEventsSensor... 12:04:49.002 INFO - Sensor VersionEventsSensor done: 3 ms 12:04:49.002 INFO - Sensor FileHashSensor... 12:04:49.027 INFO - Sensor FileHashSensor done: 25 ms 12:04:49.027 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@23ee30a1... 12:04:49.051 INFO - Execute Findbugs 3.0.1... 12:04:49.318 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/sonar/findbugs-result.xml 12:05:32.701 INFO - Execute Findbugs 3.0.1 done: 43650 ms 12:05:32.756 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@23ee30a1 done: 43729 ms 12:05:32.756 INFO - Sensor SurefireSensor... 12:05:32.756 INFO - parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/surefire-reports 12:05:32.756 ERROR - Reports path not found or is not a directory: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/surefire-reports 12:05:32.756 INFO - Sensor SurefireSensor done: 0 ms 12:05:32.757 INFO - Sensor JaCoCoOverallSensor... 12:05:32.757 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:05:32.782 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/sonar/jacoco-overall.exec 12:05:33.226 INFO - No information about coverage per test. 12:05:33.226 INFO - Sensor JaCoCoOverallSensor done: 469 ms 12:05:33.226 INFO - Sensor PmdSensor... 12:05:33.226 INFO - Execute PMD 5.4.2... 12:05:33.227 INFO - Java version: 1.8 12:05:33.236 INFO - PMD configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/sonar/pmd.xml 12:05:47.776 ERROR - Fail to execute PMD. Following file is ignored: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/MatchLocator.java net.sourceforge.pmd.PMDException: Error while parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/search/org/eclipse/dltk/core/search/matching/MatchLocator.java at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:79) ~[pmd-core-5.4.2.jar:na] at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:43) ~[pmd-core-5.4.2.jar:na] at org.sonar.plugins.pmd.PmdTemplate.process(PmdTemplate.java:82) ~[sonar-pmd-plugin-2.6.jar:na] at org.sonar.plugins.pmd.PmdExecutor.executeRules(PmdExecutor.java:120) [sonar-pmd-plugin-2.6.jar:na] at org.sonar.plugins.pmd.PmdExecutor.executePmd(PmdExecutor.java:90) [sonar-pmd-plugin-2.6.jar:na] at org.sonar.plugins.pmd.PmdExecutor.execute(PmdExecutor.java:75) [sonar-pmd-plugin-2.6.jar:na] at org.sonar.plugins.pmd.PmdSensor.analyse(PmdSensor.java:67) [sonar-pmd-plugin-2.6.jar:na] at org.sonar.batch.phases.SensorsExecutor.executeSensor(SensorsExecutor.java:79) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.phases.SensorsExecutor.execute(SensorsExecutor.java:70) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.phases.PhaseExecutor.execute(PhaseExecutor.java:119) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:194) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:93) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:78) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ProjectScanContainer.scan(ProjectScanContainer.java:233) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:228) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:226) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:226) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:226) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:221) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:93) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:78) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ScanTask.scan(ScanTask.java:64) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.scan.ScanTask.execute(ScanTask.java:51) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.bootstrap.TaskContainer.doAfterStart(TaskContainer.java:125) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.api.platform.ComponentContainer.startComponents(ComponentContainer.java:93) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.api.platform.ComponentContainer.execute(ComponentContainer.java:78) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.bootstrap.BootstrapContainer.executeTask(BootstrapContainer.java:173) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.bootstrapper.Batch.executeTask(Batch.java:95) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:67) [sonar-batch-maven-compat-4.5.7.jar:na] at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion(BatchIsolatedLauncher.java:71) [sonar-scanner-api-batch6637246089238513785.jar:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_202] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_202] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_202] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_202] at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60) [sonar-scanner-api-2.9.0.887.jar:na] at com.sun.proxy.$Proxy29.executeOldVersion(Unknown Source) [na:na] at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:238) [sonar-scanner-api-2.9.0.887.jar:na] at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis(EmbeddedScanner.java:151) [sonar-scanner-api-2.9.0.887.jar:na] at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute(ScannerBootstrapper.java:77) [sonar-maven-plugin-3.3.0.603.jar:na] at org.sonarsource.scanner.maven.SonarQubeMojo.execute(SonarQubeMojo.java:139) [sonar-maven-plugin-3.3.0.603.jar:na] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [maven-core-3.6.0.jar:3.6.0] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:956) [maven-embedder-3.6.0.jar:3.6.0] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) [maven-embedder-3.6.0.jar:3.6.0] at org.apache.maven.cli.MavenCli.main(MavenCli.java:192) [maven-embedder-3.6.0.jar:3.6.0] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_202] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_202] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_202] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_202] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) [plexus-classworlds-2.5.2.jar:na] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) [plexus-classworlds-2.5.2.jar:na] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) [plexus-classworlds-2.5.2.jar:na] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [plexus-classworlds-2.5.2.jar:na] Caused by: net.sourceforge.pmd.lang.java.ast.ParseException: Encountered " "++" "++ "" at line 336, column 76. Was expecting one of: ";" ... "=" ... "+=" ... "-=" ... "*=" ... "/=" ... "&=" ... "|=" ... "^=" ... "%=" ... "<<=" ... ">>=" ... ">>>=" ... at net.sourceforge.pmd.lang.java.ast.JavaParser.generateParseException(JavaParser.java:11224) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.jj_consume_token(JavaParser.java:11108) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4660) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.BlockStatement(JavaParser.java:4813) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.Block(JavaParser.java:4771) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4630) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.WhileStatement(JavaParser.java:5189) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4669) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.BlockStatement(JavaParser.java:4813) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.Block(JavaParser.java:4771) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4630) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.IfStatement(JavaParser.java:5141) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.Statement(JavaParser.java:4666) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.BlockStatement(JavaParser.java:4813) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.Block(JavaParser.java:4771) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.MethodDeclaration(JavaParser.java:1611) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceBodyDeclaration(JavaParser.java:1246) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceBody(JavaParser.java:1162) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.ClassOrInterfaceDeclaration(JavaParser.java:586) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.TypeDeclaration(JavaParser.java:476) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.ast.JavaParser.CompilationUnit(JavaParser.java:222) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.lang.java.AbstractJavaParser.parse(AbstractJavaParser.java:56) ~[pmd-java-5.4.2.jar:na] at net.sourceforge.pmd.SourceCodeProcessor.parse(SourceCodeProcessor.java:91) ~[pmd-core-5.4.2.jar:na] at net.sourceforge.pmd.SourceCodeProcessor.processSource(SourceCodeProcessor.java:138) ~[pmd-core-5.4.2.jar:na] at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:76) ~[pmd-core-5.4.2.jar:na] ... 61 common frames omitted 12:05:49.948 INFO - Execute PMD 5.4.2 done: 16722 ms 12:05:50.102 INFO - Sensor PmdSensor done: 16876 ms 12:05:50.102 INFO - Sensor CheckstyleSensor... 12:05:50.102 INFO - Execute Checkstyle ${checkstyle.version}... 12:05:50.105 INFO - Checkstyle configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core/target/sonar/checkstyle.xml 12:05:56.981 INFO - Execute Checkstyle ${checkstyle.version} done: 6879 ms 12:05:56.982 INFO - Sensor CheckstyleSensor done: 6880 ms 12:05:56.982 INFO - Sensor JaCoCoSensor... 12:05:56.998 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:05:57.466 INFO - No information about coverage per test. 12:05:57.466 INFO - Sensor JaCoCoSensor done: 484 ms 12:05:57.466 INFO - Sensor CPD Sensor (wrapped)... 12:05:57.466 INFO - JavaCpdEngine is used for java 12:05:57.481 INFO - Cross-project analysis disabled 12:05:58.979 INFO - Sensor CPD Sensor (wrapped) done: 1513 ms 12:05:59.195 INFO - Execute decorators... 12:06:05.118 INFO - ------------- Scan org.eclipse.dltk.core.manipulation 12:06:05.120 INFO - Load module settings 12:06:05.266 INFO - Configure Maven plugins 12:06:05.268 INFO - Compare to previous analysis (2019-04-11) 12:06:05.269 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:06:05.269 INFO - Compare to previous version (2019-04-11) 12:06:05.270 INFO - No quality gate is configured. 12:06:05.279 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation 12:06:05.279 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/sonar 12:06:05.279 INFO - Source paths: pom.xml, src 12:06:05.279 INFO - Binary dirs: target/classes 12:06:05.279 INFO - Source encoding: UTF-8, default locale: en_US 12:06:05.279 INFO - Index files 12:06:05.279 INFO - Excluded sources: 12:06:05.279 INFO - **/util/*Switch.java 12:06:05.307 INFO - 43 files indexed 12:06:05.481 INFO - Quality profile for java: Sonar way with Findbugs 12:06:05.491 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/jacoco-it.exec 12:06:05.494 INFO - Sensor JavaSquidSensor... 12:06:05.497 INFO - Configured Java source version (sonar.java.source): 8 12:06:05.497 INFO - JavaClasspath initialization... 12:06:05.532 INFO - JavaClasspath initialization done: 35 ms 12:06:05.532 INFO - JavaTestClasspath initialization... 12:06:05.578 INFO - JavaTestClasspath initialization done: 46 ms 12:06:05.588 INFO - Java Main Files AST scan... 12:06:05.588 INFO - 43 source files to be analyzed 12:06:05.672 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:05.686 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:05.686 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:05.721 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:05.738 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:05.738 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:05.792 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:05.807 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:05.808 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:05.938 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:05.938 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:06.073 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:06.075 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:06.220 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:06.516 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:06.516 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:06.783 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:06.783 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:06.785 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:06.923 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:06.924 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:07.028 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:07.109 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:07.110 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:07.155 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:07.169 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:07.169 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:07.210 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:07.212 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:07.491 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:07.505 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:07.505 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:07.619 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:07.636 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:07.639 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:07.831 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:07.869 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:07.901 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:07.922 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:07.922 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:07.931 INFO - Java Main Files AST scan done: 2343 ms 12:06:07.932 INFO - 43/43 source files have been analyzed 12:06:07.934 INFO - Java bytecode scan... 12:06:08.434 INFO - Java bytecode scan done: 500 ms 12:06:08.434 INFO - Java Test Files AST scan... 12:06:08.434 INFO - 0 source files to be analyzed 12:06:08.435 INFO - Java Test Files AST scan done: 1 ms 12:06:08.435 INFO - Package design analysis... 12:06:08.435 INFO - 0/0 source files have been analyzed 12:06:08.464 INFO - Package design analysis done: 29 ms 12:06:08.466 INFO - Sensor JavaSquidSensor done: 2972 ms 12:06:08.467 INFO - Sensor QProfileSensor... 12:06:08.467 INFO - Sensor QProfileSensor done: 0 ms 12:06:08.467 INFO - Sensor InitialOpenIssuesSensor... 12:06:08.496 INFO - Sensor InitialOpenIssuesSensor done: 29 ms 12:06:08.496 INFO - Sensor ProjectLinksSensor... 12:06:08.539 INFO - Sensor ProjectLinksSensor done: 43 ms 12:06:08.540 INFO - Sensor VersionEventsSensor... 12:06:08.544 INFO - Sensor VersionEventsSensor done: 4 ms 12:06:08.544 INFO - Sensor FileHashSensor... 12:06:08.546 INFO - Sensor FileHashSensor done: 2 ms 12:06:08.546 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@6a1f4d27... 12:06:08.547 INFO - Execute Findbugs 3.0.1... 12:06:08.593 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/sonar/findbugs-result.xml 12:06:13.008 INFO - Execute Findbugs 3.0.1 done: 4461 ms 12:06:13.010 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@6a1f4d27 done: 4464 ms 12:06:13.010 INFO - Sensor SurefireSensor... 12:06:13.010 INFO - parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/surefire-reports 12:06:13.010 ERROR - Reports path not found or is not a directory: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/surefire-reports 12:06:13.011 INFO - Sensor SurefireSensor done: 1 ms 12:06:13.011 INFO - Sensor JaCoCoOverallSensor... 12:06:13.011 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:06:13.038 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/sonar/jacoco-overall.exec 12:06:13.063 INFO - No information about coverage per test. 12:06:13.063 INFO - Sensor JaCoCoOverallSensor done: 52 ms 12:06:13.063 INFO - Sensor PmdSensor... 12:06:13.063 INFO - Execute PMD 5.4.2... 12:06:13.064 INFO - Java version: 1.8 12:06:13.068 INFO - PMD configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/sonar/pmd.xml 12:06:14.510 INFO - Execute PMD 5.4.2 done: 1447 ms 12:06:14.517 INFO - Sensor PmdSensor done: 1454 ms 12:06:14.517 INFO - Sensor CheckstyleSensor... 12:06:14.517 INFO - Execute Checkstyle ${checkstyle.version}... 12:06:14.519 INFO - Checkstyle configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.manipulation/target/sonar/checkstyle.xml 12:06:15.100 INFO - Execute Checkstyle ${checkstyle.version} done: 583 ms 12:06:15.100 INFO - Sensor CheckstyleSensor done: 583 ms 12:06:15.100 INFO - Sensor JaCoCoSensor... 12:06:15.102 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:06:15.127 INFO - No information about coverage per test. 12:06:15.127 INFO - Sensor JaCoCoSensor done: 27 ms 12:06:15.127 INFO - Sensor CPD Sensor (wrapped)... 12:06:15.127 INFO - JavaCpdEngine is used for java 12:06:15.133 INFO - Cross-project analysis disabled 12:06:15.206 INFO - Sensor CPD Sensor (wrapped) done: 79 ms 12:06:15.441 INFO - Execute decorators... 12:06:15.818 INFO - ------------- Scan org.eclipse.dltk.core.doc.isv 12:06:15.819 INFO - Load module settings 12:06:15.977 INFO - Configure Maven plugins 12:06:15.979 INFO - Compare to previous analysis (2019-04-11) 12:06:15.980 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:06:15.980 INFO - Compare to previous version (2019-04-11) 12:06:15.981 INFO - No quality gate is configured. 12:06:15.990 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv 12:06:15.990 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/sonar 12:06:15.991 INFO - Source paths: pom.xml 12:06:15.991 INFO - Source encoding: UTF-8, default locale: en_US 12:06:15.991 INFO - Index files 12:06:15.991 INFO - Excluded sources: 12:06:15.991 INFO - **/util/*Switch.java 12:06:15.995 INFO - 0 files indexed 12:06:15.996 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.doc.isv/target/jacoco-it.exec 12:06:15.997 INFO - Sensor QProfileSensor... 12:06:15.997 INFO - Sensor QProfileSensor done: 0 ms 12:06:15.997 INFO - Sensor InitialOpenIssuesSensor... 12:06:16.000 INFO - Sensor InitialOpenIssuesSensor done: 3 ms 12:06:16.000 INFO - Sensor ProjectLinksSensor... 12:06:16.009 INFO - Sensor ProjectLinksSensor done: 9 ms 12:06:16.010 INFO - Sensor VersionEventsSensor... 12:06:16.013 INFO - Sensor VersionEventsSensor done: 3 ms 12:06:16.013 INFO - Sensor FileHashSensor... 12:06:16.013 INFO - Sensor FileHashSensor done: 0 ms 12:06:16.013 INFO - Sensor CPD Sensor (wrapped)... 12:06:16.013 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:06:16.213 INFO - Execute decorators... 12:06:16.227 INFO - ------------- Scan org.eclipse.dltk.core.index 12:06:16.228 INFO - Load module settings 12:06:16.387 INFO - Configure Maven plugins 12:06:16.389 INFO - Compare to previous analysis (2019-04-11) 12:06:16.390 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:06:16.391 INFO - Compare to previous version (2019-04-11) 12:06:16.392 INFO - No quality gate is configured. 12:06:16.400 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index 12:06:16.400 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/sonar 12:06:16.400 INFO - Source paths: pom.xml 12:06:16.400 INFO - Source encoding: UTF-8, default locale: en_US 12:06:16.400 INFO - Index files 12:06:16.400 INFO - Excluded sources: 12:06:16.400 INFO - **/util/*Switch.java 12:06:16.404 INFO - 0 files indexed 12:06:16.405 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index/target/jacoco-it.exec 12:06:16.406 INFO - Sensor QProfileSensor... 12:06:16.406 INFO - Sensor QProfileSensor done: 0 ms 12:06:16.407 INFO - Sensor InitialOpenIssuesSensor... 12:06:16.409 INFO - Sensor InitialOpenIssuesSensor done: 2 ms 12:06:16.409 INFO - Sensor ProjectLinksSensor... 12:06:16.417 INFO - Sensor ProjectLinksSensor done: 8 ms 12:06:16.418 INFO - Sensor VersionEventsSensor... 12:06:16.420 INFO - Sensor VersionEventsSensor done: 2 ms 12:06:16.420 INFO - Sensor FileHashSensor... 12:06:16.420 INFO - Sensor FileHashSensor done: 0 ms 12:06:16.421 INFO - Sensor CPD Sensor (wrapped)... 12:06:16.421 INFO - Sensor CPD Sensor (wrapped) done: 0 ms 12:06:16.724 INFO - Execute decorators... 12:06:16.736 INFO - ------------- Scan org.eclipse.dltk.core.index.lucene 12:06:16.737 INFO - Load module settings 12:06:16.891 INFO - Configure Maven plugins 12:06:16.893 INFO - Compare to previous analysis (2019-04-11) 12:06:16.894 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:06:16.895 INFO - Compare to previous version (2019-04-11) 12:06:16.895 INFO - No quality gate is configured. 12:06:16.904 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene 12:06:16.904 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/sonar 12:06:16.904 INFO - Source paths: pom.xml, src 12:06:16.904 INFO - Binary dirs: target/classes 12:06:16.904 INFO - Source encoding: UTF-8, default locale: en_US 12:06:16.904 INFO - Index files 12:06:16.904 INFO - Excluded sources: 12:06:16.904 INFO - **/util/*Switch.java 12:06:16.916 INFO - 16 files indexed 12:06:16.972 INFO - Quality profile for java: Sonar way with Findbugs 12:06:16.976 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/jacoco-it.exec 12:06:16.978 INFO - Sensor JavaSquidSensor... 12:06:16.980 INFO - Configured Java source version (sonar.java.source): 8 12:06:16.980 INFO - JavaClasspath initialization... 12:06:17.013 INFO - JavaClasspath initialization done: 33 ms 12:06:17.013 INFO - JavaTestClasspath initialization... 12:06:17.051 INFO - JavaTestClasspath initialization done: 38 ms 12:06:17.058 INFO - Java Main Files AST scan... 12:06:17.058 INFO - 16 source files to be analyzed 12:06:17.082 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:17.083 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:17.582 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:17.681 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:17.824 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:17.824 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:17.839 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:18.281 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:18.309 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:18.309 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:18.343 INFO - Java Main Files AST scan done: 1285 ms 12:06:18.344 INFO - 16/16 source files have been analyzed 12:06:18.345 INFO - Java bytecode scan... 12:06:18.447 INFO - Java bytecode scan done: 102 ms 12:06:18.447 INFO - Java Test Files AST scan... 12:06:18.447 INFO - 0 source files to be analyzed 12:06:18.447 INFO - Java Test Files AST scan done: 0 ms 12:06:18.447 INFO - Package design analysis... 12:06:18.448 INFO - 0/0 source files have been analyzed 12:06:18.457 INFO - Package design analysis done: 10 ms 12:06:18.458 INFO - Sensor JavaSquidSensor done: 1480 ms 12:06:18.459 INFO - Sensor QProfileSensor... 12:06:18.459 INFO - Sensor QProfileSensor done: 0 ms 12:06:18.459 INFO - Sensor InitialOpenIssuesSensor... 12:06:18.468 INFO - Sensor InitialOpenIssuesSensor done: 9 ms 12:06:18.468 INFO - Sensor ProjectLinksSensor... 12:06:18.476 INFO - Sensor ProjectLinksSensor done: 8 ms 12:06:18.477 INFO - Sensor VersionEventsSensor... 12:06:18.479 INFO - Sensor VersionEventsSensor done: 2 ms 12:06:18.479 INFO - Sensor FileHashSensor... 12:06:18.480 INFO - Sensor FileHashSensor done: 1 ms 12:06:18.480 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@415d2efe... 12:06:18.481 INFO - Execute Findbugs 3.0.1... 12:06:18.520 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/sonar/findbugs-result.xml 12:06:21.725 INFO - Execute Findbugs 3.0.1 done: 3244 ms 12:06:21.728 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@415d2efe done: 3248 ms 12:06:21.728 INFO - Sensor SurefireSensor... 12:06:21.728 INFO - parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/surefire-reports 12:06:21.728 ERROR - Reports path not found or is not a directory: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/surefire-reports 12:06:21.728 INFO - Sensor SurefireSensor done: 0 ms 12:06:21.728 INFO - Sensor JaCoCoOverallSensor... 12:06:21.729 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:06:21.744 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/sonar/jacoco-overall.exec 12:06:21.761 INFO - No information about coverage per test. 12:06:21.761 INFO - Sensor JaCoCoOverallSensor done: 33 ms 12:06:21.761 INFO - Sensor PmdSensor... 12:06:21.761 INFO - Execute PMD 5.4.2... 12:06:21.762 INFO - Java version: 1.8 12:06:21.766 INFO - PMD configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/sonar/pmd.xml 12:06:22.493 INFO - Execute PMD 5.4.2 done: 732 ms 12:06:22.496 INFO - Sensor PmdSensor done: 735 ms 12:06:22.496 INFO - Sensor CheckstyleSensor... 12:06:22.497 INFO - Execute Checkstyle ${checkstyle.version}... 12:06:22.498 INFO - Checkstyle configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.index.lucene/target/sonar/checkstyle.xml 12:06:22.861 INFO - Execute Checkstyle ${checkstyle.version} done: 364 ms 12:06:22.861 INFO - Sensor CheckstyleSensor done: 365 ms 12:06:22.861 INFO - Sensor JaCoCoSensor... 12:06:22.863 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:06:22.888 INFO - No information about coverage per test. 12:06:22.888 INFO - Sensor JaCoCoSensor done: 27 ms 12:06:22.888 INFO - Sensor CPD Sensor (wrapped)... 12:06:22.888 INFO - JavaCpdEngine is used for java 12:06:22.889 INFO - Cross-project analysis disabled 12:06:22.917 INFO - Sensor CPD Sensor (wrapped) done: 29 ms 12:06:23.160 INFO - Execute decorators... 12:06:23.302 INFO - ------------- Scan org.eclipse.dltk.core.tools.ui 12:06:23.304 INFO - Load module settings 12:06:23.475 INFO - Configure Maven plugins 12:06:23.477 INFO - Compare to previous analysis (2019-04-11) 12:06:23.479 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:06:23.479 INFO - Compare to previous version (2019-04-11) 12:06:23.480 INFO - No quality gate is configured. 12:06:23.676 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui 12:06:23.676 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/sonar 12:06:23.676 INFO - Source paths: pom.xml, src 12:06:23.676 INFO - Binary dirs: target/classes 12:06:23.676 INFO - Source encoding: UTF-8, default locale: en_US 12:06:23.676 INFO - Index files 12:06:23.676 INFO - Excluded sources: 12:06:23.676 INFO - **/util/*Switch.java 12:06:23.684 INFO - 2 files indexed 12:06:23.694 INFO - Quality profile for java: Sonar way with Findbugs 12:06:23.695 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/jacoco-it.exec 12:06:23.698 INFO - Sensor JavaSquidSensor... 12:06:23.700 INFO - Configured Java source version (sonar.java.source): 8 12:06:23.700 INFO - JavaClasspath initialization... 12:06:23.812 INFO - JavaClasspath initialization done: 112 ms 12:06:23.812 INFO - JavaTestClasspath initialization... 12:06:23.940 INFO - JavaTestClasspath initialization done: 128 ms 12:06:23.949 INFO - Java Main Files AST scan... 12:06:23.950 INFO - 2 source files to be analyzed 12:06:24.317 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:24.317 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:24.324 INFO - Java Main Files AST scan done: 375 ms 12:06:24.324 INFO - 2/2 source files have been analyzed 12:06:24.325 INFO - Java bytecode scan... 12:06:24.419 INFO - Java bytecode scan done: 94 ms 12:06:24.419 INFO - Java Test Files AST scan... 12:06:24.419 INFO - 0 source files to be analyzed 12:06:24.419 INFO - Java Test Files AST scan done: 0 ms 12:06:24.420 INFO - 0/0 source files have been analyzed 12:06:24.420 INFO - Package design analysis... 12:06:24.420 INFO - Package design analysis done: 0 ms 12:06:24.421 INFO - Sensor JavaSquidSensor done: 722 ms 12:06:24.421 INFO - Sensor QProfileSensor... 12:06:24.421 INFO - Sensor QProfileSensor done: 0 ms 12:06:24.421 INFO - Sensor InitialOpenIssuesSensor... 12:06:24.427 INFO - Sensor InitialOpenIssuesSensor done: 6 ms 12:06:24.427 INFO - Sensor ProjectLinksSensor... 12:06:24.436 INFO - Sensor ProjectLinksSensor done: 9 ms 12:06:24.437 INFO - Sensor VersionEventsSensor... 12:06:24.440 INFO - Sensor VersionEventsSensor done: 3 ms 12:06:24.440 INFO - Sensor FileHashSensor... 12:06:24.440 INFO - Sensor FileHashSensor done: 0 ms 12:06:24.440 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@42ec38f3... 12:06:24.443 INFO - Execute Findbugs 3.0.1... 12:06:24.481 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/sonar/findbugs-result.xml 12:06:26.607 INFO - Execute Findbugs 3.0.1 done: 2164 ms 12:06:26.610 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@42ec38f3 done: 2170 ms 12:06:26.610 INFO - Sensor SurefireSensor... 12:06:26.610 INFO - parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/surefire-reports 12:06:26.610 ERROR - Reports path not found or is not a directory: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/surefire-reports 12:06:26.610 INFO - Sensor SurefireSensor done: 0 ms 12:06:26.610 INFO - Sensor JaCoCoOverallSensor... 12:06:26.611 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:06:26.622 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/sonar/jacoco-overall.exec 12:06:26.635 INFO - No information about coverage per test. 12:06:26.635 INFO - Sensor JaCoCoOverallSensor done: 25 ms 12:06:26.635 INFO - Sensor PmdSensor... 12:06:26.636 INFO - Execute PMD 5.4.2... 12:06:26.639 INFO - Java version: 1.8 12:06:26.644 INFO - PMD configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/sonar/pmd.xml 12:06:27.113 INFO - Execute PMD 5.4.2 done: 477 ms 12:06:27.116 INFO - Sensor PmdSensor done: 481 ms 12:06:27.116 INFO - Sensor CheckstyleSensor... 12:06:27.117 INFO - Execute Checkstyle ${checkstyle.version}... 12:06:27.119 INFO - Checkstyle configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.core.tools.ui/target/sonar/checkstyle.xml 12:06:27.377 INFO - Execute Checkstyle ${checkstyle.version} done: 260 ms 12:06:27.377 INFO - Sensor CheckstyleSensor done: 261 ms 12:06:27.378 INFO - Sensor JaCoCoSensor... 12:06:27.378 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:06:27.390 INFO - No information about coverage per test. 12:06:27.390 INFO - Sensor JaCoCoSensor done: 12 ms 12:06:27.390 INFO - Sensor CPD Sensor (wrapped)... 12:06:27.390 INFO - JavaCpdEngine is used for java 12:06:27.390 INFO - Cross-project analysis disabled 12:06:27.396 INFO - Sensor CPD Sensor (wrapped) done: 6 ms 12:06:27.594 INFO - Execute decorators... 12:06:27.653 INFO - ------------- Scan org.eclipse.dltk.debug 12:06:27.654 INFO - Load module settings 12:06:27.833 INFO - Configure Maven plugins 12:06:27.835 INFO - Compare to previous analysis (2019-04-11) 12:06:27.836 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:06:27.837 INFO - Compare to previous version (2019-04-11) 12:06:27.837 INFO - No quality gate is configured. 12:06:27.850 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug 12:06:27.850 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/sonar 12:06:27.850 INFO - Source paths: pom.xml, src 12:06:27.850 INFO - Binary dirs: target/classes 12:06:27.850 INFO - Source encoding: UTF-8, default locale: en_US 12:06:27.850 INFO - Index files 12:06:27.850 INFO - Excluded sources: 12:06:27.850 INFO - **/util/*Switch.java 12:06:27.970 INFO - 227 files indexed 12:06:28.951 INFO - Quality profile for java: Sonar way with Findbugs 12:06:28.990 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/jacoco-it.exec 12:06:28.999 INFO - Sensor JavaSquidSensor... 12:06:29.002 INFO - Configured Java source version (sonar.java.source): 8 12:06:29.002 INFO - JavaClasspath initialization... 12:06:29.044 INFO - JavaClasspath initialization done: 42 ms 12:06:29.044 INFO - JavaTestClasspath initialization... 12:06:29.122 INFO - JavaTestClasspath initialization done: 78 ms 12:06:29.145 INFO - Java Main Files AST scan... 12:06:29.145 INFO - 227 source files to be analyzed 12:06:29.253 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:29.254 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:29.902 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:29.903 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:30.125 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:30.125 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:30.550 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:30.551 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:30.727 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:30.727 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:31.065 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:31.065 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:31.484 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:31.484 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:31.704 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:31.704 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:31.882 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:31.882 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:31.979 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:31.979 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:32.691 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:32.692 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:32.768 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:32.768 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:32.818 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:32.818 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:32.899 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:32.900 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:33.078 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:33.079 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:33.218 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:33.219 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:33.383 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:33.384 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:33.461 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:33.461 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:33.503 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:33.629 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:33.629 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:33.642 ERROR - Class not found: org.eclipse.dltk.annotations.Nullable 12:06:33.805 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:33.805 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:33.965 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:33.966 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:34.319 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:34.320 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:34.493 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:34.493 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:34.661 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:34.662 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:34.811 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:34.811 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:35.575 INFO - Java Main Files AST scan done: 6430 ms 12:06:35.576 INFO - 227/227 source files have been analyzed 12:06:35.582 INFO - Java bytecode scan... 12:06:35.685 INFO - Java bytecode scan done: 103 ms 12:06:35.685 INFO - Java Test Files AST scan... 12:06:35.685 INFO - 0 source files to be analyzed 12:06:35.686 INFO - Java Test Files AST scan done: 1 ms 12:06:35.686 INFO - Package design analysis... 12:06:35.686 INFO - 0/0 source files have been analyzed 12:06:35.976 INFO - Package design analysis done: 290 ms 12:06:35.983 INFO - Sensor JavaSquidSensor done: 6984 ms 12:06:35.984 INFO - Sensor QProfileSensor... 12:06:35.985 INFO - Sensor QProfileSensor done: 1 ms 12:06:35.985 INFO - Sensor InitialOpenIssuesSensor... 12:06:36.035 INFO - Sensor InitialOpenIssuesSensor done: 50 ms 12:06:36.035 INFO - Sensor ProjectLinksSensor... 12:06:36.044 INFO - Sensor ProjectLinksSensor done: 9 ms 12:06:36.045 INFO - Sensor VersionEventsSensor... 12:06:36.048 INFO - Sensor VersionEventsSensor done: 3 ms 12:06:36.048 INFO - Sensor FileHashSensor... 12:06:36.055 INFO - Sensor FileHashSensor done: 7 ms 12:06:36.055 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@614279c5... 12:06:36.059 INFO - Execute Findbugs 3.0.1... 12:06:36.141 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/sonar/findbugs-result.xml 12:06:41.340 INFO - Execute Findbugs 3.0.1 done: 5280 ms 12:06:41.345 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@614279c5 done: 5290 ms 12:06:41.345 INFO - Sensor SurefireSensor... 12:06:41.345 INFO - parsing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/surefire-reports 12:06:41.345 ERROR - Reports path not found or is not a directory: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/surefire-reports 12:06:41.345 INFO - Sensor SurefireSensor done: 0 ms 12:06:41.345 INFO - Sensor JaCoCoOverallSensor... 12:06:41.345 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:06:41.359 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/sonar/jacoco-overall.exec 12:06:41.415 INFO - No information about coverage per test. 12:06:41.415 INFO - Sensor JaCoCoOverallSensor done: 70 ms 12:06:41.415 INFO - Sensor PmdSensor... 12:06:41.415 INFO - Execute PMD 5.4.2... 12:06:41.416 INFO - Java version: 1.8 12:06:41.435 INFO - PMD configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/sonar/pmd.xml 12:06:43.760 INFO - Execute PMD 5.4.2 done: 2345 ms 12:06:43.779 INFO - Sensor PmdSensor done: 2364 ms 12:06:43.779 INFO - Sensor CheckstyleSensor... 12:06:43.779 INFO - Execute Checkstyle ${checkstyle.version}... 12:06:43.782 INFO - Checkstyle configuration: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug/target/sonar/checkstyle.xml 12:06:44.640 INFO - Execute Checkstyle ${checkstyle.version} done: 861 ms 12:06:44.640 INFO - Sensor CheckstyleSensor done: 861 ms 12:06:44.640 INFO - Sensor JaCoCoSensor... 12:06:44.645 INFO - Analysing /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.releng/target/jacoco.exec 12:06:44.704 INFO - No information about coverage per test. 12:06:44.704 INFO - Sensor JaCoCoSensor done: 64 ms 12:06:44.704 INFO - Sensor CPD Sensor (wrapped)... 12:06:44.704 INFO - JavaCpdEngine is used for java 12:06:44.709 INFO - Cross-project analysis disabled 12:06:44.882 INFO - Sensor CPD Sensor (wrapped) done: 178 ms 12:06:45.246 INFO - Execute decorators... 12:06:46.266 INFO - ------------- Scan org.eclipse.dltk.debug.ui 12:06:46.267 INFO - Load module settings 12:06:46.413 INFO - Configure Maven plugins 12:06:46.414 INFO - Compare to previous analysis (2019-04-11) 12:06:46.415 INFO - Compare over 30 days (2019-05-28, analysis of 2019-04-11 01:57:44.0) 12:06:46.416 INFO - Compare to previous version (2019-04-11) 12:06:46.417 INFO - No quality gate is configured. 12:06:46.427 INFO - Base dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui 12:06:46.427 INFO - Working dir: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/sonar 12:06:46.427 INFO - Source paths: pom.xml, src 12:06:46.427 INFO - Binary dirs: target/classes 12:06:46.427 INFO - Source encoding: UTF-8, default locale: en_US 12:06:46.427 INFO - Index files 12:06:46.427 INFO - Excluded sources: 12:06:46.427 INFO - **/util/*Switch.java 12:06:46.555 INFO - 171 files indexed 12:06:47.184 INFO - Quality profile for java: Sonar way with Findbugs 12:06:47.212 INFO - JaCoCoItSensor: JaCoCo IT report not found: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/jacoco-it.exec 12:06:47.218 INFO - Sensor JavaSquidSensor... 12:06:47.220 INFO - Configured Java source version (sonar.java.source): 8 12:06:47.221 INFO - JavaClasspath initialization... 12:06:47.344 INFO - JavaClasspath initialization done: 123 ms 12:06:47.344 INFO - JavaTestClasspath initialization... 12:06:47.495 INFO - JavaTestClasspath initialization done: 151 ms 12:06:47.510 INFO - Java Main Files AST scan... 12:06:47.510 INFO - 171 source files to be analyzed 12:06:47.814 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:47.814 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:48.136 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:48.136 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:48.727 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:48.727 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:48.858 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:48.861 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:49.284 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:49.284 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:49.571 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:49.575 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:50.005 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:50.005 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:50.428 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:50.429 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:50.561 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:50.562 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:50.673 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:50.673 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:51.079 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:51.080 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:51.608 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:51.608 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:51.675 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:51.675 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:51.815 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:51.815 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:51.948 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:51.949 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:52.115 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:52.115 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:52.440 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:52.441 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:53.167 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:53.167 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:53.787 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:53.787 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:54.687 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:54.688 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:55.468 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:55.468 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:55.725 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:55.725 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:55.892 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:55.893 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:56.211 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:56.211 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:56.504 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:56.505 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:56.665 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:56.665 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:56.854 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:56.855 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:57.168 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:57.169 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:57.512 INFO - 89/171 files analyzed, current file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui/launchConfigurations/ScriptLaunchConfigurationTab.java 12:06:57.537 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:57.537 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:58.419 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:58.419 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:58.551 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:58.551 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:58.955 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:58.955 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:59.128 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:59.128 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:59.260 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:59.260 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:59.471 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:59.472 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:59.650 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:59.650 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:06:59.875 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:06:59.875 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:00.041 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:00.041 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:00.211 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:00.211 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:01.136 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:01.137 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:01.444 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:01.444 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:02.033 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:02.033 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:02.146 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:02.146 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:02.453 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:02.454 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:02.597 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:02.598 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:02.703 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:02.704 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:02.905 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:02.905 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:03.037 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:03.037 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:03.168 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:03.168 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:03.324 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:03.324 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:03.449 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:03.449 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:03.597 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:03.598 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:03.944 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:03.944 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:04.085 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:04.085 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:04.641 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:04.641 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:05.633 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:05.634 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:06.227 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:06.227 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:06.526 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:06.526 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:06.776 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:06.776 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:06.947 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:06.947 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:07.110 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:07.113 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:07.512 INFO - 168/171 files analyzed, current file: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/log/ScriptDebugLogManager.java 12:07:07.590 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:07.590 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:07.913 ERROR - Class not found: org.osgi.annotation.versioning.ConsumerType 12:07:07.913 ERROR - Class not found: org.osgi.annotation.versioning.ProviderType 12:07:07.928 INFO - Java Main Files AST scan done: 20418 ms 12:07:07.928 INFO - 171/171 source files have been analyzed 12:07:07.938 INFO - Java bytecode scan... 12:07:08.428 WARN - Class 'org/eclipse/dltk/debug/ui/display/DebugConsolePage$1$1' is not accessible through the ClassLoader. 12:07:08.638 WARN - Class 'org/eclipse/dltk/debug/ui/display/DebugConsolePage$1$1' is not accessible through the ClassLoader. 12:07:08.641 WARN - Class 'org/eclipse/dltk/debug/ui/display/DebugConsolePage$1$1' is not accessible through the ClassLoader. 12:07:08.646 INFO - Java bytecode scan done: 708 ms 12:07:08.646 INFO - Java Test Files AST scan... 12:07:08.646 INFO - 0 source files to be analyzed 12:07:08.646 INFO - Java Test Files AST scan done: 0 ms 12:07:08.647 INFO - Package design analysis... 12:07:08.647 INFO - 0/0 source files have been analyzed 12:07:09.019 INFO - Package design analysis done: 372 ms 12:07:09.025 INFO - Sensor JavaSquidSensor done: 21807 ms 12:07:09.027 INFO - Sensor QProfileSensor... 12:07:09.027 INFO - Sensor QProfileSensor done: 0 ms 12:07:09.028 INFO - Sensor InitialOpenIssuesSensor... 12:07:09.107 INFO - Sensor InitialOpenIssuesSensor done: 79 ms 12:07:09.107 INFO - Sensor ProjectLinksSensor... 12:07:09.117 INFO - Sensor ProjectLinksSensor done: 10 ms 12:07:09.118 INFO - Sensor VersionEventsSensor... 12:07:09.121 INFO - Sensor VersionEventsSensor done: 3 ms 12:07:09.121 INFO - Sensor FileHashSensor... 12:07:09.126 INFO - Sensor FileHashSensor done: 5 ms 12:07:09.126 INFO - Sensor org.sonar.plugins.findbugs.FindbugsSensor@7719e67a... 12:07:09.133 INFO - Execute Findbugs 3.0.1... 12:07:09.203 INFO - Findbugs output report: /home/jenkins/workspace/dltk-sonar/org.eclipse.dltk.core/core/plugins/org.eclipse.dltk.debug.ui/target/sonar/findbugs-result.xml Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Recording test results Finished: FAILURE