Started by timer Running as SYSTEM Agent migration-agent-2kj9h is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration" name: "migration-agent-2kj9h" spec: containers: - env: - name: "MAVEN_OPTS" value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn" - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jdt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "migration-agent-2kj9h" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-2kj9h" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f" imagePullPolicy: "IfNotPresent" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-jdt" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-3" Building remotely on migration-agent-2kj9h (migration) in workspace /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10 [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core > git init /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10 # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core > git --version # timeout=10 > git fetch --tags --progress git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core > git fetch --tags --progress git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10 Checking out Revision a1ebb241d08b63d5c03db6c6cb0f731a4356f894 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a1ebb241d08b63d5c03db6c6cb0f731a4356f894 # timeout=10 Commit message: "Revert "Bug 560733 - Missing warning of unused variables in try-with-resources declaration"" > git rev-list --no-walk 1228f1ca4ab16fa96b65bec99578ba70bdccab59 # timeout=10 [eclipse.jdt.core-run.javac-10] $ /bin/sh -xe /tmp/jenkins1534571643232769316.sh + echo 'Path and version of jdk-10_x64-latest:' Path and version of jdk-10_x64-latest: + ls -ld /opt/tools/java/oracle/jdk-10/latest lrwxrwxrwx. 1 root root 6 Sep 20 2018 /opt/tools/java/oracle/jdk-10/latest -> 10.0.2 + /opt/tools/java/oracle/jdk-10/latest/bin/java -version java version "10.0.2" 2018-07-17 Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13) Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode) [eclipse.jdt.core-run.javac-10] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DJAVA_TOOL_OPTIONS= -D_JAVA_OPTIONS= -DskipTests=false -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/.repository -U clean verify -Pbuild-individual-bundles -Pbree-libs -Ptest-on-javase-10 -pl org.eclipse.jdt.core,org.eclipse.jdt.core.tests.compiler "-Dtycho.surefire.argLine=--add-modules ALL-SYSTEM -Drun.javac=enabled -Djdk.root=/opt/tools/java/oracle/jdk-10/10.0.2/ -Dcompliance=10" [INFO] Scanning for projects... Downloading from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.16.0-SNAPSHOT/maven-metadata.xml Progress (1): 615 B Downloaded from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.16.0-SNAPSHOT/maven-metadata.xml (615 B at 2.4 kB/s) Downloading from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.16.0-SNAPSHOT/eclipse-platform-parent-4.16.0-20200314.230426-30.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Downloaded from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.16.0-SNAPSHOT/eclipse-platform-parent-4.16.0-20200314.230426-30.pom (45 kB at 798 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.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.6.0/tycho-maven-plugin-1.6.0.pom (2.1 kB at 62 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom (19 kB at 681 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom (4.8 kB at 172 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 331 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 94 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 686 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 492 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 185 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 179 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 23 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.1 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 67 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 67 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 48 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 206 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 692 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 29 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 201 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 796 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 484 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 96 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 212 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 247 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 139 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 363 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 380 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 77 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 1.9 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 104 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 244 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 125 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 90 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 45 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 299 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 512 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 210 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 882 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 248 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 503 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 98 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 103 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 52 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 407 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 86 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 132 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 67 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.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.6.0/org.eclipse.tycho.p2.tools.shared-1.6.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.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.pom (1.1 kB at 33 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.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-bundles/1.6.0/tycho-bundles-1.6.0.pom (3.0 kB at 112 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 173 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 216 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 679 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 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.8 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 712 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 729 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 70 kB Progress (1): 74 kB Progress (1): 78 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.5 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 456 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 765 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.8/xz-1.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 76 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.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.600/org.eclipse.osgi.compatibility.state-1.1.600.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.600/org.eclipse.osgi.compatibility.state-1.1.600.pom (2.0 kB at 69 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.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.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 96 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.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.6.0/sisu-equinox-embedder-1.6.0.pom (1.8 kB at 65 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.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.6.0/sisu-equinox-1.6.0.pom (1.0 kB at 45 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.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.6.0/sisu-equinox-api-1.6.0.pom (1.7 kB at 69 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.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.6.0/tycho-metadata-model-1.6.0.pom (1.3 kB at 70 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 264 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.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.6.0/tycho-embedder-api-1.6.0.pom (2.1 kB at 103 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.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.6.0/org.eclipse.tycho.embedder.shared-1.6.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.6.0/org.eclipse.tycho.embedder.shared-1.6.0.pom (1.1 kB at 66 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.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.6.0/org.eclipse.tycho.core.shared-1.6.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.6.0/org.eclipse.tycho.core.shared-1.6.0.pom (1.0 kB at 32 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 109 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 84 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 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 516 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 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 1.2 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 241 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.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.6.0/tycho-p2-facade-1.6.0.pom (2.1 kB at 133 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.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.6.0/tycho-p2-1.6.0.pom (1.1 kB at 30 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.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.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.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.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.pom (1.1 kB at 59 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.8/xz-1.8.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.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/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.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 Progress (1): 4.1/165 kB Progress (1): 7.7/165 kB Progress (1): 12/165 kB Progress (1): 16/165 kB Progress (1): 20/165 kB Progress (1): 24/165 kB Progress (1): 28/165 kB Progress (1): 32/165 kB Progress (1): 36/165 kB Progress (1): 40/165 kB Progress (1): 45/165 kB Progress (1): 49/165 kB Progress (1): 53/165 kB Progress (1): 57/165 kB Progress (1): 61/165 kB Progress (1): 65/165 kB Progress (1): 69/165 kB Progress (1): 73/165 kB Progress (1): 77/165 kB Progress (1): 81/165 kB Progress (1): 85/165 kB Progress (1): 90/165 kB Progress (1): 94/165 kB Progress (1): 98/165 kB Progress (1): 102/165 kB Progress (1): 106/165 kB Progress (1): 110/165 kB Progress (1): 114/165 kB Progress (1): 118/165 kB Progress (1): 122/165 kB Progress (1): 126/165 kB Progress (1): 131/165 kB Progress (1): 135/165 kB Progress (1): 139/165 kB Progress (1): 143/165 kB Progress (2): 143/165 kB | 4.1/5.4 kB Progress (2): 147/165 kB | 4.1/5.4 kB Progress (2): 147/165 kB | 5.4 kB Progress (3): 147/165 kB | 5.4 kB | 4.1/204 kB Progress (3): 147/165 kB | 5.4 kB | 7.7/204 kB Progress (4): 147/165 kB | 5.4 kB | 7.7/204 kB | 4.1/527 kB Progress (4): 151/165 kB | 5.4 kB | 7.7/204 kB | 4.1/527 kB Progress (4): 151/165 kB | 5.4 kB | 12/204 kB | 4.1/527 kB Progress (4): 155/165 kB | 5.4 kB | 12/204 kB | 4.1/527 kB Progress (4): 155/165 kB | 5.4 kB | 12/204 kB | 7.7/527 kB Progress (4): 159/165 kB | 5.4 kB | 12/204 kB | 7.7/527 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.6.0/tycho-maven-plugin-1.6.0.jar (5.4 kB at 123 kB/s) Progress (3): 159/165 kB | 16/204 kB | 7.7/527 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 (3): 163/165 kB | 16/204 kB | 7.7/527 kB Progress (3): 163/165 kB | 16/204 kB | 12/527 kB Progress (3): 165 kB | 16/204 kB | 12/527 kB Progress (3): 165 kB | 20/204 kB | 12/527 kB Progress (3): 165 kB | 20/204 kB | 16/527 kB Progress (3): 165 kB | 24/204 kB | 16/527 kB Progress (3): 165 kB | 28/204 kB | 16/527 kB Progress (4): 165 kB | 28/204 kB | 16/527 kB | 4.1/38 kB Progress (4): 165 kB | 32/204 kB | 16/527 kB | 4.1/38 kB Progress (4): 165 kB | 32/204 kB | 20/527 kB | 4.1/38 kB Progress (4): 165 kB | 32/204 kB | 20/527 kB | 7.7/38 kB Progress (4): 165 kB | 32/204 kB | 24/527 kB | 7.7/38 kB Progress (4): 165 kB | 32/204 kB | 24/527 kB | 12/38 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.jar (165 kB at 3.4 MB/s) Progress (3): 36/204 kB | 24/527 kB | 12/38 kB Progress (3): 36/204 kB | 28/527 kB | 12/38 kB Progress (3): 40/204 kB | 28/527 kB | 12/38 kB 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 (4): 40/204 kB | 28/527 kB | 12/38 kB | 4.1/47 kB Progress (4): 40/204 kB | 28/527 kB | 16/38 kB | 4.1/47 kB Progress (4): 40/204 kB | 28/527 kB | 16/38 kB | 7.7/47 kB Progress (4): 45/204 kB | 28/527 kB | 16/38 kB | 7.7/47 kB Progress (4): 45/204 kB | 32/527 kB | 16/38 kB | 7.7/47 kB Progress (4): 49/204 kB | 32/527 kB | 16/38 kB | 7.7/47 kB Progress (4): 49/204 kB | 32/527 kB | 20/38 kB | 7.7/47 kB Progress (4): 49/204 kB | 32/527 kB | 20/38 kB | 12/47 kB Progress (4): 49/204 kB | 36/527 kB | 20/38 kB | 12/47 kB Progress (4): 49/204 kB | 36/527 kB | 24/38 kB | 12/47 kB Progress (4): 49/204 kB | 40/527 kB | 24/38 kB | 12/47 kB Progress (4): 53/204 kB | 40/527 kB | 24/38 kB | 12/47 kB Progress (4): 53/204 kB | 40/527 kB | 24/38 kB | 16/47 kB Progress (4): 57/204 kB | 40/527 kB | 24/38 kB | 16/47 kB Progress (5): 57/204 kB | 40/527 kB | 24/38 kB | 16/47 kB | 4.1/30 kB Progress (5): 57/204 kB | 45/527 kB | 24/38 kB | 16/47 kB | 4.1/30 kB Progress (5): 57/204 kB | 45/527 kB | 28/38 kB | 16/47 kB | 4.1/30 kB Progress (5): 57/204 kB | 49/527 kB | 28/38 kB | 16/47 kB | 4.1/30 kB Progress (5): 57/204 kB | 49/527 kB | 28/38 kB | 20/47 kB | 4.1/30 kB Progress (5): 57/204 kB | 49/527 kB | 28/38 kB | 20/47 kB | 7.7/30 kB Progress (5): 61/204 kB | 49/527 kB | 28/38 kB | 20/47 kB | 7.7/30 kB Progress (5): 61/204 kB | 53/527 kB | 28/38 kB | 20/47 kB | 7.7/30 kB Progress (5): 61/204 kB | 53/527 kB | 28/38 kB | 20/47 kB | 12/30 kB Progress (5): 61/204 kB | 53/527 kB | 28/38 kB | 24/47 kB | 12/30 kB Progress (5): 61/204 kB | 53/527 kB | 32/38 kB | 24/47 kB | 12/30 kB Progress (5): 61/204 kB | 53/527 kB | 32/38 kB | 28/47 kB | 12/30 kB Progress (5): 61/204 kB | 53/527 kB | 32/38 kB | 28/47 kB | 16/30 kB Progress (5): 61/204 kB | 57/527 kB | 32/38 kB | 28/47 kB | 16/30 kB Progress (5): 65/204 kB | 57/527 kB | 32/38 kB | 28/47 kB | 16/30 kB Progress (5): 65/204 kB | 61/527 kB | 32/38 kB | 28/47 kB | 16/30 kB Progress (5): 65/204 kB | 61/527 kB | 32/38 kB | 32/47 kB | 16/30 kB Progress (5): 65/204 kB | 61/527 kB | 36/38 kB | 32/47 kB | 16/30 kB Progress (5): 65/204 kB | 65/527 kB | 36/38 kB | 32/47 kB | 16/30 kB Progress (5): 65/204 kB | 65/527 kB | 36/38 kB | 32/47 kB | 20/30 kB Progress (5): 69/204 kB | 65/527 kB | 36/38 kB | 32/47 kB | 20/30 kB Progress (5): 69/204 kB | 65/527 kB | 38 kB | 32/47 kB | 20/30 kB Progress (5): 69/204 kB | 69/527 kB | 38 kB | 32/47 kB | 20/30 kB Progress (5): 73/204 kB | 69/527 kB | 38 kB | 32/47 kB | 20/30 kB Progress (5): 73/204 kB | 69/527 kB | 38 kB | 32/47 kB | 24/30 kB Progress (5): 73/204 kB | 69/527 kB | 38 kB | 36/47 kB | 24/30 kB Progress (5): 73/204 kB | 69/527 kB | 38 kB | 36/47 kB | 28/30 kB Progress (5): 77/204 kB | 69/527 kB | 38 kB | 36/47 kB | 28/30 kB Progress (5): 77/204 kB | 73/527 kB | 38 kB | 36/47 kB | 28/30 kB Progress (5): 81/204 kB | 73/527 kB | 38 kB | 36/47 kB | 28/30 kB Progress (5): 81/204 kB | 73/527 kB | 38 kB | 36/47 kB | 30 kB Progress (5): 81/204 kB | 73/527 kB | 38 kB | 40/47 kB | 30 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.jar (38 kB at 600 kB/s) Progress (4): 81/204 kB | 77/527 kB | 40/47 kB | 30 kB 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 (4): 85/204 kB | 77/527 kB | 40/47 kB | 30 kB Progress (4): 85/204 kB | 77/527 kB | 45/47 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 281 kB/s) Progress (3): 90/204 kB | 77/527 kB | 45/47 kB Progress (3): 90/204 kB | 81/527 kB | 45/47 kB Progress (3): 94/204 kB | 81/527 kB | 45/47 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 Progress (4): 94/204 kB | 81/527 kB | 45/47 kB | 4.1/52 kB Progress (4): 94/204 kB | 81/527 kB | 47 kB | 4.1/52 kB Progress (4): 94/204 kB | 81/527 kB | 47 kB | 7.7/52 kB Progress (4): 94/204 kB | 85/527 kB | 47 kB | 7.7/52 kB Progress (4): 98/204 kB | 85/527 kB | 47 kB | 7.7/52 kB Progress (4): 98/204 kB | 90/527 kB | 47 kB | 7.7/52 kB Progress (4): 98/204 kB | 90/527 kB | 47 kB | 12/52 kB Progress (4): 98/204 kB | 94/527 kB | 47 kB | 12/52 kB Progress (4): 102/204 kB | 94/527 kB | 47 kB | 12/52 kB Progress (4): 102/204 kB | 98/527 kB | 47 kB | 12/52 kB Progress (4): 102/204 kB | 98/527 kB | 47 kB | 16/52 kB Progress (4): 106/204 kB | 98/527 kB | 47 kB | 16/52 kB Progress (4): 110/204 kB | 98/527 kB | 47 kB | 16/52 kB Progress (4): 110/204 kB | 102/527 kB | 47 kB | 16/52 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 409 kB/s) Progress (3): 110/204 kB | 102/527 kB | 20/52 kB Progress (3): 114/204 kB | 102/527 kB | 20/52 kB Progress (3): 114/204 kB | 102/527 kB | 24/52 kB 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 Progress (3): 114/204 kB | 106/527 kB | 24/52 kB Progress (3): 118/204 kB | 106/527 kB | 24/52 kB Progress (3): 118/204 kB | 106/527 kB | 28/52 kB Progress (3): 122/204 kB | 106/527 kB | 28/52 kB Progress (3): 122/204 kB | 110/527 kB | 28/52 kB Progress (3): 126/204 kB | 110/527 kB | 28/52 kB Progress (3): 126/204 kB | 110/527 kB | 32/52 kB Progress (3): 131/204 kB | 110/527 kB | 32/52 kB Progress (3): 131/204 kB | 114/527 kB | 32/52 kB Progress (3): 131/204 kB | 114/527 kB | 36/52 kB Progress (3): 131/204 kB | 114/527 kB | 40/52 kB Progress (3): 131/204 kB | 114/527 kB | 45/52 kB Progress (3): 131/204 kB | 114/527 kB | 49/52 kB Progress (3): 135/204 kB | 114/527 kB | 49/52 kB Progress (3): 135/204 kB | 114/527 kB | 52 kB Progress (4): 135/204 kB | 114/527 kB | 52 kB | 4.1/51 kB Progress (4): 135/204 kB | 118/527 kB | 52 kB | 4.1/51 kB Progress (4): 135/204 kB | 118/527 kB | 52 kB | 7.7/51 kB Progress (4): 139/204 kB | 118/527 kB | 52 kB | 7.7/51 kB Progress (4): 139/204 kB | 118/527 kB | 52 kB | 12/51 kB Progress (4): 139/204 kB | 122/527 kB | 52 kB | 12/51 kB Progress (4): 139/204 kB | 122/527 kB | 52 kB | 16/51 kB Progress (4): 143/204 kB | 122/527 kB | 52 kB | 16/51 kB Progress (4): 143/204 kB | 126/527 kB | 52 kB | 16/51 kB Progress (4): 147/204 kB | 126/527 kB | 52 kB | 16/51 kB Progress (4): 147/204 kB | 131/527 kB | 52 kB | 16/51 kB Progress (4): 147/204 kB | 131/527 kB | 52 kB | 20/51 kB Progress (4): 151/204 kB | 131/527 kB | 52 kB | 20/51 kB Progress (4): 151/204 kB | 131/527 kB | 52 kB | 24/51 kB Progress (4): 155/204 kB | 131/527 kB | 52 kB | 24/51 kB Progress (4): 155/204 kB | 135/527 kB | 52 kB | 24/51 kB Progress (4): 159/204 kB | 135/527 kB | 52 kB | 24/51 kB Progress (4): 159/204 kB | 135/527 kB | 52 kB | 28/51 kB Progress (4): 163/204 kB | 135/527 kB | 52 kB | 28/51 kB Progress (4): 163/204 kB | 139/527 kB | 52 kB | 28/51 kB Progress (4): 163/204 kB | 139/527 kB | 52 kB | 32/51 kB Progress (4): 163/204 kB | 143/527 kB | 52 kB | 32/51 kB Progress (4): 167/204 kB | 143/527 kB | 52 kB | 32/51 kB Progress (4): 167/204 kB | 147/527 kB | 52 kB | 32/51 kB Progress (4): 171/204 kB | 147/527 kB | 52 kB | 32/51 kB Progress (4): 171/204 kB | 147/527 kB | 52 kB | 36/51 kB Progress (4): 176/204 kB | 147/527 kB | 52 kB | 36/51 kB Progress (4): 176/204 kB | 147/527 kB | 52 kB | 40/51 kB Progress (4): 176/204 kB | 151/527 kB | 52 kB | 40/51 kB Progress (4): 180/204 kB | 151/527 kB | 52 kB | 40/51 kB Progress (4): 180/204 kB | 155/527 kB | 52 kB | 40/51 kB Progress (4): 180/204 kB | 155/527 kB | 52 kB | 45/51 kB Progress (4): 180/204 kB | 159/527 kB | 52 kB | 45/51 kB Progress (5): 180/204 kB | 159/527 kB | 52 kB | 45/51 kB | 4.1/148 kB Progress (5): 180/204 kB | 163/527 kB | 52 kB | 45/51 kB | 4.1/148 kB Progress (5): 184/204 kB | 163/527 kB | 52 kB | 45/51 kB | 4.1/148 kB Progress (5): 184/204 kB | 163/527 kB | 52 kB | 49/51 kB | 4.1/148 kB Progress (5): 188/204 kB | 163/527 kB | 52 kB | 49/51 kB | 4.1/148 kB Progress (5): 188/204 kB | 163/527 kB | 52 kB | 49/51 kB | 7.7/148 kB Progress (5): 192/204 kB | 163/527 kB | 52 kB | 49/51 kB | 7.7/148 kB Progress (5): 192/204 kB | 163/527 kB | 52 kB | 51 kB | 7.7/148 kB Progress (5): 192/204 kB | 167/527 kB | 52 kB | 51 kB | 7.7/148 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 406 kB/s) Progress (4): 196/204 kB | 167/527 kB | 51 kB | 7.7/148 kB Progress (4): 196/204 kB | 167/527 kB | 51 kB | 12/148 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): 196/204 kB | 171/527 kB | 51 kB | 12/148 kB Progress (4): 200/204 kB | 171/527 kB | 51 kB | 12/148 kB Progress (4): 200/204 kB | 171/527 kB | 51 kB | 16/148 kB Progress (4): 204 kB | 171/527 kB | 51 kB | 16/148 kB Progress (4): 204 kB | 176/527 kB | 51 kB | 16/148 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 394 kB/s) Progress (3): 204 kB | 176/527 kB | 20/148 kB Progress (3): 204 kB | 180/527 kB | 20/148 kB Progress (3): 204 kB | 180/527 kB | 24/148 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 (3): 204 kB | 184/527 kB | 24/148 kB Progress (3): 204 kB | 184/527 kB | 28/148 kB Progress (3): 204 kB | 188/527 kB | 28/148 kB Progress (3): 204 kB | 188/527 kB | 32/148 kB Progress (3): 204 kB | 192/527 kB | 32/148 kB Progress (3): 204 kB | 196/527 kB | 32/148 kB Progress (3): 204 kB | 200/527 kB | 32/148 kB Progress (3): 204 kB | 200/527 kB | 36/148 kB Progress (3): 204 kB | 204/527 kB | 36/148 kB Progress (3): 204 kB | 204/527 kB | 40/148 kB Progress (3): 204 kB | 208/527 kB | 40/148 kB Progress (3): 204 kB | 208/527 kB | 45/148 kB Progress (3): 204 kB | 212/527 kB | 45/148 kB Progress (3): 204 kB | 212/527 kB | 49/148 kB Progress (4): 204 kB | 212/527 kB | 49/148 kB | 4.1/14 kB Progress (4): 204 kB | 212/527 kB | 49/148 kB | 7.7/14 kB Progress (4): 204 kB | 217/527 kB | 49/148 kB | 7.7/14 kB Progress (4): 204 kB | 217/527 kB | 49/148 kB | 12/14 kB Progress (4): 204 kB | 217/527 kB | 53/148 kB | 12/14 kB Progress (4): 204 kB | 221/527 kB | 53/148 kB | 12/14 kB Progress (4): 204 kB | 221/527 kB | 57/148 kB | 12/14 kB Progress (4): 204 kB | 221/527 kB | 57/148 kB | 14 kB Progress (4): 204 kB | 221/527 kB | 61/148 kB | 14 kB Progress (4): 204 kB | 225/527 kB | 61/148 kB | 14 kB Progress (4): 204 kB | 225/527 kB | 65/148 kB | 14 kB Progress (4): 204 kB | 229/527 kB | 65/148 kB | 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar (204 kB at 1.5 MB/s) Progress (4): 229/527 kB | 65/148 kB | 14 kB | 4.1/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 (4): 233/527 kB | 65/148 kB | 14 kB | 4.1/106 kB Progress (4): 233/527 kB | 69/148 kB | 14 kB | 4.1/106 kB Progress (4): 237/527 kB | 69/148 kB | 14 kB | 4.1/106 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.jar (14 kB at 97 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): 237/527 kB | 69/148 kB | 7.7/106 kB Progress (4): 237/527 kB | 69/148 kB | 7.7/106 kB | 4.1/74 kB Progress (4): 241/527 kB | 69/148 kB | 7.7/106 kB | 4.1/74 kB Progress (4): 241/527 kB | 73/148 kB | 7.7/106 kB | 4.1/74 kB Progress (4): 245/527 kB | 73/148 kB | 7.7/106 kB | 4.1/74 kB Progress (4): 245/527 kB | 73/148 kB | 7.7/106 kB | 7.7/74 kB Progress (4): 245/527 kB | 73/148 kB | 12/106 kB | 7.7/74 kB Progress (4): 245/527 kB | 73/148 kB | 12/106 kB | 12/74 kB Progress (4): 245/527 kB | 77/148 kB | 12/106 kB | 12/74 kB Progress (4): 245/527 kB | 77/148 kB | 12/106 kB | 16/74 kB Progress (4): 249/527 kB | 77/148 kB | 12/106 kB | 16/74 kB Progress (4): 249/527 kB | 77/148 kB | 16/106 kB | 16/74 kB Progress (4): 253/527 kB | 77/148 kB | 16/106 kB | 16/74 kB Progress (4): 253/527 kB | 81/148 kB | 16/106 kB | 16/74 kB Progress (4): 258/527 kB | 81/148 kB | 16/106 kB | 16/74 kB Progress (4): 262/527 kB | 81/148 kB | 16/106 kB | 16/74 kB Progress (4): 262/527 kB | 81/148 kB | 20/106 kB | 16/74 kB Progress (4): 262/527 kB | 81/148 kB | 20/106 kB | 20/74 kB Progress (5): 262/527 kB | 81/148 kB | 20/106 kB | 20/74 kB | 4.1/108 kB Progress (5): 262/527 kB | 85/148 kB | 20/106 kB | 20/74 kB | 4.1/108 kB Progress (5): 262/527 kB | 85/148 kB | 24/106 kB | 20/74 kB | 4.1/108 kB Progress (5): 262/527 kB | 90/148 kB | 24/106 kB | 20/74 kB | 4.1/108 kB Progress (5): 262/527 kB | 90/148 kB | 24/106 kB | 20/74 kB | 7.7/108 kB Progress (5): 266/527 kB | 90/148 kB | 24/106 kB | 20/74 kB | 7.7/108 kB Progress (5): 266/527 kB | 90/148 kB | 24/106 kB | 24/74 kB | 7.7/108 kB Progress (5): 270/527 kB | 90/148 kB | 24/106 kB | 24/74 kB | 7.7/108 kB Progress (5): 270/527 kB | 90/148 kB | 24/106 kB | 24/74 kB | 12/108 kB Progress (5): 270/527 kB | 94/148 kB | 24/106 kB | 24/74 kB | 12/108 kB Progress (5): 270/527 kB | 94/148 kB | 28/106 kB | 24/74 kB | 12/108 kB Progress (5): 270/527 kB | 98/148 kB | 28/106 kB | 24/74 kB | 12/108 kB Progress (5): 270/527 kB | 98/148 kB | 28/106 kB | 24/74 kB | 16/108 kB Progress (5): 274/527 kB | 98/148 kB | 28/106 kB | 24/74 kB | 16/108 kB Progress (5): 274/527 kB | 98/148 kB | 28/106 kB | 28/74 kB | 16/108 kB Progress (5): 278/527 kB | 98/148 kB | 28/106 kB | 28/74 kB | 16/108 kB Progress (5): 278/527 kB | 102/148 kB | 28/106 kB | 28/74 kB | 16/108 kB Progress (5): 278/527 kB | 102/148 kB | 32/106 kB | 28/74 kB | 16/108 kB Progress (5): 278/527 kB | 102/148 kB | 32/106 kB | 28/74 kB | 20/108 kB Progress (5): 278/527 kB | 106/148 kB | 32/106 kB | 28/74 kB | 20/108 kB Progress (5): 278/527 kB | 106/148 kB | 32/106 kB | 32/74 kB | 20/108 kB Progress (5): 278/527 kB | 106/148 kB | 36/106 kB | 32/74 kB | 20/108 kB Progress (5): 278/527 kB | 110/148 kB | 36/106 kB | 32/74 kB | 20/108 kB Progress (5): 278/527 kB | 110/148 kB | 36/106 kB | 32/74 kB | 24/108 kB Progress (5): 282/527 kB | 110/148 kB | 36/106 kB | 32/74 kB | 24/108 kB Progress (5): 282/527 kB | 110/148 kB | 36/106 kB | 36/74 kB | 24/108 kB Progress (5): 282/527 kB | 110/148 kB | 36/106 kB | 36/74 kB | 28/108 kB Progress (5): 282/527 kB | 114/148 kB | 36/106 kB | 36/74 kB | 28/108 kB Progress (5): 282/527 kB | 114/148 kB | 40/106 kB | 36/74 kB | 28/108 kB Progress (5): 282/527 kB | 114/148 kB | 40/106 kB | 36/74 kB | 32/108 kB Progress (5): 282/527 kB | 114/148 kB | 40/106 kB | 40/74 kB | 32/108 kB Progress (5): 286/527 kB | 114/148 kB | 40/106 kB | 40/74 kB | 32/108 kB Progress (5): 286/527 kB | 114/148 kB | 40/106 kB | 45/74 kB | 32/108 kB Progress (5): 286/527 kB | 118/148 kB | 40/106 kB | 45/74 kB | 32/108 kB Progress (5): 286/527 kB | 118/148 kB | 45/106 kB | 45/74 kB | 32/108 kB Progress (5): 286/527 kB | 122/148 kB | 45/106 kB | 45/74 kB | 32/108 kB Progress (5): 286/527 kB | 122/148 kB | 45/106 kB | 45/74 kB | 36/108 kB Progress (5): 286/527 kB | 122/148 kB | 45/106 kB | 49/74 kB | 36/108 kB Progress (5): 290/527 kB | 122/148 kB | 45/106 kB | 49/74 kB | 36/108 kB Progress (5): 290/527 kB | 122/148 kB | 45/106 kB | 49/74 kB | 40/108 kB Progress (5): 290/527 kB | 126/148 kB | 45/106 kB | 49/74 kB | 40/108 kB Progress (5): 290/527 kB | 126/148 kB | 49/106 kB | 49/74 kB | 40/108 kB Progress (5): 290/527 kB | 126/148 kB | 49/106 kB | 53/74 kB | 40/108 kB Progress (5): 290/527 kB | 131/148 kB | 49/106 kB | 53/74 kB | 40/108 kB Progress (5): 290/527 kB | 131/148 kB | 49/106 kB | 53/74 kB | 45/108 kB Progress (5): 294/527 kB | 131/148 kB | 49/106 kB | 53/74 kB | 45/108 kB Progress (5): 294/527 kB | 131/148 kB | 49/106 kB | 53/74 kB | 49/108 kB Progress (5): 294/527 kB | 131/148 kB | 53/106 kB | 53/74 kB | 49/108 kB Progress (5): 294/527 kB | 131/148 kB | 53/106 kB | 57/74 kB | 49/108 kB Progress (5): 298/527 kB | 131/148 kB | 53/106 kB | 57/74 kB | 49/108 kB Progress (5): 298/527 kB | 131/148 kB | 57/106 kB | 57/74 kB | 49/108 kB Progress (5): 298/527 kB | 135/148 kB | 57/106 kB | 57/74 kB | 49/108 kB Progress (5): 298/527 kB | 135/148 kB | 61/106 kB | 57/74 kB | 49/108 kB Progress (5): 298/527 kB | 135/148 kB | 61/106 kB | 57/74 kB | 53/108 kB Progress (5): 303/527 kB | 135/148 kB | 61/106 kB | 57/74 kB | 53/108 kB Progress (5): 303/527 kB | 135/148 kB | 61/106 kB | 61/74 kB | 53/108 kB Progress (5): 307/527 kB | 135/148 kB | 61/106 kB | 61/74 kB | 53/108 kB Progress (5): 307/527 kB | 135/148 kB | 61/106 kB | 61/74 kB | 57/108 kB Progress (5): 307/527 kB | 135/148 kB | 65/106 kB | 61/74 kB | 57/108 kB Progress (5): 307/527 kB | 139/148 kB | 65/106 kB | 61/74 kB | 57/108 kB Progress (5): 307/527 kB | 139/148 kB | 65/106 kB | 61/74 kB | 61/108 kB Progress (5): 311/527 kB | 139/148 kB | 65/106 kB | 61/74 kB | 61/108 kB Progress (5): 311/527 kB | 139/148 kB | 65/106 kB | 65/74 kB | 61/108 kB Progress (5): 311/527 kB | 139/148 kB | 65/106 kB | 65/74 kB | 65/108 kB Progress (5): 311/527 kB | 139/148 kB | 69/106 kB | 65/74 kB | 65/108 kB Progress (5): 311/527 kB | 143/148 kB | 69/106 kB | 65/74 kB | 65/108 kB Progress (5): 311/527 kB | 143/148 kB | 73/106 kB | 65/74 kB | 65/108 kB Progress (5): 311/527 kB | 143/148 kB | 73/106 kB | 69/74 kB | 65/108 kB Progress (5): 315/527 kB | 143/148 kB | 73/106 kB | 69/74 kB | 65/108 kB Progress (5): 315/527 kB | 143/148 kB | 73/106 kB | 73/74 kB | 65/108 kB Progress (5): 315/527 kB | 143/148 kB | 73/106 kB | 73/74 kB | 69/108 kB Progress (5): 315/527 kB | 143/148 kB | 77/106 kB | 73/74 kB | 69/108 kB Progress (5): 315/527 kB | 147/148 kB | 77/106 kB | 73/74 kB | 69/108 kB Progress (5): 315/527 kB | 147/148 kB | 81/106 kB | 73/74 kB | 69/108 kB Progress (5): 315/527 kB | 147/148 kB | 81/106 kB | 73/74 kB | 73/108 kB Progress (5): 315/527 kB | 147/148 kB | 81/106 kB | 74 kB | 73/108 kB Progress (5): 319/527 kB | 147/148 kB | 81/106 kB | 74 kB | 73/108 kB Progress (5): 319/527 kB | 147/148 kB | 85/106 kB | 74 kB | 73/108 kB Progress (5): 319/527 kB | 147/148 kB | 85/106 kB | 74 kB | 77/108 kB Progress (5): 319/527 kB | 148 kB | 85/106 kB | 74 kB | 77/108 kB Progress (5): 319/527 kB | 148 kB | 85/106 kB | 74 kB | 81/108 kB Progress (5): 319/527 kB | 148 kB | 90/106 kB | 74 kB | 81/108 kB Progress (5): 323/527 kB | 148 kB | 90/106 kB | 74 kB | 81/108 kB Progress (5): 323/527 kB | 148 kB | 94/106 kB | 74 kB | 81/108 kB Progress (5): 327/527 kB | 148 kB | 94/106 kB | 74 kB | 81/108 kB Progress (5): 327/527 kB | 148 kB | 98/106 kB | 74 kB | 81/108 kB Progress (5): 327/527 kB | 148 kB | 98/106 kB | 74 kB | 85/108 kB Progress (5): 331/527 kB | 148 kB | 98/106 kB | 74 kB | 85/108 kB Progress (5): 331/527 kB | 148 kB | 102/106 kB | 74 kB | 85/108 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 323 kB/s) 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 638 kB/s) 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 (3): 335/527 kB | 102/106 kB | 85/108 kB Progress (3): 335/527 kB | 102/106 kB | 90/108 kB Progress (3): 339/527 kB | 102/106 kB | 90/108 kB 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 Progress (3): 339/527 kB | 106/106 kB | 90/108 kB Progress (3): 344/527 kB | 106/106 kB | 90/108 kB Progress (3): 344/527 kB | 106/106 kB | 94/108 kB Progress (3): 344/527 kB | 106 kB | 94/108 kB Progress (3): 344/527 kB | 106 kB | 98/108 kB Progress (3): 348/527 kB | 106 kB | 98/108 kB Progress (3): 352/527 kB | 106 kB | 98/108 kB Progress (3): 352/527 kB | 106 kB | 102/108 kB Progress (3): 352/527 kB | 106 kB | 106/108 kB Progress (4): 352/527 kB | 106 kB | 106/108 kB | 4.1/202 kB Progress (4): 356/527 kB | 106 kB | 106/108 kB | 4.1/202 kB Progress (4): 356/527 kB | 106 kB | 106/108 kB | 7.7/202 kB Progress (4): 356/527 kB | 106 kB | 108 kB | 7.7/202 kB Progress (4): 356/527 kB | 106 kB | 108 kB | 12/202 kB Progress (4): 360/527 kB | 106 kB | 108 kB | 12/202 kB Progress (5): 360/527 kB | 106 kB | 108 kB | 12/202 kB | 4.1/153 kB Progress (5): 360/527 kB | 106 kB | 108 kB | 16/202 kB | 4.1/153 kB Progress (5): 360/527 kB | 106 kB | 108 kB | 16/202 kB | 7.7/153 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 344 kB/s) Progress (4): 360/527 kB | 108 kB | 20/202 kB | 7.7/153 kB Progress (4): 360/527 kB | 108 kB | 20/202 kB | 12/153 kB Progress (4): 364/527 kB | 108 kB | 20/202 kB | 12/153 kB Progress (4): 364/527 kB | 108 kB | 20/202 kB | 16/153 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 349 kB/s) Progress (3): 364/527 kB | 24/202 kB | 16/153 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 (3): 364/527 kB | 28/202 kB | 16/153 kB Progress (3): 364/527 kB | 28/202 kB | 20/153 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 (3): 368/527 kB | 28/202 kB | 20/153 kB Progress (3): 368/527 kB | 28/202 kB | 24/153 kB Progress (3): 368/527 kB | 32/202 kB | 24/153 kB Progress (3): 368/527 kB | 32/202 kB | 28/153 kB Progress (3): 372/527 kB | 32/202 kB | 28/153 kB Progress (3): 372/527 kB | 32/202 kB | 32/153 kB Progress (3): 376/527 kB | 32/202 kB | 32/153 kB Progress (3): 376/527 kB | 36/202 kB | 32/153 kB Progress (3): 376/527 kB | 40/202 kB | 32/153 kB Progress (3): 376/527 kB | 45/202 kB | 32/153 kB Progress (3): 376/527 kB | 49/202 kB | 32/153 kB Progress (3): 376/527 kB | 49/202 kB | 36/153 kB Progress (4): 376/527 kB | 49/202 kB | 36/153 kB | 4.1/472 kB Progress (4): 380/527 kB | 49/202 kB | 36/153 kB | 4.1/472 kB Progress (4): 380/527 kB | 49/202 kB | 36/153 kB | 7.7/472 kB Progress (4): 380/527 kB | 49/202 kB | 40/153 kB | 7.7/472 kB Progress (4): 380/527 kB | 49/202 kB | 40/153 kB | 12/472 kB Progress (5): 380/527 kB | 49/202 kB | 40/153 kB | 12/472 kB | 4.1/61 kB Progress (5): 384/527 kB | 49/202 kB | 40/153 kB | 12/472 kB | 4.1/61 kB Progress (5): 384/527 kB | 53/202 kB | 40/153 kB | 12/472 kB | 4.1/61 kB Progress (5): 389/527 kB | 53/202 kB | 40/153 kB | 12/472 kB | 4.1/61 kB Progress (5): 389/527 kB | 53/202 kB | 40/153 kB | 12/472 kB | 7.7/61 kB Progress (5): 389/527 kB | 53/202 kB | 40/153 kB | 16/472 kB | 7.7/61 kB Progress (5): 389/527 kB | 53/202 kB | 45/153 kB | 16/472 kB | 7.7/61 kB Progress (5): 389/527 kB | 53/202 kB | 45/153 kB | 16/472 kB | 12/61 kB Progress (5): 393/527 kB | 53/202 kB | 45/153 kB | 16/472 kB | 12/61 kB Progress (5): 393/527 kB | 57/202 kB | 45/153 kB | 16/472 kB | 12/61 kB Progress (5): 393/527 kB | 57/202 kB | 45/153 kB | 20/472 kB | 12/61 kB Progress (5): 393/527 kB | 57/202 kB | 45/153 kB | 20/472 kB | 16/61 kB Progress (5): 393/527 kB | 57/202 kB | 49/153 kB | 20/472 kB | 16/61 kB Progress (5): 397/527 kB | 57/202 kB | 49/153 kB | 20/472 kB | 16/61 kB Progress (5): 397/527 kB | 57/202 kB | 49/153 kB | 24/472 kB | 16/61 kB Progress (5): 397/527 kB | 61/202 kB | 49/153 kB | 24/472 kB | 16/61 kB Progress (5): 397/527 kB | 61/202 kB | 49/153 kB | 28/472 kB | 16/61 kB Progress (5): 397/527 kB | 61/202 kB | 49/153 kB | 28/472 kB | 20/61 kB Progress (5): 401/527 kB | 61/202 kB | 49/153 kB | 28/472 kB | 20/61 kB Progress (5): 401/527 kB | 61/202 kB | 49/153 kB | 28/472 kB | 24/61 kB Progress (5): 401/527 kB | 61/202 kB | 49/153 kB | 32/472 kB | 24/61 kB Progress (5): 401/527 kB | 61/202 kB | 53/153 kB | 32/472 kB | 24/61 kB Progress (5): 401/527 kB | 65/202 kB | 53/153 kB | 32/472 kB | 24/61 kB Progress (5): 401/527 kB | 65/202 kB | 57/153 kB | 32/472 kB | 24/61 kB Progress (5): 401/527 kB | 65/202 kB | 57/153 kB | 32/472 kB | 28/61 kB Progress (5): 401/527 kB | 65/202 kB | 57/153 kB | 36/472 kB | 28/61 kB Progress (5): 405/527 kB | 65/202 kB | 57/153 kB | 36/472 kB | 28/61 kB Progress (5): 405/527 kB | 65/202 kB | 57/153 kB | 40/472 kB | 28/61 kB Progress (5): 405/527 kB | 69/202 kB | 57/153 kB | 40/472 kB | 28/61 kB Progress (5): 405/527 kB | 69/202 kB | 57/153 kB | 40/472 kB | 32/61 kB Progress (5): 405/527 kB | 69/202 kB | 61/153 kB | 40/472 kB | 32/61 kB Progress (5): 405/527 kB | 73/202 kB | 61/153 kB | 40/472 kB | 32/61 kB Progress (5): 405/527 kB | 73/202 kB | 61/153 kB | 45/472 kB | 32/61 kB Progress (5): 409/527 kB | 73/202 kB | 61/153 kB | 45/472 kB | 32/61 kB Progress (5): 409/527 kB | 73/202 kB | 61/153 kB | 49/472 kB | 32/61 kB Progress (5): 409/527 kB | 73/202 kB | 61/153 kB | 49/472 kB | 36/61 kB Progress (5): 409/527 kB | 77/202 kB | 61/153 kB | 49/472 kB | 36/61 kB Progress (5): 409/527 kB | 77/202 kB | 65/153 kB | 49/472 kB | 36/61 kB Progress (5): 409/527 kB | 81/202 kB | 65/153 kB | 49/472 kB | 36/61 kB Progress (5): 413/527 kB | 81/202 kB | 65/153 kB | 49/472 kB | 36/61 kB Progress (5): 413/527 kB | 81/202 kB | 65/153 kB | 49/472 kB | 40/61 kB Progress (5): 413/527 kB | 81/202 kB | 69/153 kB | 49/472 kB | 40/61 kB Progress (5): 417/527 kB | 81/202 kB | 69/153 kB | 49/472 kB | 40/61 kB Progress (5): 417/527 kB | 81/202 kB | 69/153 kB | 53/472 kB | 40/61 kB Progress (5): 421/527 kB | 81/202 kB | 69/153 kB | 53/472 kB | 40/61 kB Progress (5): 421/527 kB | 85/202 kB | 69/153 kB | 53/472 kB | 40/61 kB Progress (5): 421/527 kB | 85/202 kB | 73/153 kB | 53/472 kB | 40/61 kB Progress (5): 421/527 kB | 85/202 kB | 73/153 kB | 53/472 kB | 45/61 kB Progress (5): 421/527 kB | 85/202 kB | 77/153 kB | 53/472 kB | 45/61 kB Progress (5): 421/527 kB | 90/202 kB | 77/153 kB | 53/472 kB | 45/61 kB Progress (5): 425/527 kB | 90/202 kB | 77/153 kB | 53/472 kB | 45/61 kB Progress (5): 425/527 kB | 90/202 kB | 77/153 kB | 57/472 kB | 45/61 kB Progress (5): 425/527 kB | 94/202 kB | 77/153 kB | 57/472 kB | 45/61 kB Progress (5): 425/527 kB | 94/202 kB | 81/153 kB | 57/472 kB | 45/61 kB Progress (5): 425/527 kB | 94/202 kB | 81/153 kB | 57/472 kB | 49/61 kB Progress (5): 430/527 kB | 94/202 kB | 81/153 kB | 57/472 kB | 49/61 kB Progress (5): 430/527 kB | 98/202 kB | 81/153 kB | 57/472 kB | 49/61 kB Progress (5): 430/527 kB | 98/202 kB | 81/153 kB | 61/472 kB | 49/61 kB Progress (5): 430/527 kB | 98/202 kB | 81/153 kB | 61/472 kB | 53/61 kB Progress (5): 430/527 kB | 98/202 kB | 85/153 kB | 61/472 kB | 53/61 kB Progress (5): 434/527 kB | 98/202 kB | 85/153 kB | 61/472 kB | 53/61 kB Progress (5): 434/527 kB | 102/202 kB | 85/153 kB | 61/472 kB | 53/61 kB Progress (5): 434/527 kB | 102/202 kB | 90/153 kB | 61/472 kB | 53/61 kB Progress (5): 434/527 kB | 102/202 kB | 90/153 kB | 61/472 kB | 57/61 kB Progress (5): 434/527 kB | 102/202 kB | 90/153 kB | 65/472 kB | 57/61 kB Progress (5): 434/527 kB | 102/202 kB | 90/153 kB | 65/472 kB | 61/61 kB Progress (5): 434/527 kB | 102/202 kB | 94/153 kB | 65/472 kB | 61/61 kB Progress (5): 434/527 kB | 106/202 kB | 94/153 kB | 65/472 kB | 61/61 kB Progress (5): 438/527 kB | 106/202 kB | 94/153 kB | 65/472 kB | 61/61 kB Progress (5): 438/527 kB | 106/202 kB | 94/153 kB | 69/472 kB | 61/61 kB Progress (5): 438/527 kB | 110/202 kB | 94/153 kB | 69/472 kB | 61/61 kB Progress (5): 438/527 kB | 110/202 kB | 98/153 kB | 69/472 kB | 61/61 kB Progress (5): 438/527 kB | 110/202 kB | 98/153 kB | 69/472 kB | 61 kB Progress (5): 438/527 kB | 114/202 kB | 98/153 kB | 69/472 kB | 61 kB Progress (5): 438/527 kB | 114/202 kB | 98/153 kB | 73/472 kB | 61 kB Progress (5): 442/527 kB | 114/202 kB | 98/153 kB | 73/472 kB | 61 kB Progress (5): 442/527 kB | 114/202 kB | 102/153 kB | 73/472 kB | 61 kB Progress (5): 442/527 kB | 114/202 kB | 102/153 kB | 77/472 kB | 61 kB Progress (5): 442/527 kB | 118/202 kB | 102/153 kB | 77/472 kB | 61 kB Progress (5): 442/527 kB | 118/202 kB | 106/153 kB | 77/472 kB | 61 kB Progress (5): 442/527 kB | 122/202 kB | 106/153 kB | 77/472 kB | 61 kB Progress (5): 446/527 kB | 122/202 kB | 106/153 kB | 77/472 kB | 61 kB Progress (5): 446/527 kB | 122/202 kB | 106/153 kB | 81/472 kB | 61 kB Progress (5): 450/527 kB | 122/202 kB | 106/153 kB | 81/472 kB | 61 kB Progress (5): 450/527 kB | 126/202 kB | 106/153 kB | 81/472 kB | 61 kB Progress (5): 450/527 kB | 126/202 kB | 110/153 kB | 81/472 kB | 61 kB Progress (5): 450/527 kB | 131/202 kB | 110/153 kB | 81/472 kB | 61 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 186 kB/s) Progress (4): 454/527 kB | 131/202 kB | 110/153 kB | 81/472 kB 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 (4): 454/527 kB | 131/202 kB | 110/153 kB | 85/472 kB Progress (4): 454/527 kB | 131/202 kB | 114/153 kB | 85/472 kB Progress (4): 454/527 kB | 131/202 kB | 114/153 kB | 90/472 kB Progress (4): 458/527 kB | 131/202 kB | 114/153 kB | 90/472 kB Progress (4): 458/527 kB | 135/202 kB | 114/153 kB | 90/472 kB Progress (4): 458/527 kB | 135/202 kB | 114/153 kB | 94/472 kB Progress (4): 458/527 kB | 135/202 kB | 118/153 kB | 94/472 kB Progress (4): 458/527 kB | 139/202 kB | 118/153 kB | 94/472 kB Progress (4): 458/527 kB | 139/202 kB | 122/153 kB | 94/472 kB Progress (4): 462/527 kB | 139/202 kB | 122/153 kB | 94/472 kB Progress (4): 462/527 kB | 139/202 kB | 122/153 kB | 98/472 kB Progress (4): 466/527 kB | 139/202 kB | 122/153 kB | 98/472 kB Progress (4): 466/527 kB | 139/202 kB | 126/153 kB | 98/472 kB Progress (5): 466/527 kB | 139/202 kB | 126/153 kB | 98/472 kB | 4.1/46 kB Progress (5): 466/527 kB | 143/202 kB | 126/153 kB | 98/472 kB | 4.1/46 kB Progress (5): 466/527 kB | 143/202 kB | 126/153 kB | 98/472 kB | 7.7/46 kB Progress (5): 466/527 kB | 143/202 kB | 126/153 kB | 102/472 kB | 7.7/46 kB Progress (5): 466/527 kB | 143/202 kB | 131/153 kB | 102/472 kB | 7.7/46 kB Progress (5): 471/527 kB | 143/202 kB | 131/153 kB | 102/472 kB | 7.7/46 kB Progress (5): 471/527 kB | 143/202 kB | 131/153 kB | 106/472 kB | 7.7/46 kB Progress (5): 471/527 kB | 143/202 kB | 131/153 kB | 106/472 kB | 12/46 kB Progress (5): 471/527 kB | 147/202 kB | 131/153 kB | 106/472 kB | 12/46 kB Progress (5): 471/527 kB | 147/202 kB | 131/153 kB | 106/472 kB | 16/46 kB Progress (5): 471/527 kB | 147/202 kB | 135/153 kB | 106/472 kB | 16/46 kB Progress (5): 471/527 kB | 147/202 kB | 135/153 kB | 110/472 kB | 16/46 kB Progress (5): 475/527 kB | 147/202 kB | 135/153 kB | 110/472 kB | 16/46 kB Progress (5): 475/527 kB | 151/202 kB | 135/153 kB | 110/472 kB | 16/46 kB Progress (5): 475/527 kB | 151/202 kB | 135/153 kB | 114/472 kB | 16/46 kB Progress (5): 475/527 kB | 151/202 kB | 139/153 kB | 114/472 kB | 16/46 kB Progress (5): 475/527 kB | 155/202 kB | 139/153 kB | 114/472 kB | 16/46 kB Progress (5): 475/527 kB | 155/202 kB | 139/153 kB | 114/472 kB | 20/46 kB Progress (5): 475/527 kB | 159/202 kB | 139/153 kB | 114/472 kB | 20/46 kB Progress (5): 475/527 kB | 159/202 kB | 143/153 kB | 114/472 kB | 20/46 kB Progress (5): 479/527 kB | 159/202 kB | 143/153 kB | 114/472 kB | 20/46 kB Progress (5): 479/527 kB | 159/202 kB | 147/153 kB | 114/472 kB | 20/46 kB Progress (5): 479/527 kB | 163/202 kB | 147/153 kB | 114/472 kB | 20/46 kB Progress (5): 479/527 kB | 163/202 kB | 147/153 kB | 118/472 kB | 20/46 kB Progress (5): 479/527 kB | 163/202 kB | 147/153 kB | 118/472 kB | 24/46 kB Progress (5): 479/527 kB | 163/202 kB | 147/153 kB | 122/472 kB | 24/46 kB Progress (5): 479/527 kB | 163/202 kB | 151/153 kB | 122/472 kB | 24/46 kB Progress (5): 483/527 kB | 163/202 kB | 151/153 kB | 122/472 kB | 24/46 kB Progress (5): 483/527 kB | 163/202 kB | 153 kB | 122/472 kB | 24/46 kB Progress (5): 483/527 kB | 167/202 kB | 153 kB | 122/472 kB | 24/46 kB Progress (5): 483/527 kB | 167/202 kB | 153 kB | 126/472 kB | 24/46 kB Progress (5): 483/527 kB | 167/202 kB | 153 kB | 126/472 kB | 28/46 kB Progress (5): 483/527 kB | 167/202 kB | 153 kB | 131/472 kB | 28/46 kB Progress (5): 483/527 kB | 171/202 kB | 153 kB | 131/472 kB | 28/46 kB Progress (5): 487/527 kB | 171/202 kB | 153 kB | 131/472 kB | 28/46 kB Progress (5): 487/527 kB | 176/202 kB | 153 kB | 131/472 kB | 28/46 kB Progress (5): 487/527 kB | 176/202 kB | 153 kB | 131/472 kB | 32/46 kB Progress (5): 487/527 kB | 176/202 kB | 153 kB | 135/472 kB | 32/46 kB Progress (5): 487/527 kB | 180/202 kB | 153 kB | 135/472 kB | 32/46 kB Progress (5): 491/527 kB | 180/202 kB | 153 kB | 135/472 kB | 32/46 kB Progress (5): 491/527 kB | 180/202 kB | 153 kB | 135/472 kB | 36/46 kB Progress (5): 491/527 kB | 180/202 kB | 153 kB | 139/472 kB | 36/46 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.jar (153 kB at 376 kB/s) Progress (4): 495/527 kB | 180/202 kB | 139/472 kB | 36/46 kB Progress (4): 495/527 kB | 180/202 kB | 143/472 kB | 36/46 kB Progress (4): 495/527 kB | 184/202 kB | 143/472 kB | 36/46 kB Progress (4): 495/527 kB | 184/202 kB | 143/472 kB | 40/46 kB Progress (4): 495/527 kB | 188/202 kB | 143/472 kB | 40/46 kB Progress (4): 495/527 kB | 188/202 kB | 147/472 kB | 40/46 kB Progress (4): 499/527 kB | 188/202 kB | 147/472 kB | 40/46 kB 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): 503/527 kB | 188/202 kB | 147/472 kB | 40/46 kB Progress (4): 503/527 kB | 192/202 kB | 147/472 kB | 40/46 kB Progress (4): 503/527 kB | 192/202 kB | 147/472 kB | 45/46 kB Progress (4): 503/527 kB | 196/202 kB | 147/472 kB | 45/46 kB Progress (4): 507/527 kB | 196/202 kB | 147/472 kB | 45/46 kB Progress (4): 507/527 kB | 196/202 kB | 151/472 kB | 45/46 kB Progress (4): 507/527 kB | 200/202 kB | 151/472 kB | 45/46 kB Progress (4): 507/527 kB | 200/202 kB | 151/472 kB | 46 kB Progress (4): 507/527 kB | 202 kB | 151/472 kB | 46 kB Progress (4): 507/527 kB | 202 kB | 155/472 kB | 46 kB Progress (4): 511/527 kB | 202 kB | 155/472 kB | 46 kB Progress (4): 511/527 kB | 202 kB | 159/472 kB | 46 kB Progress (4): 516/527 kB | 202 kB | 159/472 kB | 46 kB Progress (4): 516/527 kB | 202 kB | 163/472 kB | 46 kB Progress (4): 520/527 kB | 202 kB | 163/472 kB | 46 kB Progress (4): 524/527 kB | 202 kB | 163/472 kB | 46 kB Progress (4): 527 kB | 202 kB | 163/472 kB | 46 kB Progress (4): 527 kB | 202 kB | 167/472 kB | 46 kB Progress (5): 527 kB | 202 kB | 167/472 kB | 46 kB | 4.1/29 kB Progress (5): 527 kB | 202 kB | 171/472 kB | 46 kB | 4.1/29 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 112 kB/s) Progress (4): 527 kB | 202 kB | 171/472 kB | 7.7/29 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 488 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.3 MB/s) Progress (2): 171/472 kB | 12/29 kB 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 (2): 176/472 kB | 12/29 kB Progress (2): 176/472 kB | 16/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar 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 (2): 176/472 kB | 20/29 kB Progress (2): 180/472 kB | 20/29 kB Progress (2): 180/472 kB | 24/29 kB Progress (2): 180/472 kB | 28/29 kB Progress (2): 184/472 kB | 28/29 kB Progress (2): 184/472 kB | 29 kB Progress (2): 188/472 kB | 29 kB Progress (3): 188/472 kB | 29 kB | 4.1/13 kB Progress (4): 188/472 kB | 29 kB | 4.1/13 kB | 4.1/22 kB Progress (4): 188/472 kB | 29 kB | 7.7/13 kB | 4.1/22 kB Progress (4): 192/472 kB | 29 kB | 7.7/13 kB | 4.1/22 kB Progress (4): 192/472 kB | 29 kB | 12/13 kB | 4.1/22 kB Progress (5): 192/472 kB | 29 kB | 12/13 kB | 4.1/22 kB | 4.1/49 kB Progress (5): 192/472 kB | 29 kB | 12/13 kB | 7.7/22 kB | 4.1/49 kB Progress (5): 192/472 kB | 29 kB | 12/13 kB | 7.7/22 kB | 7.7/49 kB Progress (5): 192/472 kB | 29 kB | 13 kB | 7.7/22 kB | 7.7/49 kB Progress (5): 196/472 kB | 29 kB | 13 kB | 7.7/22 kB | 7.7/49 kB Progress (5): 196/472 kB | 29 kB | 13 kB | 7.7/22 kB | 12/49 kB Progress (5): 196/472 kB | 29 kB | 13 kB | 12/22 kB | 12/49 kB Progress (5): 196/472 kB | 29 kB | 13 kB | 12/22 kB | 16/49 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 68 kB/s) Progress (4): 200/472 kB | 13 kB | 12/22 kB | 16/49 kB Progress (4): 200/472 kB | 13 kB | 16/22 kB | 16/49 kB Progress (4): 204/472 kB | 13 kB | 16/22 kB | 16/49 kB Progress (4): 204/472 kB | 13 kB | 16/22 kB | 20/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar Progress (4): 204/472 kB | 13 kB | 16/22 kB | 24/49 kB Progress (4): 204/472 kB | 13 kB | 20/22 kB | 24/49 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.jar (13 kB at 32 kB/s) Progress (3): 208/472 kB | 20/22 kB | 24/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar Progress (3): 208/472 kB | 22 kB | 24/49 kB Progress (3): 208/472 kB | 22 kB | 28/49 kB Progress (3): 212/472 kB | 22 kB | 28/49 kB Progress (3): 212/472 kB | 22 kB | 32/49 kB Progress (4): 212/472 kB | 22 kB | 32/49 kB | 4.1/263 kB Progress (4): 212/472 kB | 22 kB | 36/49 kB | 4.1/263 kB Progress (4): 217/472 kB | 22 kB | 36/49 kB | 4.1/263 kB Progress (4): 217/472 kB | 22 kB | 36/49 kB | 7.7/263 kB Progress (4): 221/472 kB | 22 kB | 36/49 kB | 7.7/263 kB Progress (4): 221/472 kB | 22 kB | 40/49 kB | 7.7/263 kB Progress (4): 225/472 kB | 22 kB | 40/49 kB | 7.7/263 kB Progress (4): 225/472 kB | 22 kB | 40/49 kB | 12/263 kB Progress (4): 229/472 kB | 22 kB | 40/49 kB | 12/263 kB Progress (4): 229/472 kB | 22 kB | 45/49 kB | 12/263 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.6.0/org.eclipse.tycho.p2.tools.shared-1.6.0.jar (22 kB at 51 kB/s) Progress (3): 229/472 kB | 45/49 kB | 16/263 kB Progress (4): 229/472 kB | 45/49 kB | 16/263 kB | 4.1/196 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar Progress (4): 233/472 kB | 45/49 kB | 16/263 kB | 4.1/196 kB Progress (4): 233/472 kB | 49/49 kB | 16/263 kB | 4.1/196 kB Progress (4): 237/472 kB | 49/49 kB | 16/263 kB | 4.1/196 kB Progress (4): 237/472 kB | 49/49 kB | 20/263 kB | 4.1/196 kB Progress (4): 237/472 kB | 49/49 kB | 20/263 kB | 7.7/196 kB Progress (4): 237/472 kB | 49/49 kB | 24/263 kB | 7.7/196 kB Progress (4): 241/472 kB | 49/49 kB | 24/263 kB | 7.7/196 kB Progress (4): 241/472 kB | 49 kB | 24/263 kB | 7.7/196 kB Progress (4): 245/472 kB | 49 kB | 24/263 kB | 7.7/196 kB Progress (4): 245/472 kB | 49 kB | 28/263 kB | 7.7/196 kB Progress (4): 245/472 kB | 49 kB | 28/263 kB | 12/196 kB Progress (4): 245/472 kB | 49 kB | 32/263 kB | 12/196 kB Progress (4): 245/472 kB | 49 kB | 32/263 kB | 16/196 kB Progress (4): 249/472 kB | 49 kB | 32/263 kB | 16/196 kB Progress (4): 253/472 kB | 49 kB | 32/263 kB | 16/196 kB Progress (5): 253/472 kB | 49 kB | 32/263 kB | 16/196 kB | 4.1/76 kB Progress (5): 253/472 kB | 49 kB | 36/263 kB | 16/196 kB | 4.1/76 kB Progress (5): 258/472 kB | 49 kB | 36/263 kB | 16/196 kB | 4.1/76 kB Progress (5): 258/472 kB | 49 kB | 40/263 kB | 16/196 kB | 4.1/76 kB Progress (5): 258/472 kB | 49 kB | 40/263 kB | 16/196 kB | 7.7/76 kB Progress (5): 258/472 kB | 49 kB | 40/263 kB | 20/196 kB | 7.7/76 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 114 kB/s) Progress (4): 258/472 kB | 40/263 kB | 24/196 kB | 7.7/76 kB Progress (4): 258/472 kB | 40/263 kB | 24/196 kB | 12/76 kB Progress (4): 258/472 kB | 45/263 kB | 24/196 kB | 12/76 kB Progress (4): 262/472 kB | 45/263 kB | 24/196 kB | 12/76 kB Progress (4): 262/472 kB | 49/263 kB | 24/196 kB | 12/76 kB Progress (4): 262/472 kB | 49/263 kB | 24/196 kB | 16/76 kB Progress (4): 262/472 kB | 49/263 kB | 28/196 kB | 16/76 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar Progress (4): 262/472 kB | 49/263 kB | 32/196 kB | 16/76 kB Progress (4): 262/472 kB | 53/263 kB | 32/196 kB | 16/76 kB Progress (4): 266/472 kB | 53/263 kB | 32/196 kB | 16/76 kB Progress (4): 266/472 kB | 53/263 kB | 32/196 kB | 20/76 kB Progress (4): 270/472 kB | 53/263 kB | 32/196 kB | 20/76 kB Progress (4): 270/472 kB | 57/263 kB | 32/196 kB | 20/76 kB Progress (4): 274/472 kB | 57/263 kB | 32/196 kB | 20/76 kB Progress (4): 274/472 kB | 57/263 kB | 36/196 kB | 20/76 kB Progress (4): 274/472 kB | 57/263 kB | 36/196 kB | 24/76 kB Progress (4): 274/472 kB | 57/263 kB | 40/196 kB | 24/76 kB Progress (4): 278/472 kB | 57/263 kB | 40/196 kB | 24/76 kB Progress (4): 278/472 kB | 61/263 kB | 40/196 kB | 24/76 kB Progress (4): 278/472 kB | 61/263 kB | 45/196 kB | 24/76 kB Progress (4): 278/472 kB | 61/263 kB | 45/196 kB | 28/76 kB Progress (4): 278/472 kB | 61/263 kB | 49/196 kB | 28/76 kB Progress (4): 278/472 kB | 65/263 kB | 49/196 kB | 28/76 kB Progress (4): 282/472 kB | 65/263 kB | 49/196 kB | 28/76 kB Progress (4): 282/472 kB | 65/263 kB | 49/196 kB | 32/76 kB Progress (4): 286/472 kB | 65/263 kB | 49/196 kB | 32/76 kB Progress (4): 286/472 kB | 65/263 kB | 53/196 kB | 32/76 kB Progress (4): 290/472 kB | 65/263 kB | 53/196 kB | 32/76 kB Progress (4): 290/472 kB | 69/263 kB | 53/196 kB | 32/76 kB Progress (4): 290/472 kB | 69/263 kB | 57/196 kB | 32/76 kB Progress (4): 290/472 kB | 73/263 kB | 57/196 kB | 32/76 kB Progress (4): 294/472 kB | 73/263 kB | 57/196 kB | 32/76 kB Progress (4): 294/472 kB | 73/263 kB | 57/196 kB | 36/76 kB Progress (4): 294/472 kB | 77/263 kB | 57/196 kB | 36/76 kB Progress (4): 294/472 kB | 77/263 kB | 61/196 kB | 36/76 kB Progress (4): 294/472 kB | 81/263 kB | 61/196 kB | 36/76 kB Progress (4): 294/472 kB | 81/263 kB | 61/196 kB | 40/76 kB Progress (4): 298/472 kB | 81/263 kB | 61/196 kB | 40/76 kB Progress (4): 298/472 kB | 81/263 kB | 65/196 kB | 40/76 kB Progress (4): 303/472 kB | 81/263 kB | 65/196 kB | 40/76 kB Progress (4): 303/472 kB | 81/263 kB | 65/196 kB | 45/76 kB Progress (4): 307/472 kB | 81/263 kB | 65/196 kB | 45/76 kB Progress (4): 307/472 kB | 81/263 kB | 65/196 kB | 49/76 kB Progress (4): 307/472 kB | 85/263 kB | 65/196 kB | 49/76 kB Progress (4): 307/472 kB | 85/263 kB | 69/196 kB | 49/76 kB Progress (4): 311/472 kB | 85/263 kB | 69/196 kB | 49/76 kB Progress (4): 311/472 kB | 85/263 kB | 73/196 kB | 49/76 kB Progress (4): 311/472 kB | 90/263 kB | 73/196 kB | 49/76 kB Progress (4): 311/472 kB | 90/263 kB | 77/196 kB | 49/76 kB Progress (4): 311/472 kB | 90/263 kB | 77/196 kB | 53/76 kB Progress (4): 311/472 kB | 90/263 kB | 81/196 kB | 53/76 kB Progress (4): 311/472 kB | 94/263 kB | 81/196 kB | 53/76 kB Progress (4): 311/472 kB | 94/263 kB | 81/196 kB | 57/76 kB Progress (4): 315/472 kB | 94/263 kB | 81/196 kB | 57/76 kB Progress (4): 315/472 kB | 94/263 kB | 81/196 kB | 61/76 kB Progress (4): 315/472 kB | 98/263 kB | 81/196 kB | 61/76 kB Progress (4): 315/472 kB | 98/263 kB | 81/196 kB | 65/76 kB Progress (4): 315/472 kB | 98/263 kB | 85/196 kB | 65/76 kB Progress (4): 319/472 kB | 98/263 kB | 85/196 kB | 65/76 kB Progress (4): 319/472 kB | 98/263 kB | 90/196 kB | 65/76 kB Progress (4): 323/472 kB | 98/263 kB | 90/196 kB | 65/76 kB Progress (4): 323/472 kB | 98/263 kB | 90/196 kB | 69/76 kB Progress (4): 327/472 kB | 98/263 kB | 90/196 kB | 69/76 kB Progress (4): 327/472 kB | 102/263 kB | 90/196 kB | 69/76 kB Progress (4): 327/472 kB | 102/263 kB | 94/196 kB | 69/76 kB Progress (4): 327/472 kB | 106/263 kB | 94/196 kB | 69/76 kB Progress (4): 327/472 kB | 106/263 kB | 94/196 kB | 73/76 kB Progress (4): 327/472 kB | 110/263 kB | 94/196 kB | 73/76 kB Progress (4): 327/472 kB | 110/263 kB | 98/196 kB | 73/76 kB Progress (4): 327/472 kB | 114/263 kB | 98/196 kB | 73/76 kB Progress (4): 331/472 kB | 114/263 kB | 98/196 kB | 73/76 kB Progress (4): 331/472 kB | 114/263 kB | 98/196 kB | 76 kB Progress (4): 335/472 kB | 114/263 kB | 98/196 kB | 76 kB Progress (4): 335/472 kB | 114/263 kB | 102/196 kB | 76 kB Progress (4): 339/472 kB | 114/263 kB | 102/196 kB | 76 kB Progress (4): 339/472 kB | 118/263 kB | 102/196 kB | 76 kB Progress (4): 339/472 kB | 118/263 kB | 106/196 kB | 76 kB Progress (4): 339/472 kB | 122/263 kB | 106/196 kB | 76 kB Progress (4): 344/472 kB | 122/263 kB | 106/196 kB | 76 kB Progress (4): 344/472 kB | 126/263 kB | 106/196 kB | 76 kB Progress (4): 344/472 kB | 126/263 kB | 110/196 kB | 76 kB Progress (4): 344/472 kB | 131/263 kB | 110/196 kB | 76 kB Progress (5): 344/472 kB | 131/263 kB | 110/196 kB | 76 kB | 4.1/215 kB Progress (5): 344/472 kB | 131/263 kB | 114/196 kB | 76 kB | 4.1/215 kB Progress (5): 348/472 kB | 131/263 kB | 114/196 kB | 76 kB | 4.1/215 kB Progress (5): 348/472 kB | 131/263 kB | 114/196 kB | 76 kB | 7.7/215 kB Progress (5): 352/472 kB | 131/263 kB | 114/196 kB | 76 kB | 7.7/215 kB Progress (5): 352/472 kB | 131/263 kB | 118/196 kB | 76 kB | 7.7/215 kB Progress (5): 352/472 kB | 135/263 kB | 118/196 kB | 76 kB | 7.7/215 kB Progress (5): 352/472 kB | 135/263 kB | 118/196 kB | 76 kB | 12/215 kB Progress (5): 352/472 kB | 139/263 kB | 118/196 kB | 76 kB | 12/215 kB Progress (5): 352/472 kB | 139/263 kB | 122/196 kB | 76 kB | 12/215 kB Progress (5): 356/472 kB | 139/263 kB | 122/196 kB | 76 kB | 12/215 kB Progress (5): 356/472 kB | 139/263 kB | 126/196 kB | 76 kB | 12/215 kB Progress (5): 356/472 kB | 143/263 kB | 126/196 kB | 76 kB | 12/215 kB Progress (5): 356/472 kB | 143/263 kB | 126/196 kB | 76 kB | 16/215 kB Progress (5): 356/472 kB | 147/263 kB | 126/196 kB | 76 kB | 16/215 kB Progress (5): 356/472 kB | 147/263 kB | 131/196 kB | 76 kB | 16/215 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 143 kB/s) Progress (4): 360/472 kB | 147/263 kB | 131/196 kB | 16/215 kB Progress (4): 360/472 kB | 147/263 kB | 135/196 kB | 16/215 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar Progress (4): 360/472 kB | 151/263 kB | 135/196 kB | 16/215 kB Progress (4): 360/472 kB | 151/263 kB | 135/196 kB | 20/215 kB Progress (4): 360/472 kB | 155/263 kB | 135/196 kB | 20/215 kB Progress (4): 364/472 kB | 155/263 kB | 135/196 kB | 20/215 kB Progress (4): 364/472 kB | 155/263 kB | 139/196 kB | 20/215 kB Progress (4): 368/472 kB | 155/263 kB | 139/196 kB | 20/215 kB Progress (4): 368/472 kB | 159/263 kB | 139/196 kB | 20/215 kB Progress (4): 368/472 kB | 159/263 kB | 139/196 kB | 24/215 kB Progress (4): 368/472 kB | 163/263 kB | 139/196 kB | 24/215 kB Progress (4): 372/472 kB | 163/263 kB | 139/196 kB | 24/215 kB Progress (4): 372/472 kB | 163/263 kB | 143/196 kB | 24/215 kB Progress (4): 376/472 kB | 163/263 kB | 143/196 kB | 24/215 kB Progress (4): 376/472 kB | 163/263 kB | 143/196 kB | 28/215 kB Progress (4): 376/472 kB | 167/263 kB | 143/196 kB | 28/215 kB Progress (4): 376/472 kB | 167/263 kB | 147/196 kB | 28/215 kB Progress (4): 376/472 kB | 171/263 kB | 147/196 kB | 28/215 kB Progress (4): 376/472 kB | 171/263 kB | 147/196 kB | 32/215 kB Progress (4): 376/472 kB | 176/263 kB | 147/196 kB | 32/215 kB Progress (5): 376/472 kB | 176/263 kB | 147/196 kB | 32/215 kB | 4.1/592 kB Progress (5): 376/472 kB | 180/263 kB | 147/196 kB | 32/215 kB | 4.1/592 kB Progress (5): 380/472 kB | 180/263 kB | 147/196 kB | 32/215 kB | 4.1/592 kB Progress (5): 380/472 kB | 180/263 kB | 151/196 kB | 32/215 kB | 4.1/592 kB Progress (5): 380/472 kB | 180/263 kB | 151/196 kB | 32/215 kB | 7.7/592 kB Progress (5): 380/472 kB | 184/263 kB | 151/196 kB | 32/215 kB | 7.7/592 kB Progress (5): 380/472 kB | 184/263 kB | 155/196 kB | 32/215 kB | 7.7/592 kB Progress (5): 380/472 kB | 184/263 kB | 155/196 kB | 36/215 kB | 7.7/592 kB Progress (5): 384/472 kB | 184/263 kB | 155/196 kB | 36/215 kB | 7.7/592 kB Progress (5): 384/472 kB | 184/263 kB | 155/196 kB | 40/215 kB | 7.7/592 kB Progress (5): 384/472 kB | 184/263 kB | 159/196 kB | 40/215 kB | 7.7/592 kB Progress (5): 384/472 kB | 188/263 kB | 159/196 kB | 40/215 kB | 7.7/592 kB Progress (5): 384/472 kB | 188/263 kB | 159/196 kB | 40/215 kB | 12/592 kB Progress (5): 384/472 kB | 192/263 kB | 159/196 kB | 40/215 kB | 12/592 kB Progress (5): 384/472 kB | 192/263 kB | 163/196 kB | 40/215 kB | 12/592 kB Progress (5): 384/472 kB | 192/263 kB | 163/196 kB | 45/215 kB | 12/592 kB Progress (5): 389/472 kB | 192/263 kB | 163/196 kB | 45/215 kB | 12/592 kB Progress (5): 389/472 kB | 192/263 kB | 163/196 kB | 49/215 kB | 12/592 kB Progress (5): 389/472 kB | 196/263 kB | 163/196 kB | 49/215 kB | 12/592 kB Progress (5): 389/472 kB | 196/263 kB | 163/196 kB | 49/215 kB | 16/592 kB Progress (5): 389/472 kB | 196/263 kB | 167/196 kB | 49/215 kB | 16/592 kB Progress (5): 393/472 kB | 196/263 kB | 167/196 kB | 49/215 kB | 16/592 kB Progress (5): 393/472 kB | 196/263 kB | 167/196 kB | 53/215 kB | 16/592 kB Progress (5): 393/472 kB | 196/263 kB | 171/196 kB | 53/215 kB | 16/592 kB Progress (5): 393/472 kB | 196/263 kB | 171/196 kB | 57/215 kB | 16/592 kB Progress (5): 393/472 kB | 196/263 kB | 176/196 kB | 57/215 kB | 16/592 kB Progress (5): 393/472 kB | 196/263 kB | 176/196 kB | 61/215 kB | 16/592 kB Progress (5): 397/472 kB | 196/263 kB | 176/196 kB | 61/215 kB | 16/592 kB Progress (5): 397/472 kB | 196/263 kB | 176/196 kB | 65/215 kB | 16/592 kB Progress (5): 397/472 kB | 196/263 kB | 180/196 kB | 65/215 kB | 16/592 kB Progress (5): 401/472 kB | 196/263 kB | 180/196 kB | 65/215 kB | 16/592 kB Progress (5): 405/472 kB | 196/263 kB | 180/196 kB | 65/215 kB | 16/592 kB Progress (5): 409/472 kB | 196/263 kB | 180/196 kB | 65/215 kB | 16/592 kB Progress (5): 413/472 kB | 196/263 kB | 180/196 kB | 65/215 kB | 16/592 kB Progress (5): 417/472 kB | 196/263 kB | 180/196 kB | 65/215 kB | 16/592 kB Progress (5): 421/472 kB | 196/263 kB | 180/196 kB | 65/215 kB | 16/592 kB Progress (5): 421/472 kB | 196/263 kB | 180/196 kB | 69/215 kB | 16/592 kB Progress (5): 421/472 kB | 200/263 kB | 180/196 kB | 69/215 kB | 16/592 kB Progress (5): 421/472 kB | 200/263 kB | 180/196 kB | 73/215 kB | 16/592 kB Progress (5): 421/472 kB | 200/263 kB | 180/196 kB | 73/215 kB | 20/592 kB Progress (5): 421/472 kB | 200/263 kB | 184/196 kB | 73/215 kB | 20/592 kB Progress (5): 425/472 kB | 200/263 kB | 184/196 kB | 73/215 kB | 20/592 kB Progress (5): 425/472 kB | 200/263 kB | 188/196 kB | 73/215 kB | 20/592 kB Progress (5): 425/472 kB | 200/263 kB | 188/196 kB | 73/215 kB | 24/592 kB Progress (5): 425/472 kB | 200/263 kB | 188/196 kB | 77/215 kB | 24/592 kB Progress (5): 425/472 kB | 204/263 kB | 188/196 kB | 77/215 kB | 24/592 kB Progress (5): 425/472 kB | 204/263 kB | 188/196 kB | 81/215 kB | 24/592 kB Progress (5): 430/472 kB | 204/263 kB | 188/196 kB | 81/215 kB | 24/592 kB Progress (5): 430/472 kB | 204/263 kB | 188/196 kB | 81/215 kB | 28/592 kB Progress (5): 430/472 kB | 204/263 kB | 192/196 kB | 81/215 kB | 28/592 kB Progress (5): 430/472 kB | 204/263 kB | 192/196 kB | 81/215 kB | 32/592 kB Progress (5): 434/472 kB | 204/263 kB | 192/196 kB | 81/215 kB | 32/592 kB Progress (5): 434/472 kB | 208/263 kB | 192/196 kB | 81/215 kB | 32/592 kB Progress (5): 438/472 kB | 208/263 kB | 192/196 kB | 81/215 kB | 32/592 kB Progress (5): 438/472 kB | 208/263 kB | 196/196 kB | 81/215 kB | 32/592 kB Progress (5): 438/472 kB | 208/263 kB | 196/196 kB | 85/215 kB | 32/592 kB Progress (5): 438/472 kB | 208/263 kB | 196 kB | 85/215 kB | 32/592 kB Progress (5): 442/472 kB | 208/263 kB | 196 kB | 85/215 kB | 32/592 kB Progress (5): 442/472 kB | 208/263 kB | 196 kB | 85/215 kB | 36/592 kB Progress (5): 442/472 kB | 212/263 kB | 196 kB | 85/215 kB | 36/592 kB Progress (5): 442/472 kB | 212/263 kB | 196 kB | 85/215 kB | 40/592 kB Progress (5): 442/472 kB | 212/263 kB | 196 kB | 90/215 kB | 40/592 kB Progress (5): 446/472 kB | 212/263 kB | 196 kB | 90/215 kB | 40/592 kB Progress (5): 446/472 kB | 212/263 kB | 196 kB | 90/215 kB | 45/592 kB Progress (5): 450/472 kB | 212/263 kB | 196 kB | 90/215 kB | 45/592 kB Progress (5): 450/472 kB | 217/263 kB | 196 kB | 90/215 kB | 45/592 kB Progress (5): 450/472 kB | 217/263 kB | 196 kB | 94/215 kB | 45/592 kB Progress (5): 450/472 kB | 221/263 kB | 196 kB | 94/215 kB | 45/592 kB Progress (5): 454/472 kB | 221/263 kB | 196 kB | 94/215 kB | 45/592 kB Progress (5): 454/472 kB | 221/263 kB | 196 kB | 94/215 kB | 49/592 kB Progress (5): 458/472 kB | 221/263 kB | 196 kB | 94/215 kB | 49/592 kB Progress (5): 458/472 kB | 225/263 kB | 196 kB | 94/215 kB | 49/592 kB Progress (5): 458/472 kB | 225/263 kB | 196 kB | 98/215 kB | 49/592 kB Progress (5): 458/472 kB | 229/263 kB | 196 kB | 98/215 kB | 49/592 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 320 kB/s) Progress (4): 458/472 kB | 233/263 kB | 98/215 kB | 49/592 kB Progress (4): 458/472 kB | 233/263 kB | 98/215 kB | 53/592 kB Progress (4): 462/472 kB | 233/263 kB | 98/215 kB | 53/592 kB Progress (4): 462/472 kB | 233/263 kB | 98/215 kB | 57/592 kB Progress (4): 462/472 kB | 237/263 kB | 98/215 kB | 57/592 kB 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): 462/472 kB | 237/263 kB | 102/215 kB | 57/592 kB Progress (4): 462/472 kB | 241/263 kB | 102/215 kB | 57/592 kB Progress (4): 462/472 kB | 241/263 kB | 102/215 kB | 61/592 kB Progress (4): 466/472 kB | 241/263 kB | 102/215 kB | 61/592 kB Progress (4): 466/472 kB | 241/263 kB | 102/215 kB | 65/592 kB Progress (4): 466/472 kB | 245/263 kB | 102/215 kB | 65/592 kB Progress (4): 466/472 kB | 245/263 kB | 106/215 kB | 65/592 kB Progress (4): 471/472 kB | 245/263 kB | 106/215 kB | 65/592 kB Progress (4): 471/472 kB | 245/263 kB | 110/215 kB | 65/592 kB Progress (4): 471/472 kB | 245/263 kB | 110/215 kB | 69/592 kB Progress (4): 472 kB | 245/263 kB | 110/215 kB | 69/592 kB Progress (4): 472 kB | 245/263 kB | 110/215 kB | 73/592 kB Progress (4): 472 kB | 245/263 kB | 114/215 kB | 73/592 kB Progress (4): 472 kB | 249/263 kB | 114/215 kB | 73/592 kB Progress (5): 472 kB | 249/263 kB | 114/215 kB | 73/592 kB | 4.1/58 kB Progress (5): 472 kB | 249/263 kB | 114/215 kB | 77/592 kB | 4.1/58 kB Progress (5): 472 kB | 249/263 kB | 114/215 kB | 77/592 kB | 7.7/58 kB Progress (5): 472 kB | 253/263 kB | 114/215 kB | 77/592 kB | 7.7/58 kB Progress (5): 472 kB | 253/263 kB | 114/215 kB | 77/592 kB | 12/58 kB Progress (5): 472 kB | 253/263 kB | 118/215 kB | 77/592 kB | 12/58 kB Progress (5): 472 kB | 253/263 kB | 118/215 kB | 81/592 kB | 12/58 kB Progress (5): 472 kB | 253/263 kB | 122/215 kB | 81/592 kB | 12/58 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 762 kB/s) Progress (4): 253/263 kB | 122/215 kB | 81/592 kB | 16/58 kB Progress (4): 258/263 kB | 122/215 kB | 81/592 kB | 16/58 kB Progress (4): 258/263 kB | 122/215 kB | 85/592 kB | 16/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar Progress (4): 258/263 kB | 126/215 kB | 85/592 kB | 16/58 kB Progress (4): 258/263 kB | 126/215 kB | 85/592 kB | 20/58 kB Progress (4): 258/263 kB | 126/215 kB | 90/592 kB | 20/58 kB Progress (4): 262/263 kB | 126/215 kB | 90/592 kB | 20/58 kB Progress (4): 262/263 kB | 126/215 kB | 94/592 kB | 20/58 kB Progress (4): 262/263 kB | 126/215 kB | 94/592 kB | 24/58 kB Progress (4): 262/263 kB | 131/215 kB | 94/592 kB | 24/58 kB Progress (4): 262/263 kB | 131/215 kB | 94/592 kB | 28/58 kB Progress (4): 262/263 kB | 131/215 kB | 98/592 kB | 28/58 kB Progress (4): 263 kB | 131/215 kB | 98/592 kB | 28/58 kB Progress (4): 263 kB | 131/215 kB | 98/592 kB | 32/58 kB Progress (4): 263 kB | 131/215 kB | 102/592 kB | 32/58 kB Progress (4): 263 kB | 135/215 kB | 102/592 kB | 32/58 kB Progress (4): 263 kB | 135/215 kB | 106/592 kB | 32/58 kB Progress (4): 263 kB | 135/215 kB | 106/592 kB | 36/58 kB Progress (4): 263 kB | 135/215 kB | 110/592 kB | 36/58 kB Progress (4): 263 kB | 139/215 kB | 110/592 kB | 36/58 kB Progress (5): 263 kB | 139/215 kB | 110/592 kB | 36/58 kB | 4.1/109 kB Progress (5): 263 kB | 143/215 kB | 110/592 kB | 36/58 kB | 4.1/109 kB Progress (5): 263 kB | 143/215 kB | 114/592 kB | 36/58 kB | 4.1/109 kB Progress (5): 263 kB | 143/215 kB | 114/592 kB | 40/58 kB | 4.1/109 kB Progress (5): 263 kB | 147/215 kB | 114/592 kB | 40/58 kB | 4.1/109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 422 kB/s) Progress (4): 147/215 kB | 114/592 kB | 40/58 kB | 7.7/109 kB Progress (4): 151/215 kB | 114/592 kB | 40/58 kB | 7.7/109 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.600/org.eclipse.osgi.compatibility.state-1.1.600.jar Progress (4): 151/215 kB | 118/592 kB | 40/58 kB | 7.7/109 kB Progress (4): 151/215 kB | 118/592 kB | 45/58 kB | 7.7/109 kB Progress (4): 151/215 kB | 122/592 kB | 45/58 kB | 7.7/109 kB Progress (4): 155/215 kB | 122/592 kB | 45/58 kB | 7.7/109 kB Progress (4): 155/215 kB | 122/592 kB | 45/58 kB | 12/109 kB Progress (4): 159/215 kB | 122/592 kB | 45/58 kB | 12/109 kB Progress (4): 159/215 kB | 126/592 kB | 45/58 kB | 12/109 kB Progress (4): 159/215 kB | 126/592 kB | 49/58 kB | 12/109 kB Progress (4): 159/215 kB | 131/592 kB | 49/58 kB | 12/109 kB Progress (4): 163/215 kB | 131/592 kB | 49/58 kB | 12/109 kB Progress (4): 163/215 kB | 131/592 kB | 49/58 kB | 16/109 kB Progress (4): 163/215 kB | 131/592 kB | 53/58 kB | 16/109 kB Progress (4): 163/215 kB | 131/592 kB | 57/58 kB | 16/109 kB Progress (4): 163/215 kB | 135/592 kB | 57/58 kB | 16/109 kB Progress (4): 163/215 kB | 135/592 kB | 58 kB | 16/109 kB Progress (5): 163/215 kB | 135/592 kB | 58 kB | 16/109 kB | 4.1/248 kB Progress (5): 163/215 kB | 139/592 kB | 58 kB | 16/109 kB | 4.1/248 kB Progress (5): 163/215 kB | 139/592 kB | 58 kB | 16/109 kB | 7.7/248 kB Progress (5): 163/215 kB | 139/592 kB | 58 kB | 20/109 kB | 7.7/248 kB Progress (5): 167/215 kB | 139/592 kB | 58 kB | 20/109 kB | 7.7/248 kB Progress (5): 167/215 kB | 139/592 kB | 58 kB | 24/109 kB | 7.7/248 kB Progress (5): 167/215 kB | 139/592 kB | 58 kB | 24/109 kB | 12/248 kB Progress (5): 167/215 kB | 143/592 kB | 58 kB | 24/109 kB | 12/248 kB 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 92 kB/s) Progress (4): 167/215 kB | 143/592 kB | 24/109 kB | 16/248 kB Progress (4): 167/215 kB | 143/592 kB | 28/109 kB | 16/248 kB Progress (4): 171/215 kB | 143/592 kB | 28/109 kB | 16/248 kB Progress (4): 171/215 kB | 143/592 kB | 32/109 kB | 16/248 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar Progress (4): 171/215 kB | 147/592 kB | 32/109 kB | 16/248 kB Progress (4): 171/215 kB | 147/592 kB | 36/109 kB | 16/248 kB Progress (4): 171/215 kB | 147/592 kB | 36/109 kB | 20/248 kB Progress (4): 176/215 kB | 147/592 kB | 36/109 kB | 20/248 kB Progress (4): 176/215 kB | 147/592 kB | 36/109 kB | 24/248 kB Progress (4): 176/215 kB | 147/592 kB | 40/109 kB | 24/248 kB Progress (4): 176/215 kB | 147/592 kB | 40/109 kB | 28/248 kB Progress (4): 176/215 kB | 151/592 kB | 40/109 kB | 28/248 kB Progress (4): 180/215 kB | 151/592 kB | 40/109 kB | 28/248 kB Progress (4): 180/215 kB | 155/592 kB | 40/109 kB | 28/248 kB Progress (4): 180/215 kB | 155/592 kB | 40/109 kB | 32/248 kB Progress (4): 180/215 kB | 155/592 kB | 45/109 kB | 32/248 kB Progress (4): 180/215 kB | 159/592 kB | 45/109 kB | 32/248 kB Progress (4): 180/215 kB | 159/592 kB | 49/109 kB | 32/248 kB Progress (5): 180/215 kB | 159/592 kB | 49/109 kB | 32/248 kB | 0/1.5 MB Progress (5): 180/215 kB | 159/592 kB | 49/109 kB | 36/248 kB | 0/1.5 MB Progress (5): 184/215 kB | 159/592 kB | 49/109 kB | 36/248 kB | 0/1.5 MB Progress (5): 184/215 kB | 163/592 kB | 49/109 kB | 36/248 kB | 0/1.5 MB Progress (5): 188/215 kB | 163/592 kB | 49/109 kB | 36/248 kB | 0/1.5 MB Progress (5): 188/215 kB | 163/592 kB | 49/109 kB | 40/248 kB | 0/1.5 MB Progress (5): 188/215 kB | 163/592 kB | 53/109 kB | 40/248 kB | 0/1.5 MB Progress (5): 188/215 kB | 163/592 kB | 53/109 kB | 40/248 kB | 0/1.5 MB Progress (5): 188/215 kB | 163/592 kB | 57/109 kB | 40/248 kB | 0/1.5 MB Progress (5): 188/215 kB | 167/592 kB | 57/109 kB | 40/248 kB | 0/1.5 MB Progress (5): 188/215 kB | 167/592 kB | 57/109 kB | 45/248 kB | 0/1.5 MB Progress (5): 192/215 kB | 167/592 kB | 57/109 kB | 45/248 kB | 0/1.5 MB Progress (5): 192/215 kB | 167/592 kB | 57/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 192/215 kB | 167/592 kB | 57/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 192/215 kB | 171/592 kB | 57/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 192/215 kB | 171/592 kB | 61/109 kB | 49/248 kB | 0/1.5 MB Progress (5): 192/215 kB | 171/592 kB | 61/109 kB | 53/248 kB | 0/1.5 MB Progress (5): 192/215 kB | 176/592 kB | 61/109 kB | 53/248 kB | 0/1.5 MB Progress (5): 192/215 kB | 176/592 kB | 61/109 kB | 53/248 kB | 0/1.5 MB Progress (5): 196/215 kB | 176/592 kB | 61/109 kB | 53/248 kB | 0/1.5 MB Progress (5): 196/215 kB | 180/592 kB | 61/109 kB | 53/248 kB | 0/1.5 MB Progress (5): 196/215 kB | 180/592 kB | 61/109 kB | 57/248 kB | 0/1.5 MB Progress (5): 196/215 kB | 180/592 kB | 65/109 kB | 57/248 kB | 0/1.5 MB Progress (5): 200/215 kB | 180/592 kB | 65/109 kB | 57/248 kB | 0/1.5 MB Progress (5): 200/215 kB | 180/592 kB | 65/109 kB | 61/248 kB | 0/1.5 MB Progress (5): 200/215 kB | 180/592 kB | 65/109 kB | 61/248 kB | 0/1.5 MB Progress (5): 200/215 kB | 180/592 kB | 65/109 kB | 65/248 kB | 0/1.5 MB Progress (5): 204/215 kB | 180/592 kB | 65/109 kB | 65/248 kB | 0/1.5 MB Progress (5): 208/215 kB | 180/592 kB | 65/109 kB | 65/248 kB | 0/1.5 MB Progress (5): 212/215 kB | 180/592 kB | 65/109 kB | 65/248 kB | 0/1.5 MB Progress (5): 215 kB | 180/592 kB | 65/109 kB | 65/248 kB | 0/1.5 MB Progress (5): 215 kB | 180/592 kB | 65/109 kB | 65/248 kB | 0/1.5 MB Progress (5): 215 kB | 184/592 kB | 65/109 kB | 65/248 kB | 0/1.5 MB Progress (5): 215 kB | 184/592 kB | 65/109 kB | 69/248 kB | 0/1.5 MB Progress (5): 215 kB | 188/592 kB | 65/109 kB | 69/248 kB | 0/1.5 MB Progress (5): 215 kB | 188/592 kB | 65/109 kB | 73/248 kB | 0/1.5 MB Progress (5): 215 kB | 188/592 kB | 69/109 kB | 73/248 kB | 0/1.5 MB Progress (5): 215 kB | 188/592 kB | 69/109 kB | 77/248 kB | 0/1.5 MB Progress (5): 215 kB | 188/592 kB | 69/109 kB | 77/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 192/592 kB | 69/109 kB | 77/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 192/592 kB | 69/109 kB | 77/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 192/592 kB | 69/109 kB | 81/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 192/592 kB | 73/109 kB | 81/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 196/592 kB | 73/109 kB | 81/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 196/592 kB | 77/109 kB | 81/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 196/592 kB | 77/109 kB | 81/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 196/592 kB | 81/109 kB | 81/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 196/592 kB | 81/109 kB | 85/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 200/592 kB | 81/109 kB | 85/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 200/592 kB | 81/109 kB | 85/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 204/592 kB | 81/109 kB | 85/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 204/592 kB | 81/109 kB | 90/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 208/592 kB | 81/109 kB | 90/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 208/592 kB | 85/109 kB | 90/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 208/592 kB | 85/109 kB | 90/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 212/592 kB | 85/109 kB | 90/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 212/592 kB | 85/109 kB | 94/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 212/592 kB | 85/109 kB | 94/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 212/592 kB | 90/109 kB | 94/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 212/592 kB | 90/109 kB | 98/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 217/592 kB | 90/109 kB | 98/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 217/592 kB | 94/109 kB | 98/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 217/592 kB | 94/109 kB | 98/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 221/592 kB | 94/109 kB | 98/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 221/592 kB | 94/109 kB | 98/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 221/592 kB | 94/109 kB | 102/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 221/592 kB | 98/109 kB | 102/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 221/592 kB | 98/109 kB | 106/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 225/592 kB | 98/109 kB | 106/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 225/592 kB | 98/109 kB | 106/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 225/592 kB | 98/109 kB | 110/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 225/592 kB | 98/109 kB | 110/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 225/592 kB | 102/109 kB | 110/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 229/592 kB | 102/109 kB | 110/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 229/592 kB | 106/109 kB | 110/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 229/592 kB | 106/109 kB | 114/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 229/592 kB | 106/109 kB | 114/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 229/592 kB | 109 kB | 114/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 229/592 kB | 109 kB | 114/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 233/592 kB | 109 kB | 114/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 233/592 kB | 109 kB | 118/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 237/592 kB | 109 kB | 118/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 237/592 kB | 109 kB | 122/248 kB | 0.1/1.5 MB Progress (5): 215 kB | 237/592 kB | 109 kB | 122/248 kB | 0.2/1.5 MB Progress (5): 215 kB | 241/592 kB | 109 kB | 122/248 kB | 0.2/1.5 MB Progress (5): 215 kB | 241/592 kB | 109 kB | 122/248 kB | 0.2/1.5 MB Progress (5): 215 kB | 241/592 kB | 109 kB | 126/248 kB | 0.2/1.5 MB Progress (5): 215 kB | 245/592 kB | 109 kB | 126/248 kB | 0.2/1.5 MB Progress (5): 215 kB | 245/592 kB | 109 kB | 131/248 kB | 0.2/1.5 MB Progress (5): 215 kB | 245/592 kB | 109 kB | 131/248 kB | 0.2/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 300 kB/s) Progress (4): 245/592 kB | 109 kB | 135/248 kB | 0.2/1.5 MB Progress (4): 249/592 kB | 109 kB | 135/248 kB | 0.2/1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 151 kB/s) Progress (3): 249/592 kB | 135/248 kB | 0.2/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar Progress (3): 253/592 kB | 135/248 kB | 0.2/1.5 MB Progress (3): 253/592 kB | 139/248 kB | 0.2/1.5 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar Progress (3): 253/592 kB | 143/248 kB | 0.2/1.5 MB Progress (3): 253/592 kB | 143/248 kB | 0.2/1.5 MB Progress (3): 258/592 kB | 143/248 kB | 0.2/1.5 MB Progress (3): 258/592 kB | 143/248 kB | 0.2/1.5 MB Progress (3): 258/592 kB | 147/248 kB | 0.2/1.5 MB Progress (3): 262/592 kB | 147/248 kB | 0.2/1.5 MB Progress (4): 262/592 kB | 147/248 kB | 0.2/1.5 MB | 3.1 kB Progress (4): 262/592 kB | 147/248 kB | 0.2/1.5 MB | 3.1 kB Progress (4): 262/592 kB | 151/248 kB | 0.2/1.5 MB | 3.1 kB Progress (4): 262/592 kB | 151/248 kB | 0.2/1.5 MB | 3.1 kB Progress (4): 266/592 kB | 151/248 kB | 0.2/1.5 MB | 3.1 kB Progress (4): 266/592 kB | 155/248 kB | 0.2/1.5 MB | 3.1 kB Progress (4): 270/592 kB | 155/248 kB | 0.2/1.5 MB | 3.1 kB Progress (4): 270/592 kB | 159/248 kB | 0.2/1.5 MB | 3.1 kB Progress (4): 274/592 kB | 159/248 kB | 0.2/1.5 MB | 3.1 kB Progress (5): 274/592 kB | 159/248 kB | 0.2/1.5 MB | 3.1 kB | 4.1/13 kB Progress (5): 278/592 kB | 159/248 kB | 0.2/1.5 MB | 3.1 kB | 4.1/13 kB Progress (5): 278/592 kB | 163/248 kB | 0.2/1.5 MB | 3.1 kB | 4.1/13 kB Progress (5): 278/592 kB | 163/248 kB | 0.2/1.5 MB | 3.1 kB | 4.1/13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.6.0/sisu-equinox-api-1.6.0.jar (3.1 kB at 4.3 kB/s) Progress (4): 278/592 kB | 163/248 kB | 0.2/1.5 MB | 7.7/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar Progress (4): 278/592 kB | 167/248 kB | 0.2/1.5 MB | 7.7/13 kB Progress (4): 282/592 kB | 167/248 kB | 0.2/1.5 MB | 7.7/13 kB Progress (4): 282/592 kB | 167/248 kB | 0.2/1.5 MB | 7.7/13 kB Progress (4): 286/592 kB | 167/248 kB | 0.2/1.5 MB | 7.7/13 kB Progress (4): 286/592 kB | 171/248 kB | 0.2/1.5 MB | 7.7/13 kB Progress (4): 286/592 kB | 171/248 kB | 0.2/1.5 MB | 12/13 kB Progress (4): 286/592 kB | 176/248 kB | 0.2/1.5 MB | 12/13 kB Progress (4): 290/592 kB | 176/248 kB | 0.2/1.5 MB | 12/13 kB Progress (4): 290/592 kB | 180/248 kB | 0.2/1.5 MB | 12/13 kB Progress (4): 290/592 kB | 180/248 kB | 0.2/1.5 MB | 12/13 kB Progress (4): 290/592 kB | 180/248 kB | 0.2/1.5 MB | 13 kB Progress (4): 290/592 kB | 180/248 kB | 0.2/1.5 MB | 13 kB Progress (4): 294/592 kB | 180/248 kB | 0.2/1.5 MB | 13 kB Progress (4): 294/592 kB | 184/248 kB | 0.2/1.5 MB | 13 kB Progress (4): 294/592 kB | 188/248 kB | 0.2/1.5 MB | 13 kB Progress (4): 294/592 kB | 192/248 kB | 0.2/1.5 MB | 13 kB Progress (5): 294/592 kB | 192/248 kB | 0.2/1.5 MB | 13 kB | 4.1/38 kB Progress (5): 294/592 kB | 192/248 kB | 0.3/1.5 MB | 13 kB | 4.1/38 kB Progress (5): 294/592 kB | 192/248 kB | 0.3/1.5 MB | 13 kB | 7.7/38 kB Progress (5): 298/592 kB | 192/248 kB | 0.3/1.5 MB | 13 kB | 7.7/38 kB Progress (5): 298/592 kB | 196/248 kB | 0.3/1.5 MB | 13 kB | 7.7/38 kB Progress (5): 303/592 kB | 196/248 kB | 0.3/1.5 MB | 13 kB | 7.7/38 kB Progress (5): 303/592 kB | 196/248 kB | 0.3/1.5 MB | 13 kB | 12/38 kB Progress (5): 303/592 kB | 196/248 kB | 0.3/1.5 MB | 13 kB | 12/38 kB Progress (5): 303/592 kB | 196/248 kB | 0.3/1.5 MB | 13 kB | 16/38 kB Progress (5): 307/592 kB | 196/248 kB | 0.3/1.5 MB | 13 kB | 16/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.6.0/sisu-equinox-embedder-1.6.0.jar (13 kB at 18 kB/s) Progress (4): 307/592 kB | 196/248 kB | 0.3/1.5 MB | 16/38 kB Progress (4): 311/592 kB | 196/248 kB | 0.3/1.5 MB | 16/38 kB Progress (4): 311/592 kB | 200/248 kB | 0.3/1.5 MB | 16/38 kB Progress (4): 311/592 kB | 200/248 kB | 0.3/1.5 MB | 16/38 kB Progress (4): 311/592 kB | 200/248 kB | 0.3/1.5 MB | 20/38 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar Progress (4): 315/592 kB | 200/248 kB | 0.3/1.5 MB | 20/38 kB Progress (4): 315/592 kB | 200/248 kB | 0.3/1.5 MB | 24/38 kB Progress (4): 315/592 kB | 204/248 kB | 0.3/1.5 MB | 24/38 kB Progress (4): 315/592 kB | 204/248 kB | 0.3/1.5 MB | 28/38 kB Progress (4): 319/592 kB | 204/248 kB | 0.3/1.5 MB | 28/38 kB Progress (4): 319/592 kB | 204/248 kB | 0.3/1.5 MB | 28/38 kB Progress (4): 323/592 kB | 204/248 kB | 0.3/1.5 MB | 28/38 kB Progress (4): 323/592 kB | 204/248 kB | 0.3/1.5 MB | 32/38 kB Progress (4): 323/592 kB | 208/248 kB | 0.3/1.5 MB | 32/38 kB Progress (4): 327/592 kB | 208/248 kB | 0.3/1.5 MB | 32/38 kB Progress (4): 327/592 kB | 208/248 kB | 0.3/1.5 MB | 32/38 kB Progress (4): 327/592 kB | 208/248 kB | 0.3/1.5 MB | 36/38 kB Progress (4): 327/592 kB | 212/248 kB | 0.3/1.5 MB | 36/38 kB Progress (4): 327/592 kB | 212/248 kB | 0.3/1.5 MB | 38 kB Progress (4): 327/592 kB | 212/248 kB | 0.3/1.5 MB | 38 kB Progress (5): 327/592 kB | 212/248 kB | 0.3/1.5 MB | 38 kB | 4.1/131 kB Progress (5): 327/592 kB | 217/248 kB | 0.3/1.5 MB | 38 kB | 4.1/131 kB Progress (5): 331/592 kB | 217/248 kB | 0.3/1.5 MB | 38 kB | 4.1/131 kB Progress (5): 331/592 kB | 221/248 kB | 0.3/1.5 MB | 38 kB | 4.1/131 kB Progress (5): 331/592 kB | 221/248 kB | 0.3/1.5 MB | 38 kB | 7.7/131 kB Progress (5): 331/592 kB | 221/248 kB | 0.3/1.5 MB | 38 kB | 7.7/131 kB Progress (5): 331/592 kB | 221/248 kB | 0.3/1.5 MB | 38 kB | 12/131 kB Progress (5): 331/592 kB | 225/248 kB | 0.3/1.5 MB | 38 kB | 12/131 kB Progress (5): 335/592 kB | 225/248 kB | 0.3/1.5 MB | 38 kB | 12/131 kB Progress (5): 335/592 kB | 229/248 kB | 0.3/1.5 MB | 38 kB | 12/131 kB Progress (5): 335/592 kB | 229/248 kB | 0.3/1.5 MB | 38 kB | 16/131 kB Progress (5): 339/592 kB | 229/248 kB | 0.3/1.5 MB | 38 kB | 16/131 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.6.0/tycho-metadata-model-1.6.0.jar (38 kB at 52 kB/s) Progress (4): 339/592 kB | 229/248 kB | 0.3/1.5 MB | 16/131 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar Progress (4): 339/592 kB | 233/248 kB | 0.3/1.5 MB | 16/131 kB Progress (4): 344/592 kB | 233/248 kB | 0.3/1.5 MB | 16/131 kB Progress (4): 344/592 kB | 237/248 kB | 0.3/1.5 MB | 16/131 kB Progress (4): 344/592 kB | 237/248 kB | 0.3/1.5 MB | 16/131 kB Progress (4): 344/592 kB | 241/248 kB | 0.3/1.5 MB | 16/131 kB Progress (4): 344/592 kB | 245/248 kB | 0.3/1.5 MB | 16/131 kB Progress (4): 344/592 kB | 248 kB | 0.3/1.5 MB | 16/131 kB Progress (4): 344/592 kB | 248 kB | 0.3/1.5 MB | 16/131 kB Progress (5): 344/592 kB | 248 kB | 0.3/1.5 MB | 16/131 kB | 4.1/7.0 kB Progress (5): 344/592 kB | 248 kB | 0.3/1.5 MB | 16/131 kB | 7.0 kB Progress (5): 348/592 kB | 248 kB | 0.3/1.5 MB | 16/131 kB | 7.0 kB Progress (5): 348/592 kB | 248 kB | 0.3/1.5 MB | 16/131 kB | 7.0 kB Progress (5): 348/592 kB | 248 kB | 0.3/1.5 MB | 20/131 kB | 7.0 kB Progress (5): 352/592 kB | 248 kB | 0.3/1.5 MB | 20/131 kB | 7.0 kB Progress (5): 352/592 kB | 248 kB | 0.3/1.5 MB | 24/131 kB | 7.0 kB Progress (5): 352/592 kB | 248 kB | 0.4/1.5 MB | 24/131 kB | 7.0 kB Progress (5): 352/592 kB | 248 kB | 0.4/1.5 MB | 24/131 kB | 7.0 kB Progress (5): 356/592 kB | 248 kB | 0.4/1.5 MB | 24/131 kB | 7.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.6.0/tycho-embedder-api-1.6.0.jar (7.0 kB at 8.6 kB/s) Progress (4): 356/592 kB | 248 kB | 0.4/1.5 MB | 28/131 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar Progress (4): 356/592 kB | 248 kB | 0.4/1.5 MB | 28/131 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.600/org.eclipse.osgi.compatibility.state-1.1.600.jar (248 kB at 306 kB/s) Progress (3): 360/592 kB | 0.4/1.5 MB | 28/131 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar Progress (3): 360/592 kB | 0.4/1.5 MB | 28/131 kB Progress (3): 360/592 kB | 0.4/1.5 MB | 32/131 kB Progress (3): 364/592 kB | 0.4/1.5 MB | 32/131 kB Progress (3): 368/592 kB | 0.4/1.5 MB | 32/131 kB Progress (3): 372/592 kB | 0.4/1.5 MB | 32/131 kB Progress (3): 372/592 kB | 0.4/1.5 MB | 32/131 kB Progress (3): 376/592 kB | 0.4/1.5 MB | 32/131 kB Progress (3): 376/592 kB | 0.4/1.5 MB | 36/131 kB Progress (4): 376/592 kB | 0.4/1.5 MB | 36/131 kB | 4.1/9.4 kB Progress (4): 376/592 kB | 0.4/1.5 MB | 40/131 kB | 4.1/9.4 kB Progress (4): 376/592 kB | 0.4/1.5 MB | 40/131 kB | 4.1/9.4 kB Progress (4): 380/592 kB | 0.4/1.5 MB | 40/131 kB | 4.1/9.4 kB Progress (4): 380/592 kB | 0.4/1.5 MB | 45/131 kB | 4.1/9.4 kB Progress (4): 380/592 kB | 0.4/1.5 MB | 45/131 kB | 7.7/9.4 kB Progress (4): 380/592 kB | 0.4/1.5 MB | 49/131 kB | 7.7/9.4 kB Progress (4): 384/592 kB | 0.4/1.5 MB | 49/131 kB | 7.7/9.4 kB Progress (5): 384/592 kB | 0.4/1.5 MB | 49/131 kB | 7.7/9.4 kB | 4.1/37 kB Progress (5): 389/592 kB | 0.4/1.5 MB | 49/131 kB | 7.7/9.4 kB | 4.1/37 kB Progress (5): 389/592 kB | 0.4/1.5 MB | 53/131 kB | 7.7/9.4 kB | 4.1/37 kB Progress (5): 389/592 kB | 0.4/1.5 MB | 53/131 kB | 7.7/9.4 kB | 4.1/37 kB Progress (5): 389/592 kB | 0.4/1.5 MB | 53/131 kB | 9.4 kB | 4.1/37 kB Progress (5): 389/592 kB | 0.4/1.5 MB | 53/131 kB | 9.4 kB | 4.1/37 kB Progress (5): 389/592 kB | 0.4/1.5 MB | 57/131 kB | 9.4 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.4/1.5 MB | 57/131 kB | 9.4 kB | 4.1/37 kB Progress (5): 393/592 kB | 0.4/1.5 MB | 57/131 kB | 9.4 kB | 7.7/37 kB Progress (5): 393/592 kB | 0.4/1.5 MB | 61/131 kB | 9.4 kB | 7.7/37 kB Progress (5): 393/592 kB | 0.4/1.5 MB | 61/131 kB | 9.4 kB | 12/37 kB Progress (5): 393/592 kB | 0.4/1.5 MB | 61/131 kB | 9.4 kB | 12/37 kB Progress (5): 397/592 kB | 0.4/1.5 MB | 61/131 kB | 9.4 kB | 12/37 kB Progress (5): 397/592 kB | 0.4/1.5 MB | 61/131 kB | 9.4 kB | 16/37 kB Progress (5): 397/592 kB | 0.4/1.5 MB | 65/131 kB | 9.4 kB | 16/37 kB Progress (5): 401/592 kB | 0.4/1.5 MB | 65/131 kB | 9.4 kB | 16/37 kB Progress (5): 401/592 kB | 0.4/1.5 MB | 65/131 kB | 9.4 kB | 16/37 kB Progress (5): 405/592 kB | 0.4/1.5 MB | 65/131 kB | 9.4 kB | 16/37 kB Progress (5): 405/592 kB | 0.4/1.5 MB | 69/131 kB | 9.4 kB | 16/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.6.0/org.eclipse.tycho.embedder.shared-1.6.0.jar (9.4 kB at 11 kB/s) Progress (4): 405/592 kB | 0.4/1.5 MB | 69/131 kB | 20/37 kB 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): 405/592 kB | 0.4/1.5 MB | 69/131 kB | 20/37 kB Progress (4): 405/592 kB | 0.4/1.5 MB | 73/131 kB | 20/37 kB Progress (4): 409/592 kB | 0.4/1.5 MB | 73/131 kB | 20/37 kB Progress (4): 409/592 kB | 0.4/1.5 MB | 77/131 kB | 20/37 kB Progress (4): 409/592 kB | 0.4/1.5 MB | 77/131 kB | 20/37 kB Progress (4): 409/592 kB | 0.4/1.5 MB | 77/131 kB | 24/37 kB Progress (4): 409/592 kB | 0.4/1.5 MB | 81/131 kB | 24/37 kB Progress (4): 409/592 kB | 0.4/1.5 MB | 81/131 kB | 28/37 kB Progress (4): 413/592 kB | 0.4/1.5 MB | 81/131 kB | 28/37 kB Progress (4): 413/592 kB | 0.4/1.5 MB | 81/131 kB | 32/37 kB Progress (4): 417/592 kB | 0.4/1.5 MB | 81/131 kB | 32/37 kB Progress (4): 417/592 kB | 0.5/1.5 MB | 81/131 kB | 32/37 kB Progress (4): 417/592 kB | 0.5/1.5 MB | 81/131 kB | 36/37 kB Progress (4): 421/592 kB | 0.5/1.5 MB | 81/131 kB | 36/37 kB Progress (4): 421/592 kB | 0.5/1.5 MB | 85/131 kB | 36/37 kB Progress (4): 425/592 kB | 0.5/1.5 MB | 85/131 kB | 36/37 kB Progress (4): 425/592 kB | 0.5/1.5 MB | 85/131 kB | 37 kB Progress (4): 425/592 kB | 0.5/1.5 MB | 85/131 kB | 37 kB Progress (5): 425/592 kB | 0.5/1.5 MB | 85/131 kB | 37 kB | 4.1/285 kB Progress (5): 425/592 kB | 0.5/1.5 MB | 90/131 kB | 37 kB | 4.1/285 kB Progress (5): 425/592 kB | 0.5/1.5 MB | 90/131 kB | 37 kB | 7.7/285 kB Progress (5): 425/592 kB | 0.5/1.5 MB | 90/131 kB | 37 kB | 7.7/285 kB Progress (5): 430/592 kB | 0.5/1.5 MB | 90/131 kB | 37 kB | 7.7/285 kB Progress (5): 430/592 kB | 0.5/1.5 MB | 90/131 kB | 37 kB | 7.7/285 kB Progress (5): 430/592 kB | 0.5/1.5 MB | 90/131 kB | 37 kB | 12/285 kB Progress (5): 430/592 kB | 0.5/1.5 MB | 94/131 kB | 37 kB | 12/285 kB Progress (5): 430/592 kB | 0.5/1.5 MB | 94/131 kB | 37 kB | 16/285 kB Progress (5): 434/592 kB | 0.5/1.5 MB | 94/131 kB | 37 kB | 16/285 kB Progress (5): 434/592 kB | 0.5/1.5 MB | 94/131 kB | 37 kB | 16/285 kB Progress (5): 434/592 kB | 0.5/1.5 MB | 98/131 kB | 37 kB | 16/285 kB Progress (5): 434/592 kB | 0.5/1.5 MB | 98/131 kB | 37 kB | 20/285 kB Progress (5): 434/592 kB | 0.5/1.5 MB | 98/131 kB | 37 kB | 20/285 kB Progress (5): 438/592 kB | 0.5/1.5 MB | 98/131 kB | 37 kB | 20/285 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.6.0/org.eclipse.tycho.core.shared-1.6.0.jar (37 kB at 45 kB/s) Progress (4): 438/592 kB | 0.5/1.5 MB | 98/131 kB | 20/285 kB Progress (4): 442/592 kB | 0.5/1.5 MB | 98/131 kB | 20/285 kB Progress (4): 442/592 kB | 0.5/1.5 MB | 102/131 kB | 20/285 kB Progress (4): 442/592 kB | 0.5/1.5 MB | 102/131 kB | 24/285 kB Progress (4): 442/592 kB | 0.5/1.5 MB | 106/131 kB | 24/285 kB Progress (4): 442/592 kB | 0.5/1.5 MB | 106/131 kB | 24/285 kB 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 (4): 442/592 kB | 0.5/1.5 MB | 110/131 kB | 24/285 kB Progress (4): 446/592 kB | 0.5/1.5 MB | 110/131 kB | 24/285 kB Progress (4): 446/592 kB | 0.5/1.5 MB | 110/131 kB | 28/285 kB Progress (4): 450/592 kB | 0.5/1.5 MB | 110/131 kB | 28/285 kB Progress (4): 450/592 kB | 0.5/1.5 MB | 110/131 kB | 28/285 kB Progress (4): 450/592 kB | 0.5/1.5 MB | 114/131 kB | 28/285 kB Progress (4): 450/592 kB | 0.5/1.5 MB | 114/131 kB | 28/285 kB Progress (4): 454/592 kB | 0.5/1.5 MB | 114/131 kB | 28/285 kB Progress (4): 454/592 kB | 0.5/1.5 MB | 114/131 kB | 32/285 kB Progress (4): 458/592 kB | 0.5/1.5 MB | 114/131 kB | 32/285 kB Progress (4): 458/592 kB | 0.5/1.5 MB | 118/131 kB | 32/285 kB Progress (4): 458/592 kB | 0.5/1.5 MB | 122/131 kB | 32/285 kB Progress (4): 458/592 kB | 0.5/1.5 MB | 126/131 kB | 32/285 kB Progress (4): 462/592 kB | 0.5/1.5 MB | 126/131 kB | 32/285 kB Progress (4): 462/592 kB | 0.5/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.5/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.5/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.5/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 126/131 kB | 36/285 kB Progress (4): 462/592 kB | 0.6/1.5 MB | 126/131 kB | 40/285 kB Progress (4): 466/592 kB | 0.6/1.5 MB | 126/131 kB | 40/285 kB Progress (4): 466/592 kB | 0.6/1.5 MB | 131/131 kB | 40/285 kB Progress (4): 471/592 kB | 0.6/1.5 MB | 131/131 kB | 40/285 kB Progress (5): 471/592 kB | 0.6/1.5 MB | 131/131 kB | 40/285 kB | 4.1/53 kB Progress (5): 471/592 kB | 0.6/1.5 MB | 131/131 kB | 40/285 kB | 4.1/53 kB Progress (5): 471/592 kB | 0.6/1.5 MB | 131/131 kB | 45/285 kB | 4.1/53 kB Progress (5): 471/592 kB | 0.6/1.5 MB | 131/131 kB | 45/285 kB | 4.1/53 kB Progress (5): 471/592 kB | 0.6/1.5 MB | 131/131 kB | 45/285 kB | 7.7/53 kB Progress (5): 471/592 kB | 0.6/1.5 MB | 131 kB | 45/285 kB | 7.7/53 kB Progress (5): 471/592 kB | 0.6/1.5 MB | 131 kB | 45/285 kB | 7.7/53 kB Progress (5): 475/592 kB | 0.6/1.5 MB | 131 kB | 45/285 kB | 7.7/53 kB Progress (5): 475/592 kB | 0.6/1.5 MB | 131 kB | 45/285 kB | 7.7/53 kB Progress (5): 475/592 kB | 0.6/1.5 MB | 131 kB | 45/285 kB | 12/53 kB Progress (5): 475/592 kB | 0.6/1.5 MB | 131 kB | 49/285 kB | 12/53 kB Progress (5): 479/592 kB | 0.6/1.5 MB | 131 kB | 49/285 kB | 12/53 kB Progress (5): 479/592 kB | 0.6/1.5 MB | 131 kB | 49/285 kB | 16/53 kB Progress (5): 483/592 kB | 0.6/1.5 MB | 131 kB | 49/285 kB | 16/53 kB Progress (5): 483/592 kB | 0.6/1.5 MB | 131 kB | 49/285 kB | 16/53 kB Progress (5): 487/592 kB | 0.6/1.5 MB | 131 kB | 49/285 kB | 16/53 kB Progress (5): 487/592 kB | 0.6/1.5 MB | 131 kB | 53/285 kB | 16/53 kB Progress (5): 491/592 kB | 0.6/1.5 MB | 131 kB | 53/285 kB | 16/53 kB Progress (5): 491/592 kB | 0.7/1.5 MB | 131 kB | 53/285 kB | 16/53 kB Progress (5): 491/592 kB | 0.7/1.5 MB | 131 kB | 57/285 kB | 16/53 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 144 kB/s) Progress (4): 491/592 kB | 0.7/1.5 MB | 57/285 kB | 20/53 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar Progress (4): 491/592 kB | 0.7/1.5 MB | 57/285 kB | 20/53 kB Progress (4): 495/592 kB | 0.7/1.5 MB | 57/285 kB | 20/53 kB Progress (4): 495/592 kB | 0.7/1.5 MB | 61/285 kB | 20/53 kB Progress (4): 499/592 kB | 0.7/1.5 MB | 61/285 kB | 20/53 kB Progress (4): 499/592 kB | 0.7/1.5 MB | 61/285 kB | 20/53 kB Progress (4): 499/592 kB | 0.7/1.5 MB | 61/285 kB | 24/53 kB Progress (4): 503/592 kB | 0.7/1.5 MB | 61/285 kB | 24/53 kB Progress (4): 503/592 kB | 0.7/1.5 MB | 65/285 kB | 24/53 kB Progress (4): 503/592 kB | 0.7/1.5 MB | 65/285 kB | 24/53 kB Progress (4): 507/592 kB | 0.7/1.5 MB | 65/285 kB | 24/53 kB Progress (4): 507/592 kB | 0.7/1.5 MB | 65/285 kB | 28/53 kB Progress (4): 507/592 kB | 0.7/1.5 MB | 65/285 kB | 28/53 kB Progress (4): 507/592 kB | 0.7/1.5 MB | 65/285 kB | 32/53 kB Progress (4): 507/592 kB | 0.7/1.5 MB | 69/285 kB | 32/53 kB Progress (4): 511/592 kB | 0.7/1.5 MB | 69/285 kB | 32/53 kB Progress (4): 511/592 kB | 0.7/1.5 MB | 73/285 kB | 32/53 kB Progress (4): 511/592 kB | 0.7/1.5 MB | 73/285 kB | 32/53 kB Progress (4): 516/592 kB | 0.7/1.5 MB | 73/285 kB | 32/53 kB Progress (4): 516/592 kB | 0.7/1.5 MB | 73/285 kB | 32/53 kB Progress (5): 516/592 kB | 0.7/1.5 MB | 73/285 kB | 32/53 kB | 4.1/37 kB Progress (5): 516/592 kB | 0.7/1.5 MB | 77/285 kB | 32/53 kB | 4.1/37 kB Progress (5): 516/592 kB | 0.7/1.5 MB | 77/285 kB | 36/53 kB | 4.1/37 kB Progress (5): 516/592 kB | 0.7/1.5 MB | 77/285 kB | 36/53 kB | 4.1/37 kB Progress (5): 516/592 kB | 0.7/1.5 MB | 81/285 kB | 36/53 kB | 4.1/37 kB Progress (5): 516/592 kB | 0.7/1.5 MB | 81/285 kB | 36/53 kB | 7.7/37 kB Progress (5): 520/592 kB | 0.7/1.5 MB | 81/285 kB | 36/53 kB | 7.7/37 kB Progress (5): 520/592 kB | 0.7/1.5 MB | 81/285 kB | 36/53 kB | 12/37 kB Progress (5): 520/592 kB | 0.7/1.5 MB | 81/285 kB | 36/53 kB | 12/37 kB Progress (5): 520/592 kB | 0.7/1.5 MB | 81/285 kB | 40/53 kB | 12/37 kB Progress (5): 520/592 kB | 0.7/1.5 MB | 81/285 kB | 40/53 kB | 16/37 kB Progress (5): 524/592 kB | 0.7/1.5 MB | 81/285 kB | 40/53 kB | 16/37 kB Progress (5): 524/592 kB | 0.7/1.5 MB | 85/285 kB | 40/53 kB | 16/37 kB Progress (5): 524/592 kB | 0.7/1.5 MB | 85/285 kB | 40/53 kB | 16/37 kB Progress (5): 524/592 kB | 0.7/1.5 MB | 85/285 kB | 45/53 kB | 16/37 kB Progress (5): 528/592 kB | 0.7/1.5 MB | 85/285 kB | 45/53 kB | 16/37 kB Progress (5): 528/592 kB | 0.7/1.5 MB | 85/285 kB | 45/53 kB | 16/37 kB Progress (5): 528/592 kB | 0.7/1.5 MB | 90/285 kB | 45/53 kB | 16/37 kB Progress (5): 532/592 kB | 0.7/1.5 MB | 90/285 kB | 45/53 kB | 16/37 kB Progress (5): 532/592 kB | 0.7/1.5 MB | 90/285 kB | 45/53 kB | 20/37 kB Progress (5): 532/592 kB | 0.7/1.5 MB | 90/285 kB | 49/53 kB | 20/37 kB Progress (5): 532/592 kB | 0.7/1.5 MB | 90/285 kB | 49/53 kB | 24/37 kB Progress (5): 532/592 kB | 0.7/1.5 MB | 90/285 kB | 49/53 kB | 24/37 kB Progress (5): 536/592 kB | 0.7/1.5 MB | 90/285 kB | 49/53 kB | 24/37 kB Progress (5): 536/592 kB | 0.7/1.5 MB | 94/285 kB | 49/53 kB | 24/37 kB Progress (5): 540/592 kB | 0.7/1.5 MB | 94/285 kB | 49/53 kB | 24/37 kB Progress (5): 540/592 kB | 0.8/1.5 MB | 94/285 kB | 49/53 kB | 24/37 kB Progress (5): 540/592 kB | 0.8/1.5 MB | 94/285 kB | 49/53 kB | 28/37 kB Progress (5): 540/592 kB | 0.8/1.5 MB | 94/285 kB | 53/53 kB | 28/37 kB Progress (5): 540/592 kB | 0.8/1.5 MB | 94/285 kB | 53/53 kB | 32/37 kB Progress (5): 544/592 kB | 0.8/1.5 MB | 94/285 kB | 53/53 kB | 32/37 kB Progress (5): 544/592 kB | 0.8/1.5 MB | 98/285 kB | 53/53 kB | 32/37 kB Progress (5): 544/592 kB | 0.8/1.5 MB | 98/285 kB | 53/53 kB | 36/37 kB Progress (5): 548/592 kB | 0.8/1.5 MB | 98/285 kB | 53/53 kB | 36/37 kB Progress (5): 548/592 kB | 0.8/1.5 MB | 98/285 kB | 53/53 kB | 36/37 kB Progress (5): 548/592 kB | 0.8/1.5 MB | 98/285 kB | 53 kB | 36/37 kB Progress (5): 548/592 kB | 0.8/1.5 MB | 98/285 kB | 53 kB | 36/37 kB Progress (5): 552/592 kB | 0.8/1.5 MB | 98/285 kB | 53 kB | 36/37 kB Progress (5): 552/592 kB | 0.8/1.5 MB | 102/285 kB | 53 kB | 36/37 kB Progress (5): 552/592 kB | 0.8/1.5 MB | 102/285 kB | 53 kB | 37 kB Progress (5): 552/592 kB | 0.8/1.5 MB | 102/285 kB | 53 kB | 37 kB Progress (5): 552/592 kB | 0.8/1.5 MB | 106/285 kB | 53 kB | 37 kB Progress (5): 557/592 kB | 0.8/1.5 MB | 106/285 kB | 53 kB | 37 kB Progress (5): 557/592 kB | 0.8/1.5 MB | 110/285 kB | 53 kB | 37 kB Progress (5): 557/592 kB | 0.8/1.5 MB | 110/285 kB | 53 kB | 37 kB Progress (5): 557/592 kB | 0.8/1.5 MB | 114/285 kB | 53 kB | 37 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 57 kB/s) Progress (4): 557/592 kB | 0.8/1.5 MB | 118/285 kB | 37 kB Progress (4): 557/592 kB | 0.8/1.5 MB | 118/285 kB | 37 kB Progress (4): 561/592 kB | 0.8/1.5 MB | 118/285 kB | 37 kB Progress (4): 561/592 kB | 0.8/1.5 MB | 118/285 kB | 37 kB Progress (4): 561/592 kB | 0.8/1.5 MB | 122/285 kB | 37 kB 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 (4): 561/592 kB | 0.8/1.5 MB | 122/285 kB | 37 kB Progress (4): 561/592 kB | 0.8/1.5 MB | 126/285 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.6.0/tycho-p2-facade-1.6.0.jar (37 kB at 40 kB/s) Progress (3): 565/592 kB | 0.8/1.5 MB | 126/285 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar Progress (3): 565/592 kB | 0.8/1.5 MB | 131/285 kB Progress (3): 565/592 kB | 0.8/1.5 MB | 131/285 kB Progress (4): 565/592 kB | 0.8/1.5 MB | 131/285 kB | 4.1/4.3 kB Progress (4): 569/592 kB | 0.8/1.5 MB | 131/285 kB | 4.1/4.3 kB Progress (4): 569/592 kB | 0.8/1.5 MB | 131/285 kB | 4.3 kB Progress (4): 573/592 kB | 0.8/1.5 MB | 131/285 kB | 4.3 kB Progress (4): 573/592 kB | 0.8/1.5 MB | 135/285 kB | 4.3 kB Progress (4): 573/592 kB | 0.8/1.5 MB | 135/285 kB | 4.3 kB Progress (4): 573/592 kB | 0.8/1.5 MB | 139/285 kB | 4.3 kB Progress (4): 573/592 kB | 0.8/1.5 MB | 139/285 kB | 4.3 kB Progress (4): 577/592 kB | 0.8/1.5 MB | 139/285 kB | 4.3 kB Progress (4): 577/592 kB | 0.8/1.5 MB | 143/285 kB | 4.3 kB Progress (4): 581/592 kB | 0.8/1.5 MB | 143/285 kB | 4.3 kB Progress (4): 581/592 kB | 0.8/1.5 MB | 147/285 kB | 4.3 kB Progress (4): 585/592 kB | 0.8/1.5 MB | 147/285 kB | 4.3 kB Progress (4): 585/592 kB | 0.8/1.5 MB | 147/285 kB | 4.3 kB Progress (4): 589/592 kB | 0.8/1.5 MB | 147/285 kB | 4.3 kB Progress (4): 589/592 kB | 0.9/1.5 MB | 147/285 kB | 4.3 kB Progress (4): 592 kB | 0.9/1.5 MB | 147/285 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 4.6 kB/s) Progress (4): 592 kB | 0.9/1.5 MB | 147/285 kB | 4.1/29 kB Progress (4): 592 kB | 0.9/1.5 MB | 147/285 kB | 4.1/29 kB Progress (4): 592 kB | 0.9/1.5 MB | 151/285 kB | 4.1/29 kB Progress (4): 592 kB | 0.9/1.5 MB | 151/285 kB | 4.1/29 kB Progress (4): 592 kB | 0.9/1.5 MB | 151/285 kB | 7.7/29 kB Progress (4): 592 kB | 0.9/1.5 MB | 155/285 kB | 7.7/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 635 kB/s) Progress (3): 0.9/1.5 MB | 155/285 kB | 12/29 kB Progress (3): 0.9/1.5 MB | 155/285 kB | 12/29 kB Progress (3): 0.9/1.5 MB | 159/285 kB | 12/29 kB Progress (3): 0.9/1.5 MB | 159/285 kB | 12/29 kB Progress (3): 0.9/1.5 MB | 159/285 kB | 16/29 kB Progress (3): 0.9/1.5 MB | 163/285 kB | 16/29 kB Progress (3): 0.9/1.5 MB | 163/285 kB | 16/29 kB Progress (3): 0.9/1.5 MB | 163/285 kB | 16/29 kB Progress (3): 0.9/1.5 MB | 167/285 kB | 16/29 kB Progress (3): 0.9/1.5 MB | 167/285 kB | 20/29 kB Progress (3): 0.9/1.5 MB | 171/285 kB | 20/29 kB Progress (3): 0.9/1.5 MB | 171/285 kB | 24/29 kB Progress (3): 0.9/1.5 MB | 171/285 kB | 24/29 kB Progress (3): 0.9/1.5 MB | 176/285 kB | 24/29 kB Progress (3): 0.9/1.5 MB | 176/285 kB | 24/29 kB Progress (3): 0.9/1.5 MB | 176/285 kB | 28/29 kB Progress (3): 0.9/1.5 MB | 180/285 kB | 28/29 kB Progress (3): 0.9/1.5 MB | 180/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 180/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 180/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 184/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 188/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 192/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 196/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 196/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 196/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 200/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 204/285 kB | 29 kB Progress (3): 0.9/1.5 MB | 208/285 kB | 29 kB Progress (3): 1.0/1.5 MB | 208/285 kB | 29 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.6.0/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar (29 kB at 31 kB/s) Progress (2): 1.0/1.5 MB | 208/285 kB Progress (2): 1.0/1.5 MB | 212/285 kB Progress (2): 1.0/1.5 MB | 212/285 kB Progress (2): 1.0/1.5 MB | 217/285 kB Progress (2): 1.0/1.5 MB | 217/285 kB Progress (2): 1.0/1.5 MB | 221/285 kB Progress (2): 1.0/1.5 MB | 225/285 kB Progress (2): 1.0/1.5 MB | 229/285 kB Progress (2): 1.0/1.5 MB | 229/285 kB Progress (2): 1.0/1.5 MB | 229/285 kB Progress (2): 1.0/1.5 MB | 233/285 kB Progress (2): 1.0/1.5 MB | 233/285 kB Progress (2): 1.0/1.5 MB | 237/285 kB Progress (2): 1.0/1.5 MB | 237/285 kB Progress (2): 1.0/1.5 MB | 241/285 kB Progress (2): 1.0/1.5 MB | 245/285 kB Progress (2): 1.0/1.5 MB | 245/285 kB Progress (2): 1.0/1.5 MB | 249/285 kB Progress (2): 1.0/1.5 MB | 249/285 kB Progress (2): 1.0/1.5 MB | 253/285 kB Progress (2): 1.0/1.5 MB | 258/285 kB Progress (2): 1.0/1.5 MB | 262/285 kB Progress (2): 1.0/1.5 MB | 262/285 kB Progress (2): 1.0/1.5 MB | 262/285 kB Progress (2): 1.0/1.5 MB | 266/285 kB Progress (2): 1.0/1.5 MB | 270/285 kB Progress (2): 1.0/1.5 MB | 274/285 kB Progress (2): 1.0/1.5 MB | 278/285 kB Progress (2): 1.1/1.5 MB | 278/285 kB Progress (2): 1.1/1.5 MB | 282/285 kB Progress (2): 1.1/1.5 MB | 282/285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.1/1.5 MB | 285 kB Progress (2): 1.2/1.5 MB | 285 kB Progress (2): 1.2/1.5 MB | 285 kB Progress (2): 1.2/1.5 MB | 285 kB Progress (2): 1.2/1.5 MB | 285 kB Progress (2): 1.2/1.5 MB | 285 kB Progress (2): 1.2/1.5 MB | 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 280 kB/s) Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.2/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.3/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.4/1.5 MB Progress (1): 1.5/1.5 MB Progress (1): 1.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.jar (1.5 MB at 1.4 MB/s) Downloading from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-sdk-prereqs/4.16.0-SNAPSHOT/maven-metadata.xml Progress (1): 789 B Downloaded from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-sdk-prereqs/4.16.0-SNAPSHOT/maven-metadata.xml (789 B at 7.1 kB/s) Downloading from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-sdk-prereqs/4.16.0-SNAPSHOT/eclipse-sdk-prereqs-4.16.0-20200314.222419-30.target Progress (1): 4.1/15 kB Progress (1): 7.7/15 kB Progress (1): 12/15 kB Progress (1): 15 kB Downloaded from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-sdk-prereqs/4.16.0-SNAPSHOT/eclipse-sdk-prereqs-4.16.0-20200314.222419-30.target (15 kB at 801 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.6.0/tycho-bundles-external-1.6.0.zip Progress (1): 0/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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.6.0/tycho-bundles-external-1.6.0.zip (8.1 MB at 23 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.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.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.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): 36/218 kB Progress (1): 40/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): 69/218 kB Progress (1): 73/218 kB Progress (1): 77/218 kB Progress (1): 81/218 kB Progress (1): 85/218 kB Progress (1): 90/218 kB Progress (1): 94/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): 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): 167/218 kB Progress (1): 171/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): 217/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.6.0/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar (218 kB at 3.9 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.6.0/org.eclipse.tycho.p2.maven.repository-1.6.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.6.0/org.eclipse.tycho.p2.maven.repository-1.6.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): 36/148 kB Progress (1): 40/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): 69/148 kB Progress (1): 73/148 kB Progress (1): 77/148 kB Progress (1): 81/148 kB Progress (1): 85/148 kB Progress (1): 90/148 kB Progress (1): 94/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): 131/148 kB Progress (1): 135/148 kB Progress (1): 139/148 kB Progress (1): 143/148 kB Progress (1): 147/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.6.0/org.eclipse.tycho.p2.maven.repository-1.6.0.jar (148 kB at 4.5 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.6.0/org.eclipse.tycho.p2.tools.impl-1.6.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.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar 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): 36/50 kB Progress (1): 40/50 kB Progress (1): 45/50 kB Progress (1): 49/50 kB Progress (1): 50 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.6.0/org.eclipse.tycho.p2.tools.impl-1.6.0.jar (50 kB at 2.8 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.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.6.0/target-platform-configuration-1.6.0.pom (1.7 kB at 107 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.6.0/target-platform-configuration-1.6.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.6.0/target-platform-configuration-1.6.0.jar (7.6 kB at 400 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.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.6.0/tycho-source-plugin-1.6.0.pom (2.9 kB at 180 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.6.0/tycho-source-plugin-1.6.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.6.0/tycho-source-plugin-1.6.0.jar (23 kB at 1.2 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 186 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 536 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom Progress (1): 4.1 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/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 165 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom Progress (1): 4.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/33/maven-shared-components-33.pom (5.1 kB at 189 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 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.7 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/21/apache-21.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/21/apache-21.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 570 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 225 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom Progress (1): 4.1 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 255 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.8 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 554 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 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 2.2 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 616 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 110 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.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.6.0/tycho-packaging-plugin-1.6.0.pom (2.7 kB at 148 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.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/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/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.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 kB Progress (2): 24 kB | 4.1/26 kB Progress (2): 24 kB | 7.7/26 kB Progress (2): 24 kB | 12/26 kB Progress (2): 24 kB | 16/26 kB Progress (2): 24 kB | 20/26 kB Progress (2): 24 kB | 24/26 kB Progress (2): 24 kB | 26 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 917 kB/s) Progress (2): 26 kB | 4.1/209 kB Progress (2): 26 kB | 7.7/209 kB Progress (2): 26 kB | 12/209 kB Progress (2): 26 kB | 16/209 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 944 kB/s) Progress (1): 20/209 kB Progress (1): 24/209 kB Progress (1): 28/209 kB Progress (1): 32/209 kB Progress (2): 32/209 kB | 4.1/167 kB Progress (2): 36/209 kB | 4.1/167 kB Progress (2): 36/209 kB | 7.7/167 kB Progress (2): 40/209 kB | 7.7/167 kB Progress (2): 40/209 kB | 12/167 kB Progress (2): 45/209 kB | 12/167 kB Progress (2): 45/209 kB | 16/167 kB Progress (2): 49/209 kB | 16/167 kB Progress (2): 49/209 kB | 20/167 kB Progress (2): 49/209 kB | 24/167 kB Progress (2): 49/209 kB | 28/167 kB Progress (2): 53/209 kB | 28/167 kB Progress (2): 53/209 kB | 32/167 kB Progress (2): 57/209 kB | 32/167 kB Progress (2): 61/209 kB | 32/167 kB Progress (2): 65/209 kB | 32/167 kB Progress (2): 65/209 kB | 36/167 kB Progress (2): 65/209 kB | 40/167 kB Progress (2): 65/209 kB | 45/167 kB Progress (2): 65/209 kB | 49/167 kB Progress (2): 69/209 kB | 49/167 kB Progress (2): 73/209 kB | 49/167 kB Progress (2): 77/209 kB | 49/167 kB Progress (2): 77/209 kB | 53/167 kB Progress (2): 81/209 kB | 53/167 kB Progress (2): 81/209 kB | 57/167 kB Progress (2): 81/209 kB | 61/167 kB Progress (2): 81/209 kB | 65/167 kB Progress (2): 85/209 kB | 65/167 kB Progress (2): 90/209 kB | 65/167 kB Progress (2): 90/209 kB | 69/167 kB Progress (2): 94/209 kB | 69/167 kB Progress (2): 94/209 kB | 73/167 kB Progress (2): 98/209 kB | 73/167 kB Progress (2): 98/209 kB | 77/167 kB Progress (2): 98/209 kB | 81/167 kB Progress (2): 102/209 kB | 81/167 kB Progress (2): 102/209 kB | 85/167 kB Progress (2): 106/209 kB | 85/167 kB Progress (2): 106/209 kB | 90/167 kB Progress (2): 110/209 kB | 90/167 kB Progress (2): 110/209 kB | 94/167 kB Progress (2): 114/209 kB | 94/167 kB Progress (2): 118/209 kB | 94/167 kB Progress (2): 122/209 kB | 94/167 kB Progress (2): 126/209 kB | 94/167 kB Progress (2): 131/209 kB | 94/167 kB Progress (2): 135/209 kB | 94/167 kB Progress (2): 139/209 kB | 94/167 kB Progress (2): 143/209 kB | 94/167 kB Progress (2): 147/209 kB | 94/167 kB Progress (2): 151/209 kB | 94/167 kB Progress (2): 155/209 kB | 94/167 kB Progress (2): 159/209 kB | 94/167 kB Progress (2): 163/209 kB | 94/167 kB Progress (2): 167/209 kB | 94/167 kB Progress (2): 171/209 kB | 94/167 kB Progress (2): 176/209 kB | 94/167 kB Progress (2): 180/209 kB | 94/167 kB Progress (2): 184/209 kB | 94/167 kB Progress (2): 188/209 kB | 94/167 kB Progress (2): 192/209 kB | 94/167 kB Progress (2): 196/209 kB | 94/167 kB Progress (2): 200/209 kB | 94/167 kB Progress (2): 204/209 kB | 94/167 kB Progress (2): 208/209 kB | 94/167 kB Progress (2): 209 kB | 94/167 kB Progress (2): 209 kB | 98/167 kB Progress (2): 209 kB | 102/167 kB Progress (2): 209 kB | 106/167 kB Progress (3): 209 kB | 106/167 kB | 4.1/129 kB Progress (3): 209 kB | 110/167 kB | 4.1/129 kB Progress (3): 209 kB | 110/167 kB | 7.7/129 kB Progress (3): 209 kB | 114/167 kB | 7.7/129 kB Progress (3): 209 kB | 114/167 kB | 12/129 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 2.7 MB/s) Progress (2): 118/167 kB | 12/129 kB Progress (2): 118/167 kB | 16/129 kB Progress (2): 122/167 kB | 16/129 kB Progress (2): 126/167 kB | 16/129 kB Progress (2): 131/167 kB | 16/129 kB Progress (2): 131/167 kB | 20/129 kB Progress (2): 131/167 kB | 24/129 kB Progress (2): 131/167 kB | 28/129 kB Progress (2): 135/167 kB | 28/129 kB Progress (2): 135/167 kB | 32/129 kB Progress (2): 139/167 kB | 32/129 kB Progress (2): 143/167 kB | 32/129 kB Progress (2): 147/167 kB | 32/129 kB Progress (2): 147/167 kB | 36/129 kB Progress (2): 147/167 kB | 40/129 kB Progress (2): 147/167 kB | 45/129 kB Progress (2): 151/167 kB | 45/129 kB Progress (2): 151/167 kB | 49/129 kB Progress (2): 155/167 kB | 49/129 kB Progress (2): 159/167 kB | 49/129 kB Progress (2): 163/167 kB | 49/129 kB Progress (2): 167 kB | 49/129 kB Progress (2): 167 kB | 53/129 kB Progress (2): 167 kB | 57/129 kB Progress (2): 167 kB | 61/129 kB Progress (2): 167 kB | 65/129 kB Progress (2): 167 kB | 69/129 kB Progress (2): 167 kB | 73/129 kB Progress (2): 167 kB | 77/129 kB Progress (2): 167 kB | 81/129 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.1 MB/s) Progress (1): 85/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/eclipse/tycho/tycho-packaging-plugin/1.6.0/tycho-packaging-plugin-1.6.0.jar (129 kB at 1.5 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 114 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom Progress (1): 4.1 kB Progress (1): 8.2 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/27/maven-plugins-27.pom (11 kB at 237 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/26/maven-parent-26.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.1 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar Progress (1): 4.1/36 kB Progress (1): 7.7/36 kB Progress (1): 12/36 kB Progress (1): 16/36 kB Progress (1): 20/36 kB Progress (1): 24/36 kB Progress (1): 28/36 kB Progress (1): 32/36 kB Progress (1): 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.jar (36 kB at 973 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom Progress (1): 4.1 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 163 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 217 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 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.7 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar 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/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 770 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom Progress (1): 4.1 kB Progress (1): 7.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.pom (7.3 kB at 188 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M3/enforcer-3.0.0-M3.pom (7.8 kB at 190 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar 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/plugins/maven-enforcer-plugin/3.0.0-M3/maven-enforcer-plugin-3.0.0-M3.jar (27 kB at 730 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.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.6.0/tycho-p2-extras-plugin-1.6.0.pom Progress (1): 4.1 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.6.0/tycho-p2-extras-plugin-1.6.0.pom (5.6 kB at 143 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.6.0/tycho-extras-1.6.0.pom (6.8 kB at 270 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.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 (1): 28/29 kB Progress (1): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-p2-extras-plugin/1.6.0/tycho-p2-extras-plugin-1.6.0.jar (29 kB at 892 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom Progress (1): 750 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 26 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 320 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.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.6.0/tycho-artifactcomparator-1.6.0.pom (2.1 kB at 101 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.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.2/asm-tree-7.2.pom (3.1 kB at 136 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 749 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.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.2/asm-7.2.pom (2.9 kB at 134 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 140 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.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.2/asm-analysis-7.2.pom (3.2 kB at 45 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.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.6.0/sisu-equinox-launching-1.6.0.pom (2.7 kB at 135 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom Progress (1): 4.1 kB Progress (1): 8.2 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.3/commons-exec-1.3.pom (11 kB at 458 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 2.1 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 435 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar 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-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 117 kB/s) Progress (1): 4.1/50 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar Progress (2): 4.1/50 kB | 4.1/81 kB Progress (2): 7.7/50 kB | 4.1/81 kB Progress (2): 7.7/50 kB | 7.7/81 kB Progress (3): 7.7/50 kB | 7.7/81 kB | 4.1/115 kB Progress (3): 12/50 kB | 7.7/81 kB | 4.1/115 kB Progress (4): 12/50 kB | 7.7/81 kB | 4.1/115 kB | 4.1/20 kB Progress (4): 12/50 kB | 12/81 kB | 4.1/115 kB | 4.1/20 kB Progress (4): 12/50 kB | 12/81 kB | 4.1/115 kB | 7.7/20 kB Progress (4): 16/50 kB | 12/81 kB | 4.1/115 kB | 7.7/20 kB Progress (4): 16/50 kB | 12/81 kB | 7.7/115 kB | 7.7/20 kB Progress (4): 16/50 kB | 12/81 kB | 7.7/115 kB | 12/20 kB Progress (4): 16/50 kB | 16/81 kB | 7.7/115 kB | 12/20 kB Progress (4): 20/50 kB | 16/81 kB | 7.7/115 kB | 12/20 kB Progress (4): 20/50 kB | 16/81 kB | 7.7/115 kB | 16/20 kB Progress (4): 20/50 kB | 16/81 kB | 12/115 kB | 16/20 kB Progress (4): 24/50 kB | 16/81 kB | 12/115 kB | 16/20 kB Progress (5): 24/50 kB | 16/81 kB | 12/115 kB | 16/20 kB | 4.1/33 kB Progress (5): 28/50 kB | 16/81 kB | 12/115 kB | 16/20 kB | 4.1/33 kB Progress (5): 28/50 kB | 20/81 kB | 12/115 kB | 16/20 kB | 4.1/33 kB Progress (5): 28/50 kB | 20/81 kB | 16/115 kB | 16/20 kB | 4.1/33 kB Progress (5): 28/50 kB | 20/81 kB | 16/115 kB | 20/20 kB | 4.1/33 kB Progress (5): 28/50 kB | 24/81 kB | 16/115 kB | 20/20 kB | 4.1/33 kB Progress (5): 32/50 kB | 24/81 kB | 16/115 kB | 20/20 kB | 4.1/33 kB Progress (5): 32/50 kB | 24/81 kB | 16/115 kB | 20/20 kB | 7.7/33 kB Progress (5): 32/50 kB | 24/81 kB | 20/115 kB | 20/20 kB | 7.7/33 kB Progress (5): 32/50 kB | 28/81 kB | 20/115 kB | 20/20 kB | 7.7/33 kB Progress (5): 32/50 kB | 28/81 kB | 20/115 kB | 20 kB | 7.7/33 kB Progress (5): 36/50 kB | 28/81 kB | 20/115 kB | 20 kB | 7.7/33 kB Progress (5): 36/50 kB | 32/81 kB | 20/115 kB | 20 kB | 7.7/33 kB Progress (5): 36/50 kB | 32/81 kB | 24/115 kB | 20 kB | 7.7/33 kB Progress (5): 36/50 kB | 32/81 kB | 24/115 kB | 20 kB | 12/33 kB Progress (5): 36/50 kB | 32/81 kB | 28/115 kB | 20 kB | 12/33 kB Progress (5): 40/50 kB | 32/81 kB | 28/115 kB | 20 kB | 12/33 kB Progress (5): 40/50 kB | 32/81 kB | 32/115 kB | 20 kB | 12/33 kB Progress (5): 40/50 kB | 36/81 kB | 32/115 kB | 20 kB | 12/33 kB Progress (5): 40/50 kB | 36/81 kB | 32/115 kB | 20 kB | 16/33 kB Progress (5): 40/50 kB | 40/81 kB | 32/115 kB | 20 kB | 16/33 kB Progress (5): 45/50 kB | 40/81 kB | 32/115 kB | 20 kB | 16/33 kB Progress (5): 45/50 kB | 45/81 kB | 32/115 kB | 20 kB | 16/33 kB Progress (5): 45/50 kB | 45/81 kB | 36/115 kB | 20 kB | 16/33 kB Progress (5): 45/50 kB | 49/81 kB | 36/115 kB | 20 kB | 16/33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar (20 kB at 461 kB/s) Progress (4): 49/50 kB | 49/81 kB | 36/115 kB | 16/33 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar Progress (4): 49/50 kB | 53/81 kB | 36/115 kB | 16/33 kB Progress (4): 49/50 kB | 53/81 kB | 40/115 kB | 16/33 kB Progress (4): 49/50 kB | 53/81 kB | 40/115 kB | 20/33 kB Progress (4): 49/50 kB | 53/81 kB | 45/115 kB | 20/33 kB Progress (4): 49/50 kB | 57/81 kB | 45/115 kB | 20/33 kB Progress (4): 50 kB | 57/81 kB | 45/115 kB | 20/33 kB Progress (4): 50 kB | 61/81 kB | 45/115 kB | 20/33 kB Progress (4): 50 kB | 61/81 kB | 49/115 kB | 20/33 kB Progress (4): 50 kB | 61/81 kB | 49/115 kB | 24/33 kB Progress (4): 50 kB | 65/81 kB | 49/115 kB | 24/33 kB Progress (4): 50 kB | 65/81 kB | 49/115 kB | 28/33 kB Progress (4): 50 kB | 65/81 kB | 53/115 kB | 28/33 kB Progress (5): 50 kB | 65/81 kB | 53/115 kB | 28/33 kB | 4.1/28 kB Progress (5): 50 kB | 65/81 kB | 53/115 kB | 32/33 kB | 4.1/28 kB Progress (5): 50 kB | 65/81 kB | 53/115 kB | 32/33 kB | 7.7/28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 1.0 MB/s) Progress (4): 69/81 kB | 53/115 kB | 32/33 kB | 7.7/28 kB Progress (4): 69/81 kB | 57/115 kB | 32/33 kB | 7.7/28 kB Progress (4): 73/81 kB | 57/115 kB | 32/33 kB | 7.7/28 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar Progress (4): 73/81 kB | 57/115 kB | 32/33 kB | 12/28 kB Progress (4): 73/81 kB | 57/115 kB | 33 kB | 12/28 kB Progress (4): 73/81 kB | 57/115 kB | 33 kB | 16/28 kB Progress (4): 77/81 kB | 57/115 kB | 33 kB | 16/28 kB Progress (4): 77/81 kB | 61/115 kB | 33 kB | 16/28 kB Progress (4): 81 kB | 61/115 kB | 33 kB | 16/28 kB Progress (4): 81 kB | 65/115 kB | 33 kB | 16/28 kB Progress (4): 81 kB | 65/115 kB | 33 kB | 20/28 kB Progress (4): 81 kB | 65/115 kB | 33 kB | 24/28 kB Progress (4): 81 kB | 65/115 kB | 33 kB | 28 kB Progress (4): 81 kB | 69/115 kB | 33 kB | 28 kB Progress (5): 81 kB | 69/115 kB | 33 kB | 28 kB | 4.1/54 kB Progress (5): 81 kB | 73/115 kB | 33 kB | 28 kB | 4.1/54 kB Progress (5): 81 kB | 73/115 kB | 33 kB | 28 kB | 7.7/54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 643 kB/s) Progress (4): 81 kB | 73/115 kB | 28 kB | 12/54 kB Progress (4): 81 kB | 77/115 kB | 28 kB | 12/54 kB Progress (4): 81 kB | 77/115 kB | 28 kB | 16/54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 1.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.6.0/sisu-equinox-launching-1.6.0.jar (28 kB at 510 kB/s) Progress (2): 81/115 kB | 16/54 kB Progress (2): 81/115 kB | 20/54 kB Progress (2): 81/115 kB | 24/54 kB Progress (2): 81/115 kB | 28/54 kB Progress (2): 81/115 kB | 32/54 kB Progress (2): 85/115 kB | 32/54 kB Progress (2): 90/115 kB | 32/54 kB Progress (2): 94/115 kB | 32/54 kB Progress (2): 98/115 kB | 32/54 kB Progress (2): 98/115 kB | 36/54 kB Progress (2): 98/115 kB | 40/54 kB Progress (2): 98/115 kB | 45/54 kB Progress (2): 98/115 kB | 49/54 kB Progress (2): 102/115 kB | 49/54 kB Progress (2): 106/115 kB | 49/54 kB Progress (2): 106/115 kB | 53/54 kB Progress (2): 110/115 kB | 53/54 kB Progress (2): 110/115 kB | 54 kB Progress (2): 114/115 kB | 54 kB Progress (2): 115 kB | 54 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 495 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 1.0 MB/s) Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/maven-metadata.xml Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/maven-metadata.xml Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/maven-metadata.xml Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/maven-metadata.xml Progress (1): 1.0 kB Downloaded from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/maven-metadata.xml (1.0 kB at 48 kB/s) Progress (1): 1.0 kB Downloaded from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/maven-metadata.xml (1.0 kB at 23 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/eclipse-cbi-plugin-1.1.8-20200227.093845-94.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/eclipse-cbi-plugin-1.1.8-20200227.093845-94.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/eclipse-cbi-plugin-1.1.8-20200227.093845-94.pom Progress (1): 1.9 kB Downloaded from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/eclipse-cbi-plugin-1.1.8-20200227.093845-94.pom (1.9 kB at 89 kB/s) Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.8-SNAPSHOT/maven-metadata.xml Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.8-SNAPSHOT/maven-metadata.xml Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.8-SNAPSHOT/maven-metadata.xml Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.8-SNAPSHOT/maven-metadata.xml Progress (1): 627 B Downloaded from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.8-SNAPSHOT/maven-metadata.xml (627 B at 13 kB/s) Progress (1): 627 B Downloaded from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.8-SNAPSHOT/maven-metadata.xml (627 B at 9.6 kB/s) Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.8-SNAPSHOT/maven-plugin-parent-1.1.8-20200227.093657-94.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.8-SNAPSHOT/maven-plugin-parent-1.1.8-20200227.093657-94.pom (5.6 kB at 281 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml Progress (1): 604 B Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml Downloaded from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml (604 B at 22 kB/s) Progress (1): 604 B Downloaded from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml (604 B at 9.7 kB/s) Progress (1): 604 B Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml (604 B at 1.1 kB/s) Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/cbi-parent-1.0.6-20200227.093652-93.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/cbi-parent-1.0.6-20200227.093652-93.pom (12 kB at 581 kB/s) Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/eclipse-cbi-plugin-1.1.8-20200227.093845-94.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 (1): 28/29 kB Progress (1): 29 kB Downloaded from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/maven/plugins/eclipse-cbi-plugin/1.1.8-SNAPSHOT/eclipse-cbi-plugin-1.1.8-20200227.093845-94.jar (29 kB at 1.4 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.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.6.0/tycho-eclipserun-plugin-1.6.0.pom (2.0 kB at 45 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-eclipserun-plugin/1.6.0/tycho-eclipserun-plugin-1.6.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.6.0/tycho-eclipserun-plugin-1.6.0.jar (12 kB at 336 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.pom (2.2 kB at 60 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.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-custom-bundle-plugin/1.6.0/tycho-custom-bundle-plugin-1.6.0.jar (12 kB at 328 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.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.6.0/tycho-p2-plugin-1.6.0.pom (2.2 kB at 79 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.6.0/tycho-p2-plugin-1.6.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/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.6.0/tycho-p2-plugin-1.6.0.jar (28 kB at 1.1 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 133 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar Progress (1): 4.1/30 kB Progress (1): 7.7/30 kB Progress (1): 12/30 kB Progress (1): 16/30 kB Progress (1): 20/30 kB Progress (1): 24/30 kB Progress (1): 28/30 kB Progress (1): 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 824 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.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.6.0/tycho-compiler-plugin-1.6.0.pom (2.5 kB at 126 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.6.0/tycho-compiler-plugin-1.6.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.6.0/tycho-compiler-plugin-1.6.0.jar (33 kB at 1.3 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 222 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 224 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 895 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 759 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 1.0 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 259 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 563 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 679 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 946 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 450 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 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 1.4 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 735 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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): 45/124 kB Progress (1): 49/124 kB Progress (1): 53/124 kB Progress (1): 57/124 kB Progress (1): 61/124 kB Progress (1): 65/124 kB Progress (1): 69/124 kB Progress (1): 73/124 kB Progress (1): 77/124 kB Progress (1): 81/124 kB Progress (1): 85/124 kB Progress (1): 90/124 kB Progress (1): 94/124 kB Progress (1): 98/124 kB Progress (1): 102/124 kB Progress (1): 106/124 kB Progress (1): 110/124 kB Progress (1): 114/124 kB Progress (1): 118/124 kB Progress (1): 122/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 tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.pom Progress (1): 4.1 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.6.0/tycho-surefire-plugin-1.6.0.pom (4.8 kB at 238 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar Progress (1): 4.1/58 kB Progress (1): 7.7/58 kB Progress (1): 12/58 kB Progress (1): 16/58 kB Progress (1): 20/58 kB Progress (1): 24/58 kB Progress (1): 28/58 kB Progress (1): 32/58 kB Progress (1): 36/58 kB Progress (1): 40/58 kB Progress (1): 45/58 kB Progress (1): 49/58 kB Progress (1): 53/58 kB Progress (1): 57/58 kB Progress (1): 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.6.0/tycho-surefire-plugin-1.6.0.jar (58 kB at 2.1 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.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.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.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.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.pom (3.3 kB at 173 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.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.6.0/org.eclipse.tycho.surefire.junit-1.6.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.6.0/org.eclipse.tycho.surefire.junit-1.6.0.pom (1.5 kB at 71 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.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.6.0/tycho-surefire-1.6.0.pom (3.0 kB at 158 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.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.6.0/org.eclipse.tycho.surefire.junit4-1.6.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.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.pom (1.5 kB at 74 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.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.6.0/org.eclipse.tycho.surefire.junit47-1.6.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.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.pom (1.9 kB at 88 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.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.6.0/org.eclipse.tycho.surefire.junit5-1.6.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.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.pom (3.3 kB at 156 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.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.6.0/org.eclipse.tycho.surefire.testng-1.6.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.6.0/org.eclipse.tycho.surefire.testng-1.6.0.pom (2.1 kB at 122 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 122 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 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 719 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 54 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 668 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.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.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 51 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 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.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 742 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 254 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 83 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 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 974 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 121 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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: https://repo.eclipse.org/content/repositories/cbi/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 146 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 22 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 239 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.13/junit-4.13.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.13/junit-4.13.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.13/junit-4.13.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13/junit-4.13.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom (25 kB at 1.3 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 90 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 49 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 196 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 132 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 99 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 47 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 167 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 464 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 155 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 89 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 59 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 102 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 159 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 118 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 116 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 196 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 720 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 438 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/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-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.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.6.0/org.eclipse.tycho.surefire.junit47-1.6.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.6.0/org.eclipse.tycho.surefire.junit4-1.6.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.6.0/org.eclipse.tycho.surefire.junit-1.6.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.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar Progress (1): 4.1/185 kB Progress (1): 7.7/185 kB Progress (1): 12/185 kB Progress (1): 16/185 kB Progress (1): 20/185 kB Progress (1): 24/185 kB Progress (1): 28/185 kB Progress (1): 32/185 kB Progress (1): 36/185 kB Progress (1): 40/185 kB Progress (1): 45/185 kB Progress (1): 49/185 kB Progress (1): 53/185 kB Progress (1): 57/185 kB Progress (1): 61/185 kB Progress (1): 65/185 kB Progress (2): 65/185 kB | 4.1/424 kB Progress (2): 65/185 kB | 7.7/424 kB Progress (2): 65/185 kB | 12/424 kB Progress (2): 65/185 kB | 16/424 kB Progress (2): 69/185 kB | 16/424 kB Progress (2): 73/185 kB | 16/424 kB Progress (2): 77/185 kB | 16/424 kB Progress (2): 81/185 kB | 16/424 kB Progress (2): 81/185 kB | 20/424 kB Progress (2): 81/185 kB | 24/424 kB Progress (2): 81/185 kB | 28/424 kB Progress (2): 81/185 kB | 32/424 kB Progress (2): 85/185 kB | 32/424 kB Progress (2): 90/185 kB | 32/424 kB Progress (2): 94/185 kB | 32/424 kB Progress (2): 94/185 kB | 36/424 kB Progress (2): 98/185 kB | 36/424 kB Progress (2): 98/185 kB | 40/424 kB Progress (2): 98/185 kB | 45/424 kB Progress (2): 98/185 kB | 49/424 kB Progress (2): 102/185 kB | 49/424 kB Progress (2): 106/185 kB | 49/424 kB Progress (2): 110/185 kB | 49/424 kB Progress (2): 110/185 kB | 53/424 kB Progress (2): 114/185 kB | 53/424 kB Progress (2): 114/185 kB | 57/424 kB Progress (2): 114/185 kB | 61/424 kB Progress (2): 114/185 kB | 65/424 kB Progress (2): 118/185 kB | 65/424 kB Progress (2): 122/185 kB | 65/424 kB Progress (2): 126/185 kB | 65/424 kB Progress (2): 126/185 kB | 69/424 kB Progress (2): 131/185 kB | 69/424 kB Progress (2): 131/185 kB | 73/424 kB Progress (2): 131/185 kB | 77/424 kB Progress (2): 131/185 kB | 81/424 kB Progress (2): 135/185 kB | 81/424 kB Progress (2): 139/185 kB | 81/424 kB Progress (2): 139/185 kB | 85/424 kB Progress (2): 143/185 kB | 85/424 kB Progress (2): 143/185 kB | 90/424 kB Progress (2): 147/185 kB | 90/424 kB Progress (2): 147/185 kB | 94/424 kB Progress (2): 147/185 kB | 98/424 kB Progress (2): 151/185 kB | 98/424 kB Progress (2): 151/185 kB | 102/424 kB Progress (2): 155/185 kB | 102/424 kB Progress (2): 155/185 kB | 106/424 kB Progress (2): 159/185 kB | 106/424 kB Progress (2): 159/185 kB | 110/424 kB Progress (2): 163/185 kB | 110/424 kB Progress (2): 163/185 kB | 114/424 kB Progress (2): 167/185 kB | 114/424 kB Progress (2): 167/185 kB | 118/424 kB Progress (2): 171/185 kB | 118/424 kB Progress (2): 171/185 kB | 122/424 kB Progress (2): 176/185 kB | 122/424 kB Progress (2): 176/185 kB | 126/424 kB Progress (2): 180/185 kB | 126/424 kB Progress (2): 180/185 kB | 131/424 kB Progress (2): 184/185 kB | 131/424 kB Progress (2): 185 kB | 131/424 kB Progress (2): 185 kB | 135/424 kB Progress (2): 185 kB | 139/424 kB Progress (2): 185 kB | 143/424 kB Progress (2): 185 kB | 147/424 kB Progress (2): 185 kB | 151/424 kB Progress (2): 185 kB | 155/424 kB Progress (2): 185 kB | 159/424 kB Progress (2): 185 kB | 163/424 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.6.0/org.eclipse.tycho.surefire.junit47-1.6.0.jar (185 kB at 5.0 MB/s) Progress (1): 167/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.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar Progress (1): 171/424 kB Progress (2): 171/424 kB | 7.7/927 kB Progress (2): 176/424 kB | 7.7/927 kB Progress (2): 176/424 kB | 16/927 kB Progress (2): 180/424 kB | 16/927 kB Progress (3): 180/424 kB | 16/927 kB | 4.1/65 kB Progress (3): 180/424 kB | 16/927 kB | 7.7/65 kB Progress (3): 180/424 kB | 16/927 kB | 12/65 kB Progress (3): 180/424 kB | 16/927 kB | 16/65 kB Progress (3): 184/424 kB | 16/927 kB | 16/65 kB Progress (3): 184/424 kB | 24/927 kB | 16/65 kB Progress (3): 188/424 kB | 24/927 kB | 16/65 kB Progress (3): 188/424 kB | 32/927 kB | 16/65 kB Progress (3): 192/424 kB | 32/927 kB | 16/65 kB Progress (3): 192/424 kB | 32/927 kB | 20/65 kB Progress (3): 196/424 kB | 32/927 kB | 20/65 kB Progress (3): 196/424 kB | 32/927 kB | 24/65 kB Progress (3): 196/424 kB | 32/927 kB | 28/65 kB Progress (3): 196/424 kB | 40/927 kB | 28/65 kB Progress (3): 196/424 kB | 40/927 kB | 32/65 kB Progress (3): 196/424 kB | 49/927 kB | 32/65 kB Progress (3): 200/424 kB | 49/927 kB | 32/65 kB Progress (3): 204/424 kB | 49/927 kB | 32/65 kB Progress (3): 208/424 kB | 49/927 kB | 32/65 kB Progress (3): 208/424 kB | 49/927 kB | 36/65 kB Progress (3): 208/424 kB | 49/927 kB | 40/65 kB Progress (3): 208/424 kB | 49/927 kB | 45/65 kB Progress (3): 208/424 kB | 49/927 kB | 49/65 kB Progress (4): 208/424 kB | 49/927 kB | 49/65 kB | 4.1/110 kB Progress (4): 208/424 kB | 57/927 kB | 49/65 kB | 4.1/110 kB Progress (4): 208/424 kB | 57/927 kB | 53/65 kB | 4.1/110 kB Progress (4): 212/424 kB | 57/927 kB | 53/65 kB | 4.1/110 kB Progress (4): 212/424 kB | 57/927 kB | 57/65 kB | 4.1/110 kB Progress (4): 212/424 kB | 65/927 kB | 57/65 kB | 4.1/110 kB Progress (4): 212/424 kB | 65/927 kB | 57/65 kB | 7.7/110 kB Progress (5): 212/424 kB | 65/927 kB | 57/65 kB | 7.7/110 kB | 4.1/25 kB Progress (5): 212/424 kB | 65/927 kB | 57/65 kB | 12/110 kB | 4.1/25 kB Progress (5): 212/424 kB | 65/927 kB | 61/65 kB | 12/110 kB | 4.1/25 kB Progress (5): 212/424 kB | 73/927 kB | 61/65 kB | 12/110 kB | 4.1/25 kB Progress (5): 212/424 kB | 73/927 kB | 61/65 kB | 16/110 kB | 4.1/25 kB Progress (5): 217/424 kB | 73/927 kB | 61/65 kB | 16/110 kB | 4.1/25 kB Progress (5): 217/424 kB | 73/927 kB | 61/65 kB | 16/110 kB | 7.7/25 kB Progress (5): 221/424 kB | 73/927 kB | 61/65 kB | 16/110 kB | 7.7/25 kB Progress (5): 221/424 kB | 81/927 kB | 61/65 kB | 16/110 kB | 7.7/25 kB Progress (5): 221/424 kB | 81/927 kB | 65 kB | 16/110 kB | 7.7/25 kB Progress (5): 221/424 kB | 81/927 kB | 65 kB | 20/110 kB | 7.7/25 kB Progress (5): 225/424 kB | 81/927 kB | 65 kB | 20/110 kB | 7.7/25 kB Progress (5): 225/424 kB | 81/927 kB | 65 kB | 20/110 kB | 12/25 kB Progress (5): 225/424 kB | 90/927 kB | 65 kB | 20/110 kB | 12/25 kB Progress (5): 229/424 kB | 90/927 kB | 65 kB | 20/110 kB | 12/25 kB Progress (5): 229/424 kB | 90/927 kB | 65 kB | 24/110 kB | 12/25 kB Progress (5): 229/424 kB | 98/927 kB | 65 kB | 24/110 kB | 12/25 kB Progress (5): 229/424 kB | 98/927 kB | 65 kB | 24/110 kB | 16/25 kB Progress (5): 229/424 kB | 98/927 kB | 65 kB | 28/110 kB | 16/25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.6.0/org.eclipse.tycho.surefire.junit4-1.6.0.jar (65 kB at 981 kB/s) Progress (4): 229/424 kB | 106/927 kB | 28/110 kB | 16/25 kB Progress (4): 233/424 kB | 106/927 kB | 28/110 kB | 16/25 kB Progress (4): 233/424 kB | 106/927 kB | 28/110 kB | 20/25 kB Progress (4): 233/424 kB | 106/927 kB | 32/110 kB | 20/25 kB Progress (4): 233/424 kB | 106/927 kB | 32/110 kB | 24/25 kB Progress (4): 237/424 kB | 106/927 kB | 32/110 kB | 24/25 kB Progress (4): 237/424 kB | 114/927 kB | 32/110 kB | 24/25 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): 237/424 kB | 114/927 kB | 36/110 kB | 24/25 kB Progress (4): 241/424 kB | 114/927 kB | 36/110 kB | 24/25 kB Progress (4): 241/424 kB | 114/927 kB | 36/110 kB | 25 kB Progress (4): 245/424 kB | 114/927 kB | 36/110 kB | 25 kB Progress (4): 245/424 kB | 114/927 kB | 40/110 kB | 25 kB Progress (4): 245/424 kB | 122/927 kB | 40/110 kB | 25 kB Progress (4): 249/424 kB | 122/927 kB | 40/110 kB | 25 kB Progress (4): 249/424 kB | 122/927 kB | 45/110 kB | 25 kB Progress (4): 253/424 kB | 122/927 kB | 45/110 kB | 25 kB Progress (4): 253/424 kB | 131/927 kB | 45/110 kB | 25 kB Progress (4): 258/424 kB | 131/927 kB | 45/110 kB | 25 kB Progress (4): 258/424 kB | 131/927 kB | 49/110 kB | 25 kB Progress (4): 262/424 kB | 131/927 kB | 49/110 kB | 25 kB Progress (4): 262/424 kB | 139/927 kB | 49/110 kB | 25 kB Progress (4): 262/424 kB | 139/927 kB | 53/110 kB | 25 kB Progress (4): 262/424 kB | 147/927 kB | 53/110 kB | 25 kB Progress (4): 262/424 kB | 147/927 kB | 57/110 kB | 25 kB Progress (4): 262/424 kB | 147/927 kB | 61/110 kB | 25 kB Progress (4): 266/424 kB | 147/927 kB | 61/110 kB | 25 kB Progress (4): 266/424 kB | 147/927 kB | 65/110 kB | 25 kB Progress (4): 270/424 kB | 147/927 kB | 65/110 kB | 25 kB Progress (4): 270/424 kB | 155/927 kB | 65/110 kB | 25 kB Progress (4): 274/424 kB | 155/927 kB | 65/110 kB | 25 kB Progress (4): 274/424 kB | 163/927 kB | 65/110 kB | 25 kB Progress (4): 274/424 kB | 163/927 kB | 69/110 kB | 25 kB Progress (4): 278/424 kB | 163/927 kB | 69/110 kB | 25 kB Progress (4): 278/424 kB | 163/927 kB | 73/110 kB | 25 kB Progress (4): 278/424 kB | 163/927 kB | 77/110 kB | 25 kB Progress (4): 278/424 kB | 171/927 kB | 77/110 kB | 25 kB Progress (4): 278/424 kB | 171/927 kB | 81/110 kB | 25 kB Progress (4): 278/424 kB | 180/927 kB | 81/110 kB | 25 kB Progress (4): 282/424 kB | 180/927 kB | 81/110 kB | 25 kB Progress (4): 286/424 kB | 180/927 kB | 81/110 kB | 25 kB Progress (4): 286/424 kB | 180/927 kB | 85/110 kB | 25 kB Progress (4): 290/424 kB | 180/927 kB | 85/110 kB | 25 kB Progress (4): 290/424 kB | 188/927 kB | 85/110 kB | 25 kB Progress (4): 294/424 kB | 188/927 kB | 85/110 kB | 25 kB Progress (4): 294/424 kB | 188/927 kB | 90/110 kB | 25 kB Progress (4): 294/424 kB | 196/927 kB | 90/110 kB | 25 kB Progress (4): 294/424 kB | 196/927 kB | 94/110 kB | 25 kB Progress (4): 294/424 kB | 196/927 kB | 98/110 kB | 25 kB Progress (4): 294/424 kB | 204/927 kB | 98/110 kB | 25 kB Progress (4): 298/424 kB | 204/927 kB | 98/110 kB | 25 kB Progress (4): 298/424 kB | 212/927 kB | 98/110 kB | 25 kB Progress (4): 298/424 kB | 212/927 kB | 102/110 kB | 25 kB Progress (4): 303/424 kB | 212/927 kB | 102/110 kB | 25 kB Progress (4): 303/424 kB | 212/927 kB | 106/110 kB | 25 kB Progress (4): 307/424 kB | 212/927 kB | 106/110 kB | 25 kB Progress (4): 307/424 kB | 212/927 kB | 110/110 kB | 25 kB Progress (4): 307/424 kB | 221/927 kB | 110/110 kB | 25 kB Progress (4): 311/424 kB | 221/927 kB | 110/110 kB | 25 kB Progress (4): 311/424 kB | 229/927 kB | 110/110 kB | 25 kB Progress (4): 311/424 kB | 229/927 kB | 110 kB | 25 kB Progress (4): 311/424 kB | 237/927 kB | 110 kB | 25 kB Progress (4): 315/424 kB | 237/927 kB | 110 kB | 25 kB Progress (4): 315/424 kB | 245/927 kB | 110 kB | 25 kB Progress (4): 319/424 kB | 245/927 kB | 110 kB | 25 kB Progress (4): 323/424 kB | 245/927 kB | 110 kB | 25 kB Progress (4): 327/424 kB | 245/927 kB | 110 kB | 25 kB Progress (4): 327/424 kB | 253/927 kB | 110 kB | 25 kB Progress (4): 327/424 kB | 262/927 kB | 110 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.6.0/org.eclipse.tycho.surefire.testng-1.6.0.jar (110 kB at 1.4 MB/s) Progress (3): 327/424 kB | 270/927 kB | 25 kB Progress (3): 331/424 kB | 270/927 kB | 25 kB Progress (3): 331/424 kB | 278/927 kB | 25 kB 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 (3): 335/424 kB | 278/927 kB | 25 kB Progress (3): 335/424 kB | 286/927 kB | 25 kB Progress (3): 339/424 kB | 286/927 kB | 25 kB Progress (3): 339/424 kB | 294/927 kB | 25 kB Progress (3): 344/424 kB | 294/927 kB | 25 kB Progress (3): 344/424 kB | 303/927 kB | 25 kB Progress (3): 344/424 kB | 311/927 kB | 25 kB Progress (3): 348/424 kB | 311/927 kB | 25 kB Progress (3): 352/424 kB | 311/927 kB | 25 kB Progress (3): 356/424 kB | 311/927 kB | 25 kB Progress (3): 356/424 kB | 319/927 kB | 25 kB Progress (3): 360/424 kB | 319/927 kB | 25 kB Progress (3): 360/424 kB | 327/927 kB | 25 kB Progress (3): 360/424 kB | 335/927 kB | 25 kB Progress (3): 364/424 kB | 335/927 kB | 25 kB Progress (3): 364/424 kB | 344/927 kB | 25 kB Progress (3): 368/424 kB | 344/927 kB | 25 kB Progress (3): 372/424 kB | 344/927 kB | 25 kB Progress (3): 376/424 kB | 344/927 kB | 25 kB Progress (3): 376/424 kB | 352/927 kB | 25 kB Progress (3): 376/424 kB | 360/927 kB | 25 kB Progress (3): 380/424 kB | 360/927 kB | 25 kB Progress (3): 384/424 kB | 360/927 kB | 25 kB Progress (3): 384/424 kB | 368/927 kB | 25 kB Progress (3): 389/424 kB | 368/927 kB | 25 kB Progress (3): 389/424 kB | 376/927 kB | 25 kB Progress (3): 393/424 kB | 376/927 kB | 25 kB Progress (3): 393/424 kB | 384/927 kB | 25 kB Progress (3): 393/424 kB | 393/927 kB | 25 kB Progress (3): 397/424 kB | 393/927 kB | 25 kB Progress (3): 401/424 kB | 393/927 kB | 25 kB Progress (3): 405/424 kB | 393/927 kB | 25 kB Progress (3): 405/424 kB | 401/927 kB | 25 kB Progress (3): 409/424 kB | 401/927 kB | 25 kB Progress (3): 409/424 kB | 409/927 kB | 25 kB Progress (4): 409/424 kB | 409/927 kB | 25 kB | 4.1/13 kB Progress (4): 409/424 kB | 417/927 kB | 25 kB | 4.1/13 kB Progress (4): 409/424 kB | 417/927 kB | 25 kB | 7.7/13 kB Progress (4): 409/424 kB | 425/927 kB | 25 kB | 7.7/13 kB Progress (4): 413/424 kB | 425/927 kB | 25 kB | 7.7/13 kB Progress (4): 413/424 kB | 425/927 kB | 25 kB | 12/13 kB Progress (4): 417/424 kB | 425/927 kB | 25 kB | 12/13 kB Progress (4): 417/424 kB | 425/927 kB | 25 kB | 13 kB Progress (4): 421/424 kB | 425/927 kB | 25 kB | 13 kB Progress (4): 421/424 kB | 434/927 kB | 25 kB | 13 kB Progress (4): 424 kB | 434/927 kB | 25 kB | 13 kB Progress (4): 424 kB | 442/927 kB | 25 kB | 13 kB Progress (4): 424 kB | 450/927 kB | 25 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 148 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.6.0/org.eclipse.tycho.surefire.junit5-1.6.0.jar (424 kB at 4.7 MB/s) Progress (2): 458/927 kB | 25 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 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 (2): 466/927 kB | 25 kB Progress (2): 475/927 kB | 25 kB Progress (3): 475/927 kB | 25 kB | 4.1/273 kB Progress (3): 475/927 kB | 25 kB | 7.7/273 kB Progress (3): 475/927 kB | 25 kB | 12/273 kB Progress (3): 475/927 kB | 25 kB | 16/273 kB Progress (3): 475/927 kB | 25 kB | 20/273 kB Progress (4): 475/927 kB | 25 kB | 20/273 kB | 4.1/524 kB Progress (4): 475/927 kB | 25 kB | 24/273 kB | 4.1/524 kB Progress (4): 475/927 kB | 25 kB | 28/273 kB | 4.1/524 kB Progress (4): 475/927 kB | 25 kB | 32/273 kB | 4.1/524 kB Progress (4): 475/927 kB | 25 kB | 36/273 kB | 4.1/524 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.6.0/org.eclipse.tycho.surefire.junit-1.6.0.jar (25 kB at 261 kB/s) 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): 475/927 kB | 36/273 kB | 4.1/524 kB | 4.1/186 kB Progress (4): 475/927 kB | 36/273 kB | 7.7/524 kB | 4.1/186 kB Progress (4): 475/927 kB | 36/273 kB | 7.7/524 kB | 7.7/186 kB Progress (4): 483/927 kB | 36/273 kB | 7.7/524 kB | 7.7/186 kB Progress (4): 483/927 kB | 40/273 kB | 7.7/524 kB | 7.7/186 kB Progress (4): 491/927 kB | 40/273 kB | 7.7/524 kB | 7.7/186 kB Progress (4): 491/927 kB | 40/273 kB | 7.7/524 kB | 12/186 kB Progress (4): 491/927 kB | 40/273 kB | 12/524 kB | 12/186 kB Progress (4): 491/927 kB | 40/273 kB | 12/524 kB | 16/186 kB Progress (5): 491/927 kB | 40/273 kB | 12/524 kB | 16/186 kB | 4.1/39 kB Progress (5): 491/927 kB | 45/273 kB | 12/524 kB | 16/186 kB | 4.1/39 kB Progress (5): 491/927 kB | 45/273 kB | 12/524 kB | 16/186 kB | 7.7/39 kB Progress (5): 499/927 kB | 45/273 kB | 12/524 kB | 16/186 kB | 7.7/39 kB Progress (5): 499/927 kB | 45/273 kB | 16/524 kB | 16/186 kB | 7.7/39 kB Progress (5): 499/927 kB | 45/273 kB | 16/524 kB | 20/186 kB | 7.7/39 kB Progress (5): 507/927 kB | 45/273 kB | 16/524 kB | 20/186 kB | 7.7/39 kB Progress (5): 507/927 kB | 45/273 kB | 16/524 kB | 20/186 kB | 12/39 kB Progress (5): 507/927 kB | 49/273 kB | 16/524 kB | 20/186 kB | 12/39 kB Progress (5): 507/927 kB | 49/273 kB | 16/524 kB | 20/186 kB | 16/39 kB Progress (5): 507/927 kB | 49/273 kB | 20/524 kB | 20/186 kB | 16/39 kB Progress (5): 507/927 kB | 49/273 kB | 20/524 kB | 24/186 kB | 16/39 kB Progress (5): 507/927 kB | 49/273 kB | 24/524 kB | 24/186 kB | 16/39 kB Progress (5): 516/927 kB | 49/273 kB | 24/524 kB | 24/186 kB | 16/39 kB Progress (5): 516/927 kB | 49/273 kB | 28/524 kB | 24/186 kB | 16/39 kB Progress (5): 516/927 kB | 49/273 kB | 28/524 kB | 28/186 kB | 16/39 kB Progress (5): 516/927 kB | 53/273 kB | 28/524 kB | 28/186 kB | 16/39 kB Progress (5): 516/927 kB | 53/273 kB | 28/524 kB | 32/186 kB | 16/39 kB Progress (5): 516/927 kB | 53/273 kB | 32/524 kB | 32/186 kB | 16/39 kB Progress (5): 524/927 kB | 53/273 kB | 32/524 kB | 32/186 kB | 16/39 kB Progress (5): 524/927 kB | 53/273 kB | 32/524 kB | 32/186 kB | 20/39 kB Progress (5): 524/927 kB | 57/273 kB | 32/524 kB | 32/186 kB | 20/39 kB Progress (5): 524/927 kB | 57/273 kB | 32/524 kB | 32/186 kB | 24/39 kB Progress (5): 532/927 kB | 57/273 kB | 32/524 kB | 32/186 kB | 24/39 kB Progress (5): 532/927 kB | 57/273 kB | 32/524 kB | 36/186 kB | 24/39 kB Progress (5): 532/927 kB | 61/273 kB | 32/524 kB | 36/186 kB | 24/39 kB Progress (5): 532/927 kB | 61/273 kB | 36/524 kB | 36/186 kB | 24/39 kB Progress (5): 532/927 kB | 65/273 kB | 36/524 kB | 36/186 kB | 24/39 kB Progress (5): 532/927 kB | 65/273 kB | 36/524 kB | 40/186 kB | 24/39 kB Progress (5): 540/927 kB | 65/273 kB | 36/524 kB | 40/186 kB | 24/39 kB Progress (5): 540/927 kB | 65/273 kB | 36/524 kB | 40/186 kB | 28/39 kB Progress (5): 540/927 kB | 65/273 kB | 36/524 kB | 45/186 kB | 28/39 kB Progress (5): 540/927 kB | 65/273 kB | 40/524 kB | 45/186 kB | 28/39 kB Progress (5): 540/927 kB | 65/273 kB | 40/524 kB | 49/186 kB | 28/39 kB Progress (5): 540/927 kB | 65/273 kB | 40/524 kB | 49/186 kB | 32/39 kB Progress (5): 540/927 kB | 69/273 kB | 40/524 kB | 49/186 kB | 32/39 kB Progress (5): 540/927 kB | 69/273 kB | 45/524 kB | 49/186 kB | 32/39 kB Progress (5): 548/927 kB | 69/273 kB | 45/524 kB | 49/186 kB | 32/39 kB Progress (5): 548/927 kB | 69/273 kB | 45/524 kB | 49/186 kB | 36/39 kB Progress (5): 548/927 kB | 69/273 kB | 49/524 kB | 49/186 kB | 36/39 kB Progress (5): 548/927 kB | 73/273 kB | 49/524 kB | 49/186 kB | 36/39 kB Progress (5): 548/927 kB | 73/273 kB | 49/524 kB | 49/186 kB | 39 kB Progress (5): 548/927 kB | 73/273 kB | 49/524 kB | 53/186 kB | 39 kB Progress (5): 557/927 kB | 73/273 kB | 49/524 kB | 53/186 kB | 39 kB Progress (5): 557/927 kB | 73/273 kB | 49/524 kB | 57/186 kB | 39 kB Progress (5): 557/927 kB | 73/273 kB | 53/524 kB | 57/186 kB | 39 kB Progress (5): 557/927 kB | 77/273 kB | 53/524 kB | 57/186 kB | 39 kB Progress (5): 557/927 kB | 77/273 kB | 57/524 kB | 57/186 kB | 39 kB Progress (5): 557/927 kB | 77/273 kB | 57/524 kB | 61/186 kB | 39 kB Progress (5): 557/927 kB | 77/273 kB | 61/524 kB | 61/186 kB | 39 kB Progress (5): 557/927 kB | 81/273 kB | 61/524 kB | 61/186 kB | 39 kB Progress (5): 565/927 kB | 81/273 kB | 61/524 kB | 61/186 kB | 39 kB Progress (5): 565/927 kB | 81/273 kB | 65/524 kB | 61/186 kB | 39 kB Progress (5): 565/927 kB | 81/273 kB | 65/524 kB | 65/186 kB | 39 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 230 kB/s) Progress (4): 573/927 kB | 81/273 kB | 65/524 kB | 65/186 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-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (4): 581/927 kB | 81/273 kB | 65/524 kB | 65/186 kB Progress (4): 581/927 kB | 81/273 kB | 69/524 kB | 65/186 kB Progress (4): 581/927 kB | 85/273 kB | 69/524 kB | 65/186 kB Progress (4): 581/927 kB | 85/273 kB | 73/524 kB | 65/186 kB Progress (4): 589/927 kB | 85/273 kB | 73/524 kB | 65/186 kB Progress (4): 589/927 kB | 85/273 kB | 73/524 kB | 69/186 kB Progress (4): 589/927 kB | 85/273 kB | 77/524 kB | 69/186 kB Progress (4): 589/927 kB | 90/273 kB | 77/524 kB | 69/186 kB Progress (4): 589/927 kB | 90/273 kB | 81/524 kB | 69/186 kB Progress (4): 589/927 kB | 90/273 kB | 81/524 kB | 73/186 kB Progress (4): 597/927 kB | 90/273 kB | 81/524 kB | 73/186 kB Progress (4): 597/927 kB | 94/273 kB | 81/524 kB | 73/186 kB Progress (4): 606/927 kB | 94/273 kB | 81/524 kB | 73/186 kB Progress (4): 606/927 kB | 94/273 kB | 81/524 kB | 77/186 kB Progress (4): 606/927 kB | 94/273 kB | 85/524 kB | 77/186 kB Progress (4): 606/927 kB | 98/273 kB | 85/524 kB | 77/186 kB Progress (4): 606/927 kB | 98/273 kB | 90/524 kB | 77/186 kB Progress (4): 614/927 kB | 98/273 kB | 90/524 kB | 77/186 kB Progress (4): 614/927 kB | 98/273 kB | 90/524 kB | 81/186 kB Progress (4): 622/927 kB | 98/273 kB | 90/524 kB | 81/186 kB Progress (4): 622/927 kB | 98/273 kB | 94/524 kB | 81/186 kB Progress (5): 622/927 kB | 98/273 kB | 94/524 kB | 81/186 kB | 4.1/194 kB Progress (5): 622/927 kB | 98/273 kB | 98/524 kB | 81/186 kB | 4.1/194 kB Progress (5): 622/927 kB | 102/273 kB | 98/524 kB | 81/186 kB | 4.1/194 kB Progress (5): 630/927 kB | 102/273 kB | 98/524 kB | 81/186 kB | 4.1/194 kB Progress (5): 630/927 kB | 102/273 kB | 98/524 kB | 81/186 kB | 7.7/194 kB Progress (5): 638/927 kB | 102/273 kB | 98/524 kB | 81/186 kB | 7.7/194 kB Progress (5): 638/927 kB | 106/273 kB | 98/524 kB | 81/186 kB | 7.7/194 kB Progress (5): 638/927 kB | 106/273 kB | 98/524 kB | 85/186 kB | 7.7/194 kB Progress (5): 638/927 kB | 110/273 kB | 98/524 kB | 85/186 kB | 7.7/194 kB Progress (5): 638/927 kB | 110/273 kB | 98/524 kB | 85/186 kB | 12/194 kB Progress (5): 638/927 kB | 110/273 kB | 102/524 kB | 85/186 kB | 12/194 kB Progress (5): 638/927 kB | 110/273 kB | 102/524 kB | 85/186 kB | 16/194 kB Progress (5): 647/927 kB | 110/273 kB | 102/524 kB | 85/186 kB | 16/194 kB Progress (5): 647/927 kB | 114/273 kB | 102/524 kB | 85/186 kB | 16/194 kB Progress (5): 647/927 kB | 114/273 kB | 102/524 kB | 90/186 kB | 16/194 kB Progress (5): 655/927 kB | 114/273 kB | 102/524 kB | 90/186 kB | 16/194 kB Progress (5): 655/927 kB | 114/273 kB | 106/524 kB | 90/186 kB | 16/194 kB Progress (5): 655/927 kB | 114/273 kB | 106/524 kB | 90/186 kB | 20/194 kB Progress (5): 655/927 kB | 114/273 kB | 106/524 kB | 94/186 kB | 20/194 kB Progress (5): 663/927 kB | 114/273 kB | 106/524 kB | 94/186 kB | 20/194 kB Progress (5): 663/927 kB | 114/273 kB | 106/524 kB | 94/186 kB | 24/194 kB Progress (5): 663/927 kB | 118/273 kB | 106/524 kB | 94/186 kB | 24/194 kB Progress (5): 663/927 kB | 118/273 kB | 110/524 kB | 94/186 kB | 24/194 kB Progress (5): 663/927 kB | 122/273 kB | 110/524 kB | 94/186 kB | 24/194 kB Progress (5): 663/927 kB | 122/273 kB | 110/524 kB | 94/186 kB | 28/194 kB Progress (5): 671/927 kB | 122/273 kB | 110/524 kB | 94/186 kB | 28/194 kB Progress (5): 671/927 kB | 122/273 kB | 110/524 kB | 98/186 kB | 28/194 kB Progress (5): 671/927 kB | 122/273 kB | 110/524 kB | 98/186 kB | 32/194 kB Progress (5): 671/927 kB | 126/273 kB | 110/524 kB | 98/186 kB | 32/194 kB Progress (5): 671/927 kB | 126/273 kB | 114/524 kB | 98/186 kB | 32/194 kB Progress (5): 679/927 kB | 126/273 kB | 114/524 kB | 98/186 kB | 32/194 kB Progress (5): 679/927 kB | 131/273 kB | 114/524 kB | 98/186 kB | 32/194 kB Progress (5): 688/927 kB | 131/273 kB | 114/524 kB | 98/186 kB | 32/194 kB Progress (5): 688/927 kB | 131/273 kB | 114/524 kB | 98/186 kB | 36/194 kB Progress (5): 688/927 kB | 131/273 kB | 114/524 kB | 102/186 kB | 36/194 kB Progress (5): 688/927 kB | 131/273 kB | 118/524 kB | 102/186 kB | 36/194 kB Progress (5): 696/927 kB | 131/273 kB | 118/524 kB | 102/186 kB | 36/194 kB Progress (5): 696/927 kB | 131/273 kB | 118/524 kB | 102/186 kB | 40/194 kB Progress (5): 704/927 kB | 131/273 kB | 118/524 kB | 102/186 kB | 40/194 kB Progress (5): 704/927 kB | 131/273 kB | 122/524 kB | 102/186 kB | 40/194 kB Progress (5): 704/927 kB | 135/273 kB | 122/524 kB | 102/186 kB | 40/194 kB Progress (5): 704/927 kB | 135/273 kB | 122/524 kB | 106/186 kB | 40/194 kB Progress (5): 704/927 kB | 139/273 kB | 122/524 kB | 106/186 kB | 40/194 kB Progress (5): 704/927 kB | 139/273 kB | 126/524 kB | 106/186 kB | 40/194 kB Progress (5): 704/927 kB | 139/273 kB | 126/524 kB | 106/186 kB | 45/194 kB Progress (5): 704/927 kB | 139/273 kB | 131/524 kB | 106/186 kB | 45/194 kB Progress (5): 704/927 kB | 143/273 kB | 131/524 kB | 106/186 kB | 45/194 kB Progress (5): 712/927 kB | 143/273 kB | 131/524 kB | 106/186 kB | 45/194 kB Progress (5): 712/927 kB | 143/273 kB | 131/524 kB | 110/186 kB | 45/194 kB Progress (5): 720/927 kB | 143/273 kB | 131/524 kB | 110/186 kB | 45/194 kB Progress (5): 720/927 kB | 147/273 kB | 131/524 kB | 110/186 kB | 45/194 kB Progress (5): 720/927 kB | 147/273 kB | 131/524 kB | 110/186 kB | 49/194 kB Progress (5): 720/927 kB | 147/273 kB | 135/524 kB | 110/186 kB | 49/194 kB Progress (5): 720/927 kB | 147/273 kB | 135/524 kB | 114/186 kB | 49/194 kB Progress (5): 720/927 kB | 151/273 kB | 135/524 kB | 114/186 kB | 49/194 kB Progress (5): 720/927 kB | 151/273 kB | 139/524 kB | 114/186 kB | 49/194 kB Progress (5): 729/927 kB | 151/273 kB | 139/524 kB | 114/186 kB | 49/194 kB Progress (5): 729/927 kB | 151/273 kB | 139/524 kB | 114/186 kB | 53/194 kB Progress (5): 729/927 kB | 151/273 kB | 143/524 kB | 114/186 kB | 53/194 kB Progress (5): 729/927 kB | 155/273 kB | 143/524 kB | 114/186 kB | 53/194 kB Progress (5): 729/927 kB | 155/273 kB | 147/524 kB | 114/186 kB | 53/194 kB Progress (5): 729/927 kB | 155/273 kB | 147/524 kB | 118/186 kB | 53/194 kB Progress (5): 729/927 kB | 155/273 kB | 147/524 kB | 118/186 kB | 57/194 kB Progress (5): 737/927 kB | 155/273 kB | 147/524 kB | 118/186 kB | 57/194 kB Progress (5): 737/927 kB | 155/273 kB | 151/524 kB | 118/186 kB | 57/194 kB Progress (5): 737/927 kB | 155/273 kB | 151/524 kB | 118/186 kB | 61/194 kB Progress (5): 737/927 kB | 155/273 kB | 151/524 kB | 122/186 kB | 61/194 kB Progress (5): 737/927 kB | 159/273 kB | 151/524 kB | 122/186 kB | 61/194 kB Progress (5): 737/927 kB | 159/273 kB | 151/524 kB | 126/186 kB | 61/194 kB Progress (5): 745/927 kB | 159/273 kB | 151/524 kB | 126/186 kB | 61/194 kB Progress (5): 745/927 kB | 159/273 kB | 151/524 kB | 126/186 kB | 65/194 kB Progress (5): 745/927 kB | 159/273 kB | 155/524 kB | 126/186 kB | 65/194 kB Progress (5): 753/927 kB | 159/273 kB | 155/524 kB | 126/186 kB | 65/194 kB Progress (5): 753/927 kB | 159/273 kB | 155/524 kB | 131/186 kB | 65/194 kB Progress (5): 753/927 kB | 163/273 kB | 155/524 kB | 131/186 kB | 65/194 kB Progress (5): 753/927 kB | 163/273 kB | 159/524 kB | 131/186 kB | 65/194 kB Progress (5): 761/927 kB | 163/273 kB | 159/524 kB | 131/186 kB | 65/194 kB Progress (5): 761/927 kB | 163/273 kB | 159/524 kB | 131/186 kB | 69/194 kB Progress (5): 770/927 kB | 163/273 kB | 159/524 kB | 131/186 kB | 69/194 kB Progress (5): 770/927 kB | 163/273 kB | 163/524 kB | 131/186 kB | 69/194 kB Progress (5): 770/927 kB | 163/273 kB | 163/524 kB | 131/186 kB | 73/194 kB Progress (5): 770/927 kB | 167/273 kB | 163/524 kB | 131/186 kB | 73/194 kB Progress (5): 770/927 kB | 167/273 kB | 163/524 kB | 135/186 kB | 73/194 kB Progress (5): 770/927 kB | 171/273 kB | 163/524 kB | 135/186 kB | 73/194 kB Progress (5): 778/927 kB | 171/273 kB | 163/524 kB | 135/186 kB | 73/194 kB Progress (5): 778/927 kB | 171/273 kB | 163/524 kB | 135/186 kB | 77/194 kB Progress (5): 786/927 kB | 171/273 kB | 163/524 kB | 135/186 kB | 77/194 kB Progress (5): 786/927 kB | 176/273 kB | 163/524 kB | 135/186 kB | 77/194 kB Progress (5): 786/927 kB | 176/273 kB | 163/524 kB | 139/186 kB | 77/194 kB Progress (5): 786/927 kB | 176/273 kB | 167/524 kB | 139/186 kB | 77/194 kB Progress (5): 786/927 kB | 176/273 kB | 167/524 kB | 143/186 kB | 77/194 kB Progress (5): 786/927 kB | 180/273 kB | 167/524 kB | 143/186 kB | 77/194 kB Progress (5): 786/927 kB | 180/273 kB | 167/524 kB | 143/186 kB | 81/194 kB Progress (5): 786/927 kB | 180/273 kB | 167/524 kB | 147/186 kB | 81/194 kB Progress (5): 794/927 kB | 180/273 kB | 167/524 kB | 147/186 kB | 81/194 kB Progress (5): 794/927 kB | 180/273 kB | 171/524 kB | 147/186 kB | 81/194 kB Progress (5): 802/927 kB | 180/273 kB | 171/524 kB | 147/186 kB | 81/194 kB Progress (5): 802/927 kB | 184/273 kB | 171/524 kB | 147/186 kB | 81/194 kB Progress (5): 802/927 kB | 184/273 kB | 176/524 kB | 147/186 kB | 81/194 kB Progress (5): 802/927 kB | 188/273 kB | 176/524 kB | 147/186 kB | 81/194 kB Progress (5): 802/927 kB | 188/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 802/927 kB | 192/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 810/927 kB | 192/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 810/927 kB | 196/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 819/927 kB | 196/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 819/927 kB | 200/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 819/927 kB | 204/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 819/927 kB | 208/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 819/927 kB | 212/273 kB | 180/524 kB | 147/186 kB | 81/194 kB Progress (5): 819/927 kB | 212/273 kB | 180/524 kB | 151/186 kB | 81/194 kB Progress (5): 827/927 kB | 212/273 kB | 180/524 kB | 151/186 kB | 81/194 kB Progress (5): 827/927 kB | 212/273 kB | 180/524 kB | 155/186 kB | 81/194 kB Progress (5): 827/927 kB | 212/273 kB | 184/524 kB | 155/186 kB | 81/194 kB Progress (5): 827/927 kB | 212/273 kB | 184/524 kB | 155/186 kB | 85/194 kB Progress (5): 827/927 kB | 212/273 kB | 188/524 kB | 155/186 kB | 85/194 kB Progress (5): 827/927 kB | 212/273 kB | 188/524 kB | 159/186 kB | 85/194 kB Progress (5): 835/927 kB | 212/273 kB | 188/524 kB | 159/186 kB | 85/194 kB Progress (5): 835/927 kB | 217/273 kB | 188/524 kB | 159/186 kB | 85/194 kB Progress (5): 835/927 kB | 217/273 kB | 188/524 kB | 163/186 kB | 85/194 kB Progress (5): 835/927 kB | 217/273 kB | 192/524 kB | 163/186 kB | 85/194 kB Progress (5): 835/927 kB | 217/273 kB | 192/524 kB | 163/186 kB | 90/194 kB Progress (5): 843/927 kB | 217/273 kB | 192/524 kB | 163/186 kB | 90/194 kB Progress (5): 843/927 kB | 217/273 kB | 196/524 kB | 163/186 kB | 90/194 kB Progress (5): 843/927 kB | 221/273 kB | 196/524 kB | 163/186 kB | 90/194 kB Progress (5): 843/927 kB | 221/273 kB | 196/524 kB | 167/186 kB | 90/194 kB Progress (5): 851/927 kB | 221/273 kB | 196/524 kB | 167/186 kB | 90/194 kB Progress (5): 851/927 kB | 221/273 kB | 196/524 kB | 167/186 kB | 94/194 kB Progress (5): 851/927 kB | 221/273 kB | 200/524 kB | 167/186 kB | 94/194 kB Progress (5): 851/927 kB | 221/273 kB | 200/524 kB | 171/186 kB | 94/194 kB Progress (5): 851/927 kB | 225/273 kB | 200/524 kB | 171/186 kB | 94/194 kB Progress (5): 851/927 kB | 225/273 kB | 200/524 kB | 176/186 kB | 94/194 kB Progress (5): 860/927 kB | 225/273 kB | 200/524 kB | 176/186 kB | 94/194 kB Progress (5): 860/927 kB | 225/273 kB | 204/524 kB | 176/186 kB | 94/194 kB Progress (5): 860/927 kB | 225/273 kB | 204/524 kB | 176/186 kB | 98/194 kB Progress (5): 860/927 kB | 225/273 kB | 208/524 kB | 176/186 kB | 98/194 kB Progress (5): 868/927 kB | 225/273 kB | 208/524 kB | 176/186 kB | 98/194 kB Progress (5): 868/927 kB | 225/273 kB | 208/524 kB | 180/186 kB | 98/194 kB Progress (5): 868/927 kB | 229/273 kB | 208/524 kB | 180/186 kB | 98/194 kB Progress (5): 868/927 kB | 229/273 kB | 212/524 kB | 180/186 kB | 98/194 kB Progress (5): 876/927 kB | 229/273 kB | 212/524 kB | 180/186 kB | 98/194 kB Progress (5): 876/927 kB | 229/273 kB | 212/524 kB | 184/186 kB | 98/194 kB Progress (5): 876/927 kB | 229/273 kB | 212/524 kB | 184/186 kB | 102/194 kB Progress (5): 876/927 kB | 233/273 kB | 212/524 kB | 184/186 kB | 102/194 kB Progress (5): 876/927 kB | 233/273 kB | 212/524 kB | 186 kB | 102/194 kB Progress (5): 884/927 kB | 233/273 kB | 212/524 kB | 186 kB | 102/194 kB Progress (5): 884/927 kB | 237/273 kB | 212/524 kB | 186 kB | 102/194 kB Progress (5): 884/927 kB | 237/273 kB | 217/524 kB | 186 kB | 102/194 kB Progress (5): 884/927 kB | 237/273 kB | 217/524 kB | 186 kB | 106/194 kB Progress (5): 884/927 kB | 237/273 kB | 221/524 kB | 186 kB | 106/194 kB Progress (5): 884/927 kB | 241/273 kB | 221/524 kB | 186 kB | 106/194 kB Progress (5): 884/927 kB | 241/273 kB | 225/524 kB | 186 kB | 106/194 kB Progress (5): 884/927 kB | 241/273 kB | 225/524 kB | 186 kB | 110/194 kB Progress (5): 892/927 kB | 241/273 kB | 225/524 kB | 186 kB | 110/194 kB Progress (5): 892/927 kB | 241/273 kB | 225/524 kB | 186 kB | 114/194 kB Progress (5): 892/927 kB | 241/273 kB | 229/524 kB | 186 kB | 114/194 kB Progress (5): 892/927 kB | 245/273 kB | 229/524 kB | 186 kB | 114/194 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 688 kB/s) Progress (4): 901/927 kB | 245/273 kB | 229/524 kB | 114/194 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 (4): 901/927 kB | 245/273 kB | 229/524 kB | 118/194 kB Progress (4): 901/927 kB | 249/273 kB | 229/524 kB | 118/194 kB Progress (4): 901/927 kB | 249/273 kB | 233/524 kB | 118/194 kB Progress (4): 901/927 kB | 253/273 kB | 233/524 kB | 118/194 kB Progress (4): 901/927 kB | 253/273 kB | 233/524 kB | 122/194 kB Progress (4): 909/927 kB | 253/273 kB | 233/524 kB | 122/194 kB Progress (4): 909/927 kB | 253/273 kB | 233/524 kB | 126/194 kB Progress (4): 909/927 kB | 258/273 kB | 233/524 kB | 126/194 kB Progress (4): 909/927 kB | 258/273 kB | 237/524 kB | 126/194 kB Progress (4): 909/927 kB | 262/273 kB | 237/524 kB | 126/194 kB Progress (4): 909/927 kB | 262/273 kB | 237/524 kB | 131/194 kB Progress (4): 917/927 kB | 262/273 kB | 237/524 kB | 131/194 kB Progress (4): 917/927 kB | 262/273 kB | 241/524 kB | 131/194 kB Progress (4): 917/927 kB | 266/273 kB | 241/524 kB | 131/194 kB Progress (5): 917/927 kB | 266/273 kB | 241/524 kB | 131/194 kB | 4.1/38 kB Progress (5): 917/927 kB | 266/273 kB | 245/524 kB | 131/194 kB | 4.1/38 kB Progress (5): 917/927 kB | 266/273 kB | 245/524 kB | 135/194 kB | 4.1/38 kB Progress (5): 917/927 kB | 266/273 kB | 245/524 kB | 135/194 kB | 7.7/38 kB Progress (5): 925/927 kB | 266/273 kB | 245/524 kB | 135/194 kB | 7.7/38 kB Progress (5): 925/927 kB | 270/273 kB | 245/524 kB | 135/194 kB | 7.7/38 kB Progress (5): 927 kB | 270/273 kB | 245/524 kB | 135/194 kB | 7.7/38 kB Progress (5): 927 kB | 270/273 kB | 249/524 kB | 135/194 kB | 7.7/38 kB Progress (5): 927 kB | 270/273 kB | 249/524 kB | 135/194 kB | 12/38 kB Progress (5): 927 kB | 270/273 kB | 249/524 kB | 139/194 kB | 12/38 kB Progress (5): 927 kB | 270/273 kB | 249/524 kB | 139/194 kB | 16/38 kB Progress (5): 927 kB | 270/273 kB | 253/524 kB | 139/194 kB | 16/38 kB Progress (5): 927 kB | 273 kB | 253/524 kB | 139/194 kB | 16/38 kB Progress (5): 927 kB | 273 kB | 258/524 kB | 139/194 kB | 16/38 kB Progress (5): 927 kB | 273 kB | 258/524 kB | 143/194 kB | 16/38 kB Progress (5): 927 kB | 273 kB | 262/524 kB | 143/194 kB | 16/38 kB Progress (5): 927 kB | 273 kB | 262/524 kB | 143/194 kB | 20/38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.6.0/org.eclipse.tycho.surefire.osgibooter-1.6.0.jar (927 kB at 3.3 MB/s) Progress (4): 273 kB | 262/524 kB | 147/194 kB | 20/38 kB 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): 273 kB | 266/524 kB | 147/194 kB | 20/38 kB Progress (4): 273 kB | 266/524 kB | 147/194 kB | 24/38 kB Progress (4): 273 kB | 270/524 kB | 147/194 kB | 24/38 kB Progress (4): 273 kB | 270/524 kB | 151/194 kB | 24/38 kB Progress (4): 273 kB | 270/524 kB | 151/194 kB | 28/38 kB Progress (4): 273 kB | 270/524 kB | 155/194 kB | 28/38 kB Progress (4): 273 kB | 274/524 kB | 155/194 kB | 28/38 kB Progress (4): 273 kB | 274/524 kB | 159/194 kB | 28/38 kB Progress (4): 273 kB | 274/524 kB | 159/194 kB | 32/38 kB Progress (4): 273 kB | 274/524 kB | 163/194 kB | 32/38 kB Progress (4): 273 kB | 278/524 kB | 163/194 kB | 32/38 kB Progress (4): 273 kB | 278/524 kB | 163/194 kB | 36/38 kB Progress (4): 273 kB | 278/524 kB | 163/194 kB | 38 kB Progress (4): 273 kB | 278/524 kB | 167/194 kB | 38 kB Progress (4): 273 kB | 282/524 kB | 167/194 kB | 38 kB Progress (4): 273 kB | 282/524 kB | 171/194 kB | 38 kB Progress (4): 273 kB | 286/524 kB | 171/194 kB | 38 kB Progress (4): 273 kB | 286/524 kB | 176/194 kB | 38 kB Progress (4): 273 kB | 290/524 kB | 176/194 kB | 38 kB Progress (4): 273 kB | 290/524 kB | 180/194 kB | 38 kB Progress (4): 273 kB | 294/524 kB | 180/194 kB | 38 kB Progress (4): 273 kB | 294/524 kB | 184/194 kB | 38 kB Progress (4): 273 kB | 298/524 kB | 184/194 kB | 38 kB Progress (4): 273 kB | 298/524 kB | 188/194 kB | 38 kB Progress (4): 273 kB | 303/524 kB | 188/194 kB | 38 kB Progress (4): 273 kB | 303/524 kB | 192/194 kB | 38 kB Progress (4): 273 kB | 307/524 kB | 192/194 kB | 38 kB Progress (4): 273 kB | 307/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 311/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 315/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 319/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 323/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 327/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 331/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 335/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 339/524 kB | 194 kB | 38 kB Progress (4): 273 kB | 344/524 kB | 194 kB | 38 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.jar (273 kB at 953 kB/s) Progress (3): 348/524 kB | 194 kB | 38 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 677 kB/s) 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 130 kB/s) 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 (1): 352/524 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 (1): 356/524 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 (1): 360/524 kB Progress (2): 360/524 kB | 4.1/68 kB Progress (2): 360/524 kB | 7.7/68 kB Progress (2): 364/524 kB | 7.7/68 kB Progress (2): 368/524 kB | 7.7/68 kB Progress (2): 372/524 kB | 7.7/68 kB Progress (2): 376/524 kB | 7.7/68 kB Progress (2): 376/524 kB | 12/68 kB Progress (3): 376/524 kB | 12/68 kB | 4.1/35 kB Progress (3): 376/524 kB | 16/68 kB | 4.1/35 kB Progress (3): 376/524 kB | 16/68 kB | 7.7/35 kB Progress (4): 376/524 kB | 16/68 kB | 7.7/35 kB | 4.1/156 kB Progress (4): 380/524 kB | 16/68 kB | 7.7/35 kB | 4.1/156 kB Progress (4): 380/524 kB | 16/68 kB | 12/35 kB | 4.1/156 kB Progress (4): 384/524 kB | 16/68 kB | 12/35 kB | 4.1/156 kB Progress (4): 384/524 kB | 20/68 kB | 12/35 kB | 4.1/156 kB Progress (4): 384/524 kB | 20/68 kB | 12/35 kB | 7.7/156 kB Progress (4): 384/524 kB | 24/68 kB | 12/35 kB | 7.7/156 kB Progress (4): 389/524 kB | 24/68 kB | 12/35 kB | 7.7/156 kB Progress (5): 389/524 kB | 24/68 kB | 12/35 kB | 7.7/156 kB | 4.1/332 kB Progress (5): 389/524 kB | 24/68 kB | 16/35 kB | 7.7/156 kB | 4.1/332 kB Progress (5): 389/524 kB | 24/68 kB | 16/35 kB | 7.7/156 kB | 7.7/332 kB Progress (5): 393/524 kB | 24/68 kB | 16/35 kB | 7.7/156 kB | 7.7/332 kB Progress (5): 393/524 kB | 28/68 kB | 16/35 kB | 7.7/156 kB | 7.7/332 kB Progress (5): 393/524 kB | 28/68 kB | 16/35 kB | 12/156 kB | 7.7/332 kB Progress (5): 393/524 kB | 32/68 kB | 16/35 kB | 12/156 kB | 7.7/332 kB Progress (5): 393/524 kB | 32/68 kB | 20/35 kB | 12/156 kB | 7.7/332 kB Progress (5): 393/524 kB | 32/68 kB | 20/35 kB | 12/156 kB | 12/332 kB Progress (5): 397/524 kB | 32/68 kB | 20/35 kB | 12/156 kB | 12/332 kB Progress (5): 397/524 kB | 32/68 kB | 24/35 kB | 12/156 kB | 12/332 kB Progress (5): 397/524 kB | 32/68 kB | 24/35 kB | 16/156 kB | 12/332 kB Progress (5): 397/524 kB | 32/68 kB | 28/35 kB | 16/156 kB | 12/332 kB Progress (5): 401/524 kB | 32/68 kB | 28/35 kB | 16/156 kB | 12/332 kB Progress (5): 401/524 kB | 36/68 kB | 28/35 kB | 16/156 kB | 12/332 kB Progress (5): 401/524 kB | 36/68 kB | 28/35 kB | 16/156 kB | 16/332 kB Progress (5): 401/524 kB | 40/68 kB | 28/35 kB | 16/156 kB | 16/332 kB Progress (5): 401/524 kB | 40/68 kB | 28/35 kB | 20/156 kB | 16/332 kB Progress (5): 405/524 kB | 40/68 kB | 28/35 kB | 20/156 kB | 16/332 kB Progress (5): 405/524 kB | 40/68 kB | 32/35 kB | 20/156 kB | 16/332 kB Progress (5): 409/524 kB | 40/68 kB | 32/35 kB | 20/156 kB | 16/332 kB Progress (5): 409/524 kB | 40/68 kB | 32/35 kB | 24/156 kB | 16/332 kB Progress (5): 409/524 kB | 45/68 kB | 32/35 kB | 24/156 kB | 16/332 kB Progress (5): 409/524 kB | 45/68 kB | 32/35 kB | 28/156 kB | 16/332 kB Progress (5): 409/524 kB | 45/68 kB | 35 kB | 28/156 kB | 16/332 kB Progress (5): 409/524 kB | 45/68 kB | 35 kB | 28/156 kB | 20/332 kB Progress (5): 409/524 kB | 45/68 kB | 35 kB | 32/156 kB | 20/332 kB Progress (5): 409/524 kB | 49/68 kB | 35 kB | 32/156 kB | 20/332 kB Progress (5): 409/524 kB | 49/68 kB | 35 kB | 32/156 kB | 24/332 kB Progress (5): 413/524 kB | 49/68 kB | 35 kB | 32/156 kB | 24/332 kB Progress (5): 413/524 kB | 49/68 kB | 35 kB | 36/156 kB | 24/332 kB Progress (5): 413/524 kB | 49/68 kB | 35 kB | 36/156 kB | 28/332 kB Progress (5): 413/524 kB | 49/68 kB | 35 kB | 40/156 kB | 28/332 kB Progress (5): 413/524 kB | 53/68 kB | 35 kB | 40/156 kB | 28/332 kB Progress (5): 417/524 kB | 53/68 kB | 35 kB | 40/156 kB | 28/332 kB Progress (5): 417/524 kB | 57/68 kB | 35 kB | 40/156 kB | 28/332 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 92 kB/s) Progress (4): 417/524 kB | 57/68 kB | 45/156 kB | 28/332 kB Progress (4): 417/524 kB | 57/68 kB | 45/156 kB | 32/332 kB Progress (4): 417/524 kB | 57/68 kB | 49/156 kB | 32/332 kB 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): 417/524 kB | 61/68 kB | 49/156 kB | 32/332 kB Progress (4): 421/524 kB | 61/68 kB | 49/156 kB | 32/332 kB Progress (4): 421/524 kB | 65/68 kB | 49/156 kB | 32/332 kB Progress (4): 421/524 kB | 65/68 kB | 53/156 kB | 32/332 kB Progress (4): 421/524 kB | 68 kB | 53/156 kB | 32/332 kB Progress (4): 421/524 kB | 68 kB | 53/156 kB | 36/332 kB Progress (4): 425/524 kB | 68 kB | 53/156 kB | 36/332 kB Progress (4): 425/524 kB | 68 kB | 53/156 kB | 40/332 kB Progress (4): 425/524 kB | 68 kB | 57/156 kB | 40/332 kB Progress (4): 425/524 kB | 68 kB | 57/156 kB | 45/332 kB Progress (4): 425/524 kB | 68 kB | 61/156 kB | 45/332 kB Progress (4): 425/524 kB | 68 kB | 61/156 kB | 49/332 kB Progress (5): 425/524 kB | 68 kB | 61/156 kB | 49/332 kB | 4.1/30 kB Progress (5): 425/524 kB | 68 kB | 65/156 kB | 49/332 kB | 4.1/30 kB Progress (5): 425/524 kB | 68 kB | 65/156 kB | 49/332 kB | 7.7/30 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 175 kB/s) Progress (4): 430/524 kB | 65/156 kB | 49/332 kB | 7.7/30 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 Progress (4): 430/524 kB | 65/156 kB | 53/332 kB | 7.7/30 kB Progress (4): 430/524 kB | 69/156 kB | 53/332 kB | 7.7/30 kB Progress (4): 430/524 kB | 69/156 kB | 53/332 kB | 12/30 kB Progress (4): 430/524 kB | 73/156 kB | 53/332 kB | 12/30 kB Progress (4): 430/524 kB | 73/156 kB | 57/332 kB | 12/30 kB Progress (4): 434/524 kB | 73/156 kB | 57/332 kB | 12/30 kB Progress (4): 434/524 kB | 73/156 kB | 61/332 kB | 12/30 kB Progress (4): 434/524 kB | 77/156 kB | 61/332 kB | 12/30 kB Progress (4): 434/524 kB | 77/156 kB | 61/332 kB | 16/30 kB Progress (4): 434/524 kB | 81/156 kB | 61/332 kB | 16/30 kB Progress (4): 434/524 kB | 81/156 kB | 65/332 kB | 16/30 kB Progress (4): 438/524 kB | 81/156 kB | 65/332 kB | 16/30 kB Progress (4): 438/524 kB | 81/156 kB | 65/332 kB | 20/30 kB Progress (4): 442/524 kB | 81/156 kB | 65/332 kB | 20/30 kB Progress (4): 442/524 kB | 81/156 kB | 65/332 kB | 24/30 kB Progress (4): 442/524 kB | 85/156 kB | 65/332 kB | 24/30 kB Progress (5): 442/524 kB | 85/156 kB | 65/332 kB | 24/30 kB | 4.1/38 kB Progress (5): 442/524 kB | 85/156 kB | 65/332 kB | 28/30 kB | 4.1/38 kB Progress (5): 442/524 kB | 85/156 kB | 69/332 kB | 28/30 kB | 4.1/38 kB Progress (5): 442/524 kB | 85/156 kB | 69/332 kB | 30 kB | 4.1/38 kB Progress (5): 442/524 kB | 85/156 kB | 69/332 kB | 30 kB | 7.7/38 kB Progress (5): 442/524 kB | 90/156 kB | 69/332 kB | 30 kB | 7.7/38 kB Progress (5): 442/524 kB | 90/156 kB | 69/332 kB | 30 kB | 12/38 kB Progress (5): 446/524 kB | 90/156 kB | 69/332 kB | 30 kB | 12/38 kB Progress (5): 446/524 kB | 90/156 kB | 73/332 kB | 30 kB | 12/38 kB Progress (5): 450/524 kB | 90/156 kB | 73/332 kB | 30 kB | 12/38 kB Progress (5): 450/524 kB | 90/156 kB | 73/332 kB | 30 kB | 16/38 kB Progress (5): 450/524 kB | 94/156 kB | 73/332 kB | 30 kB | 16/38 kB Progress (5): 454/524 kB | 94/156 kB | 73/332 kB | 30 kB | 16/38 kB Progress (5): 454/524 kB | 94/156 kB | 77/332 kB | 30 kB | 16/38 kB Progress (5): 458/524 kB | 94/156 kB | 77/332 kB | 30 kB | 16/38 kB Progress (5): 458/524 kB | 98/156 kB | 77/332 kB | 30 kB | 16/38 kB Progress (5): 458/524 kB | 98/156 kB | 77/332 kB | 30 kB | 20/38 kB Progress (5): 458/524 kB | 98/156 kB | 81/332 kB | 30 kB | 20/38 kB Progress (5): 458/524 kB | 98/156 kB | 81/332 kB | 30 kB | 24/38 kB Progress (5): 458/524 kB | 102/156 kB | 81/332 kB | 30 kB | 24/38 kB Progress (5): 458/524 kB | 102/156 kB | 81/332 kB | 30 kB | 28/38 kB Progress (5): 458/524 kB | 102/156 kB | 85/332 kB | 30 kB | 28/38 kB Progress (5): 458/524 kB | 106/156 kB | 85/332 kB | 30 kB | 28/38 kB Progress (5): 462/524 kB | 106/156 kB | 85/332 kB | 30 kB | 28/38 kB Progress (5): 462/524 kB | 110/156 kB | 85/332 kB | 30 kB | 28/38 kB Progress (5): 462/524 kB | 110/156 kB | 90/332 kB | 30 kB | 28/38 kB Progress (5): 462/524 kB | 110/156 kB | 90/332 kB | 30 kB | 32/38 kB Progress (5): 462/524 kB | 110/156 kB | 94/332 kB | 30 kB | 32/38 kB Progress (5): 462/524 kB | 114/156 kB | 94/332 kB | 30 kB | 32/38 kB Progress (5): 466/524 kB | 114/156 kB | 94/332 kB | 30 kB | 32/38 kB Progress (5): 466/524 kB | 114/156 kB | 94/332 kB | 30 kB | 36/38 kB Progress (5): 466/524 kB | 114/156 kB | 98/332 kB | 30 kB | 36/38 kB Progress (5): 466/524 kB | 118/156 kB | 98/332 kB | 30 kB | 36/38 kB Progress (5): 466/524 kB | 118/156 kB | 98/332 kB | 30 kB | 38 kB Progress (5): 471/524 kB | 118/156 kB | 98/332 kB | 30 kB | 38 kB Progress (5): 471/524 kB | 118/156 kB | 102/332 kB | 30 kB | 38 kB Progress (5): 471/524 kB | 122/156 kB | 102/332 kB | 30 kB | 38 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 75 kB/s) Progress (4): 471/524 kB | 122/156 kB | 106/332 kB | 38 kB Progress (4): 475/524 kB | 122/156 kB | 106/332 kB | 38 kB Progress (4): 475/524 kB | 122/156 kB | 110/332 kB | 38 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 (4): 475/524 kB | 126/156 kB | 110/332 kB | 38 kB Progress (4): 475/524 kB | 126/156 kB | 114/332 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 95 kB/s) Progress (3): 475/524 kB | 126/156 kB | 118/332 kB Progress (3): 475/524 kB | 131/156 kB | 118/332 kB Progress (3): 475/524 kB | 131/156 kB | 122/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 (3): 475/524 kB | 135/156 kB | 122/332 kB Progress (3): 475/524 kB | 135/156 kB | 126/332 kB Progress (3): 475/524 kB | 135/156 kB | 131/332 kB Progress (3): 475/524 kB | 135/156 kB | 135/332 kB Progress (3): 475/524 kB | 135/156 kB | 139/332 kB Progress (3): 475/524 kB | 135/156 kB | 143/332 kB Progress (3): 475/524 kB | 135/156 kB | 147/332 kB Progress (3): 475/524 kB | 139/156 kB | 147/332 kB Progress (3): 479/524 kB | 139/156 kB | 147/332 kB Progress (3): 479/524 kB | 139/156 kB | 151/332 kB Progress (3): 479/524 kB | 143/156 kB | 151/332 kB Progress (3): 479/524 kB | 143/156 kB | 155/332 kB Progress (3): 483/524 kB | 143/156 kB | 155/332 kB Progress (3): 483/524 kB | 143/156 kB | 159/332 kB Progress (4): 483/524 kB | 143/156 kB | 159/332 kB | 4.1/35 kB Progress (4): 483/524 kB | 147/156 kB | 159/332 kB | 4.1/35 kB Progress (4): 483/524 kB | 147/156 kB | 159/332 kB | 7.7/35 kB Progress (5): 483/524 kB | 147/156 kB | 159/332 kB | 7.7/35 kB | 4.1/108 kB Progress (5): 483/524 kB | 147/156 kB | 163/332 kB | 7.7/35 kB | 4.1/108 kB Progress (5): 487/524 kB | 147/156 kB | 163/332 kB | 7.7/35 kB | 4.1/108 kB Progress (5): 487/524 kB | 147/156 kB | 163/332 kB | 7.7/35 kB | 7.7/108 kB Progress (5): 487/524 kB | 151/156 kB | 163/332 kB | 7.7/35 kB | 7.7/108 kB Progress (5): 487/524 kB | 151/156 kB | 163/332 kB | 12/35 kB | 7.7/108 kB Progress (5): 487/524 kB | 155/156 kB | 163/332 kB | 12/35 kB | 7.7/108 kB Progress (5): 487/524 kB | 155/156 kB | 163/332 kB | 12/35 kB | 12/108 kB Progress (5): 487/524 kB | 155/156 kB | 167/332 kB | 12/35 kB | 12/108 kB Progress (5): 491/524 kB | 155/156 kB | 167/332 kB | 12/35 kB | 12/108 kB Progress (5): 491/524 kB | 155/156 kB | 171/332 kB | 12/35 kB | 12/108 kB Progress (5): 491/524 kB | 155/156 kB | 171/332 kB | 12/35 kB | 16/108 kB Progress (5): 491/524 kB | 156 kB | 171/332 kB | 12/35 kB | 16/108 kB Progress (5): 491/524 kB | 156 kB | 171/332 kB | 16/35 kB | 16/108 kB Progress (5): 491/524 kB | 156 kB | 176/332 kB | 16/35 kB | 16/108 kB Progress (5): 495/524 kB | 156 kB | 176/332 kB | 16/35 kB | 16/108 kB Progress (5): 495/524 kB | 156 kB | 180/332 kB | 16/35 kB | 16/108 kB Progress (5): 495/524 kB | 156 kB | 180/332 kB | 20/35 kB | 16/108 kB Progress (5): 495/524 kB | 156 kB | 180/332 kB | 20/35 kB | 20/108 kB Progress (5): 499/524 kB | 156 kB | 180/332 kB | 20/35 kB | 20/108 kB Progress (5): 499/524 kB | 156 kB | 180/332 kB | 20/35 kB | 24/108 kB Progress (5): 499/524 kB | 156 kB | 180/332 kB | 24/35 kB | 24/108 kB Progress (5): 499/524 kB | 156 kB | 180/332 kB | 24/35 kB | 28/108 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 335 kB/s) Progress (4): 499/524 kB | 184/332 kB | 24/35 kB | 28/108 kB Progress (4): 503/524 kB | 184/332 kB | 24/35 kB | 28/108 kB Progress (4): 503/524 kB | 188/332 kB | 24/35 kB | 28/108 kB 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 (4): 503/524 kB | 188/332 kB | 24/35 kB | 32/108 kB Progress (4): 503/524 kB | 188/332 kB | 28/35 kB | 32/108 kB Progress (4): 503/524 kB | 192/332 kB | 28/35 kB | 32/108 kB Progress (4): 507/524 kB | 192/332 kB | 28/35 kB | 32/108 kB Progress (4): 507/524 kB | 196/332 kB | 28/35 kB | 32/108 kB Progress (4): 507/524 kB | 196/332 kB | 32/35 kB | 32/108 kB Progress (4): 507/524 kB | 196/332 kB | 32/35 kB | 36/108 kB Progress (4): 507/524 kB | 196/332 kB | 35 kB | 36/108 kB Progress (4): 507/524 kB | 200/332 kB | 35 kB | 36/108 kB Progress (4): 507/524 kB | 200/332 kB | 35 kB | 40/108 kB Progress (5): 507/524 kB | 200/332 kB | 35 kB | 40/108 kB | 4.1/315 kB Progress (5): 507/524 kB | 204/332 kB | 35 kB | 40/108 kB | 4.1/315 kB Progress (5): 511/524 kB | 204/332 kB | 35 kB | 40/108 kB | 4.1/315 kB Progress (5): 511/524 kB | 208/332 kB | 35 kB | 40/108 kB | 4.1/315 kB Progress (5): 511/524 kB | 208/332 kB | 35 kB | 40/108 kB | 7.7/315 kB Progress (5): 511/524 kB | 208/332 kB | 35 kB | 45/108 kB | 7.7/315 kB Progress (5): 511/524 kB | 208/332 kB | 35 kB | 45/108 kB | 12/315 kB Progress (5): 511/524 kB | 212/332 kB | 35 kB | 45/108 kB | 12/315 kB Progress (5): 516/524 kB | 212/332 kB | 35 kB | 45/108 kB | 12/315 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 74 kB/s) Progress (4): 516/524 kB | 212/332 kB | 45/108 kB | 16/315 kB Progress (4): 516/524 kB | 212/332 kB | 49/108 kB | 16/315 kB Progress (4): 516/524 kB | 217/332 kB | 49/108 kB | 16/315 kB Progress (4): 520/524 kB | 217/332 kB | 49/108 kB | 16/315 kB Progress (4): 520/524 kB | 221/332 kB | 49/108 kB | 16/315 kB Progress (4): 524/524 kB | 221/332 kB | 49/108 kB | 16/315 kB Progress (4): 524/524 kB | 221/332 kB | 49/108 kB | 20/315 kB Progress (4): 524 kB | 221/332 kB | 49/108 kB | 20/315 kB Progress (4): 524 kB | 225/332 kB | 49/108 kB | 20/315 kB Progress (4): 524 kB | 225/332 kB | 49/108 kB | 24/315 kB Progress (4): 524 kB | 225/332 kB | 53/108 kB | 24/315 kB Progress (4): 524 kB | 225/332 kB | 53/108 kB | 28/315 kB Progress (4): 524 kB | 229/332 kB | 53/108 kB | 28/315 kB Progress (4): 524 kB | 229/332 kB | 53/108 kB | 32/315 kB Progress (4): 524 kB | 229/332 kB | 57/108 kB | 32/315 kB Progress (4): 524 kB | 229/332 kB | 61/108 kB | 32/315 kB Progress (4): 524 kB | 233/332 kB | 61/108 kB | 32/315 kB Progress (4): 524 kB | 233/332 kB | 61/108 kB | 36/315 kB Progress (4): 524 kB | 233/332 kB | 65/108 kB | 36/315 kB Progress (4): 524 kB | 233/332 kB | 65/108 kB | 40/315 kB Progress (4): 524 kB | 237/332 kB | 65/108 kB | 40/315 kB Progress (4): 524 kB | 237/332 kB | 65/108 kB | 45/315 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 1.1 MB/s) Progress (3): 241/332 kB | 65/108 kB | 45/315 kB Progress (3): 241/332 kB | 69/108 kB | 45/315 kB Progress (3): 241/332 kB | 69/108 kB | 49/315 kB Progress (3): 241/332 kB | 73/108 kB | 49/315 kB Progress (3): 245/332 kB | 73/108 kB | 49/315 kB Progress (3): 245/332 kB | 77/108 kB | 49/315 kB Progress (3): 245/332 kB | 81/108 kB | 49/315 kB Progress (3): 245/332 kB | 81/108 kB | 53/315 kB Progress (3): 245/332 kB | 81/108 kB | 57/315 kB Progress (3): 249/332 kB | 81/108 kB | 57/315 kB Progress (3): 249/332 kB | 81/108 kB | 61/315 kB Progress (3): 253/332 kB | 81/108 kB | 61/315 kB Progress (3): 253/332 kB | 81/108 kB | 65/315 kB Progress (3): 258/332 kB | 81/108 kB | 65/315 kB Progress (3): 258/332 kB | 85/108 kB | 65/315 kB Progress (3): 262/332 kB | 85/108 kB | 65/315 kB Progress (3): 262/332 kB | 90/108 kB | 65/315 kB Progress (3): 262/332 kB | 90/108 kB | 69/315 kB Progress (3): 262/332 kB | 94/108 kB | 69/315 kB Progress (3): 262/332 kB | 94/108 kB | 73/315 kB Progress (3): 262/332 kB | 98/108 kB | 73/315 kB Progress (3): 266/332 kB | 98/108 kB | 73/315 kB Progress (3): 266/332 kB | 98/108 kB | 77/315 kB Progress (3): 270/332 kB | 98/108 kB | 77/315 kB Progress (3): 270/332 kB | 98/108 kB | 81/315 kB Progress (3): 274/332 kB | 98/108 kB | 81/315 kB Progress (3): 274/332 kB | 102/108 kB | 81/315 kB Progress (3): 278/332 kB | 102/108 kB | 81/315 kB Progress (3): 278/332 kB | 106/108 kB | 81/315 kB Progress (3): 278/332 kB | 106/108 kB | 85/315 kB Progress (3): 278/332 kB | 108 kB | 85/315 kB Progress (3): 278/332 kB | 108 kB | 90/315 kB Progress (3): 278/332 kB | 108 kB | 94/315 kB Progress (3): 282/332 kB | 108 kB | 94/315 kB Progress (3): 282/332 kB | 108 kB | 98/315 kB Progress (3): 286/332 kB | 108 kB | 98/315 kB Progress (3): 290/332 kB | 108 kB | 98/315 kB Progress (3): 294/332 kB | 108 kB | 98/315 kB Progress (3): 294/332 kB | 108 kB | 102/315 kB Progress (3): 294/332 kB | 108 kB | 106/315 kB Progress (3): 294/332 kB | 108 kB | 110/315 kB Progress (3): 294/332 kB | 108 kB | 114/315 kB Progress (3): 298/332 kB | 108 kB | 114/315 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.jar (108 kB at 226 kB/s) Progress (2): 298/332 kB | 118/315 kB Progress (2): 303/332 kB | 118/315 kB Progress (2): 303/332 kB | 122/315 kB Progress (2): 307/332 kB | 122/315 kB Progress (2): 307/332 kB | 126/315 kB Progress (2): 311/332 kB | 126/315 kB Progress (2): 311/332 kB | 131/315 kB Progress (2): 315/332 kB | 131/315 kB Progress (2): 315/332 kB | 135/315 kB Progress (2): 319/332 kB | 135/315 kB Progress (2): 319/332 kB | 139/315 kB Progress (2): 323/332 kB | 139/315 kB Progress (2): 323/332 kB | 143/315 kB Progress (2): 327/332 kB | 143/315 kB Progress (2): 327/332 kB | 147/315 kB Progress (2): 331/332 kB | 147/315 kB Progress (2): 332 kB | 147/315 kB Progress (2): 332 kB | 151/315 kB Progress (2): 332 kB | 155/315 kB Progress (2): 332 kB | 159/315 kB Progress (2): 332 kB | 163/315 kB Progress (2): 332 kB | 167/315 kB 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 685 kB/s) Progress (1): 171/315 kB Progress (1): 176/315 kB Progress (1): 180/315 kB Progress (1): 184/315 kB Progress (1): 188/315 kB Progress (1): 192/315 kB Progress (1): 196/315 kB Progress (1): 200/315 kB Progress (1): 204/315 kB Progress (1): 208/315 kB Progress (1): 212/315 kB Progress (1): 217/315 kB Progress (1): 221/315 kB Progress (1): 225/315 kB Progress (1): 229/315 kB Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 249/315 kB Progress (1): 253/315 kB Progress (1): 258/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 294/315 kB Progress (1): 298/315 kB Progress (1): 303/315 kB Progress (1): 307/315 kB Progress (1): 311/315 kB Progress (1): 315/315 kB Progress (1): 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 639 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.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-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.pom (3.9 kB at 10 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom Progress (1): 4.1 kB Progress (1): 8.2 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/26/maven-plugins-26.pom (11 kB at 62 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 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/25/maven-parent-25.pom (37 kB at 1.1 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.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-toolchains-plugin/1.1/maven-toolchains-plugin-1.1.jar (25 kB at 736 kB/s) [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/pom.xml [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ [INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.21 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.21/ [INFO] Adding repository https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.27.v20200227 [INFO] Fetching content.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.27.v20200227/ (19.47kB) [INFO] Fetching p2.index from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/ [INFO] Adding repository https://download.eclipse.org/rt/ecf/3.14.7/site.p2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/ [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Adding repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ [INFO] Fetching p2.index from https://download.eclipse.org/egit/updates-5.6/ [INFO] Adding repository https://download.eclipse.org/egit/updates-5.6 [INFO] Fetching content.xml.xz from https://download.eclipse.org/egit/updates-5.6/ [INFO] Fetching p2.index from https://download.eclipse.org/reddeer/releases/2.8.0/ [INFO] Adding repository https://download.eclipse.org/reddeer/releases/2.8.0 [INFO] Fetching content.xml.xz from https://download.eclipse.org/reddeer/releases/2.8.0/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/ [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.16-I-builds [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/ (462B) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/categories/ (1.46kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200313-1800/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200313-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/ [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (9.5MB) [INFO] Fetching org.eclipse.osgi_3.15.300.v20200312-2052.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (460.66kB) [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (2.83MB) [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (33.04kB) [INFO] Fetching org.eclipse.core.runtime_3.17.200.v20200310-0218.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (33.67kB) [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (43.01kB) [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (52.7kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200310-0218.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (41.5kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (54.37kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (76.99kB) [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (33.98kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (27.79kB) [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (46.09kB) [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (873.17kB) [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (42.13kB) [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (100.66kB) [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (126.56kB) [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (21.32kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (155.55kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (30.65kB) [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (306.39kB) [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (363.87kB) [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (317.81kB) [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200312-0717.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (961.11kB) [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/plugins/ (48.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (233.92kB) [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (200.77kB) [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (124.26kB) [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (55.68kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (82.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (44.98kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (41.39kB) [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (33.79kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (44.56kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (18.03kB) [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (126.21kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (13.76kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200311-0642.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/plugins/ (25.9kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200310-0218.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (28.22kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (7.75kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/plugins/ (16.65kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (21.82kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (485.73kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (22.97kB) [INFO] Fetching org.eclipse.swt_3.114.100.v20200314-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/plugins/ (16.02kB) [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (361.89kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (65.52kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (79.02kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (16.45kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (9.76kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (24.04kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (8.02kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (111.14kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (13.16kB) [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (16.7kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (9.45kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (51.02kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (84.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200312-0659.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (85.43kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (50.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (94.67kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200312-0659.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (61.4kB) [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (78.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (115.01kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (29.85kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (74.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200311-1341.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/plugins/ (108.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (50.94kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (55.47kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (44.42kB) [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (125.61kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.400.v20191120-1313.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (16.69kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.900.v20200303-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (76.66kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (123kB) [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200311-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (969.18kB) [INFO] Fetching org.eclipse.test.performance_3.14.200.v20200218-1202.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (57.18kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.500.v20200312-2207.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/plugins/ (107.92kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (182.38kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (133.31kB) [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (494.08kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200314-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/plugins/ (954.2kB) [INFO] Fetching org.eclipse.ui.workbench_3.118.100.v20200310-0123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (1,004.16kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (56.27kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200310-0405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (70.93kB) [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (21.42kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (40.96kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (29.18kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (16.71kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.114.100.v20200314-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/plugins/ (972.36kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200314-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/plugins/ (1.13MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200314-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/plugins/ (830.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.jdt.core [eclipse-plugin] [INFO] org.eclipse.jdt.core.tests.compiler [eclipse-test-plugin] [INFO] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >---------------- [INFO] Building org.eclipse.jdt.core 3.21.100-SNAPSHOT [1/2] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core --- Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 133 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 208 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar 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.jar Progress (1): 4.1/222 kB Progress (1): 7.7/222 kB Progress (1): 12/222 kB Progress (1): 16/222 kB Progress (1): 20/222 kB Progress (1): 24/222 kB Progress (1): 28/222 kB Progress (1): 32/222 kB Progress (1): 36/222 kB Progress (1): 40/222 kB Progress (1): 45/222 kB Progress (1): 49/222 kB Progress (1): 53/222 kB Progress (1): 57/222 kB Progress (1): 61/222 kB Progress (1): 65/222 kB Progress (1): 69/222 kB Progress (1): 73/222 kB Progress (1): 77/222 kB Progress (1): 81/222 kB Progress (1): 85/222 kB Progress (1): 90/222 kB Progress (1): 94/222 kB Progress (1): 98/222 kB Progress (1): 102/222 kB Progress (1): 106/222 kB Progress (1): 110/222 kB Progress (1): 114/222 kB Progress (1): 118/222 kB Progress (1): 122/222 kB Progress (1): 126/222 kB Progress (1): 131/222 kB Progress (1): 135/222 kB Progress (1): 139/222 kB Progress (1): 143/222 kB Progress (1): 147/222 kB Progress (1): 151/222 kB Progress (1): 155/222 kB Progress (1): 159/222 kB Progress (1): 163/222 kB Progress (1): 167/222 kB Progress (1): 171/222 kB Progress (1): 176/222 kB Progress (1): 180/222 kB Progress (1): 184/222 kB Progress (1): 188/222 kB Progress (1): 192/222 kB Progress (1): 196/222 kB Progress (1): 200/222 kB Progress (1): 204/222 kB Progress (1): 208/222 kB Progress (1): 212/222 kB Progress (1): 217/222 kB Progress (1): 221/222 kB Progress (1): 222 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.jar (222 kB at 6.5 MB/s) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core --- Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.pom (1.9 kB at 52 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.pom (9.8 kB at 376 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 36 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.6.0.201912101111-r/org.eclipse.jgit-parent-5.6.0.201912101111-r.pom (36 kB at 1.4 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.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.55/jsch-0.1.55.pom (3.2 kB at 170 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 242 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 171 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 274 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 292 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 192 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 537 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom (2.5 kB at 124 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 55 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom (2.2 kB at 117 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.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.6.0/tycho-sourceref-jgit-1.6.0.pom (1.5 kB at 76 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.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 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/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar Progress (1): 4.1/283 kB Progress (1): 7.7/283 kB Progress (1): 12/283 kB Progress (1): 16/283 kB Progress (1): 20/283 kB Progress (1): 24/283 kB Progress (1): 28/283 kB Progress (1): 32/283 kB Progress (2): 32/283 kB | 4.1/70 kB Progress (2): 32/283 kB | 7.7/70 kB Progress (2): 32/283 kB | 12/70 kB Progress (2): 36/283 kB | 12/70 kB Progress (2): 36/283 kB | 16/70 kB Progress (2): 40/283 kB | 16/70 kB Progress (2): 45/283 kB | 16/70 kB Progress (2): 49/283 kB | 16/70 kB Progress (2): 49/283 kB | 20/70 kB Progress (2): 49/283 kB | 24/70 kB Progress (2): 49/283 kB | 28/70 kB Progress (2): 53/283 kB | 28/70 kB Progress (2): 53/283 kB | 32/70 kB Progress (2): 57/283 kB | 32/70 kB Progress (2): 61/283 kB | 32/70 kB Progress (2): 65/283 kB | 32/70 kB Progress (2): 65/283 kB | 36/70 kB Progress (2): 65/283 kB | 40/70 kB Progress (2): 65/283 kB | 45/70 kB Progress (2): 69/283 kB | 45/70 kB Progress (2): 69/283 kB | 49/70 kB Progress (2): 73/283 kB | 49/70 kB Progress (2): 77/283 kB | 49/70 kB Progress (2): 81/283 kB | 49/70 kB Progress (2): 81/283 kB | 53/70 kB Progress (2): 81/283 kB | 57/70 kB Progress (2): 81/283 kB | 61/70 kB Progress (2): 81/283 kB | 65/70 kB Progress (2): 85/283 kB | 65/70 kB Progress (2): 90/283 kB | 65/70 kB Progress (2): 90/283 kB | 69/70 kB Progress (2): 94/283 kB | 69/70 kB Progress (2): 94/283 kB | 70 kB Progress (2): 98/283 kB | 70 kB Progress (3): 98/283 kB | 70 kB | 4.1/166 kB Progress (3): 98/283 kB | 70 kB | 7.7/166 kB Progress (4): 98/283 kB | 70 kB | 7.7/166 kB | 0/2.8 MB Progress (4): 102/283 kB | 70 kB | 7.7/166 kB | 0/2.8 MB Progress (4): 102/283 kB | 70 kB | 12/166 kB | 0/2.8 MB Progress (4): 106/283 kB | 70 kB | 12/166 kB | 0/2.8 MB Progress (4): 106/283 kB | 70 kB | 16/166 kB | 0/2.8 MB Progress (4): 110/283 kB | 70 kB | 16/166 kB | 0/2.8 MB Progress (4): 114/283 kB | 70 kB | 16/166 kB | 0/2.8 MB Progress (4): 114/283 kB | 70 kB | 16/166 kB | 0/2.8 MB Progress (4): 114/283 kB | 70 kB | 20/166 kB | 0/2.8 MB Progress (4): 114/283 kB | 70 kB | 24/166 kB | 0/2.8 MB Progress (4): 118/283 kB | 70 kB | 24/166 kB | 0/2.8 MB Progress (4): 118/283 kB | 70 kB | 28/166 kB | 0/2.8 MB 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 2.2 MB/s) Progress (3): 118/283 kB | 28/166 kB | 0/2.8 MB Progress (3): 118/283 kB | 32/166 kB | 0/2.8 MB Progress (3): 122/283 kB | 32/166 kB | 0/2.8 MB 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): 126/283 kB | 32/166 kB | 0/2.8 MB Progress (3): 131/283 kB | 32/166 kB | 0/2.8 MB Progress (3): 131/283 kB | 32/166 kB | 0.1/2.8 MB Progress (3): 131/283 kB | 36/166 kB | 0.1/2.8 MB Progress (3): 131/283 kB | 40/166 kB | 0.1/2.8 MB Progress (3): 131/283 kB | 45/166 kB | 0.1/2.8 MB Progress (3): 135/283 kB | 45/166 kB | 0.1/2.8 MB Progress (3): 135/283 kB | 49/166 kB | 0.1/2.8 MB Progress (3): 139/283 kB | 49/166 kB | 0.1/2.8 MB Progress (3): 143/283 kB | 49/166 kB | 0.1/2.8 MB Progress (3): 143/283 kB | 49/166 kB | 0.1/2.8 MB Progress (3): 147/283 kB | 49/166 kB | 0.1/2.8 MB Progress (3): 147/283 kB | 53/166 kB | 0.1/2.8 MB Progress (3): 147/283 kB | 57/166 kB | 0.1/2.8 MB Progress (3): 147/283 kB | 61/166 kB | 0.1/2.8 MB Progress (3): 147/283 kB | 65/166 kB | 0.1/2.8 MB Progress (3): 151/283 kB | 65/166 kB | 0.1/2.8 MB Progress (4): 151/283 kB | 65/166 kB | 0.1/2.8 MB | 4.1/26 kB Progress (4): 151/283 kB | 65/166 kB | 0.1/2.8 MB | 4.1/26 kB Progress (4): 151/283 kB | 65/166 kB | 0.1/2.8 MB | 7.7/26 kB Progress (4): 151/283 kB | 69/166 kB | 0.1/2.8 MB | 7.7/26 kB Progress (4): 155/283 kB | 69/166 kB | 0.1/2.8 MB | 7.7/26 kB Progress (4): 155/283 kB | 73/166 kB | 0.1/2.8 MB | 7.7/26 kB Progress (4): 155/283 kB | 73/166 kB | 0.1/2.8 MB | 12/26 kB Progress (4): 155/283 kB | 77/166 kB | 0.1/2.8 MB | 12/26 kB Progress (4): 159/283 kB | 77/166 kB | 0.1/2.8 MB | 12/26 kB Progress (4): 159/283 kB | 81/166 kB | 0.1/2.8 MB | 12/26 kB Progress (4): 159/283 kB | 81/166 kB | 0.1/2.8 MB | 12/26 kB Progress (4): 159/283 kB | 81/166 kB | 0.1/2.8 MB | 16/26 kB Progress (4): 163/283 kB | 81/166 kB | 0.1/2.8 MB | 16/26 kB Progress (4): 163/283 kB | 85/166 kB | 0.1/2.8 MB | 16/26 kB Progress (4): 163/283 kB | 85/166 kB | 0.1/2.8 MB | 20/26 kB Progress (4): 163/283 kB | 90/166 kB | 0.1/2.8 MB | 20/26 kB Progress (4): 163/283 kB | 90/166 kB | 0.1/2.8 MB | 24/26 kB Progress (4): 163/283 kB | 94/166 kB | 0.1/2.8 MB | 24/26 kB Progress (4): 167/283 kB | 94/166 kB | 0.1/2.8 MB | 24/26 kB Progress (4): 167/283 kB | 94/166 kB | 0.1/2.8 MB | 24/26 kB Progress (4): 171/283 kB | 94/166 kB | 0.1/2.8 MB | 24/26 kB Progress (4): 171/283 kB | 98/166 kB | 0.1/2.8 MB | 24/26 kB Progress (4): 171/283 kB | 98/166 kB | 0.1/2.8 MB | 26 kB Progress (4): 176/283 kB | 98/166 kB | 0.1/2.8 MB | 26 kB Progress (4): 180/283 kB | 98/166 kB | 0.1/2.8 MB | 26 kB Progress (4): 180/283 kB | 102/166 kB | 0.1/2.8 MB | 26 kB Progress (4): 180/283 kB | 102/166 kB | 0.1/2.8 MB | 26 kB Progress (4): 180/283 kB | 106/166 kB | 0.1/2.8 MB | 26 kB Progress (5): 180/283 kB | 106/166 kB | 0.1/2.8 MB | 26 kB | 4.1/12 kB Progress (5): 180/283 kB | 110/166 kB | 0.1/2.8 MB | 26 kB | 4.1/12 kB Progress (5): 184/283 kB | 110/166 kB | 0.1/2.8 MB | 26 kB | 4.1/12 kB Progress (5): 184/283 kB | 110/166 kB | 0.1/2.8 MB | 26 kB | 7.7/12 kB Progress (5): 188/283 kB | 110/166 kB | 0.1/2.8 MB | 26 kB | 7.7/12 kB Progress (5): 188/283 kB | 110/166 kB | 0.2/2.8 MB | 26 kB | 7.7/12 kB Progress (5): 188/283 kB | 114/166 kB | 0.2/2.8 MB | 26 kB | 7.7/12 kB Progress (5): 192/283 kB | 114/166 kB | 0.2/2.8 MB | 26 kB | 7.7/12 kB Progress (5): 192/283 kB | 114/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 196/283 kB | 114/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 196/283 kB | 118/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 196/283 kB | 118/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 196/283 kB | 122/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 196/283 kB | 126/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 200/283 kB | 126/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 200/283 kB | 131/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 204/283 kB | 131/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 204/283 kB | 131/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 208/283 kB | 131/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 212/283 kB | 131/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 212/283 kB | 135/166 kB | 0.2/2.8 MB | 26 kB | 12 kB Progress (5): 212/283 kB | 139/166 kB | 0.2/2.8 MB | 26 kB | 12 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 621 kB/s) Progress (4): 217/283 kB | 139/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 217/283 kB | 139/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 217/283 kB | 143/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 221/283 kB | 143/166 kB | 0.2/2.8 MB | 12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar Progress (4): 225/283 kB | 143/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 225/283 kB | 147/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 225/283 kB | 147/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 229/283 kB | 147/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 229/283 kB | 151/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 229/283 kB | 155/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 233/283 kB | 155/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 233/283 kB | 159/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 233/283 kB | 159/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 233/283 kB | 163/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 237/283 kB | 163/166 kB | 0.2/2.8 MB | 12 kB Progress (4): 237/283 kB | 166 kB | 0.2/2.8 MB | 12 kB Progress (4): 241/283 kB | 166 kB | 0.2/2.8 MB | 12 kB Progress (4): 245/283 kB | 166 kB | 0.2/2.8 MB | 12 kB Progress (4): 245/283 kB | 166 kB | 0.3/2.8 MB | 12 kB Progress (4): 249/283 kB | 166 kB | 0.3/2.8 MB | 12 kB Progress (4): 253/283 kB | 166 kB | 0.3/2.8 MB | 12 kB Progress (4): 258/283 kB | 166 kB | 0.3/2.8 MB | 12 kB Progress (4): 262/283 kB | 166 kB | 0.3/2.8 MB | 12 kB Progress (4): 262/283 kB | 166 kB | 0.3/2.8 MB | 12 kB Progress (5): 262/283 kB | 166 kB | 0.3/2.8 MB | 12 kB | 4.1/329 kB Progress (5): 266/283 kB | 166 kB | 0.3/2.8 MB | 12 kB | 4.1/329 kB Progress (5): 266/283 kB | 166 kB | 0.3/2.8 MB | 12 kB | 7.7/329 kB Progress (5): 270/283 kB | 166 kB | 0.3/2.8 MB | 12 kB | 7.7/329 kB Progress (5): 270/283 kB | 166 kB | 0.3/2.8 MB | 12 kB | 7.7/329 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.jar (166 kB at 3.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar Progress (4): 270/283 kB | 0.3/2.8 MB | 12 kB | 12/329 kB Progress (4): 274/283 kB | 0.3/2.8 MB | 12 kB | 12/329 kB Progress (4): 274/283 kB | 0.3/2.8 MB | 12 kB | 16/329 kB Progress (4): 278/283 kB | 0.3/2.8 MB | 12 kB | 16/329 kB Progress (4): 282/283 kB | 0.3/2.8 MB | 12 kB | 16/329 kB Progress (4): 283 kB | 0.3/2.8 MB | 12 kB | 16/329 kB Progress (4): 283 kB | 0.3/2.8 MB | 12 kB | 20/329 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/1.6.0/tycho-buildtimestamp-jgit-1.6.0.jar (12 kB at 215 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar Progress (3): 283 kB | 0.3/2.8 MB | 20/329 kB Progress (3): 283 kB | 0.3/2.8 MB | 24/329 kB Progress (3): 283 kB | 0.3/2.8 MB | 28/329 kB Progress (3): 283 kB | 0.3/2.8 MB | 32/329 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 4.0 MB/s) Progress (2): 0.3/2.8 MB | 36/329 kB Progress (2): 0.3/2.8 MB | 36/329 kB Progress (2): 0.3/2.8 MB | 40/329 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar Progress (2): 0.3/2.8 MB | 45/329 kB Progress (2): 0.3/2.8 MB | 49/329 kB Progress (2): 0.3/2.8 MB | 49/329 kB Progress (2): 0.3/2.8 MB | 53/329 kB Progress (2): 0.3/2.8 MB | 57/329 kB Progress (2): 0.3/2.8 MB | 61/329 kB Progress (2): 0.3/2.8 MB | 65/329 kB Progress (3): 0.3/2.8 MB | 65/329 kB | 4.1/6.0 kB Progress (3): 0.4/2.8 MB | 65/329 kB | 4.1/6.0 kB Progress (3): 0.4/2.8 MB | 65/329 kB | 6.0 kB Progress (3): 0.4/2.8 MB | 69/329 kB | 6.0 kB Progress (3): 0.4/2.8 MB | 73/329 kB | 6.0 kB Progress (3): 0.4/2.8 MB | 77/329 kB | 6.0 kB Progress (3): 0.4/2.8 MB | 81/329 kB | 6.0 kB Progress (3): 0.4/2.8 MB | 81/329 kB | 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.6.0/tycho-sourceref-jgit-1.6.0.jar (6.0 kB at 81 kB/s) Progress (2): 0.4/2.8 MB | 85/329 kB Progress (2): 0.4/2.8 MB | 85/329 kB Progress (2): 0.4/2.8 MB | 90/329 kB Progress (2): 0.4/2.8 MB | 94/329 kB Progress (2): 0.4/2.8 MB | 98/329 kB Progress (2): 0.4/2.8 MB | 98/329 kB Progress (2): 0.4/2.8 MB | 102/329 kB Progress (2): 0.4/2.8 MB | 106/329 kB Progress (2): 0.4/2.8 MB | 110/329 kB Progress (2): 0.4/2.8 MB | 114/329 kB Progress (2): 0.4/2.8 MB | 114/329 kB Progress (3): 0.4/2.8 MB | 114/329 kB | 0/4.8 MB Progress (3): 0.4/2.8 MB | 118/329 kB | 0/4.8 MB Progress (3): 0.4/2.8 MB | 122/329 kB | 0/4.8 MB Progress (3): 0.4/2.8 MB | 126/329 kB | 0/4.8 MB Progress (4): 0.4/2.8 MB | 126/329 kB | 0/4.8 MB | 7.7/878 kB Progress (4): 0.4/2.8 MB | 126/329 kB | 0/4.8 MB | 7.7/878 kB Progress (4): 0.4/2.8 MB | 131/329 kB | 0/4.8 MB | 7.7/878 kB Progress (4): 0.4/2.8 MB | 131/329 kB | 0/4.8 MB | 16/878 kB Progress (4): 0.4/2.8 MB | 131/329 kB | 0/4.8 MB | 16/878 kB Progress (4): 0.4/2.8 MB | 135/329 kB | 0/4.8 MB | 16/878 kB Progress (4): 0.5/2.8 MB | 135/329 kB | 0/4.8 MB | 16/878 kB Progress (4): 0.5/2.8 MB | 135/329 kB | 0/4.8 MB | 24/878 kB Progress (4): 0.5/2.8 MB | 139/329 kB | 0/4.8 MB | 24/878 kB Progress (4): 0.5/2.8 MB | 139/329 kB | 0/4.8 MB | 32/878 kB Progress (4): 0.5/2.8 MB | 143/329 kB | 0/4.8 MB | 32/878 kB Progress (4): 0.5/2.8 MB | 147/329 kB | 0/4.8 MB | 32/878 kB Progress (4): 0.5/2.8 MB | 147/329 kB | 0.1/4.8 MB | 32/878 kB Progress (4): 0.5/2.8 MB | 147/329 kB | 0.1/4.8 MB | 32/878 kB Progress (4): 0.5/2.8 MB | 147/329 kB | 0.1/4.8 MB | 40/878 kB Progress (4): 0.5/2.8 MB | 151/329 kB | 0.1/4.8 MB | 40/878 kB Progress (4): 0.5/2.8 MB | 151/329 kB | 0.1/4.8 MB | 49/878 kB Progress (4): 0.5/2.8 MB | 155/329 kB | 0.1/4.8 MB | 49/878 kB Progress (4): 0.5/2.8 MB | 159/329 kB | 0.1/4.8 MB | 49/878 kB Progress (4): 0.5/2.8 MB | 159/329 kB | 0.1/4.8 MB | 49/878 kB Progress (4): 0.5/2.8 MB | 163/329 kB | 0.1/4.8 MB | 49/878 kB Progress (4): 0.5/2.8 MB | 163/329 kB | 0.1/4.8 MB | 49/878 kB Progress (4): 0.5/2.8 MB | 163/329 kB | 0.1/4.8 MB | 57/878 kB Progress (4): 0.5/2.8 MB | 163/329 kB | 0.1/4.8 MB | 65/878 kB Progress (4): 0.5/2.8 MB | 167/329 kB | 0.1/4.8 MB | 65/878 kB Progress (4): 0.5/2.8 MB | 171/329 kB | 0.1/4.8 MB | 65/878 kB Progress (4): 0.5/2.8 MB | 176/329 kB | 0.1/4.8 MB | 65/878 kB Progress (4): 0.5/2.8 MB | 176/329 kB | 0.1/4.8 MB | 65/878 kB Progress (4): 0.5/2.8 MB | 176/329 kB | 0.1/4.8 MB | 65/878 kB Progress (4): 0.5/2.8 MB | 176/329 kB | 0.1/4.8 MB | 73/878 kB Progress (4): 0.5/2.8 MB | 180/329 kB | 0.1/4.8 MB | 73/878 kB Progress (4): 0.5/2.8 MB | 180/329 kB | 0.1/4.8 MB | 81/878 kB Progress (4): 0.5/2.8 MB | 180/329 kB | 0.1/4.8 MB | 81/878 kB Progress (4): 0.5/2.8 MB | 180/329 kB | 0.1/4.8 MB | 81/878 kB Progress (4): 0.5/2.8 MB | 184/329 kB | 0.1/4.8 MB | 81/878 kB Progress (4): 0.5/2.8 MB | 184/329 kB | 0.1/4.8 MB | 90/878 kB Progress (4): 0.5/2.8 MB | 188/329 kB | 0.1/4.8 MB | 90/878 kB Progress (4): 0.5/2.8 MB | 188/329 kB | 0.1/4.8 MB | 98/878 kB Progress (4): 0.5/2.8 MB | 192/329 kB | 0.1/4.8 MB | 98/878 kB Progress (4): 0.5/2.8 MB | 192/329 kB | 0.1/4.8 MB | 98/878 kB Progress (4): 0.5/2.8 MB | 196/329 kB | 0.1/4.8 MB | 98/878 kB Progress (4): 0.5/2.8 MB | 196/329 kB | 0.1/4.8 MB | 106/878 kB Progress (4): 0.5/2.8 MB | 196/329 kB | 0.2/4.8 MB | 106/878 kB Progress (4): 0.5/2.8 MB | 196/329 kB | 0.2/4.8 MB | 114/878 kB Progress (4): 0.5/2.8 MB | 200/329 kB | 0.2/4.8 MB | 114/878 kB Progress (4): 0.6/2.8 MB | 200/329 kB | 0.2/4.8 MB | 114/878 kB Progress (4): 0.6/2.8 MB | 204/329 kB | 0.2/4.8 MB | 114/878 kB Progress (4): 0.6/2.8 MB | 208/329 kB | 0.2/4.8 MB | 114/878 kB Progress (4): 0.6/2.8 MB | 208/329 kB | 0.2/4.8 MB | 122/878 kB Progress (4): 0.6/2.8 MB | 212/329 kB | 0.2/4.8 MB | 122/878 kB Progress (4): 0.6/2.8 MB | 212/329 kB | 0.2/4.8 MB | 122/878 kB Progress (4): 0.6/2.8 MB | 212/329 kB | 0.2/4.8 MB | 131/878 kB Progress (4): 0.6/2.8 MB | 212/329 kB | 0.2/4.8 MB | 131/878 kB Progress (4): 0.6/2.8 MB | 217/329 kB | 0.2/4.8 MB | 131/878 kB Progress (4): 0.6/2.8 MB | 221/329 kB | 0.2/4.8 MB | 131/878 kB Progress (4): 0.6/2.8 MB | 221/329 kB | 0.2/4.8 MB | 139/878 kB Progress (4): 0.6/2.8 MB | 225/329 kB | 0.2/4.8 MB | 139/878 kB Progress (4): 0.6/2.8 MB | 225/329 kB | 0.2/4.8 MB | 147/878 kB Progress (4): 0.6/2.8 MB | 225/329 kB | 0.2/4.8 MB | 147/878 kB Progress (4): 0.6/2.8 MB | 229/329 kB | 0.2/4.8 MB | 147/878 kB Progress (4): 0.6/2.8 MB | 229/329 kB | 0.2/4.8 MB | 147/878 kB Progress (4): 0.6/2.8 MB | 229/329 kB | 0.2/4.8 MB | 155/878 kB Progress (4): 0.6/2.8 MB | 229/329 kB | 0.2/4.8 MB | 163/878 kB Progress (4): 0.6/2.8 MB | 229/329 kB | 0.2/4.8 MB | 163/878 kB Progress (4): 0.6/2.8 MB | 233/329 kB | 0.2/4.8 MB | 163/878 kB Progress (4): 0.6/2.8 MB | 233/329 kB | 0.2/4.8 MB | 163/878 kB Progress (4): 0.6/2.8 MB | 237/329 kB | 0.2/4.8 MB | 163/878 kB Progress (4): 0.6/2.8 MB | 237/329 kB | 0.2/4.8 MB | 171/878 kB Progress (4): 0.6/2.8 MB | 241/329 kB | 0.2/4.8 MB | 171/878 kB Progress (4): 0.6/2.8 MB | 241/329 kB | 0.2/4.8 MB | 180/878 kB Progress (4): 0.6/2.8 MB | 245/329 kB | 0.2/4.8 MB | 180/878 kB Progress (4): 0.6/2.8 MB | 245/329 kB | 0.2/4.8 MB | 180/878 kB Progress (4): 0.6/2.8 MB | 245/329 kB | 0.2/4.8 MB | 188/878 kB Progress (4): 0.6/2.8 MB | 245/329 kB | 0.3/4.8 MB | 188/878 kB Progress (4): 0.6/2.8 MB | 249/329 kB | 0.3/4.8 MB | 188/878 kB Progress (4): 0.6/2.8 MB | 249/329 kB | 0.3/4.8 MB | 196/878 kB Progress (4): 0.6/2.8 MB | 249/329 kB | 0.3/4.8 MB | 196/878 kB Progress (4): 0.6/2.8 MB | 253/329 kB | 0.3/4.8 MB | 196/878 kB Progress (4): 0.6/2.8 MB | 258/329 kB | 0.3/4.8 MB | 196/878 kB Progress (4): 0.6/2.8 MB | 258/329 kB | 0.3/4.8 MB | 196/878 kB Progress (4): 0.6/2.8 MB | 258/329 kB | 0.3/4.8 MB | 204/878 kB Progress (4): 0.6/2.8 MB | 262/329 kB | 0.3/4.8 MB | 204/878 kB Progress (4): 0.6/2.8 MB | 262/329 kB | 0.3/4.8 MB | 212/878 kB Progress (4): 0.7/2.8 MB | 262/329 kB | 0.3/4.8 MB | 212/878 kB Progress (4): 0.7/2.8 MB | 266/329 kB | 0.3/4.8 MB | 212/878 kB Progress (4): 0.7/2.8 MB | 270/329 kB | 0.3/4.8 MB | 212/878 kB Progress (4): 0.7/2.8 MB | 270/329 kB | 0.3/4.8 MB | 221/878 kB Progress (4): 0.7/2.8 MB | 274/329 kB | 0.3/4.8 MB | 221/878 kB Progress (4): 0.7/2.8 MB | 274/329 kB | 0.3/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 274/329 kB | 0.3/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 274/329 kB | 0.3/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 278/329 kB | 0.3/4.8 MB | 229/878 kB Progress (4): 0.7/2.8 MB | 278/329 kB | 0.3/4.8 MB | 237/878 kB Progress (4): 0.7/2.8 MB | 278/329 kB | 0.3/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 282/329 kB | 0.3/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 282/329 kB | 0.3/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 286/329 kB | 0.3/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 286/329 kB | 0.3/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 290/329 kB | 0.3/4.8 MB | 245/878 kB Progress (4): 0.7/2.8 MB | 290/329 kB | 0.3/4.8 MB | 253/878 kB Progress (4): 0.7/2.8 MB | 294/329 kB | 0.3/4.8 MB | 253/878 kB Progress (4): 0.7/2.8 MB | 294/329 kB | 0.3/4.8 MB | 262/878 kB Progress (4): 0.7/2.8 MB | 294/329 kB | 0.3/4.8 MB | 262/878 kB Progress (4): 0.7/2.8 MB | 298/329 kB | 0.3/4.8 MB | 262/878 kB Progress (4): 0.7/2.8 MB | 303/329 kB | 0.3/4.8 MB | 262/878 kB Progress (4): 0.7/2.8 MB | 303/329 kB | 0.3/4.8 MB | 270/878 kB Progress (4): 0.7/2.8 MB | 303/329 kB | 0.4/4.8 MB | 270/878 kB Progress (4): 0.7/2.8 MB | 307/329 kB | 0.4/4.8 MB | 270/878 kB Progress (4): 0.7/2.8 MB | 307/329 kB | 0.4/4.8 MB | 270/878 kB Progress (4): 0.7/2.8 MB | 307/329 kB | 0.4/4.8 MB | 278/878 kB Progress (4): 0.7/2.8 MB | 311/329 kB | 0.4/4.8 MB | 278/878 kB Progress (4): 0.7/2.8 MB | 311/329 kB | 0.4/4.8 MB | 278/878 kB Progress (4): 0.7/2.8 MB | 311/329 kB | 0.4/4.8 MB | 286/878 kB Progress (4): 0.7/2.8 MB | 315/329 kB | 0.4/4.8 MB | 286/878 kB Progress (4): 0.7/2.8 MB | 315/329 kB | 0.4/4.8 MB | 286/878 kB Progress (4): 0.7/2.8 MB | 319/329 kB | 0.4/4.8 MB | 286/878 kB Progress (4): 0.7/2.8 MB | 319/329 kB | 0.4/4.8 MB | 294/878 kB Progress (4): 0.7/2.8 MB | 323/329 kB | 0.4/4.8 MB | 294/878 kB Progress (4): 0.7/2.8 MB | 327/329 kB | 0.4/4.8 MB | 294/878 kB Progress (4): 0.7/2.8 MB | 329 kB | 0.4/4.8 MB | 294/878 kB Progress (4): 0.7/2.8 MB | 329 kB | 0.4/4.8 MB | 294/878 kB Progress (4): 0.8/2.8 MB | 329 kB | 0.4/4.8 MB | 294/878 kB Progress (4): 0.8/2.8 MB | 329 kB | 0.4/4.8 MB | 303/878 kB Progress (4): 0.8/2.8 MB | 329 kB | 0.4/4.8 MB | 311/878 kB Progress (4): 0.8/2.8 MB | 329 kB | 0.4/4.8 MB | 311/878 kB Progress (4): 0.8/2.8 MB | 329 kB | 0.4/4.8 MB | 311/878 kB Progress (4): 0.8/2.8 MB | 329 kB | 0.4/4.8 MB | 319/878 kB Progress (4): 0.8/2.8 MB | 329 kB | 0.4/4.8 MB | 327/878 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar (329 kB at 3.4 MB/s) Progress (3): 0.8/2.8 MB | 0.4/4.8 MB | 335/878 kB Progress (3): 0.8/2.8 MB | 0.4/4.8 MB | 344/878 kB Progress (3): 0.8/2.8 MB | 0.4/4.8 MB | 352/878 kB Progress (3): 0.8/2.8 MB | 0.4/4.8 MB | 360/878 kB Progress (3): 0.8/2.8 MB | 0.4/4.8 MB | 360/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 360/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 368/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 376/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 376/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 376/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 384/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 393/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 393/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 401/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 409/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 409/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 409/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 417/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 425/878 kB Progress (3): 0.8/2.8 MB | 0.5/4.8 MB | 425/878 kB Progress (3): 0.9/2.8 MB | 0.5/4.8 MB | 425/878 kB Progress (3): 0.9/2.8 MB | 0.5/4.8 MB | 434/878 kB Progress (3): 0.9/2.8 MB | 0.5/4.8 MB | 442/878 kB Progress (3): 0.9/2.8 MB | 0.5/4.8 MB | 442/878 kB Progress (3): 0.9/2.8 MB | 0.5/4.8 MB | 450/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 450/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 458/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 458/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 466/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 466/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 475/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 475/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 483/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 491/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 491/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 491/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 499/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 507/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 507/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 507/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 516/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 524/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 524/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 532/878 kB Progress (3): 0.9/2.8 MB | 0.6/4.8 MB | 540/878 kB Progress (3): 1.0/2.8 MB | 0.6/4.8 MB | 540/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 540/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 548/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 557/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 557/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 557/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 565/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 573/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 573/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 581/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 581/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 589/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 589/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 597/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 597/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 606/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 606/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 614/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 622/878 kB Progress (3): 1.0/2.8 MB | 0.7/4.8 MB | 622/878 kB Progress (3): 1.0/2.8 MB | 0.8/4.8 MB | 622/878 kB Progress (3): 1.0/2.8 MB | 0.8/4.8 MB | 630/878 kB Progress (3): 1.0/2.8 MB | 0.8/4.8 MB | 638/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 638/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 638/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 647/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 655/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 655/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 663/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 671/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 671/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 671/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 679/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 688/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 688/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 688/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 696/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 704/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 704/878 kB Progress (3): 1.1/2.8 MB | 0.8/4.8 MB | 712/878 kB Progress (3): 1.1/2.8 MB | 0.9/4.8 MB | 712/878 kB Progress (3): 1.1/2.8 MB | 0.9/4.8 MB | 720/878 kB Progress (3): 1.1/2.8 MB | 0.9/4.8 MB | 720/878 kB Progress (3): 1.1/2.8 MB | 0.9/4.8 MB | 729/878 kB Progress (3): 1.1/2.8 MB | 0.9/4.8 MB | 729/878 kB Progress (3): 1.1/2.8 MB | 0.9/4.8 MB | 737/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 737/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 745/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 753/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 753/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 753/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 761/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 761/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 770/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 770/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 778/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 778/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 786/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 794/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 794/878 kB Progress (3): 1.2/2.8 MB | 0.9/4.8 MB | 802/878 kB Progress (3): 1.2/2.8 MB | 1.0/4.8 MB | 802/878 kB Progress (3): 1.2/2.8 MB | 1.0/4.8 MB | 802/878 kB Progress (3): 1.2/2.8 MB | 1.0/4.8 MB | 810/878 kB Progress (3): 1.2/2.8 MB | 1.0/4.8 MB | 819/878 kB Progress (3): 1.2/2.8 MB | 1.0/4.8 MB | 819/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 819/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 827/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 835/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 835/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 835/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 843/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 851/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 851/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 851/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 860/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 868/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 868/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 876/878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 878 kB Progress (3): 1.3/2.8 MB | 1.0/4.8 MB | 878 kB Progress (3): 1.3/2.8 MB | 1.1/4.8 MB | 878 kB Progress (3): 1.3/2.8 MB | 1.1/4.8 MB | 878 kB Progress (3): 1.3/2.8 MB | 1.1/4.8 MB | 878 kB Progress (3): 1.4/2.8 MB | 1.1/4.8 MB | 878 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar (878 kB at 4.4 MB/s) Progress (2): 1.4/2.8 MB | 1.1/4.8 MB Progress (2): 1.4/2.8 MB | 1.1/4.8 MB Progress (2): 1.4/2.8 MB | 1.1/4.8 MB Progress (2): 1.4/2.8 MB | 1.1/4.8 MB Progress (2): 1.4/2.8 MB | 1.1/4.8 MB Progress (2): 1.4/2.8 MB | 1.2/4.8 MB Progress (2): 1.4/2.8 MB | 1.2/4.8 MB Progress (2): 1.4/2.8 MB | 1.2/4.8 MB Progress (2): 1.4/2.8 MB | 1.2/4.8 MB Progress (2): 1.5/2.8 MB | 1.2/4.8 MB Progress (2): 1.5/2.8 MB | 1.2/4.8 MB Progress (2): 1.5/2.8 MB | 1.2/4.8 MB Progress (2): 1.5/2.8 MB | 1.2/4.8 MB Progress (2): 1.5/2.8 MB | 1.2/4.8 MB Progress (2): 1.5/2.8 MB | 1.2/4.8 MB Progress (2): 1.5/2.8 MB | 1.3/4.8 MB Progress (2): 1.5/2.8 MB | 1.3/4.8 MB Progress (2): 1.5/2.8 MB | 1.3/4.8 MB Progress (2): 1.5/2.8 MB | 1.3/4.8 MB Progress (2): 1.6/2.8 MB | 1.3/4.8 MB Progress (2): 1.6/2.8 MB | 1.3/4.8 MB Progress (2): 1.6/2.8 MB | 1.3/4.8 MB Progress (2): 1.6/2.8 MB | 1.3/4.8 MB Progress (2): 1.6/2.8 MB | 1.3/4.8 MB Progress (2): 1.6/2.8 MB | 1.3/4.8 MB Progress (2): 1.6/2.8 MB | 1.3/4.8 MB Progress (2): 1.6/2.8 MB | 1.3/4.8 MB Progress (2): 1.7/2.8 MB | 1.3/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.7/2.8 MB | 1.4/4.8 MB Progress (2): 1.8/2.8 MB | 1.4/4.8 MB Progress (2): 1.8/2.8 MB | 1.4/4.8 MB Progress (2): 1.8/2.8 MB | 1.4/4.8 MB Progress (2): 1.8/2.8 MB | 1.5/4.8 MB Progress (2): 1.8/2.8 MB | 1.5/4.8 MB Progress (2): 1.8/2.8 MB | 1.5/4.8 MB Progress (2): 1.8/2.8 MB | 1.5/4.8 MB Progress (2): 1.8/2.8 MB | 1.5/4.8 MB Progress (2): 1.8/2.8 MB | 1.5/4.8 MB Progress (2): 1.8/2.8 MB | 1.5/4.8 MB Progress (2): 1.9/2.8 MB | 1.5/4.8 MB Progress (2): 1.9/2.8 MB | 1.5/4.8 MB Progress (2): 1.9/2.8 MB | 1.5/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 1.9/2.8 MB | 1.6/4.8 MB Progress (2): 2.0/2.8 MB | 1.6/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.0/2.8 MB | 1.7/4.8 MB Progress (2): 2.1/2.8 MB | 1.7/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.8/4.8 MB Progress (2): 2.1/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 1.9/4.8 MB Progress (2): 2.2/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.0/4.8 MB Progress (2): 2.3/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.1/4.8 MB Progress (2): 2.4/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.2/4.8 MB Progress (2): 2.5/2.8 MB | 2.3/4.8 MB Progress (2): 2.5/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.3/4.8 MB Progress (2): 2.6/2.8 MB | 2.4/4.8 MB Progress (2): 2.6/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.4/4.8 MB Progress (2): 2.7/2.8 MB | 2.5/4.8 MB Progress (2): 2.7/2.8 MB | 2.5/4.8 MB Progress (2): 2.8/2.8 MB | 2.5/4.8 MB Progress (2): 2.8/2.8 MB | 2.5/4.8 MB Progress (2): 2.8/2.8 MB | 2.5/4.8 MB Progress (2): 2.8/2.8 MB | 2.5/4.8 MB Progress (2): 2.8/2.8 MB | 2.5/4.8 MB Progress (2): 2.8/2.8 MB | 2.5/4.8 MB Progress (2): 2.8/2.8 MB | 2.5/4.8 MB Progress (2): 2.8/2.8 MB | 2.5/4.8 MB Progress (2): 2.8 MB | 2.5/4.8 MB Progress (2): 2.8 MB | 2.6/4.8 MB Progress (2): 2.8 MB | 2.6/4.8 MB Progress (2): 2.8 MB | 2.6/4.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.6.0.201912101111-r/org.eclipse.jgit-5.6.0.201912101111-r.jar (2.8 MB at 8.7 MB/s) Progress (1): 2.6/4.8 MB Progress (1): 2.7/4.8 MB Progress (1): 2.7/4.8 MB Progress (1): 2.7/4.8 MB Progress (1): 2.7/4.8 MB Progress (1): 2.8/4.8 MB Progress (1): 2.8/4.8 MB Progress (1): 2.8/4.8 MB Progress (1): 2.8/4.8 MB Progress (1): 2.9/4.8 MB Progress (1): 2.9/4.8 MB Progress (1): 2.9/4.8 MB Progress (1): 2.9/4.8 MB Progress (1): 2.9/4.8 MB Progress (1): 3.0/4.8 MB Progress (1): 3.0/4.8 MB Progress (1): 3.0/4.8 MB Progress (1): 3.0/4.8 MB Progress (1): 3.1/4.8 MB Progress (1): 3.1/4.8 MB Progress (1): 3.1/4.8 MB Progress (1): 3.1/4.8 MB Progress (1): 3.2/4.8 MB Progress (1): 3.2/4.8 MB Progress (1): 3.2/4.8 MB Progress (1): 3.2/4.8 MB Progress (1): 3.3/4.8 MB Progress (1): 3.3/4.8 MB Progress (1): 3.3/4.8 MB Progress (1): 3.3/4.8 MB Progress (1): 3.4/4.8 MB Progress (1): 3.4/4.8 MB Progress (1): 3.4/4.8 MB Progress (1): 3.4/4.8 MB Progress (1): 3.5/4.8 MB Progress (1): 3.5/4.8 MB Progress (1): 3.5/4.8 MB Progress (1): 3.5/4.8 MB Progress (1): 3.6/4.8 MB Progress (1): 3.6/4.8 MB Progress (1): 3.6/4.8 MB Progress (1): 3.6/4.8 MB Progress (1): 3.7/4.8 MB Progress (1): 3.7/4.8 MB Progress (1): 3.7/4.8 MB Progress (1): 3.7/4.8 MB Progress (1): 3.8/4.8 MB Progress (1): 3.8/4.8 MB Progress (1): 3.8/4.8 MB Progress (1): 3.8/4.8 MB Progress (1): 3.9/4.8 MB Progress (1): 3.9/4.8 MB Progress (1): 3.9/4.8 MB Progress (1): 3.9/4.8 MB Progress (1): 4.0/4.8 MB Progress (1): 4.0/4.8 MB Progress (1): 4.0/4.8 MB Progress (1): 4.0/4.8 MB Progress (1): 4.1/4.8 MB Progress (1): 4.1/4.8 MB Progress (1): 4.1/4.8 MB Progress (1): 4.1/4.8 MB Progress (1): 4.2/4.8 MB Progress (1): 4.2/4.8 MB Progress (1): 4.2/4.8 MB Progress (1): 4.2/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.3/4.8 MB Progress (1): 4.4/4.8 MB Progress (1): 4.4/4.8 MB Progress (1): 4.4/4.8 MB Progress (1): 4.4/4.8 MB Progress (1): 4.5/4.8 MB Progress (1): 4.5/4.8 MB Progress (1): 4.5/4.8 MB Progress (1): 4.5/4.8 MB Progress (1): 4.6/4.8 MB Progress (1): 4.6/4.8 MB Progress (1): 4.6/4.8 MB Progress (1): 4.6/4.8 MB Progress (1): 4.7/4.8 MB Progress (1): 4.7/4.8 MB Progress (1): 4.7/4.8 MB Progress (1): 4.7/4.8 MB Progress (1): 4.8/4.8 MB Progress (1): 4.8 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar (4.8 MB at 11 MB/s) [INFO] The project's OSGi version is 3.21.100.v20200314-1817 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.jdt.core --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (saveproperties) @ org.eclipse.jdt.core --- Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 1.3 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 345 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 109 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom Progress (1): 4.1 kB Progress (1): 4.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 212 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 167 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 266 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom Progress (1): 4.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/21/maven-shared-components-21.pom (5.1 kB at 232 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 442 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 48 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.9 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/9/apache-9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 1.0 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom Progress (1): 965 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 64 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 197 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 70 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 170 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 786 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 307 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 97 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 188 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 125 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar 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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 613 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar 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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 1.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar Progress (1): 4.1/155 kB Progress (2): 4.1/155 kB | 4.1/79 kB Progress (2): 7.7/155 kB | 4.1/79 kB Progress (2): 7.7/155 kB | 7.7/79 kB Progress (2): 12/155 kB | 7.7/79 kB Progress (2): 12/155 kB | 12/79 kB Progress (2): 16/155 kB | 12/79 kB Progress (2): 16/155 kB | 16/79 kB Progress (2): 20/155 kB | 16/79 kB Progress (2): 20/155 kB | 20/79 kB Progress (2): 24/155 kB | 20/79 kB Progress (2): 24/155 kB | 24/79 kB Progress (2): 28/155 kB | 24/79 kB Progress (3): 28/155 kB | 24/79 kB | 4.1/8.5 kB Progress (3): 32/155 kB | 24/79 kB | 4.1/8.5 kB Progress (3): 32/155 kB | 28/79 kB | 4.1/8.5 kB Progress (3): 32/155 kB | 28/79 kB | 7.7/8.5 kB Progress (3): 32/155 kB | 32/79 kB | 7.7/8.5 kB Progress (3): 32/155 kB | 32/79 kB | 8.5 kB Progress (3): 36/155 kB | 32/79 kB | 8.5 kB Progress (3): 40/155 kB | 32/79 kB | 8.5 kB Progress (3): 40/155 kB | 36/79 kB | 8.5 kB Progress (3): 45/155 kB | 36/79 kB | 8.5 kB Progress (3): 45/155 kB | 40/79 kB | 8.5 kB Progress (3): 49/155 kB | 40/79 kB | 8.5 kB Progress (3): 49/155 kB | 45/79 kB | 8.5 kB Progress (3): 49/155 kB | 49/79 kB | 8.5 kB Progress (3): 53/155 kB | 49/79 kB | 8.5 kB Progress (4): 53/155 kB | 49/79 kB | 8.5 kB | 4.1/51 kB Progress (4): 53/155 kB | 53/79 kB | 8.5 kB | 4.1/51 kB Progress (4): 57/155 kB | 53/79 kB | 8.5 kB | 4.1/51 kB Progress (4): 57/155 kB | 57/79 kB | 8.5 kB | 4.1/51 kB Progress (4): 57/155 kB | 57/79 kB | 8.5 kB | 7.7/51 kB Progress (4): 57/155 kB | 61/79 kB | 8.5 kB | 7.7/51 kB Progress (4): 61/155 kB | 61/79 kB | 8.5 kB | 7.7/51 kB Progress (4): 61/155 kB | 65/79 kB | 8.5 kB | 7.7/51 kB Progress (4): 61/155 kB | 65/79 kB | 8.5 kB | 12/51 kB Progress (4): 65/155 kB | 65/79 kB | 8.5 kB | 12/51 kB Progress (4): 65/155 kB | 65/79 kB | 8.5 kB | 16/51 kB Progress (4): 65/155 kB | 69/79 kB | 8.5 kB | 16/51 kB Progress (4): 65/155 kB | 73/79 kB | 8.5 kB | 16/51 kB Progress (4): 69/155 kB | 73/79 kB | 8.5 kB | 16/51 kB Progress (4): 69/155 kB | 73/79 kB | 8.5 kB | 20/51 kB Progress (4): 69/155 kB | 77/79 kB | 8.5 kB | 20/51 kB Progress (4): 69/155 kB | 77/79 kB | 8.5 kB | 24/51 kB Progress (4): 73/155 kB | 77/79 kB | 8.5 kB | 24/51 kB Progress (4): 73/155 kB | 77/79 kB | 8.5 kB | 28/51 kB Progress (4): 73/155 kB | 79 kB | 8.5 kB | 28/51 kB Progress (4): 73/155 kB | 79 kB | 8.5 kB | 32/51 kB Progress (4): 77/155 kB | 79 kB | 8.5 kB | 32/51 kB Progress (4): 81/155 kB | 79 kB | 8.5 kB | 32/51 kB Progress (4): 81/155 kB | 79 kB | 8.5 kB | 36/51 kB Progress (4): 81/155 kB | 79 kB | 8.5 kB | 40/51 kB Progress (4): 85/155 kB | 79 kB | 8.5 kB | 40/51 kB Progress (4): 85/155 kB | 79 kB | 8.5 kB | 45/51 kB Progress (4): 90/155 kB | 79 kB | 8.5 kB | 45/51 kB Progress (4): 90/155 kB | 79 kB | 8.5 kB | 49/51 kB Progress (4): 94/155 kB | 79 kB | 8.5 kB | 49/51 kB Progress (4): 94/155 kB | 79 kB | 8.5 kB | 51 kB Progress (4): 98/155 kB | 79 kB | 8.5 kB | 51 kB Progress (4): 102/155 kB | 79 kB | 8.5 kB | 51 kB Progress (4): 106/155 kB | 79 kB | 8.5 kB | 51 kB Progress (4): 110/155 kB | 79 kB | 8.5 kB | 51 kB Progress (4): 114/155 kB | 79 kB | 8.5 kB | 51 kB Progress (4): 118/155 kB | 79 kB | 8.5 kB | 51 kB Progress (4): 122/155 kB | 79 kB | 8.5 kB | 51 kB Progress (4): 126/155 kB | 79 kB | 8.5 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 212 kB/s) Progress (3): 131/155 kB | 79 kB | 51 kB Progress (3): 135/155 kB | 79 kB | 51 kB Progress (3): 139/155 kB | 79 kB | 51 kB Progress (3): 143/155 kB | 79 kB | 51 kB Progress (3): 147/155 kB | 79 kB | 51 kB Progress (3): 151/155 kB | 79 kB | 51 kB Progress (3): 155 kB | 79 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.6 MB/s) Progress (3): 155 kB | 51 kB | 4.1/262 kB Progress (3): 155 kB | 51 kB | 7.7/262 kB Progress (3): 155 kB | 51 kB | 12/262 kB Progress (3): 155 kB | 51 kB | 16/262 kB Progress (3): 155 kB | 51 kB | 20/262 kB Progress (3): 155 kB | 51 kB | 24/262 kB Progress (3): 155 kB | 51 kB | 28/262 kB Progress (3): 155 kB | 51 kB | 32/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 3.0 MB/s) Progress (2): 51 kB | 36/262 kB Progress (2): 51 kB | 40/262 kB Progress (2): 51 kB | 45/262 kB Progress (2): 51 kB | 49/262 kB Progress (2): 51 kB | 53/262 kB Progress (2): 51 kB | 57/262 kB Progress (2): 51 kB | 61/262 kB Progress (2): 51 kB | 65/262 kB Progress (2): 51 kB | 69/262 kB Progress (2): 51 kB | 73/262 kB Progress (2): 51 kB | 77/262 kB Progress (2): 51 kB | 81/262 kB Progress (2): 51 kB | 85/262 kB Progress (2): 51 kB | 90/262 kB Progress (2): 51 kB | 94/262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 907 kB/s) Progress (1): 98/262 kB Progress (1): 102/262 kB Progress (1): 106/262 kB Progress (1): 110/262 kB Progress (1): 114/262 kB Progress (1): 118/262 kB Progress (1): 122/262 kB Progress (1): 126/262 kB Progress (1): 131/262 kB Progress (1): 135/262 kB Progress (1): 139/262 kB Progress (1): 143/262 kB Progress (1): 147/262 kB Progress (1): 151/262 kB Progress (1): 155/262 kB Progress (1): 159/262 kB Progress (1): 163/262 kB Progress (1): 167/262 kB Progress (1): 171/262 kB Progress (1): 176/262 kB Progress (1): 180/262 kB Progress (1): 184/262 kB Progress (1): 188/262 kB Progress (1): 192/262 kB Progress (1): 196/262 kB Progress (1): 200/262 kB Progress (1): 204/262 kB Progress (1): 208/262 kB Progress (1): 212/262 kB Progress (1): 217/262 kB Progress (1): 221/262 kB Progress (1): 225/262 kB Progress (1): 229/262 kB Progress (1): 233/262 kB Progress (1): 237/262 kB Progress (1): 241/262 kB Progress (1): 245/262 kB Progress (1): 249/262 kB Progress (1): 253/262 kB Progress (1): 258/262 kB Progress (1): 262/262 kB Progress (1): 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 3.6 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core --- Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.pom (2.8 kB at 97 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 62 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.11/junit-4.11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.11/junit-4.11.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 81 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom Progress (1): 766 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 31 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 60 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom Progress (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/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.pom (4.1 kB at 142 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 132 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 226 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 28 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 569 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.12/commons-codec-1.12.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.12/commons-codec-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.pom (14 kB at 365 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 26 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 37 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 134 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 213 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 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.7 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/14/apache-14.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 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 668 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 74 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 491 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 82 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.11/junit-4.11.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.12/commons-codec-1.12.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.11/junit-4.11.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.12/commons-codec-1.12.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar 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 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar Progress (1): 4.1/45 kB Progress (1): 7.7/45 kB Progress (1): 12/45 kB Progress (1): 16/45 kB Progress (1): 20/45 kB Progress (1): 24/45 kB Progress (1): 28/45 kB Progress (1): 32/45 kB Progress (1): 36/45 kB Progress (1): 40/45 kB Progress (1): 45/45 kB Progress (1): 45 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar Progress (1): 4.1/12 kB Progress (1): 7.7/12 kB Progress (1): 12 kB Progress (2): 12 kB | 4.1/195 kB Progress (2): 12 kB | 7.7/195 kB Progress (2): 12 kB | 12/195 kB Progress (2): 12 kB | 16/195 kB Progress (2): 12 kB | 20/195 kB Progress (2): 12 kB | 24/195 kB Progress (2): 12 kB | 28/195 kB Progress (2): 12 kB | 32/195 kB Progress (2): 12 kB | 36/195 kB Progress (2): 12 kB | 40/195 kB Progress (2): 12 kB | 45/195 kB Progress (2): 12 kB | 49/195 kB Progress (2): 12 kB | 53/195 kB Progress (2): 12 kB | 57/195 kB Progress (2): 12 kB | 61/195 kB Progress (2): 12 kB | 65/195 kB Progress (2): 12 kB | 69/195 kB Progress (2): 12 kB | 73/195 kB Progress (2): 12 kB | 77/195 kB Progress (2): 12 kB | 81/195 kB Progress (2): 12 kB | 85/195 kB Progress (2): 12 kB | 90/195 kB Progress (2): 12 kB | 94/195 kB Progress (2): 12 kB | 98/195 kB Progress (3): 12 kB | 98/195 kB | 4.1/245 kB Progress (3): 12 kB | 102/195 kB | 4.1/245 kB Progress (3): 12 kB | 102/195 kB | 7.7/245 kB Progress (3): 12 kB | 106/195 kB | 7.7/245 kB Progress (3): 12 kB | 106/195 kB | 12/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M3/enforcer-api-3.0.0-M3.jar (12 kB at 300 kB/s) Progress (2): 106/195 kB | 16/245 kB Progress (2): 110/195 kB | 16/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar Progress (2): 110/195 kB | 20/245 kB Progress (2): 114/195 kB | 20/245 kB Progress (2): 114/195 kB | 24/245 kB Progress (2): 114/195 kB | 28/245 kB Progress (2): 114/195 kB | 32/245 kB Progress (3): 114/195 kB | 32/245 kB | 4.1/61 kB Progress (3): 114/195 kB | 32/245 kB | 7.7/61 kB Progress (3): 114/195 kB | 32/245 kB | 12/61 kB Progress (3): 114/195 kB | 36/245 kB | 12/61 kB Progress (3): 118/195 kB | 36/245 kB | 12/61 kB Progress (3): 118/195 kB | 40/245 kB | 12/61 kB Progress (3): 118/195 kB | 40/245 kB | 16/61 kB Progress (3): 118/195 kB | 45/245 kB | 16/61 kB Progress (3): 122/195 kB | 45/245 kB | 16/61 kB Progress (3): 122/195 kB | 49/245 kB | 16/61 kB Progress (3): 126/195 kB | 49/245 kB | 16/61 kB Progress (3): 126/195 kB | 49/245 kB | 20/61 kB Progress (3): 131/195 kB | 49/245 kB | 20/61 kB Progress (3): 131/195 kB | 49/245 kB | 24/61 kB Progress (3): 131/195 kB | 53/245 kB | 24/61 kB Progress (3): 131/195 kB | 53/245 kB | 28/61 kB Progress (3): 131/195 kB | 57/245 kB | 28/61 kB Progress (3): 131/195 kB | 57/245 kB | 32/61 kB Progress (3): 131/195 kB | 61/245 kB | 32/61 kB Progress (3): 131/195 kB | 65/245 kB | 32/61 kB Progress (3): 135/195 kB | 65/245 kB | 32/61 kB Progress (3): 139/195 kB | 65/245 kB | 32/61 kB Progress (3): 139/195 kB | 65/245 kB | 36/61 kB Progress (3): 143/195 kB | 65/245 kB | 36/61 kB Progress (3): 143/195 kB | 65/245 kB | 40/61 kB Progress (3): 143/195 kB | 69/245 kB | 40/61 kB Progress (3): 143/195 kB | 69/245 kB | 45/61 kB Progress (3): 147/195 kB | 69/245 kB | 45/61 kB Progress (3): 147/195 kB | 69/245 kB | 49/61 kB Progress (3): 147/195 kB | 73/245 kB | 49/61 kB Progress (3): 147/195 kB | 77/245 kB | 49/61 kB Progress (3): 147/195 kB | 81/245 kB | 49/61 kB Progress (3): 147/195 kB | 81/245 kB | 53/61 kB Progress (3): 147/195 kB | 81/245 kB | 57/61 kB Progress (3): 147/195 kB | 81/245 kB | 61/61 kB Progress (3): 151/195 kB | 81/245 kB | 61/61 kB Progress (3): 151/195 kB | 85/245 kB | 61/61 kB Progress (3): 151/195 kB | 85/245 kB | 61 kB Progress (3): 151/195 kB | 90/245 kB | 61 kB Progress (4): 151/195 kB | 90/245 kB | 61 kB | 4.1/107 kB Progress (4): 155/195 kB | 90/245 kB | 61 kB | 4.1/107 kB Progress (4): 155/195 kB | 90/245 kB | 61 kB | 7.7/107 kB Progress (4): 155/195 kB | 94/245 kB | 61 kB | 7.7/107 kB Progress (4): 155/195 kB | 94/245 kB | 61 kB | 12/107 kB Progress (4): 159/195 kB | 94/245 kB | 61 kB | 12/107 kB Progress (4): 159/195 kB | 94/245 kB | 61 kB | 16/107 kB Progress (4): 159/195 kB | 98/245 kB | 61 kB | 16/107 kB Progress (4): 163/195 kB | 98/245 kB | 61 kB | 16/107 kB Progress (4): 163/195 kB | 98/245 kB | 61 kB | 20/107 kB Progress (4): 163/195 kB | 102/245 kB | 61 kB | 20/107 kB Progress (4): 163/195 kB | 102/245 kB | 61 kB | 24/107 kB Progress (4): 163/195 kB | 106/245 kB | 61 kB | 24/107 kB Progress (4): 163/195 kB | 106/245 kB | 61 kB | 28/107 kB Progress (4): 167/195 kB | 106/245 kB | 61 kB | 28/107 kB Progress (4): 167/195 kB | 110/245 kB | 61 kB | 28/107 kB Progress (4): 171/195 kB | 110/245 kB | 61 kB | 28/107 kB Progress (4): 171/195 kB | 110/245 kB | 61 kB | 32/107 kB Progress (4): 176/195 kB | 110/245 kB | 61 kB | 32/107 kB Progress (4): 176/195 kB | 114/245 kB | 61 kB | 32/107 kB Progress (4): 180/195 kB | 114/245 kB | 61 kB | 32/107 kB Progress (4): 180/195 kB | 114/245 kB | 61 kB | 36/107 kB Progress (4): 180/195 kB | 114/245 kB | 61 kB | 40/107 kB Progress (4): 180/195 kB | 118/245 kB | 61 kB | 40/107 kB Progress (4): 180/195 kB | 118/245 kB | 61 kB | 45/107 kB Progress (4): 180/195 kB | 122/245 kB | 61 kB | 45/107 kB Progress (4): 180/195 kB | 122/245 kB | 61 kB | 49/107 kB Progress (4): 184/195 kB | 122/245 kB | 61 kB | 49/107 kB Progress (4): 184/195 kB | 126/245 kB | 61 kB | 49/107 kB Progress (4): 188/195 kB | 126/245 kB | 61 kB | 49/107 kB Progress (4): 188/195 kB | 131/245 kB | 61 kB | 49/107 kB Progress (4): 192/195 kB | 131/245 kB | 61 kB | 49/107 kB Progress (4): 192/195 kB | 131/245 kB | 61 kB | 53/107 kB Progress (4): 195 kB | 131/245 kB | 61 kB | 53/107 kB Progress (4): 195 kB | 135/245 kB | 61 kB | 53/107 kB Progress (4): 195 kB | 135/245 kB | 61 kB | 57/107 kB Progress (4): 195 kB | 139/245 kB | 61 kB | 57/107 kB Progress (4): 195 kB | 139/245 kB | 61 kB | 61/107 kB Progress (4): 195 kB | 143/245 kB | 61 kB | 61/107 kB Progress (4): 195 kB | 143/245 kB | 61 kB | 65/107 kB Progress (5): 195 kB | 143/245 kB | 61 kB | 65/107 kB | 4.1/164 kB Progress (5): 195 kB | 147/245 kB | 61 kB | 65/107 kB | 4.1/164 kB Progress (5): 195 kB | 147/245 kB | 61 kB | 65/107 kB | 7.7/164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 1.2 MB/s) 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 3.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.jar Progress (3): 151/245 kB | 65/107 kB | 7.7/164 kB Progress (3): 151/245 kB | 65/107 kB | 12/164 kB Progress (3): 151/245 kB | 69/107 kB | 12/164 kB Progress (3): 151/245 kB | 69/107 kB | 16/164 kB Progress (3): 155/245 kB | 69/107 kB | 16/164 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar Progress (3): 159/245 kB | 69/107 kB | 16/164 kB Progress (3): 159/245 kB | 73/107 kB | 16/164 kB Progress (3): 163/245 kB | 73/107 kB | 16/164 kB Progress (3): 163/245 kB | 73/107 kB | 20/164 kB Progress (3): 163/245 kB | 77/107 kB | 20/164 kB Progress (3): 163/245 kB | 77/107 kB | 24/164 kB Progress (3): 163/245 kB | 81/107 kB | 24/164 kB Progress (3): 163/245 kB | 81/107 kB | 28/164 kB Progress (3): 167/245 kB | 81/107 kB | 28/164 kB Progress (3): 167/245 kB | 81/107 kB | 32/164 kB Progress (3): 171/245 kB | 81/107 kB | 32/164 kB Progress (3): 176/245 kB | 81/107 kB | 32/164 kB Progress (3): 176/245 kB | 85/107 kB | 32/164 kB Progress (3): 180/245 kB | 85/107 kB | 32/164 kB Progress (3): 180/245 kB | 90/107 kB | 32/164 kB Progress (3): 180/245 kB | 94/107 kB | 32/164 kB Progress (3): 180/245 kB | 94/107 kB | 36/164 kB Progress (3): 180/245 kB | 98/107 kB | 36/164 kB Progress (3): 180/245 kB | 98/107 kB | 40/164 kB Progress (3): 184/245 kB | 98/107 kB | 40/164 kB Progress (3): 184/245 kB | 98/107 kB | 45/164 kB Progress (3): 184/245 kB | 102/107 kB | 45/164 kB Progress (3): 188/245 kB | 102/107 kB | 45/164 kB Progress (3): 188/245 kB | 106/107 kB | 45/164 kB Progress (3): 188/245 kB | 106/107 kB | 49/164 kB Progress (3): 188/245 kB | 107 kB | 49/164 kB Progress (3): 192/245 kB | 107 kB | 49/164 kB Progress (3): 196/245 kB | 107 kB | 49/164 kB Progress (3): 196/245 kB | 107 kB | 53/164 kB Progress (3): 196/245 kB | 107 kB | 57/164 kB Progress (3): 200/245 kB | 107 kB | 57/164 kB Progress (3): 200/245 kB | 107 kB | 61/164 kB Progress (3): 204/245 kB | 107 kB | 61/164 kB Progress (3): 204/245 kB | 107 kB | 65/164 kB Progress (3): 208/245 kB | 107 kB | 65/164 kB Progress (3): 212/245 kB | 107 kB | 65/164 kB Progress (3): 212/245 kB | 107 kB | 69/164 kB Progress (3): 212/245 kB | 107 kB | 73/164 kB Progress (3): 217/245 kB | 107 kB | 73/164 kB Progress (3): 217/245 kB | 107 kB | 77/164 kB Progress (3): 221/245 kB | 107 kB | 77/164 kB Progress (3): 221/245 kB | 107 kB | 81/164 kB Progress (3): 225/245 kB | 107 kB | 81/164 kB Progress (3): 229/245 kB | 107 kB | 81/164 kB Progress (3): 229/245 kB | 107 kB | 85/164 kB Progress (3): 229/245 kB | 107 kB | 90/164 kB Progress (3): 233/245 kB | 107 kB | 90/164 kB Progress (3): 233/245 kB | 107 kB | 94/164 kB Progress (3): 237/245 kB | 107 kB | 94/164 kB Progress (3): 237/245 kB | 107 kB | 98/164 kB Progress (3): 241/245 kB | 107 kB | 98/164 kB Progress (3): 245 kB | 107 kB | 98/164 kB Progress (3): 245 kB | 107 kB | 102/164 kB Progress (3): 245 kB | 107 kB | 106/164 kB Progress (3): 245 kB | 107 kB | 110/164 kB Progress (3): 245 kB | 107 kB | 114/164 kB Progress (3): 245 kB | 107 kB | 118/164 kB Progress (3): 245 kB | 107 kB | 122/164 kB Progress (3): 245 kB | 107 kB | 126/164 kB Progress (3): 245 kB | 107 kB | 131/164 kB Progress (3): 245 kB | 107 kB | 135/164 kB Progress (3): 245 kB | 107 kB | 139/164 kB Progress (3): 245 kB | 107 kB | 143/164 kB Progress (3): 245 kB | 107 kB | 147/164 kB Progress (4): 245 kB | 107 kB | 147/164 kB | 4.1/502 kB Progress (4): 245 kB | 107 kB | 147/164 kB | 7.7/502 kB Progress (4): 245 kB | 107 kB | 151/164 kB | 7.7/502 kB Progress (4): 245 kB | 107 kB | 151/164 kB | 12/502 kB Progress (4): 245 kB | 107 kB | 155/164 kB | 12/502 kB Progress (4): 245 kB | 107 kB | 155/164 kB | 16/502 kB Progress (4): 245 kB | 107 kB | 159/164 kB | 16/502 kB Progress (4): 245 kB | 107 kB | 163/164 kB | 16/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 16/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 20/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 24/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 28/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 32/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 36/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 40/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 45/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 49/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 53/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 57/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 61/502 kB Progress (4): 245 kB | 107 kB | 164 kB | 65/502 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 2.5 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar Progress (3): 107 kB | 164 kB | 69/502 kB Progress (3): 107 kB | 164 kB | 73/502 kB Progress (3): 107 kB | 164 kB | 77/502 kB Progress (3): 107 kB | 164 kB | 81/502 kB Progress (3): 107 kB | 164 kB | 85/502 kB Progress (3): 107 kB | 164 kB | 90/502 kB Progress (3): 107 kB | 164 kB | 94/502 kB Progress (3): 107 kB | 164 kB | 98/502 kB Progress (3): 107 kB | 164 kB | 102/502 kB Progress (3): 107 kB | 164 kB | 106/502 kB Progress (3): 107 kB | 164 kB | 110/502 kB Progress (3): 107 kB | 164 kB | 114/502 kB Progress (3): 107 kB | 164 kB | 118/502 kB Progress (3): 107 kB | 164 kB | 122/502 kB Progress (3): 107 kB | 164 kB | 126/502 kB Progress (3): 107 kB | 164 kB | 131/502 kB Progress (3): 107 kB | 164 kB | 135/502 kB Progress (3): 107 kB | 164 kB | 139/502 kB Progress (3): 107 kB | 164 kB | 143/502 kB Progress (3): 107 kB | 164 kB | 147/502 kB Progress (3): 107 kB | 164 kB | 151/502 kB Progress (3): 107 kB | 164 kB | 155/502 kB Progress (3): 107 kB | 164 kB | 159/502 kB Progress (3): 107 kB | 164 kB | 163/502 kB Progress (3): 107 kB | 164 kB | 167/502 kB Progress (3): 107 kB | 164 kB | 171/502 kB Progress (3): 107 kB | 164 kB | 176/502 kB Progress (3): 107 kB | 164 kB | 180/502 kB Progress (3): 107 kB | 164 kB | 184/502 kB Progress (3): 107 kB | 164 kB | 188/502 kB Progress (3): 107 kB | 164 kB | 192/502 kB Progress (3): 107 kB | 164 kB | 196/502 kB Progress (3): 107 kB | 164 kB | 200/502 kB Progress (3): 107 kB | 164 kB | 204/502 kB Progress (3): 107 kB | 164 kB | 208/502 kB Progress (3): 107 kB | 164 kB | 212/502 kB Progress (3): 107 kB | 164 kB | 217/502 kB Progress (3): 107 kB | 164 kB | 221/502 kB Progress (3): 107 kB | 164 kB | 225/502 kB Progress (3): 107 kB | 164 kB | 229/502 kB Progress (3): 107 kB | 164 kB | 233/502 kB Progress (3): 107 kB | 164 kB | 237/502 kB Progress (3): 107 kB | 164 kB | 241/502 kB Progress (3): 107 kB | 164 kB | 245/502 kB Progress (3): 107 kB | 164 kB | 249/502 kB Progress (3): 107 kB | 164 kB | 253/502 kB Progress (3): 107 kB | 164 kB | 258/502 kB Progress (3): 107 kB | 164 kB | 262/502 kB Progress (3): 107 kB | 164 kB | 266/502 kB Progress (3): 107 kB | 164 kB | 270/502 kB Progress (3): 107 kB | 164 kB | 274/502 kB Progress (3): 107 kB | 164 kB | 278/502 kB Progress (4): 107 kB | 164 kB | 278/502 kB | 4.1/282 kB Progress (4): 107 kB | 164 kB | 282/502 kB | 4.1/282 kB Progress (4): 107 kB | 164 kB | 282/502 kB | 7.7/282 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 1.5 MB/s) Progress (3): 107 kB | 286/502 kB | 7.7/282 kB 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 Progress (3): 107 kB | 286/502 kB | 12/282 kB Progress (3): 107 kB | 290/502 kB | 12/282 kB Progress (3): 107 kB | 290/502 kB | 16/282 kB Progress (3): 107 kB | 294/502 kB | 16/282 kB Progress (3): 107 kB | 298/502 kB | 16/282 kB Progress (3): 107 kB | 298/502 kB | 20/282 kB Progress (3): 107 kB | 303/502 kB | 20/282 kB Progress (3): 107 kB | 303/502 kB | 24/282 kB Progress (3): 107 kB | 307/502 kB | 24/282 kB Progress (3): 107 kB | 307/502 kB | 28/282 kB Progress (3): 107 kB | 311/502 kB | 28/282 kB Progress (3): 107 kB | 311/502 kB | 32/282 kB Progress (3): 107 kB | 315/502 kB | 32/282 kB Progress (3): 107 kB | 319/502 kB | 32/282 kB Progress (3): 107 kB | 319/502 kB | 36/282 kB Progress (3): 107 kB | 323/502 kB | 36/282 kB Progress (3): 107 kB | 323/502 kB | 40/282 kB Progress (3): 107 kB | 327/502 kB | 40/282 kB Progress (3): 107 kB | 327/502 kB | 45/282 kB Progress (3): 107 kB | 327/502 kB | 49/282 kB Progress (3): 107 kB | 331/502 kB | 49/282 kB Progress (3): 107 kB | 335/502 kB | 49/282 kB Progress (3): 107 kB | 339/502 kB | 49/282 kB Progress (3): 107 kB | 339/502 kB | 53/282 kB Progress (3): 107 kB | 344/502 kB | 53/282 kB Progress (3): 107 kB | 344/502 kB | 57/282 kB Progress (3): 107 kB | 344/502 kB | 61/282 kB Progress (3): 107 kB | 344/502 kB | 65/282 kB Progress (3): 107 kB | 348/502 kB | 65/282 kB Progress (3): 107 kB | 352/502 kB | 65/282 kB Progress (3): 107 kB | 356/502 kB | 65/282 kB Progress (3): 107 kB | 360/502 kB | 65/282 kB Progress (3): 107 kB | 360/502 kB | 69/282 kB Progress (3): 107 kB | 360/502 kB | 73/282 kB Progress (3): 107 kB | 360/502 kB | 77/282 kB Progress (3): 107 kB | 364/502 kB | 77/282 kB Progress (3): 107 kB | 364/502 kB | 81/282 kB Progress (3): 107 kB | 368/502 kB | 81/282 kB Progress (3): 107 kB | 372/502 kB | 81/282 kB Progress (3): 107 kB | 376/502 kB | 81/282 kB Progress (3): 107 kB | 376/502 kB | 85/282 kB Progress (3): 107 kB | 376/502 kB | 90/282 kB Progress (3): 107 kB | 380/502 kB | 90/282 kB Progress (3): 107 kB | 380/502 kB | 94/282 kB Progress (3): 107 kB | 384/502 kB | 94/282 kB Progress (3): 107 kB | 384/502 kB | 98/282 kB Progress (3): 107 kB | 389/502 kB | 98/282 kB Progress (3): 107 kB | 393/502 kB | 98/282 kB Progress (3): 107 kB | 393/502 kB | 102/282 kB Progress (3): 107 kB | 393/502 kB | 106/282 kB Progress (3): 107 kB | 397/502 kB | 106/282 kB Progress (3): 107 kB | 397/502 kB | 110/282 kB Progress (3): 107 kB | 401/502 kB | 110/282 kB Progress (3): 107 kB | 401/502 kB | 114/282 kB Progress (3): 107 kB | 405/502 kB | 114/282 kB Progress (3): 107 kB | 409/502 kB | 114/282 kB Progress (3): 107 kB | 409/502 kB | 118/282 kB Progress (3): 107 kB | 409/502 kB | 122/282 kB Progress (3): 107 kB | 413/502 kB | 122/282 kB Progress (3): 107 kB | 413/502 kB | 126/282 kB Progress (3): 107 kB | 417/502 kB | 126/282 kB Progress (3): 107 kB | 417/502 kB | 131/282 kB Progress (3): 107 kB | 421/502 kB | 131/282 kB Progress (3): 107 kB | 425/502 kB | 131/282 kB Progress (3): 107 kB | 425/502 kB | 135/282 kB Progress (3): 107 kB | 425/502 kB | 139/282 kB Progress (3): 107 kB | 430/502 kB | 139/282 kB Progress (3): 107 kB | 430/502 kB | 143/282 kB Progress (3): 107 kB | 434/502 kB | 143/282 kB Progress (3): 107 kB | 434/502 kB | 147/282 kB Progress (3): 107 kB | 438/502 kB | 147/282 kB Progress (3): 107 kB | 442/502 kB | 147/282 kB Progress (3): 107 kB | 442/502 kB | 151/282 kB Progress (3): 107 kB | 442/502 kB | 155/282 kB Progress (3): 107 kB | 446/502 kB | 155/282 kB Progress (3): 107 kB | 446/502 kB | 159/282 kB Progress (3): 107 kB | 450/502 kB | 159/282 kB Progress (3): 107 kB | 450/502 kB | 163/282 kB Progress (3): 107 kB | 454/502 kB | 163/282 kB Progress (3): 107 kB | 458/502 kB | 163/282 kB Progress (3): 107 kB | 458/502 kB | 167/282 kB Progress (3): 107 kB | 458/502 kB | 171/282 kB Progress (3): 107 kB | 462/502 kB | 171/282 kB Progress (3): 107 kB | 462/502 kB | 176/282 kB Progress (3): 107 kB | 466/502 kB | 176/282 kB Progress (3): 107 kB | 466/502 kB | 180/282 kB Progress (3): 107 kB | 471/502 kB | 180/282 kB Progress (3): 107 kB | 475/502 kB | 180/282 kB Progress (3): 107 kB | 475/502 kB | 184/282 kB Progress (3): 107 kB | 475/502 kB | 188/282 kB Progress (3): 107 kB | 479/502 kB | 188/282 kB Progress (3): 107 kB | 479/502 kB | 192/282 kB Progress (3): 107 kB | 483/502 kB | 192/282 kB Progress (3): 107 kB | 483/502 kB | 196/282 kB Progress (3): 107 kB | 487/502 kB | 196/282 kB Progress (3): 107 kB | 491/502 kB | 196/282 kB Progress (3): 107 kB | 491/502 kB | 200/282 kB Progress (3): 107 kB | 495/502 kB | 200/282 kB Progress (3): 107 kB | 495/502 kB | 204/282 kB Progress (3): 107 kB | 499/502 kB | 204/282 kB Progress (3): 107 kB | 499/502 kB | 208/282 kB Progress (3): 107 kB | 502 kB | 208/282 kB Progress (3): 107 kB | 502 kB | 212/282 kB Progress (3): 107 kB | 502 kB | 217/282 kB Progress (3): 107 kB | 502 kB | 221/282 kB Progress (3): 107 kB | 502 kB | 225/282 kB Progress (3): 107 kB | 502 kB | 229/282 kB Progress (3): 107 kB | 502 kB | 233/282 kB Progress (3): 107 kB | 502 kB | 237/282 kB Progress (3): 107 kB | 502 kB | 241/282 kB Progress (3): 107 kB | 502 kB | 245/282 kB Progress (3): 107 kB | 502 kB | 249/282 kB Progress (3): 107 kB | 502 kB | 253/282 kB Progress (3): 107 kB | 502 kB | 258/282 kB Progress (3): 107 kB | 502 kB | 262/282 kB Progress (3): 107 kB | 502 kB | 266/282 kB Progress (3): 107 kB | 502 kB | 270/282 kB Progress (3): 107 kB | 502 kB | 274/282 kB Progress (3): 107 kB | 502 kB | 278/282 kB Progress (3): 107 kB | 502 kB | 282 kB Progress (4): 107 kB | 502 kB | 282 kB | 4.1/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 7.7/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 12/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 16/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 20/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 24/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 28/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 32/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 36/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 40/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 45/64 kB Progress (4): 107 kB | 502 kB | 282 kB | 49/64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 2.0 MB/s) Progress (3): 107 kB | 502 kB | 53/64 kB Progress (3): 107 kB | 502 kB | 57/64 kB Progress (3): 107 kB | 502 kB | 61/64 kB Progress (3): 107 kB | 502 kB | 64 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M3/enforcer-rules-3.0.0-M3.jar (107 kB at 748 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar 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 349 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 2.7 MB/s) Progress (1): 4.1/340 kB Progress (1): 7.7/340 kB Progress (1): 12/340 kB Progress (1): 16/340 kB Progress (1): 20/340 kB Progress (1): 24/340 kB Progress (1): 28/340 kB Progress (1): 32/340 kB Progress (1): 36/340 kB Progress (1): 40/340 kB Progress (1): 45/340 kB Progress (1): 49/340 kB Progress (1): 53/340 kB Progress (1): 57/340 kB Progress (1): 61/340 kB Progress (1): 65/340 kB Progress (1): 69/340 kB Progress (1): 73/340 kB Progress (1): 77/340 kB Progress (1): 81/340 kB Progress (1): 85/340 kB Progress (1): 90/340 kB Progress (1): 94/340 kB Progress (1): 98/340 kB Progress (1): 102/340 kB Progress (1): 106/340 kB Progress (1): 110/340 kB Progress (1): 114/340 kB Progress (1): 118/340 kB Progress (1): 122/340 kB Progress (1): 126/340 kB Progress (1): 131/340 kB Progress (1): 135/340 kB Progress (1): 139/340 kB Progress (1): 143/340 kB Progress (1): 147/340 kB Progress (1): 151/340 kB Progress (1): 155/340 kB Progress (1): 159/340 kB Progress (1): 163/340 kB Progress (1): 167/340 kB Progress (1): 171/340 kB Progress (1): 176/340 kB Progress (1): 180/340 kB Progress (1): 184/340 kB Progress (1): 188/340 kB Progress (1): 192/340 kB Progress (1): 196/340 kB Progress (1): 200/340 kB Progress (1): 204/340 kB Progress (1): 208/340 kB Progress (1): 212/340 kB Progress (2): 212/340 kB | 4.1/168 kB Progress (3): 212/340 kB | 4.1/168 kB | 4.1/149 kB Progress (3): 212/340 kB | 7.7/168 kB | 4.1/149 kB Progress (3): 212/340 kB | 7.7/168 kB | 7.7/149 kB Progress (3): 212/340 kB | 12/168 kB | 7.7/149 kB Progress (3): 212/340 kB | 12/168 kB | 12/149 kB Progress (3): 212/340 kB | 16/168 kB | 12/149 kB Progress (3): 217/340 kB | 16/168 kB | 12/149 kB Progress (3): 217/340 kB | 16/168 kB | 16/149 kB Progress (3): 221/340 kB | 16/168 kB | 16/149 kB Progress (3): 225/340 kB | 16/168 kB | 16/149 kB Progress (3): 229/340 kB | 16/168 kB | 16/149 kB Progress (3): 229/340 kB | 16/168 kB | 20/149 kB Progress (3): 229/340 kB | 20/168 kB | 20/149 kB Progress (3): 229/340 kB | 20/168 kB | 24/149 kB Progress (3): 229/340 kB | 24/168 kB | 24/149 kB Progress (3): 229/340 kB | 24/168 kB | 28/149 kB Progress (3): 229/340 kB | 28/168 kB | 28/149 kB Progress (3): 229/340 kB | 28/168 kB | 32/149 kB Progress (3): 233/340 kB | 28/168 kB | 32/149 kB Progress (3): 233/340 kB | 32/168 kB | 32/149 kB Progress (3): 237/340 kB | 32/168 kB | 32/149 kB Progress (3): 241/340 kB | 32/168 kB | 32/149 kB Progress (3): 245/340 kB | 32/168 kB | 32/149 kB Progress (3): 245/340 kB | 32/168 kB | 36/149 kB Progress (3): 245/340 kB | 32/168 kB | 40/149 kB Progress (3): 245/340 kB | 32/168 kB | 45/149 kB Progress (3): 245/340 kB | 32/168 kB | 49/149 kB Progress (3): 249/340 kB | 32/168 kB | 49/149 kB Progress (3): 253/340 kB | 32/168 kB | 49/149 kB Progress (3): 258/340 kB | 32/168 kB | 49/149 kB Progress (3): 262/340 kB | 32/168 kB | 49/149 kB Progress (3): 262/340 kB | 32/168 kB | 53/149 kB Progress (3): 262/340 kB | 32/168 kB | 57/149 kB Progress (3): 262/340 kB | 32/168 kB | 61/149 kB Progress (3): 262/340 kB | 32/168 kB | 65/149 kB Progress (3): 266/340 kB | 32/168 kB | 65/149 kB Progress (3): 270/340 kB | 32/168 kB | 65/149 kB Progress (3): 274/340 kB | 32/168 kB | 65/149 kB Progress (3): 278/340 kB | 32/168 kB | 65/149 kB Progress (3): 278/340 kB | 32/168 kB | 69/149 kB Progress (3): 278/340 kB | 32/168 kB | 73/149 kB Progress (3): 278/340 kB | 32/168 kB | 77/149 kB Progress (3): 278/340 kB | 32/168 kB | 81/149 kB Progress (3): 282/340 kB | 32/168 kB | 81/149 kB Progress (3): 286/340 kB | 32/168 kB | 81/149 kB Progress (3): 290/340 kB | 32/168 kB | 81/149 kB Progress (3): 294/340 kB | 32/168 kB | 81/149 kB Progress (3): 294/340 kB | 32/168 kB | 85/149 kB Progress (3): 294/340 kB | 32/168 kB | 90/149 kB Progress (3): 294/340 kB | 32/168 kB | 94/149 kB Progress (3): 294/340 kB | 32/168 kB | 98/149 kB Progress (3): 298/340 kB | 32/168 kB | 98/149 kB Progress (3): 303/340 kB | 32/168 kB | 98/149 kB Progress (3): 307/340 kB | 32/168 kB | 98/149 kB Progress (3): 311/340 kB | 32/168 kB | 98/149 kB Progress (3): 311/340 kB | 32/168 kB | 102/149 kB Progress (3): 311/340 kB | 32/168 kB | 106/149 kB Progress (3): 311/340 kB | 32/168 kB | 110/149 kB Progress (3): 311/340 kB | 32/168 kB | 114/149 kB Progress (3): 315/340 kB | 32/168 kB | 114/149 kB Progress (3): 319/340 kB | 32/168 kB | 114/149 kB Progress (3): 323/340 kB | 32/168 kB | 114/149 kB Progress (3): 327/340 kB | 32/168 kB | 114/149 kB Progress (3): 327/340 kB | 32/168 kB | 118/149 kB Progress (3): 327/340 kB | 32/168 kB | 122/149 kB Progress (3): 327/340 kB | 32/168 kB | 126/149 kB Progress (3): 331/340 kB | 32/168 kB | 126/149 kB Progress (3): 331/340 kB | 32/168 kB | 131/149 kB Progress (3): 335/340 kB | 32/168 kB | 131/149 kB Progress (3): 339/340 kB | 32/168 kB | 131/149 kB Progress (3): 340 kB | 32/168 kB | 131/149 kB Progress (3): 340 kB | 32/168 kB | 135/149 kB Progress (3): 340 kB | 32/168 kB | 139/149 kB Progress (3): 340 kB | 32/168 kB | 143/149 kB Progress (3): 340 kB | 36/168 kB | 143/149 kB Progress (3): 340 kB | 36/168 kB | 147/149 kB Progress (3): 340 kB | 40/168 kB | 147/149 kB Progress (3): 340 kB | 40/168 kB | 149 kB Progress (3): 340 kB | 45/168 kB | 149 kB Progress (3): 340 kB | 49/168 kB | 149 kB Progress (3): 340 kB | 53/168 kB | 149 kB Progress (3): 340 kB | 57/168 kB | 149 kB Progress (3): 340 kB | 61/168 kB | 149 kB Progress (3): 340 kB | 65/168 kB | 149 kB Progress (3): 340 kB | 69/168 kB | 149 kB Progress (3): 340 kB | 73/168 kB | 149 kB Progress (3): 340 kB | 77/168 kB | 149 kB Progress (3): 340 kB | 81/168 kB | 149 kB Progress (3): 340 kB | 85/168 kB | 149 kB Progress (3): 340 kB | 90/168 kB | 149 kB Progress (3): 340 kB | 94/168 kB | 149 kB Progress (3): 340 kB | 98/168 kB | 149 kB Progress (3): 340 kB | 102/168 kB | 149 kB Progress (3): 340 kB | 106/168 kB | 149 kB Progress (3): 340 kB | 110/168 kB | 149 kB Progress (3): 340 kB | 114/168 kB | 149 kB Progress (3): 340 kB | 118/168 kB | 149 kB Progress (3): 340 kB | 122/168 kB | 149 kB Progress (3): 340 kB | 126/168 kB | 149 kB Progress (3): 340 kB | 131/168 kB | 149 kB Progress (3): 340 kB | 135/168 kB | 149 kB Progress (3): 340 kB | 139/168 kB | 149 kB Progress (3): 340 kB | 143/168 kB | 149 kB Progress (3): 340 kB | 147/168 kB | 149 kB Progress (3): 340 kB | 151/168 kB | 149 kB Progress (3): 340 kB | 155/168 kB | 149 kB Progress (3): 340 kB | 159/168 kB | 149 kB Progress (3): 340 kB | 163/168 kB | 149 kB Progress (3): 340 kB | 167/168 kB | 149 kB Progress (3): 340 kB | 168 kB | 149 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 659 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.12/commons-codec-1.12.jar (340 kB at 1.5 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 732 kB/s) [INFO] [INFO] --- eclipse-cbi-plugin:1.1.8-SNAPSHOT:generate-api-build-xml (default) @ org.eclipse.jdt.core --- Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 179 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 427 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 131 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 143 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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/plexus-3.3.pom (20 kB at 948 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.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/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 44 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 5.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 155 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 220 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Progress (1): 4.1 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/7/oss-parent-7.pom (4.8 kB at 193 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 28 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 49 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 168 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 690 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 24 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom Progress (1): 612 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 27 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom (8.7 kB at 249 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom (13 kB at 413 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 105 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 291 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 120 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 179 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom (2.4 kB at 58 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 47 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 143 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 77 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom (2.6 kB at 71 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom (9.1 kB at 198 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 922 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 327 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 11 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 135 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom Progress (1): 363 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 4.8 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 121 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 142 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom Progress (1): 266 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 7.2 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom Progress (1): 4.1 kB Progress (1): 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 94 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 54 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 193 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 90 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Progress (1): 4.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 98 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 418 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom (4.8 kB at 134 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom (19 kB at 505 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom Progress (1): 4.1 kB Progress (1): 6.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 204 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 48 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.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-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 71 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.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.16/plexus-interpolation-1.16.pom (1.0 kB at 38 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.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/plexus-components-1.3.pom (3.1 kB at 218 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.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.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 53 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.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-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 80 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 101 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom Progress (1): 1.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 54 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 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 715 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom Progress (1): 1.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 59 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 68 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 13 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 97 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 809 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.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.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.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.5.1/org.eclipse.tycho.p2.tools.shared-1.5.1.pom (1.1 kB at 32 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom (3.0 kB at 81 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 130 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 141 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 852 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 213 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 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 325 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 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.8 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 552 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/48/commons-parent-48.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/48/commons-parent-48.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 53 kB Progress (1): 57 kB Progress (1): 61 kB Progress (1): 66 kB Progress (1): 70 kB Progress (1): 72 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.6 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.5/xz-1.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 43 kB/s) Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/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 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml 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 repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml Progress (1): 713 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (713 B at 19 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 23 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 46 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 49 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 54 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 50 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 52 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 41 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 46 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.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.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 52 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.5.1/sisu-equinox-embedder-1.5.1.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.5.1/sisu-equinox-embedder-1.5.1.pom (1.8 kB at 52 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.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.5.1/sisu-equinox-1.5.1.pom (1.0 kB at 37 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.5.1/sisu-equinox-api-1.5.1.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.5.1/sisu-equinox-api-1.5.1.pom (1.7 kB at 55 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.5.1/tycho-metadata-model-1.5.1.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.5.1/tycho-metadata-model-1.5.1.pom (1.3 kB at 32 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 418 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.5.1/tycho-embedder-api-1.5.1.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.5.1/tycho-embedder-api-1.5.1.pom (2.1 kB at 54 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.5.1/org.eclipse.tycho.embedder.shared-1.5.1.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.5.1/org.eclipse.tycho.embedder.shared-1.5.1.pom (1.1 kB at 33 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.5.1/org.eclipse.tycho.core.shared-1.5.1.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.5.1/org.eclipse.tycho.core.shared-1.5.1.pom (1.0 kB at 34 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 34 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 193 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 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 1.1 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 122 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.5/xz-1.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.5/xz-1.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar Progress (1): 4.1/202 kB Progress (1): 7.7/202 kB Progress (1): 12/202 kB Progress (1): 16/202 kB Progress (1): 20/202 kB Progress (1): 24/202 kB Progress (1): 28/202 kB Progress (1): 32/202 kB Progress (1): 36/202 kB Progress (1): 40/202 kB Progress (1): 45/202 kB Progress (1): 49/202 kB Progress (1): 53/202 kB Progress (1): 57/202 kB Progress (1): 61/202 kB Progress (1): 65/202 kB Progress (1): 69/202 kB Progress (1): 73/202 kB Progress (1): 77/202 kB Progress (1): 81/202 kB Progress (1): 85/202 kB Progress (1): 90/202 kB Progress (1): 94/202 kB Progress (1): 98/202 kB Progress (1): 102/202 kB Progress (1): 106/202 kB Progress (1): 110/202 kB Progress (1): 114/202 kB Progress (2): 114/202 kB | 4.1/45 kB Progress (2): 114/202 kB | 7.7/45 kB Progress (2): 114/202 kB | 12/45 kB Progress (2): 114/202 kB | 16/45 kB Progress (2): 114/202 kB | 20/45 kB Progress (2): 114/202 kB | 24/45 kB Progress (2): 114/202 kB | 28/45 kB Progress (2): 114/202 kB | 32/45 kB Progress (2): 114/202 kB | 36/45 kB Progress (2): 114/202 kB | 40/45 kB Progress (2): 114/202 kB | 45/45 kB Progress (2): 114/202 kB | 45 kB Progress (3): 114/202 kB | 45 kB | 4.1/50 kB Progress (3): 114/202 kB | 45 kB | 7.7/50 kB Progress (3): 114/202 kB | 45 kB | 12/50 kB Progress (3): 114/202 kB | 45 kB | 16/50 kB Progress (3): 118/202 kB | 45 kB | 16/50 kB Progress (3): 122/202 kB | 45 kB | 16/50 kB Progress (3): 126/202 kB | 45 kB | 16/50 kB Progress (3): 131/202 kB | 45 kB | 16/50 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 4.1/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 7.7/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 12/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 16/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 20/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 24/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 28/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 32/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 36/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 40/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 45/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 49/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 53/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 57/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 61/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 65/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 69/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 73/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 77/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 81/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 85/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 90/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 94/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 98/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 102/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 106/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 110/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 114/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 118/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 122/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 126/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 131/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 135/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 139/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 143/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 147/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 151/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 155/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 159/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 163/164 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 164 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar Progress (4): 131/202 kB | 45 kB | 16/50 kB | 4.1/5.8 kB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 26 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 0.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.5/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.6/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.7/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.8/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 1.9/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.0/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.1/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.2/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.3/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 131/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 135/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 139/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 143/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 147/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 151/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 155/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 159/202 kB | 45 kB | 16/50 kB | 2.4/2.8 MB Progress (4): 159/202 kB | 45 kB | 20/50 kB | 2.4/2.8 MB Progress (4): 163/202 kB | 45 kB | 20/50 kB | 2.4/2.8 MB Progress (4): 163/202 kB | 45 kB | 24/50 kB | 2.4/2.8 MB Progress (4): 163/202 kB | 45 kB | 28/50 kB | 2.4/2.8 MB Progress (4): 163/202 kB | 45 kB | 32/50 kB | 2.4/2.8 MB Progress (4): 167/202 kB | 45 kB | 32/50 kB | 2.4/2.8 MB Progress (4): 171/202 kB | 45 kB | 32/50 kB | 2.4/2.8 MB Progress (4): 171/202 kB | 45 kB | 36/50 kB | 2.4/2.8 MB Progress (4): 176/202 kB | 45 kB | 36/50 kB | 2.4/2.8 MB Progress (4): 176/202 kB | 45 kB | 40/50 kB | 2.4/2.8 MB Progress (4): 180/202 kB | 45 kB | 40/50 kB | 2.4/2.8 MB Progress (4): 180/202 kB | 45 kB | 45/50 kB | 2.4/2.8 MB Progress (4): 180/202 kB | 45 kB | 49/50 kB | 2.4/2.8 MB Progress (4): 180/202 kB | 45 kB | 50 kB | 2.4/2.8 MB Progress (4): 184/202 kB | 45 kB | 50 kB | 2.4/2.8 MB Progress (4): 188/202 kB | 45 kB | 50 kB | 2.4/2.8 MB Progress (4): 192/202 kB | 45 kB | 50 kB | 2.4/2.8 MB Progress (4): 196/202 kB | 45 kB | 50 kB | 2.4/2.8 MB Progress (4): 200/202 kB | 45 kB | 50 kB | 2.4/2.8 MB Progress (4): 202 kB | 45 kB | 50 kB | 2.4/2.8 MB Progress (5): 202 kB | 45 kB | 50 kB | 2.4/2.8 MB | 4.1/52 kB Progress (5): 202 kB | 45 kB | 50 kB | 2.4/2.8 MB | 7.7/52 kB Progress (5): 202 kB | 45 kB | 50 kB | 2.4/2.8 MB | 12/52 kB Progress (5): 202 kB | 45 kB | 50 kB | 2.4/2.8 MB | 16/52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 192 kB/s) Progress (4): 202 kB | 45 kB | 2.4/2.8 MB | 20/52 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar Progress (4): 202 kB | 45 kB | 2.4/2.8 MB | 24/52 kB Progress (4): 202 kB | 45 kB | 2.4/2.8 MB | 28/52 kB Progress (4): 202 kB | 45 kB | 2.4/2.8 MB | 32/52 kB Progress (4): 202 kB | 45 kB | 2.4/2.8 MB | 36/52 kB Progress (4): 202 kB | 45 kB | 2.4/2.8 MB | 40/52 kB Progress (5): 202 kB | 45 kB | 2.4/2.8 MB | 40/52 kB | 4.1/4.6 kB Progress (5): 202 kB | 45 kB | 2.4/2.8 MB | 45/52 kB | 4.1/4.6 kB Progress (5): 202 kB | 45 kB | 2.4/2.8 MB | 49/52 kB | 4.1/4.6 kB Progress (5): 202 kB | 45 kB | 2.4/2.8 MB | 52 kB | 4.1/4.6 kB Progress (5): 202 kB | 45 kB | 2.4/2.8 MB | 52 kB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 758 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 17 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar Progress (4): 45 kB | 2.4/2.8 MB | 52 kB | 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 8.1 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar Progress (4): 45 kB | 2.4/2.8 MB | 52 kB | 4.1/201 kB Progress (4): 45 kB | 2.4/2.8 MB | 52 kB | 7.7/201 kB Progress (4): 45 kB | 2.4/2.8 MB | 52 kB | 12/201 kB Progress (4): 45 kB | 2.4/2.8 MB | 52 kB | 16/201 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 159 kB/s) Progress (3): 2.4/2.8 MB | 52 kB | 20/201 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar Progress (3): 2.4/2.8 MB | 52 kB | 24/201 kB Progress (3): 2.4/2.8 MB | 52 kB | 28/201 kB Progress (3): 2.4/2.8 MB | 52 kB | 32/201 kB Progress (4): 2.4/2.8 MB | 52 kB | 32/201 kB | 4.1/20 kB Progress (4): 2.4/2.8 MB | 52 kB | 32/201 kB | 7.7/20 kB Progress (4): 2.4/2.8 MB | 52 kB | 36/201 kB | 7.7/20 kB Progress (4): 2.4/2.8 MB | 52 kB | 36/201 kB | 12/20 kB Progress (4): 2.4/2.8 MB | 52 kB | 40/201 kB | 12/20 kB Progress (4): 2.4/2.8 MB | 52 kB | 40/201 kB | 16/20 kB Progress (4): 2.4/2.8 MB | 52 kB | 45/201 kB | 16/20 kB Progress (4): 2.4/2.8 MB | 52 kB | 49/201 kB | 16/20 kB Progress (4): 2.4/2.8 MB | 52 kB | 49/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 53/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 57/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 61/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 65/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 69/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 73/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 77/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 81/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 85/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 90/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 94/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 98/201 kB | 20 kB Progress (4): 2.4/2.8 MB | 52 kB | 102/201 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 180 kB/s) Progress (3): 2.4/2.8 MB | 106/201 kB | 20 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar Progress (3): 2.4/2.8 MB | 110/201 kB | 20 kB Progress (3): 2.4/2.8 MB | 114/201 kB | 20 kB Progress (3): 2.4/2.8 MB | 118/201 kB | 20 kB Progress (3): 2.4/2.8 MB | 122/201 kB | 20 kB Progress (3): 2.4/2.8 MB | 126/201 kB | 20 kB Progress (3): 2.4/2.8 MB | 131/201 kB | 20 kB Progress (3): 2.4/2.8 MB | 135/201 kB | 20 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 69 kB/s) Progress (3): 2.4/2.8 MB | 135/201 kB | 4.1/13 kB Progress (3): 2.4/2.8 MB | 139/201 kB | 4.1/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar Progress (3): 2.4/2.8 MB | 143/201 kB | 4.1/13 kB Progress (3): 2.4/2.8 MB | 143/201 kB | 7.7/13 kB Progress (3): 2.4/2.8 MB | 147/201 kB | 7.7/13 kB Progress (3): 2.4/2.8 MB | 147/201 kB | 12/13 kB Progress (3): 2.4/2.8 MB | 147/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 151/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 155/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 159/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 163/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 167/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 171/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 176/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 180/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 184/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 188/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 192/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 196/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 200/201 kB | 13 kB Progress (3): 2.4/2.8 MB | 201 kB | 13 kB Progress (4): 2.4/2.8 MB | 201 kB | 13 kB | 4.1/8.8 kB Progress (4): 2.4/2.8 MB | 201 kB | 13 kB | 7.7/8.8 kB Progress (4): 2.4/2.8 MB | 201 kB | 13 kB | 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.jar (13 kB at 44 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar (201 kB at 664 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 29 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar Progress (2): 2.4/2.8 MB | 4.1/4.5 kB Progress (2): 2.4/2.8 MB | 4.5 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 4.1/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 7.7/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 12/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 16/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 20/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 24/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 28/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 32/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 36/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 40/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 45/357 kB Progress (3): 2.4/2.8 MB | 4.5 kB | 49/357 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 49/357 kB | 4.1/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 49/357 kB | 7.7/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 49/357 kB | 12/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 49/357 kB | 16/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 53/357 kB | 16/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 57/357 kB | 16/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 61/357 kB | 16/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 61/357 kB | 20/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 65/357 kB | 20/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 65/357 kB | 24/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 65/357 kB | 28/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 65/357 kB | 32/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 69/357 kB | 32/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 73/357 kB | 32/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 77/357 kB | 32/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 77/357 kB | 36/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 81/357 kB | 36/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 81/357 kB | 40/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 81/357 kB | 45/202 kB Progress (4): 2.4/2.8 MB | 4.5 kB | 81/357 kB | 49/202 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 14 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar Progress (3): 2.4/2.8 MB | 85/357 kB | 49/202 kB Progress (3): 2.4/2.8 MB | 85/357 kB | 53/202 kB Progress (3): 2.4/2.8 MB | 90/357 kB | 53/202 kB Progress (3): 2.4/2.8 MB | 90/357 kB | 57/202 kB Progress (3): 2.4/2.8 MB | 94/357 kB | 57/202 kB Progress (3): 2.4/2.8 MB | 94/357 kB | 61/202 kB Progress (3): 2.4/2.8 MB | 98/357 kB | 61/202 kB Progress (3): 2.4/2.8 MB | 98/357 kB | 65/202 kB Progress (3): 2.4/2.8 MB | 98/357 kB | 69/202 kB Progress (3): 2.4/2.8 MB | 102/357 kB | 69/202 kB Progress (3): 2.4/2.8 MB | 102/357 kB | 73/202 kB Progress (3): 2.4/2.8 MB | 106/357 kB | 73/202 kB Progress (3): 2.4/2.8 MB | 106/357 kB | 77/202 kB Progress (3): 2.4/2.8 MB | 110/357 kB | 77/202 kB Progress (3): 2.4/2.8 MB | 110/357 kB | 81/202 kB Progress (3): 2.4/2.8 MB | 114/357 kB | 81/202 kB Progress (3): 2.4/2.8 MB | 114/357 kB | 85/202 kB Progress (3): 2.4/2.8 MB | 118/357 kB | 85/202 kB Progress (3): 2.4/2.8 MB | 118/357 kB | 90/202 kB Progress (3): 2.4/2.8 MB | 122/357 kB | 90/202 kB Progress (3): 2.4/2.8 MB | 122/357 kB | 94/202 kB Progress (3): 2.4/2.8 MB | 126/357 kB | 94/202 kB Progress (3): 2.4/2.8 MB | 126/357 kB | 98/202 kB Progress (3): 2.4/2.8 MB | 131/357 kB | 98/202 kB Progress (3): 2.4/2.8 MB | 131/357 kB | 102/202 kB Progress (3): 2.4/2.8 MB | 135/357 kB | 102/202 kB Progress (3): 2.4/2.8 MB | 135/357 kB | 106/202 kB Progress (3): 2.4/2.8 MB | 139/357 kB | 106/202 kB Progress (3): 2.4/2.8 MB | 139/357 kB | 110/202 kB Progress (3): 2.4/2.8 MB | 143/357 kB | 110/202 kB Progress (3): 2.4/2.8 MB | 143/357 kB | 114/202 kB Progress (3): 2.4/2.8 MB | 147/357 kB | 114/202 kB Progress (3): 2.4/2.8 MB | 147/357 kB | 118/202 kB Progress (3): 2.4/2.8 MB | 151/357 kB | 118/202 kB Progress (3): 2.4/2.8 MB | 151/357 kB | 122/202 kB Progress (3): 2.4/2.8 MB | 155/357 kB | 122/202 kB Progress (3): 2.4/2.8 MB | 155/357 kB | 126/202 kB Progress (3): 2.4/2.8 MB | 159/357 kB | 126/202 kB Progress (3): 2.4/2.8 MB | 159/357 kB | 131/202 kB Progress (3): 2.4/2.8 MB | 163/357 kB | 131/202 kB Progress (3): 2.4/2.8 MB | 163/357 kB | 135/202 kB Progress (3): 2.4/2.8 MB | 163/357 kB | 139/202 kB Progress (3): 2.4/2.8 MB | 167/357 kB | 139/202 kB Progress (4): 2.4/2.8 MB | 167/357 kB | 139/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 171/357 kB | 139/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 171/357 kB | 143/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 176/357 kB | 143/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 176/357 kB | 147/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 180/357 kB | 147/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 180/357 kB | 151/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 180/357 kB | 155/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 184/357 kB | 155/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 184/357 kB | 159/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 188/357 kB | 159/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 188/357 kB | 163/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 192/357 kB | 163/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 196/357 kB | 163/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 196/357 kB | 167/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 196/357 kB | 171/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 200/357 kB | 171/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 200/357 kB | 176/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 204/357 kB | 176/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 204/357 kB | 180/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 204/357 kB | 184/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 204/357 kB | 188/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 204/357 kB | 192/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 204/357 kB | 196/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 204/357 kB | 200/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 208/357 kB | 200/202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 208/357 kB | 202 kB | 3.5 kB Progress (4): 2.4/2.8 MB | 212/357 kB | 202 kB | 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar (3.5 kB at 9.4 kB/s) Progress (4): 2.4/2.8 MB | 212/357 kB | 202 kB | 4.1/44 kB Progress (4): 2.4/2.8 MB | 217/357 kB | 202 kB | 4.1/44 kB 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 Progress (4): 2.4/2.8 MB | 221/357 kB | 202 kB | 4.1/44 kB Progress (4): 2.4/2.8 MB | 221/357 kB | 202 kB | 7.7/44 kB Progress (4): 2.4/2.8 MB | 225/357 kB | 202 kB | 7.7/44 kB Progress (4): 2.4/2.8 MB | 225/357 kB | 202 kB | 12/44 kB Progress (4): 2.4/2.8 MB | 229/357 kB | 202 kB | 12/44 kB Progress (4): 2.4/2.8 MB | 229/357 kB | 202 kB | 16/44 kB Progress (4): 2.4/2.8 MB | 233/357 kB | 202 kB | 16/44 kB Progress (4): 2.4/2.8 MB | 233/357 kB | 202 kB | 20/44 kB Progress (4): 2.4/2.8 MB | 237/357 kB | 202 kB | 20/44 kB Progress (4): 2.4/2.8 MB | 237/357 kB | 202 kB | 24/44 kB Progress (4): 2.4/2.8 MB | 241/357 kB | 202 kB | 24/44 kB Progress (4): 2.4/2.8 MB | 241/357 kB | 202 kB | 28/44 kB Progress (4): 2.4/2.8 MB | 245/357 kB | 202 kB | 28/44 kB Progress (4): 2.4/2.8 MB | 245/357 kB | 202 kB | 32/44 kB Progress (4): 2.4/2.8 MB | 245/357 kB | 202 kB | 36/44 kB Progress (4): 2.4/2.8 MB | 249/357 kB | 202 kB | 36/44 kB Progress (4): 2.4/2.8 MB | 249/357 kB | 202 kB | 40/44 kB Progress (4): 2.4/2.8 MB | 253/357 kB | 202 kB | 40/44 kB Progress (4): 2.4/2.8 MB | 253/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 258/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 262/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 266/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 270/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 274/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 278/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 282/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 286/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 290/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 294/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 298/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 303/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 307/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 311/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 315/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 319/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 323/357 kB | 202 kB | 44 kB Progress (4): 2.4/2.8 MB | 327/357 kB | 202 kB | 44 kB Progress (4): 2.5/2.8 MB | 327/357 kB | 202 kB | 44 kB Progress (4): 2.5/2.8 MB | 331/357 kB | 202 kB | 44 kB Progress (5): 2.5/2.8 MB | 331/357 kB | 202 kB | 44 kB | 4.1/4.2 kB Progress (5): 2.5/2.8 MB | 335/357 kB | 202 kB | 44 kB | 4.1/4.2 kB Progress (5): 2.5/2.8 MB | 335/357 kB | 202 kB | 44 kB | 4.2 kB Progress (5): 2.5/2.8 MB | 339/357 kB | 202 kB | 44 kB | 4.2 kB Progress (5): 2.5/2.8 MB | 339/357 kB | 202 kB | 44 kB | 4.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 535 kB/s) Progress (4): 2.5/2.8 MB | 344/357 kB | 44 kB | 4.2 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar Progress (4): 2.5/2.8 MB | 344/357 kB | 44 kB | 4.2 kB Progress (4): 2.5/2.8 MB | 348/357 kB | 44 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 11 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 115 kB/s) Progress (2): 2.5/2.8 MB | 352/357 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar Progress (2): 2.5/2.8 MB | 352/357 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar Progress (2): 2.5/2.8 MB | 356/357 kB Progress (2): 2.5/2.8 MB | 357 kB Progress (2): 2.5/2.8 MB | 357 kB Progress (2): 2.5/2.8 MB | 357 kB Progress (2): 2.6/2.8 MB | 357 kB Progress (2): 2.6/2.8 MB | 357 kB Progress (2): 2.6/2.8 MB | 357 kB Progress (2): 2.6/2.8 MB | 357 kB Progress (2): 2.6/2.8 MB | 357 kB Progress (2): 2.6/2.8 MB | 357 kB Progress (2): 2.7/2.8 MB | 357 kB Progress (2): 2.7/2.8 MB | 357 kB Progress (2): 2.7/2.8 MB | 357 kB Progress (2): 2.7/2.8 MB | 357 kB Progress (2): 2.7/2.8 MB | 357 kB Progress (2): 2.7/2.8 MB | 357 kB Progress (3): 2.7/2.8 MB | 357 kB | 4.1/47 kB Progress (3): 2.7/2.8 MB | 357 kB | 7.7/47 kB Progress (3): 2.7/2.8 MB | 357 kB | 12/47 kB Progress (3): 2.8/2.8 MB | 357 kB | 12/47 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 914 kB/s) Progress (2): 2.8 MB | 12/47 kB Progress (2): 2.8 MB | 16/47 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar Progress (2): 2.8 MB | 20/47 kB Progress (2): 2.8 MB | 24/47 kB Progress (2): 2.8 MB | 28/47 kB Progress (2): 2.8 MB | 32/47 kB Progress (2): 2.8 MB | 36/47 kB Progress (2): 2.8 MB | 40/47 kB Progress (2): 2.8 MB | 45/47 kB Progress (2): 2.8 MB | 47 kB Progress (3): 2.8 MB | 47 kB | 4.1/47 kB Progress (4): 2.8 MB | 47 kB | 4.1/47 kB | 4.1/563 kB Progress (4): 2.8 MB | 47 kB | 7.7/47 kB | 4.1/563 kB Progress (4): 2.8 MB | 47 kB | 7.7/47 kB | 7.7/563 kB Progress (4): 2.8 MB | 47 kB | 12/47 kB | 7.7/563 kB Progress (4): 2.8 MB | 47 kB | 12/47 kB | 12/563 kB Progress (4): 2.8 MB | 47 kB | 16/47 kB | 12/563 kB Progress (4): 2.8 MB | 47 kB | 16/47 kB | 16/563 kB Progress (4): 2.8 MB | 47 kB | 20/47 kB | 16/563 kB Progress (4): 2.8 MB | 47 kB | 20/47 kB | 20/563 kB Progress (4): 2.8 MB | 47 kB | 24/47 kB | 20/563 kB Progress (4): 2.8 MB | 47 kB | 24/47 kB | 24/563 kB Progress (4): 2.8 MB | 47 kB | 28/47 kB | 24/563 kB Progress (4): 2.8 MB | 47 kB | 28/47 kB | 28/563 kB Progress (4): 2.8 MB | 47 kB | 32/47 kB | 28/563 kB Progress (4): 2.8 MB | 47 kB | 32/47 kB | 32/563 kB Progress (4): 2.8 MB | 47 kB | 36/47 kB | 32/563 kB Progress (4): 2.8 MB | 47 kB | 40/47 kB | 32/563 kB Progress (4): 2.8 MB | 47 kB | 40/47 kB | 36/563 kB Progress (4): 2.8 MB | 47 kB | 45/47 kB | 36/563 kB Progress (4): 2.8 MB | 47 kB | 45/47 kB | 40/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 40/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 45/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 49/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 53/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 57/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 61/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 65/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 69/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 73/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 77/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 81/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 85/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 90/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 94/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 98/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 102/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 106/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 110/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 114/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 118/563 kB Progress (4): 2.8 MB | 47 kB | 47 kB | 122/563 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 122/563 kB | 4.1/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 126/563 kB | 4.1/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 126/563 kB | 7.7/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 131/563 kB | 7.7/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 131/563 kB | 12/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 131/563 kB | 16/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 135/563 kB | 16/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 139/563 kB | 16/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 139/563 kB | 20/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 143/563 kB | 20/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 143/563 kB | 24/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 147/563 kB | 24/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 147/563 kB | 28/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 147/563 kB | 32/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 147/563 kB | 36/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 151/563 kB | 36/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 151/563 kB | 40/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 155/563 kB | 40/41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 155/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 159/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 163/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 167/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 171/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 176/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 180/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 184/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 188/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 192/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 196/563 kB | 41 kB Progress (5): 2.8 MB | 47 kB | 47 kB | 200/563 kB | 41 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar (2.8 MB at 6.7 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 114 kB/s) Progress (3): 47 kB | 204/563 kB | 41 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 114 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar Progress (3): 204/563 kB | 41 kB | 4.1/159 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 89 kB/s) Progress (2): 208/563 kB | 4.1/159 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar Progress (2): 208/563 kB | 7.7/159 kB Progress (2): 212/563 kB | 7.7/159 kB Progress (2): 212/563 kB | 12/159 kB Progress (2): 212/563 kB | 16/159 kB Progress (2): 212/563 kB | 20/159 kB Progress (2): 217/563 kB | 20/159 kB Progress (2): 217/563 kB | 24/159 kB Progress (2): 221/563 kB | 24/159 kB Progress (2): 221/563 kB | 28/159 kB Progress (2): 225/563 kB | 28/159 kB Progress (2): 225/563 kB | 32/159 kB Progress (2): 229/563 kB | 32/159 kB Progress (2): 229/563 kB | 36/159 kB Progress (2): 229/563 kB | 40/159 kB Progress (2): 229/563 kB | 45/159 kB Progress (2): 233/563 kB | 45/159 kB Progress (2): 233/563 kB | 49/159 kB Progress (2): 237/563 kB | 49/159 kB Progress (2): 241/563 kB | 49/159 kB Progress (2): 245/563 kB | 49/159 kB Progress (2): 245/563 kB | 53/159 kB Progress (2): 245/563 kB | 57/159 kB Progress (2): 245/563 kB | 61/159 kB Progress (2): 245/563 kB | 65/159 kB Progress (2): 249/563 kB | 65/159 kB Progress (2): 253/563 kB | 65/159 kB Progress (2): 258/563 kB | 65/159 kB Progress (2): 258/563 kB | 69/159 kB Progress (2): 262/563 kB | 69/159 kB Progress (2): 262/563 kB | 73/159 kB Progress (2): 262/563 kB | 77/159 kB Progress (2): 262/563 kB | 81/159 kB Progress (2): 266/563 kB | 81/159 kB Progress (2): 266/563 kB | 85/159 kB Progress (2): 270/563 kB | 85/159 kB Progress (2): 270/563 kB | 90/159 kB Progress (2): 274/563 kB | 90/159 kB Progress (2): 274/563 kB | 94/159 kB Progress (2): 278/563 kB | 94/159 kB Progress (2): 278/563 kB | 98/159 kB Progress (2): 278/563 kB | 102/159 kB Progress (2): 278/563 kB | 106/159 kB Progress (2): 278/563 kB | 110/159 kB Progress (2): 282/563 kB | 110/159 kB Progress (2): 282/563 kB | 114/159 kB Progress (2): 286/563 kB | 114/159 kB Progress (2): 290/563 kB | 114/159 kB Progress (2): 294/563 kB | 114/159 kB Progress (2): 294/563 kB | 118/159 kB Progress (2): 294/563 kB | 122/159 kB Progress (2): 294/563 kB | 126/159 kB Progress (2): 294/563 kB | 131/159 kB Progress (2): 298/563 kB | 131/159 kB Progress (2): 303/563 kB | 131/159 kB Progress (3): 303/563 kB | 131/159 kB | 4.1/30 kB Progress (3): 307/563 kB | 131/159 kB | 4.1/30 kB Progress (3): 307/563 kB | 135/159 kB | 4.1/30 kB Progress (4): 307/563 kB | 135/159 kB | 4.1/30 kB | 4.1/60 kB Progress (5): 307/563 kB | 135/159 kB | 4.1/30 kB | 4.1/60 kB | 4.1/18 kB Progress (5): 307/563 kB | 135/159 kB | 4.1/30 kB | 7.7/60 kB | 4.1/18 kB Progress (5): 307/563 kB | 139/159 kB | 4.1/30 kB | 7.7/60 kB | 4.1/18 kB Progress (5): 311/563 kB | 139/159 kB | 4.1/30 kB | 7.7/60 kB | 4.1/18 kB Progress (5): 311/563 kB | 139/159 kB | 7.7/30 kB | 7.7/60 kB | 4.1/18 kB Progress (5): 311/563 kB | 143/159 kB | 7.7/30 kB | 7.7/60 kB | 4.1/18 kB Progress (5): 311/563 kB | 143/159 kB | 7.7/30 kB | 12/60 kB | 4.1/18 kB Progress (5): 311/563 kB | 143/159 kB | 7.7/30 kB | 12/60 kB | 7.7/18 kB Progress (5): 311/563 kB | 143/159 kB | 7.7/30 kB | 16/60 kB | 7.7/18 kB Progress (5): 311/563 kB | 147/159 kB | 7.7/30 kB | 16/60 kB | 7.7/18 kB Progress (5): 311/563 kB | 147/159 kB | 12/30 kB | 16/60 kB | 7.7/18 kB Progress (5): 315/563 kB | 147/159 kB | 12/30 kB | 16/60 kB | 7.7/18 kB Progress (5): 315/563 kB | 147/159 kB | 12/30 kB | 16/60 kB | 12/18 kB Progress (5): 319/563 kB | 147/159 kB | 12/30 kB | 16/60 kB | 12/18 kB Progress (5): 319/563 kB | 147/159 kB | 12/30 kB | 20/60 kB | 12/18 kB Progress (5): 319/563 kB | 151/159 kB | 12/30 kB | 20/60 kB | 12/18 kB Progress (5): 319/563 kB | 151/159 kB | 16/30 kB | 20/60 kB | 12/18 kB Progress (5): 319/563 kB | 155/159 kB | 16/30 kB | 20/60 kB | 12/18 kB Progress (5): 319/563 kB | 155/159 kB | 16/30 kB | 24/60 kB | 12/18 kB Progress (5): 323/563 kB | 155/159 kB | 16/30 kB | 24/60 kB | 12/18 kB Progress (5): 323/563 kB | 155/159 kB | 16/30 kB | 24/60 kB | 16/18 kB Progress (5): 327/563 kB | 155/159 kB | 16/30 kB | 24/60 kB | 16/18 kB Progress (5): 327/563 kB | 155/159 kB | 16/30 kB | 24/60 kB | 18 kB Progress (5): 327/563 kB | 155/159 kB | 20/30 kB | 24/60 kB | 18 kB Progress (5): 327/563 kB | 155/159 kB | 20/30 kB | 28/60 kB | 18 kB Progress (5): 327/563 kB | 159/159 kB | 20/30 kB | 28/60 kB | 18 kB Progress (5): 327/563 kB | 159/159 kB | 20/30 kB | 32/60 kB | 18 kB Progress (5): 327/563 kB | 159/159 kB | 24/30 kB | 32/60 kB | 18 kB Progress (5): 331/563 kB | 159/159 kB | 24/30 kB | 32/60 kB | 18 kB Progress (5): 331/563 kB | 159 kB | 24/30 kB | 32/60 kB | 18 kB Progress (5): 335/563 kB | 159 kB | 24/30 kB | 32/60 kB | 18 kB Progress (5): 335/563 kB | 159 kB | 28/30 kB | 32/60 kB | 18 kB Progress (5): 339/563 kB | 159 kB | 28/30 kB | 32/60 kB | 18 kB Progress (5): 339/563 kB | 159 kB | 28/30 kB | 36/60 kB | 18 kB Progress (5): 344/563 kB | 159 kB | 28/30 kB | 36/60 kB | 18 kB Progress (5): 344/563 kB | 159 kB | 30 kB | 36/60 kB | 18 kB Progress (5): 344/563 kB | 159 kB | 30 kB | 40/60 kB | 18 kB Progress (5): 344/563 kB | 159 kB | 30 kB | 45/60 kB | 18 kB Progress (5): 344/563 kB | 159 kB | 30 kB | 49/60 kB | 18 kB Progress (5): 348/563 kB | 159 kB | 30 kB | 49/60 kB | 18 kB Progress (5): 348/563 kB | 159 kB | 30 kB | 53/60 kB | 18 kB Progress (5): 352/563 kB | 159 kB | 30 kB | 53/60 kB | 18 kB Progress (5): 352/563 kB | 159 kB | 30 kB | 57/60 kB | 18 kB Progress (5): 356/563 kB | 159 kB | 30 kB | 57/60 kB | 18 kB Progress (5): 356/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 360/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 364/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 368/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 372/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 376/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 380/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 384/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 389/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 393/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 397/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 401/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 405/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Progress (5): 409/563 kB | 159 kB | 30 kB | 60 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 59 kB/s) Progress (4): 413/563 kB | 159 kB | 60 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 35 kB/s) Progress (3): 417/563 kB | 159 kB | 60 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar Progress (3): 421/563 kB | 159 kB | 60 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar Progress (3): 425/563 kB | 159 kB | 60 kB Progress (3): 430/563 kB | 159 kB | 60 kB Progress (3): 434/563 kB | 159 kB | 60 kB Progress (3): 438/563 kB | 159 kB | 60 kB Progress (3): 442/563 kB | 159 kB | 60 kB Progress (3): 446/563 kB | 159 kB | 60 kB Progress (3): 450/563 kB | 159 kB | 60 kB Progress (3): 454/563 kB | 159 kB | 60 kB Progress (3): 458/563 kB | 159 kB | 60 kB Progress (3): 462/563 kB | 159 kB | 60 kB Progress (3): 466/563 kB | 159 kB | 60 kB Progress (3): 471/563 kB | 159 kB | 60 kB Progress (3): 475/563 kB | 159 kB | 60 kB Progress (3): 479/563 kB | 159 kB | 60 kB Progress (3): 483/563 kB | 159 kB | 60 kB Progress (3): 487/563 kB | 159 kB | 60 kB Progress (3): 491/563 kB | 159 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 307 kB/s) Progress (2): 495/563 kB | 60 kB 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 Progress (2): 499/563 kB | 60 kB Progress (2): 503/563 kB | 60 kB Progress (2): 507/563 kB | 60 kB Progress (2): 511/563 kB | 60 kB Progress (2): 516/563 kB | 60 kB Progress (2): 520/563 kB | 60 kB Progress (2): 524/563 kB | 60 kB Progress (2): 528/563 kB | 60 kB Progress (2): 532/563 kB | 60 kB Progress (2): 536/563 kB | 60 kB Progress (2): 540/563 kB | 60 kB Progress (2): 544/563 kB | 60 kB Progress (2): 548/563 kB | 60 kB Progress (2): 552/563 kB | 60 kB Progress (2): 557/563 kB | 60 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 114 kB/s) Progress (1): 561/563 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar Progress (1): 563 kB Progress (2): 563 kB | 4.1/134 kB Progress (2): 563 kB | 7.7/134 kB Progress (2): 563 kB | 12/134 kB Progress (2): 563 kB | 16/134 kB Progress (3): 563 kB | 16/134 kB | 4.1/145 kB Progress (3): 563 kB | 20/134 kB | 4.1/145 kB Progress (3): 563 kB | 20/134 kB | 7.7/145 kB Progress (3): 563 kB | 24/134 kB | 7.7/145 kB Progress (3): 563 kB | 24/134 kB | 12/145 kB Progress (4): 563 kB | 24/134 kB | 12/145 kB | 4.1/61 kB Progress (4): 563 kB | 28/134 kB | 12/145 kB | 4.1/61 kB Progress (4): 563 kB | 28/134 kB | 12/145 kB | 7.7/61 kB Progress (4): 563 kB | 28/134 kB | 16/145 kB | 7.7/61 kB Progress (5): 563 kB | 28/134 kB | 16/145 kB | 7.7/61 kB | 4.1/134 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 989 kB/s) Progress (4): 28/134 kB | 20/145 kB | 7.7/61 kB | 4.1/134 kB Progress (4): 28/134 kB | 20/145 kB | 7.7/61 kB | 7.7/134 kB Progress (4): 28/134 kB | 20/145 kB | 12/61 kB | 7.7/134 kB Progress (4): 32/134 kB | 20/145 kB | 12/61 kB | 7.7/134 kB Progress (4): 32/134 kB | 20/145 kB | 16/61 kB | 7.7/134 kB Progress (4): 32/134 kB | 20/145 kB | 16/61 kB | 12/134 kB Progress (4): 32/134 kB | 24/145 kB | 16/61 kB | 12/134 kB 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 (4): 32/134 kB | 28/145 kB | 16/61 kB | 12/134 kB Progress (4): 32/134 kB | 28/145 kB | 20/61 kB | 12/134 kB Progress (4): 32/134 kB | 28/145 kB | 20/61 kB | 16/134 kB Progress (4): 36/134 kB | 28/145 kB | 20/61 kB | 16/134 kB Progress (4): 36/134 kB | 28/145 kB | 24/61 kB | 16/134 kB Progress (4): 36/134 kB | 32/145 kB | 24/61 kB | 16/134 kB Progress (4): 36/134 kB | 32/145 kB | 28/61 kB | 16/134 kB Progress (4): 36/134 kB | 32/145 kB | 28/61 kB | 20/134 kB Progress (4): 40/134 kB | 32/145 kB | 28/61 kB | 20/134 kB Progress (4): 40/134 kB | 32/145 kB | 28/61 kB | 24/134 kB Progress (4): 40/134 kB | 32/145 kB | 32/61 kB | 24/134 kB Progress (4): 40/134 kB | 32/145 kB | 32/61 kB | 28/134 kB Progress (4): 40/134 kB | 36/145 kB | 32/61 kB | 28/134 kB Progress (4): 45/134 kB | 36/145 kB | 32/61 kB | 28/134 kB Progress (4): 45/134 kB | 40/145 kB | 32/61 kB | 28/134 kB Progress (4): 45/134 kB | 40/145 kB | 32/61 kB | 32/134 kB Progress (5): 45/134 kB | 40/145 kB | 32/61 kB | 32/134 kB | 4.1/247 kB Progress (5): 45/134 kB | 45/145 kB | 32/61 kB | 32/134 kB | 4.1/247 kB Progress (5): 49/134 kB | 45/145 kB | 32/61 kB | 32/134 kB | 4.1/247 kB Progress (5): 49/134 kB | 45/145 kB | 36/61 kB | 32/134 kB | 4.1/247 kB Progress (5): 49/134 kB | 45/145 kB | 36/61 kB | 36/134 kB | 4.1/247 kB Progress (5): 49/134 kB | 49/145 kB | 36/61 kB | 36/134 kB | 4.1/247 kB Progress (5): 49/134 kB | 49/145 kB | 36/61 kB | 36/134 kB | 7.7/247 kB Progress (5): 53/134 kB | 49/145 kB | 36/61 kB | 36/134 kB | 7.7/247 kB Progress (5): 53/134 kB | 49/145 kB | 36/61 kB | 40/134 kB | 7.7/247 kB Progress (5): 53/134 kB | 49/145 kB | 40/61 kB | 40/134 kB | 7.7/247 kB Progress (5): 53/134 kB | 53/145 kB | 40/61 kB | 40/134 kB | 7.7/247 kB Progress (5): 53/134 kB | 53/145 kB | 40/61 kB | 45/134 kB | 7.7/247 kB Progress (5): 57/134 kB | 53/145 kB | 40/61 kB | 45/134 kB | 7.7/247 kB Progress (5): 57/134 kB | 53/145 kB | 40/61 kB | 45/134 kB | 12/247 kB Progress (5): 61/134 kB | 53/145 kB | 40/61 kB | 45/134 kB | 12/247 kB Progress (5): 61/134 kB | 53/145 kB | 40/61 kB | 49/134 kB | 12/247 kB Progress (5): 61/134 kB | 57/145 kB | 40/61 kB | 49/134 kB | 12/247 kB Progress (5): 61/134 kB | 57/145 kB | 45/61 kB | 49/134 kB | 12/247 kB Progress (5): 61/134 kB | 61/145 kB | 45/61 kB | 49/134 kB | 12/247 kB Progress (5): 65/134 kB | 61/145 kB | 45/61 kB | 49/134 kB | 12/247 kB Progress (5): 65/134 kB | 61/145 kB | 45/61 kB | 49/134 kB | 16/247 kB Progress (5): 65/134 kB | 61/145 kB | 45/61 kB | 53/134 kB | 16/247 kB Progress (5): 65/134 kB | 65/145 kB | 45/61 kB | 53/134 kB | 16/247 kB Progress (5): 65/134 kB | 65/145 kB | 49/61 kB | 53/134 kB | 16/247 kB Progress (5): 69/134 kB | 65/145 kB | 49/61 kB | 53/134 kB | 16/247 kB Progress (5): 69/134 kB | 65/145 kB | 49/61 kB | 57/134 kB | 16/247 kB Progress (5): 69/134 kB | 69/145 kB | 49/61 kB | 57/134 kB | 16/247 kB Progress (5): 73/134 kB | 69/145 kB | 49/61 kB | 57/134 kB | 16/247 kB Progress (5): 73/134 kB | 69/145 kB | 49/61 kB | 57/134 kB | 20/247 kB Progress (5): 77/134 kB | 69/145 kB | 49/61 kB | 57/134 kB | 20/247 kB Progress (5): 77/134 kB | 73/145 kB | 49/61 kB | 57/134 kB | 20/247 kB Progress (5): 77/134 kB | 73/145 kB | 49/61 kB | 61/134 kB | 20/247 kB Progress (5): 77/134 kB | 73/145 kB | 53/61 kB | 61/134 kB | 20/247 kB Progress (5): 77/134 kB | 73/145 kB | 53/61 kB | 65/134 kB | 20/247 kB Progress (5): 77/134 kB | 77/145 kB | 53/61 kB | 65/134 kB | 20/247 kB Progress (5): 81/134 kB | 77/145 kB | 53/61 kB | 65/134 kB | 20/247 kB Progress (5): 81/134 kB | 77/145 kB | 53/61 kB | 65/134 kB | 24/247 kB Progress (5): 81/134 kB | 81/145 kB | 53/61 kB | 65/134 kB | 24/247 kB Progress (5): 81/134 kB | 81/145 kB | 57/61 kB | 65/134 kB | 24/247 kB Progress (5): 81/134 kB | 81/145 kB | 57/61 kB | 69/134 kB | 24/247 kB Progress (5): 81/134 kB | 81/145 kB | 57/61 kB | 69/134 kB | 28/247 kB Progress (5): 81/134 kB | 81/145 kB | 57/61 kB | 73/134 kB | 28/247 kB Progress (5): 81/134 kB | 81/145 kB | 61/61 kB | 73/134 kB | 28/247 kB Progress (5): 81/134 kB | 81/145 kB | 61 kB | 73/134 kB | 28/247 kB Progress (5): 85/134 kB | 81/145 kB | 61 kB | 73/134 kB | 28/247 kB Progress (5): 85/134 kB | 81/145 kB | 61 kB | 77/134 kB | 28/247 kB Progress (5): 85/134 kB | 85/145 kB | 61 kB | 77/134 kB | 28/247 kB Progress (5): 85/134 kB | 85/145 kB | 61 kB | 77/134 kB | 32/247 kB Progress (5): 85/134 kB | 90/145 kB | 61 kB | 77/134 kB | 32/247 kB Progress (5): 85/134 kB | 90/145 kB | 61 kB | 81/134 kB | 32/247 kB Progress (5): 90/134 kB | 90/145 kB | 61 kB | 81/134 kB | 32/247 kB Progress (5): 90/134 kB | 94/145 kB | 61 kB | 81/134 kB | 32/247 kB Progress (5): 94/134 kB | 94/145 kB | 61 kB | 81/134 kB | 32/247 kB Progress (5): 94/134 kB | 94/145 kB | 61 kB | 81/134 kB | 36/247 kB Progress (5): 98/134 kB | 94/145 kB | 61 kB | 81/134 kB | 36/247 kB Progress (5): 98/134 kB | 94/145 kB | 61 kB | 85/134 kB | 36/247 kB Progress (5): 98/134 kB | 98/145 kB | 61 kB | 85/134 kB | 36/247 kB Progress (5): 98/134 kB | 98/145 kB | 61 kB | 90/134 kB | 36/247 kB Progress (5): 98/134 kB | 98/145 kB | 61 kB | 90/134 kB | 40/247 kB Progress (5): 102/134 kB | 98/145 kB | 61 kB | 90/134 kB | 40/247 kB Progress (5): 102/134 kB | 98/145 kB | 61 kB | 94/134 kB | 40/247 kB Progress (5): 102/134 kB | 102/145 kB | 61 kB | 94/134 kB | 40/247 kB Progress (5): 106/134 kB | 102/145 kB | 61 kB | 94/134 kB | 40/247 kB Progress (5): 106/134 kB | 102/145 kB | 61 kB | 94/134 kB | 45/247 kB Progress (5): 110/134 kB | 102/145 kB | 61 kB | 94/134 kB | 45/247 kB Progress (5): 110/134 kB | 106/145 kB | 61 kB | 94/134 kB | 45/247 kB Progress (5): 110/134 kB | 106/145 kB | 61 kB | 98/134 kB | 45/247 kB Progress (5): 110/134 kB | 110/145 kB | 61 kB | 98/134 kB | 45/247 kB Progress (5): 114/134 kB | 110/145 kB | 61 kB | 98/134 kB | 45/247 kB Progress (5): 114/134 kB | 110/145 kB | 61 kB | 98/134 kB | 49/247 kB Progress (5): 114/134 kB | 114/145 kB | 61 kB | 98/134 kB | 49/247 kB Progress (5): 114/134 kB | 114/145 kB | 61 kB | 102/134 kB | 49/247 kB Progress (5): 114/134 kB | 114/145 kB | 61 kB | 106/134 kB | 49/247 kB Progress (5): 118/134 kB | 114/145 kB | 61 kB | 106/134 kB | 49/247 kB Progress (5): 118/134 kB | 114/145 kB | 61 kB | 106/134 kB | 53/247 kB Progress (5): 118/134 kB | 114/145 kB | 61 kB | 110/134 kB | 53/247 kB Progress (5): 118/134 kB | 114/145 kB | 61 kB | 110/134 kB | 57/247 kB Progress (5): 122/134 kB | 114/145 kB | 61 kB | 110/134 kB | 57/247 kB Progress (5): 122/134 kB | 118/145 kB | 61 kB | 110/134 kB | 57/247 kB Progress (5): 126/134 kB | 118/145 kB | 61 kB | 110/134 kB | 57/247 kB Progress (5): 126/134 kB | 118/145 kB | 61 kB | 110/134 kB | 61/247 kB Progress (5): 126/134 kB | 118/145 kB | 61 kB | 114/134 kB | 61/247 kB Progress (5): 126/134 kB | 118/145 kB | 61 kB | 114/134 kB | 65/247 kB Progress (5): 131/134 kB | 118/145 kB | 61 kB | 114/134 kB | 65/247 kB Progress (5): 131/134 kB | 122/145 kB | 61 kB | 114/134 kB | 65/247 kB Progress (5): 134 kB | 122/145 kB | 61 kB | 114/134 kB | 65/247 kB Progress (5): 134 kB | 122/145 kB | 61 kB | 118/134 kB | 65/247 kB Progress (5): 134 kB | 126/145 kB | 61 kB | 118/134 kB | 65/247 kB Progress (5): 134 kB | 126/145 kB | 61 kB | 122/134 kB | 65/247 kB Progress (5): 134 kB | 126/145 kB | 61 kB | 122/134 kB | 69/247 kB Progress (5): 134 kB | 126/145 kB | 61 kB | 126/134 kB | 69/247 kB Progress (5): 134 kB | 131/145 kB | 61 kB | 126/134 kB | 69/247 kB Progress (5): 134 kB | 131/145 kB | 61 kB | 131/134 kB | 69/247 kB Progress (5): 134 kB | 131/145 kB | 61 kB | 131/134 kB | 73/247 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 104 kB/s) Progress (4): 134 kB | 135/145 kB | 131/134 kB | 73/247 kB Progress (4): 134 kB | 135/145 kB | 131/134 kB | 77/247 kB Progress (4): 134 kB | 135/145 kB | 134 kB | 77/247 kB Progress (4): 134 kB | 135/145 kB | 134 kB | 81/247 kB Progress (4): 134 kB | 139/145 kB | 134 kB | 81/247 kB 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 Progress (4): 134 kB | 143/145 kB | 134 kB | 81/247 kB Progress (4): 134 kB | 143/145 kB | 134 kB | 85/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 85/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 90/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 94/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 98/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 102/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 106/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 110/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 114/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 118/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 122/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 126/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 131/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 135/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 139/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 143/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 147/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 151/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 155/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 159/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 163/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 167/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 171/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 176/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 180/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 184/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 188/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 192/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 196/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 200/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 204/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 208/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 212/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 217/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 221/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 225/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 229/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 233/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 237/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 241/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 245/247 kB Progress (4): 134 kB | 145 kB | 134 kB | 247 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 224 kB/s) 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 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 413 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar Progress (3): 145 kB | 134 kB | 4.1/187 kB Progress (3): 145 kB | 134 kB | 7.7/187 kB Progress (3): 145 kB | 134 kB | 12/187 kB Progress (3): 145 kB | 134 kB | 16/187 kB Progress (3): 145 kB | 134 kB | 20/187 kB Progress (3): 145 kB | 134 kB | 24/187 kB Progress (3): 145 kB | 134 kB | 28/187 kB Progress (3): 145 kB | 134 kB | 32/187 kB Progress (3): 145 kB | 134 kB | 36/187 kB Progress (3): 145 kB | 134 kB | 40/187 kB Progress (3): 145 kB | 134 kB | 45/187 kB Progress (3): 145 kB | 134 kB | 49/187 kB Progress (3): 145 kB | 134 kB | 53/187 kB Progress (3): 145 kB | 134 kB | 57/187 kB Progress (3): 145 kB | 134 kB | 61/187 kB Progress (3): 145 kB | 134 kB | 65/187 kB Progress (3): 145 kB | 134 kB | 69/187 kB Progress (3): 145 kB | 134 kB | 73/187 kB Progress (3): 145 kB | 134 kB | 77/187 kB Progress (3): 145 kB | 134 kB | 81/187 kB Progress (3): 145 kB | 134 kB | 85/187 kB Progress (3): 145 kB | 134 kB | 90/187 kB Progress (3): 145 kB | 134 kB | 94/187 kB Progress (3): 145 kB | 134 kB | 98/187 kB Progress (3): 145 kB | 134 kB | 102/187 kB Progress (3): 145 kB | 134 kB | 106/187 kB Progress (3): 145 kB | 134 kB | 110/187 kB Progress (3): 145 kB | 134 kB | 114/187 kB Progress (3): 145 kB | 134 kB | 118/187 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 219 kB/s) Progress (2): 145 kB | 122/187 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): 145 kB | 126/187 kB Progress (2): 145 kB | 131/187 kB Progress (3): 145 kB | 131/187 kB | 4.1/615 kB Progress (3): 145 kB | 131/187 kB | 7.7/615 kB Progress (3): 145 kB | 131/187 kB | 12/615 kB Progress (3): 145 kB | 131/187 kB | 16/615 kB Progress (3): 145 kB | 135/187 kB | 16/615 kB Progress (3): 145 kB | 139/187 kB | 16/615 kB Progress (3): 145 kB | 139/187 kB | 20/615 kB Progress (3): 145 kB | 143/187 kB | 20/615 kB Progress (3): 145 kB | 143/187 kB | 24/615 kB Progress (3): 145 kB | 147/187 kB | 24/615 kB Progress (3): 145 kB | 147/187 kB | 28/615 kB Progress (3): 145 kB | 147/187 kB | 32/615 kB Progress (3): 145 kB | 147/187 kB | 36/615 kB Progress (3): 145 kB | 151/187 kB | 36/615 kB Progress (3): 145 kB | 151/187 kB | 40/615 kB Progress (3): 145 kB | 155/187 kB | 40/615 kB Progress (3): 145 kB | 155/187 kB | 45/615 kB Progress (3): 145 kB | 159/187 kB | 45/615 kB Progress (3): 145 kB | 159/187 kB | 49/615 kB Progress (3): 145 kB | 163/187 kB | 49/615 kB Progress (3): 145 kB | 163/187 kB | 53/615 kB Progress (3): 145 kB | 163/187 kB | 57/615 kB Progress (3): 145 kB | 163/187 kB | 61/615 kB Progress (3): 145 kB | 167/187 kB | 61/615 kB Progress (3): 145 kB | 167/187 kB | 65/615 kB Progress (3): 145 kB | 171/187 kB | 65/615 kB Progress (3): 145 kB | 176/187 kB | 65/615 kB Progress (3): 145 kB | 180/187 kB | 65/615 kB Progress (3): 145 kB | 180/187 kB | 69/615 kB Progress (3): 145 kB | 180/187 kB | 73/615 kB Progress (3): 145 kB | 180/187 kB | 77/615 kB Progress (3): 145 kB | 184/187 kB | 77/615 kB Progress (3): 145 kB | 184/187 kB | 81/615 kB Progress (3): 145 kB | 187 kB | 81/615 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 234 kB/s) Progress (2): 187 kB | 85/615 kB Progress (2): 187 kB | 90/615 kB Progress (2): 187 kB | 94/615 kB Progress (2): 187 kB | 98/615 kB Progress (2): 187 kB | 102/615 kB Progress (2): 187 kB | 106/615 kB Progress (2): 187 kB | 110/615 kB Progress (2): 187 kB | 114/615 kB Progress (3): 187 kB | 114/615 kB | 4.1/86 kB Progress (3): 187 kB | 118/615 kB | 4.1/86 kB Progress (3): 187 kB | 118/615 kB | 7.7/86 kB Progress (3): 187 kB | 122/615 kB | 7.7/86 kB Progress (3): 187 kB | 122/615 kB | 12/86 kB Progress (3): 187 kB | 126/615 kB | 12/86 kB Progress (3): 187 kB | 126/615 kB | 16/86 kB Progress (3): 187 kB | 131/615 kB | 16/86 kB Progress (3): 187 kB | 131/615 kB | 20/86 kB Progress (3): 187 kB | 135/615 kB | 20/86 kB Progress (3): 187 kB | 135/615 kB | 24/86 kB Progress (3): 187 kB | 139/615 kB | 24/86 kB Progress (3): 187 kB | 139/615 kB | 28/86 kB Progress (3): 187 kB | 143/615 kB | 28/86 kB Progress (3): 187 kB | 143/615 kB | 32/86 kB Progress (3): 187 kB | 147/615 kB | 32/86 kB Progress (3): 187 kB | 147/615 kB | 36/86 kB Progress (3): 187 kB | 151/615 kB | 36/86 kB Progress (3): 187 kB | 151/615 kB | 40/86 kB Progress (3): 187 kB | 155/615 kB | 40/86 kB Progress (3): 187 kB | 155/615 kB | 45/86 kB Progress (3): 187 kB | 159/615 kB | 45/86 kB Progress (3): 187 kB | 163/615 kB | 45/86 kB Progress (3): 187 kB | 167/615 kB | 45/86 kB Progress (3): 187 kB | 171/615 kB | 45/86 kB Progress (3): 187 kB | 176/615 kB | 45/86 kB Progress (3): 187 kB | 180/615 kB | 45/86 kB Progress (3): 187 kB | 184/615 kB | 45/86 kB Progress (3): 187 kB | 188/615 kB | 45/86 kB Progress (3): 187 kB | 192/615 kB | 45/86 kB Progress (3): 187 kB | 192/615 kB | 49/86 kB Progress (3): 187 kB | 196/615 kB | 49/86 kB Progress (4): 187 kB | 196/615 kB | 49/86 kB | 4.1/100 kB Progress (4): 187 kB | 196/615 kB | 49/86 kB | 7.7/100 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.jar (187 kB at 279 kB/s) Progress (3): 200/615 kB | 49/86 kB | 7.7/100 kB Progress (3): 200/615 kB | 49/86 kB | 12/100 kB Progress (3): 200/615 kB | 53/86 kB | 12/100 kB Progress (3): 200/615 kB | 53/86 kB | 16/100 kB Progress (3): 204/615 kB | 53/86 kB | 16/100 kB Progress (3): 204/615 kB | 57/86 kB | 16/100 kB Progress (3): 208/615 kB | 57/86 kB | 16/100 kB Progress (3): 208/615 kB | 61/86 kB | 16/100 kB Progress (3): 212/615 kB | 61/86 kB | 16/100 kB Progress (3): 212/615 kB | 65/86 kB | 16/100 kB Progress (3): 212/615 kB | 65/86 kB | 20/100 kB Progress (3): 212/615 kB | 65/86 kB | 24/100 kB Progress (3): 212/615 kB | 65/86 kB | 28/100 kB Progress (3): 212/615 kB | 65/86 kB | 32/100 kB Progress (3): 212/615 kB | 69/86 kB | 32/100 kB Progress (3): 217/615 kB | 69/86 kB | 32/100 kB Progress (3): 217/615 kB | 73/86 kB | 32/100 kB Progress (3): 221/615 kB | 73/86 kB | 32/100 kB Progress (3): 221/615 kB | 77/86 kB | 32/100 kB Progress (3): 221/615 kB | 77/86 kB | 36/100 kB Progress (3): 221/615 kB | 81/86 kB | 36/100 kB Progress (3): 225/615 kB | 81/86 kB | 36/100 kB Progress (3): 225/615 kB | 81/86 kB | 40/100 kB Progress (3): 229/615 kB | 81/86 kB | 40/100 kB Progress (3): 229/615 kB | 85/86 kB | 40/100 kB Progress (3): 229/615 kB | 85/86 kB | 45/100 kB Progress (3): 229/615 kB | 86 kB | 45/100 kB Progress (3): 229/615 kB | 86 kB | 49/100 kB Progress (3): 233/615 kB | 86 kB | 49/100 kB Progress (3): 237/615 kB | 86 kB | 49/100 kB Progress (3): 237/615 kB | 86 kB | 53/100 kB Progress (3): 241/615 kB | 86 kB | 53/100 kB Progress (3): 241/615 kB | 86 kB | 57/100 kB Progress (3): 245/615 kB | 86 kB | 57/100 kB Progress (3): 245/615 kB | 86 kB | 61/100 kB Progress (3): 245/615 kB | 86 kB | 65/100 kB Progress (3): 249/615 kB | 86 kB | 65/100 kB Progress (3): 249/615 kB | 86 kB | 69/100 kB Progress (3): 253/615 kB | 86 kB | 69/100 kB Progress (3): 253/615 kB | 86 kB | 73/100 kB Progress (3): 258/615 kB | 86 kB | 73/100 kB Progress (3): 258/615 kB | 86 kB | 77/100 kB Progress (3): 262/615 kB | 86 kB | 77/100 kB Progress (3): 262/615 kB | 86 kB | 81/100 kB Progress (3): 262/615 kB | 86 kB | 85/100 kB Progress (3): 266/615 kB | 86 kB | 85/100 kB Progress (3): 266/615 kB | 86 kB | 90/100 kB Progress (3): 270/615 kB | 86 kB | 90/100 kB Progress (3): 270/615 kB | 86 kB | 94/100 kB Progress (3): 274/615 kB | 86 kB | 94/100 kB Progress (3): 274/615 kB | 86 kB | 98/100 kB Progress (3): 278/615 kB | 86 kB | 98/100 kB Progress (3): 278/615 kB | 86 kB | 100 kB Progress (3): 282/615 kB | 86 kB | 100 kB Progress (3): 286/615 kB | 86 kB | 100 kB Progress (3): 290/615 kB | 86 kB | 100 kB Progress (3): 294/615 kB | 86 kB | 100 kB Progress (3): 298/615 kB | 86 kB | 100 kB Progress (3): 303/615 kB | 86 kB | 100 kB Progress (3): 307/615 kB | 86 kB | 100 kB Progress (3): 311/615 kB | 86 kB | 100 kB Progress (3): 315/615 kB | 86 kB | 100 kB Progress (3): 319/615 kB | 86 kB | 100 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 126 kB/s) Progress (2): 323/615 kB | 100 kB Progress (2): 327/615 kB | 100 kB Progress (2): 331/615 kB | 100 kB Progress (2): 335/615 kB | 100 kB Progress (2): 339/615 kB | 100 kB Progress (2): 344/615 kB | 100 kB Progress (2): 348/615 kB | 100 kB Progress (2): 352/615 kB | 100 kB Progress (2): 356/615 kB | 100 kB Progress (2): 360/615 kB | 100 kB Progress (2): 364/615 kB | 100 kB Progress (2): 368/615 kB | 100 kB Progress (2): 372/615 kB | 100 kB Progress (2): 376/615 kB | 100 kB Progress (2): 380/615 kB | 100 kB Progress (2): 384/615 kB | 100 kB Progress (2): 389/615 kB | 100 kB Progress (2): 393/615 kB | 100 kB Progress (2): 397/615 kB | 100 kB Progress (2): 401/615 kB | 100 kB Progress (2): 405/615 kB | 100 kB Progress (2): 409/615 kB | 100 kB Progress (2): 413/615 kB | 100 kB Progress (2): 417/615 kB | 100 kB Progress (2): 421/615 kB | 100 kB Progress (2): 425/615 kB | 100 kB Progress (2): 430/615 kB | 100 kB Progress (2): 434/615 kB | 100 kB Progress (2): 438/615 kB | 100 kB Progress (2): 442/615 kB | 100 kB Progress (2): 446/615 kB | 100 kB Progress (2): 450/615 kB | 100 kB Progress (2): 454/615 kB | 100 kB Progress (2): 458/615 kB | 100 kB Progress (2): 462/615 kB | 100 kB Progress (2): 466/615 kB | 100 kB Progress (2): 471/615 kB | 100 kB Progress (2): 475/615 kB | 100 kB Progress (2): 479/615 kB | 100 kB Progress (2): 483/615 kB | 100 kB Progress (2): 487/615 kB | 100 kB Progress (2): 491/615 kB | 100 kB Progress (2): 495/615 kB | 100 kB Progress (2): 499/615 kB | 100 kB Progress (2): 503/615 kB | 100 kB Progress (2): 507/615 kB | 100 kB Progress (2): 511/615 kB | 100 kB Progress (2): 516/615 kB | 100 kB Progress (2): 520/615 kB | 100 kB Progress (2): 524/615 kB | 100 kB Progress (2): 528/615 kB | 100 kB Progress (2): 532/615 kB | 100 kB Progress (2): 536/615 kB | 100 kB Progress (2): 540/615 kB | 100 kB Progress (2): 544/615 kB | 100 kB Progress (2): 548/615 kB | 100 kB Progress (2): 552/615 kB | 100 kB Progress (2): 557/615 kB | 100 kB Progress (2): 561/615 kB | 100 kB Progress (2): 565/615 kB | 100 kB Progress (2): 569/615 kB | 100 kB Progress (2): 573/615 kB | 100 kB Progress (2): 577/615 kB | 100 kB Progress (2): 581/615 kB | 100 kB Progress (2): 585/615 kB | 100 kB Progress (2): 589/615 kB | 100 kB Progress (2): 593/615 kB | 100 kB Progress (2): 597/615 kB | 100 kB Progress (2): 602/615 kB | 100 kB Progress (2): 606/615 kB | 100 kB Progress (2): 610/615 kB | 100 kB Progress (2): 614/615 kB | 100 kB Progress (2): 615 kB | 100 kB 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 142 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 874 kB/s) Generating target/.apibuild.xml [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (filter-resources) @ org.eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.jdt.core --- Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.21.0.v20200304-1404/ecj-3.21.0.v20200304-1404.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.21.0.v20200304-1404/ecj-3.21.0.v20200304-1404.pom Progress (1): 408 B Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.21.0.v20200304-1404/ecj-3.21.0.v20200304-1404.pom (408 B at 19 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom Progress (1): 692 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.pom (692 B at 35 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom (6.0 kB at 402 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 177 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom Progress (1): 867 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.pom (867 B at 41 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.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.6.0/tycho-compiler-jdt-1.6.0.pom (2.4 kB at 148 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.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.6.0/tycho-lib-detector-1.6.0.pom (1.6 kB at 68 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.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.20.0/ecj-3.20.0.pom (1.7 kB at 111 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.21.0.v20200304-1404/ecj-3.21.0.v20200304-1404.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.21.0.v20200304-1404/ecj-3.21.0.v20200304-1404.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar Progress (1): 0/3.0 MB Progress (1): 0/3.0 MB Progress (1): 0/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.1/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.2/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.3/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.4/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.5/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.6/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.7/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.8/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 0.9/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.0/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.1/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.2/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.3/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.4/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.5/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.6/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.7/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.8/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 1.9/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.0/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.1/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.2/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.3/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.4/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.5/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.6/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.7/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.8/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 2.9/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0/3.0 MB Progress (1): 3.0 MB Downloaded from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.21.0.v20200304-1404/ecj-3.21.0.v20200304-1404.jar (3.0 MB at 15 MB/s) Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar 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/codehaus/plexus/plexus-compiler-api/2.8.5/plexus-compiler-api-2.8.5.jar (27 kB at 1.1 MB/s) Progress (1): 3.5 kB Progress (2): 3.5 kB | 4.1/4.7 kB Progress (2): 3.5 kB | 4.7 kB Progress (3): 3.5 kB | 4.7 kB | 4.1/17 kB Progress (3): 3.5 kB | 4.7 kB | 7.7/17 kB Progress (3): 3.5 kB | 4.7 kB | 12/17 kB Progress (3): 3.5 kB | 4.7 kB | 16/17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.6.0/tycho-lib-detector-1.6.0.jar (3.5 kB at 106 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.5/plexus-compiler-manager-2.8.5.jar (4.7 kB at 135 kB/s) Progress (1): 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.6.0/tycho-compiler-jdt-1.6.0.jar (17 kB at 483 kB/s) [INFO] Compiling 1581 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/classes [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes [INFO] [INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.jdt.core --- [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (72.39kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (34.39kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (58.06kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (38.9kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (48.12kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (23.81kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (16.64kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200311-1341.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/plugins/ (105.97kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (46.47kB) [INFO] Fetching org.eclipse.jdt.core_3.21.100.v20200314-1817.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/plugins/ (6.72MB) [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (274.22kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.700.v20200310-2103.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (103.35kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.1200.v20200211-2228.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (922.76kB) [INFO] Fetching org.eclipse.pde.core_3.13.400.v20200310-0821.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (1.29MB) [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (58.83kB) [INFO] Fetching org.objectweb.asm.tree_7.2.0.v20191010-1910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (25.81kB) [INFO] Fetching org.eclipse.pde.build_3.10.700.v20191228-1214.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (478.68kB) [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/plugins/ (43.3kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest/jre] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/jre/bin/java, -jar, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -install, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/eclipserun-work/configuration, -data, target/apibuild-workspace, -application, org.eclipse.ant.core.antRunner, -buildfile, target/.apibuild.xml] Buildfile: target/.apibuild.xml apigen: BUILD SUCCESSFUL BUILD SUCCESSFUL Total time: 9 seconds [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.jdt.core --- Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.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.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 42 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-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-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 109 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 125 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 311 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/3.8.1/junit-3.8.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 77 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.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.20/plexus-utils-3.0.20.pom (3.8 kB at 141 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.9.4/ant-1.9.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 321 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 165 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 22 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/3.8.1/junit-3.8.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.9.4/ant-1.9.4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar 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.jar 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.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Progress (1): 4.1/49 kB Progress (1): 7.7/49 kB Progress (1): 12/49 kB Progress (1): 16/49 kB Progress (1): 20/49 kB Progress (1): 24/49 kB Progress (2): 24/49 kB | 4.1/88 kB Progress (2): 28/49 kB | 4.1/88 kB Progress (2): 28/49 kB | 7.7/88 kB Progress (2): 32/49 kB | 7.7/88 kB Progress (2): 32/49 kB | 12/88 kB Progress (2): 32/49 kB | 16/88 kB Progress (3): 32/49 kB | 16/88 kB | 4.1/26 kB Progress (3): 36/49 kB | 16/88 kB | 4.1/26 kB Progress (3): 36/49 kB | 20/88 kB | 4.1/26 kB Progress (3): 36/49 kB | 20/88 kB | 7.7/26 kB Progress (3): 36/49 kB | 24/88 kB | 7.7/26 kB Progress (3): 40/49 kB | 24/88 kB | 7.7/26 kB Progress (3): 40/49 kB | 28/88 kB | 7.7/26 kB Progress (3): 40/49 kB | 28/88 kB | 12/26 kB Progress (3): 40/49 kB | 32/88 kB | 12/26 kB Progress (3): 45/49 kB | 32/88 kB | 12/26 kB Progress (3): 45/49 kB | 32/88 kB | 16/26 kB Progress (4): 45/49 kB | 32/88 kB | 16/26 kB | 4.1/12 kB Progress (4): 49/49 kB | 32/88 kB | 16/26 kB | 4.1/12 kB Progress (4): 49/49 kB | 36/88 kB | 16/26 kB | 4.1/12 kB Progress (4): 49/49 kB | 36/88 kB | 16/26 kB | 7.7/12 kB Progress (4): 49/49 kB | 40/88 kB | 16/26 kB | 7.7/12 kB Progress (4): 49 kB | 40/88 kB | 16/26 kB | 7.7/12 kB Progress (4): 49 kB | 40/88 kB | 20/26 kB | 7.7/12 kB Progress (4): 49 kB | 45/88 kB | 20/26 kB | 7.7/12 kB Progress (4): 49 kB | 45/88 kB | 20/26 kB | 12/12 kB Progress (4): 49 kB | 49/88 kB | 20/26 kB | 12/12 kB Progress (4): 49 kB | 49/88 kB | 24/26 kB | 12/12 kB Progress (4): 49 kB | 49/88 kB | 24/26 kB | 12 kB Progress (4): 49 kB | 49/88 kB | 26 kB | 12 kB Progress (4): 49 kB | 53/88 kB | 26 kB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.8 MB/s) Progress (3): 57/88 kB | 26 kB | 12 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.jar (26 kB at 916 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 442 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar Progress (1): 61/88 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): 65/88 kB 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.jar Progress (1): 69/88 kB Progress (1): 73/88 kB Progress (1): 77/88 kB Progress (1): 81/88 kB Progress (2): 81/88 kB | 4.1/51 kB Progress (2): 85/88 kB | 4.1/51 kB Progress (2): 85/88 kB | 7.7/51 kB Progress (2): 88 kB | 7.7/51 kB Progress (2): 88 kB | 12/51 kB Progress (3): 88 kB | 12/51 kB | 4.1/121 kB Progress (3): 88 kB | 16/51 kB | 4.1/121 kB Progress (3): 88 kB | 16/51 kB | 7.7/121 kB Progress (3): 88 kB | 16/51 kB | 12/121 kB Progress (3): 88 kB | 16/51 kB | 16/121 kB Progress (3): 88 kB | 20/51 kB | 16/121 kB Progress (3): 88 kB | 24/51 kB | 16/121 kB Progress (3): 88 kB | 28/51 kB | 16/121 kB Progress (4): 88 kB | 28/51 kB | 16/121 kB | 4.1/80 kB Progress (4): 88 kB | 28/51 kB | 20/121 kB | 4.1/80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 2.7 MB/s) Progress (3): 28/51 kB | 24/121 kB | 4.1/80 kB Progress (3): 28/51 kB | 24/121 kB | 7.7/80 kB Progress (3): 32/51 kB | 24/121 kB | 7.7/80 kB Progress (3): 32/51 kB | 24/121 kB | 12/80 kB Progress (3): 32/51 kB | 28/121 kB | 12/80 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar Progress (3): 36/51 kB | 28/121 kB | 12/80 kB Progress (3): 36/51 kB | 32/121 kB | 12/80 kB Progress (3): 36/51 kB | 32/121 kB | 16/80 kB Progress (3): 40/51 kB | 32/121 kB | 16/80 kB Progress (3): 45/51 kB | 32/121 kB | 16/80 kB Progress (3): 49/51 kB | 32/121 kB | 16/80 kB Progress (3): 49/51 kB | 36/121 kB | 16/80 kB Progress (3): 51 kB | 36/121 kB | 16/80 kB Progress (3): 51 kB | 40/121 kB | 16/80 kB Progress (3): 51 kB | 40/121 kB | 20/80 kB Progress (3): 51 kB | 45/121 kB | 20/80 kB Progress (3): 51 kB | 45/121 kB | 24/80 kB Progress (3): 51 kB | 49/121 kB | 24/80 kB Progress (3): 51 kB | 49/121 kB | 28/80 kB Progress (3): 51 kB | 49/121 kB | 32/80 kB Progress (3): 51 kB | 53/121 kB | 32/80 kB 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.jar (51 kB at 1.4 MB/s) Progress (2): 53/121 kB | 36/80 kB Progress (2): 57/121 kB | 36/80 kB Progress (2): 57/121 kB | 40/80 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar Progress (2): 57/121 kB | 45/80 kB Progress (2): 61/121 kB | 45/80 kB Progress (2): 61/121 kB | 49/80 kB Progress (2): 65/121 kB | 49/80 kB Progress (2): 65/121 kB | 53/80 kB Progress (2): 69/121 kB | 53/80 kB Progress (2): 69/121 kB | 57/80 kB Progress (2): 73/121 kB | 57/80 kB Progress (2): 73/121 kB | 61/80 kB Progress (2): 77/121 kB | 61/80 kB Progress (2): 77/121 kB | 65/80 kB Progress (2): 81/121 kB | 65/80 kB Progress (2): 81/121 kB | 69/80 kB Progress (2): 85/121 kB | 69/80 kB Progress (2): 85/121 kB | 73/80 kB Progress (2): 90/121 kB | 73/80 kB Progress (2): 90/121 kB | 77/80 kB Progress (2): 94/121 kB | 77/80 kB Progress (2): 94/121 kB | 80 kB Progress (2): 98/121 kB | 80 kB Progress (2): 102/121 kB | 80 kB Progress (2): 106/121 kB | 80 kB Progress (2): 110/121 kB | 80 kB Progress (2): 114/121 kB | 80 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.jar (80 kB at 2.0 MB/s) Progress (1): 118/121 kB Progress (2): 118/121 kB | 4.1/243 kB Progress (2): 121 kB | 4.1/243 kB Progress (2): 121 kB | 7.7/243 kB Progress (2): 121 kB | 12/243 kB Progress (2): 121 kB | 16/243 kB Progress (2): 121 kB | 20/243 kB Progress (2): 121 kB | 24/243 kB Progress (2): 121 kB | 28/243 kB 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 2.9 MB/s) Progress (1): 32/243 kB Progress (1): 36/243 kB Progress (1): 40/243 kB Progress (1): 45/243 kB Progress (1): 49/243 kB Progress (1): 53/243 kB Progress (1): 57/243 kB Progress (1): 61/243 kB Progress (1): 65/243 kB Progress (2): 65/243 kB | 0/2.0 MB Progress (2): 69/243 kB | 0/2.0 MB Progress (2): 73/243 kB | 0/2.0 MB Progress (2): 77/243 kB | 0/2.0 MB Progress (2): 81/243 kB | 0/2.0 MB Progress (2): 81/243 kB | 0/2.0 MB Progress (2): 81/243 kB | 0/2.0 MB Progress (2): 85/243 kB | 0/2.0 MB Progress (2): 90/243 kB | 0/2.0 MB Progress (2): 94/243 kB | 0/2.0 MB Progress (2): 98/243 kB | 0/2.0 MB Progress (2): 98/243 kB | 0/2.0 MB Progress (2): 98/243 kB | 0/2.0 MB Progress (2): 102/243 kB | 0/2.0 MB Progress (2): 106/243 kB | 0/2.0 MB Progress (2): 110/243 kB | 0/2.0 MB Progress (2): 114/243 kB | 0/2.0 MB Progress (2): 114/243 kB | 0.1/2.0 MB Progress (2): 114/243 kB | 0.1/2.0 MB Progress (2): 118/243 kB | 0.1/2.0 MB Progress (2): 122/243 kB | 0.1/2.0 MB Progress (2): 126/243 kB | 0.1/2.0 MB Progress (2): 131/243 kB | 0.1/2.0 MB Progress (2): 131/243 kB | 0.1/2.0 MB Progress (2): 131/243 kB | 0.1/2.0 MB Progress (2): 135/243 kB | 0.1/2.0 MB Progress (2): 139/243 kB | 0.1/2.0 MB Progress (2): 143/243 kB | 0.1/2.0 MB Progress (2): 147/243 kB | 0.1/2.0 MB Progress (3): 147/243 kB | 0.1/2.0 MB | 4.1/18 kB Progress (3): 147/243 kB | 0.1/2.0 MB | 4.1/18 kB Progress (3): 147/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 147/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 151/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 155/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 159/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 163/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 163/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 163/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 167/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 171/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 176/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 180/243 kB | 0.1/2.0 MB | 7.7/18 kB Progress (3): 180/243 kB | 0.1/2.0 MB | 12/18 kB Progress (3): 180/243 kB | 0.1/2.0 MB | 12/18 kB Progress (3): 180/243 kB | 0.1/2.0 MB | 16/18 kB Progress (3): 180/243 kB | 0.1/2.0 MB | 16/18 kB Progress (3): 180/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 184/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 188/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 192/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 196/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 196/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 196/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 200/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 204/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 208/243 kB | 0.1/2.0 MB | 18 kB Progress (3): 208/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 212/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 212/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 217/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 217/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 221/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 221/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 225/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 229/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 229/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 233/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 233/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 237/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 241/243 kB | 0.2/2.0 MB | 18 kB Progress (3): 243 kB | 0.2/2.0 MB | 18 kB Progress (3): 243 kB | 0.2/2.0 MB | 18 kB Progress (3): 243 kB | 0.2/2.0 MB | 18 kB Progress (3): 243 kB | 0.2/2.0 MB | 18 kB Progress (3): 243 kB | 0.2/2.0 MB | 18 kB Progress (3): 243 kB | 0.2/2.0 MB | 18 kB Progress (3): 243 kB | 0.2/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.3/2.0 MB | 18 kB Progress (3): 243 kB | 0.4/2.0 MB | 18 kB Progress (3): 243 kB | 0.4/2.0 MB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 2.9 MB/s) Progress (2): 0.4/2.0 MB | 18 kB Progress (2): 0.4/2.0 MB | 18 kB Progress (2): 0.4/2.0 MB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 214 kB/s) Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 12 MB/s) [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.jdt.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/jdtCompilerAdapter.jar [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core --- [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources] [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (antadapter) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT-antadapter.jar [INFO] [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT-batch-compiler-src.jar [INFO] [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (batch-compiler) @ org.eclipse.jdt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.21.100-SNAPSHOT-batch-compiler.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/pom.xml: baseline and build artifacts have same version but different contents classifier-antadapter: not present in baseline classifier-batch-compiler-src: not present in baseline classifier-batch-compiler: different META-INF/services/javax.tools.JavaCompiler: present in baseline only org/eclipse/jdt/core/BuildJarIndex.class: present in baseline only org/eclipse/jdt/core/CheckDebugAttributes.class: present in baseline only org/eclipse/jdt/core/JDTCompilerAdapter$1.class: present in baseline only org/eclipse/jdt/core/JDTCompilerAdapter.class: present in baseline only org/eclipse/jdt/internal/antadapter/AntAdapterMessages.class: present in baseline only org/eclipse/jdt/internal/antadapter/messages.properties: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/AptProblem.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BaseAnnotationProcessorManager.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BaseMessagerImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BaseProcessingEnvImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BatchAnnotationProcessorManager.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BatchFilerImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BatchMessagerImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/BatchProcessingEnvImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject$ForwardingOutputStream.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject$ForwardingWriter.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/IProcessorProvider.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/ProcessorInfo.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/RoundDispatcher.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/dispatch/RoundEnvImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/AnnotationMemberValue.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/AnnotationMirrorImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/AnnotationValueImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ArrayTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/DeclaredTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl9.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ErrorTypeElement.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ErrorTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ExecutableElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ExecutableTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/Factory.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/IElementInfo.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$ExportsDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$OpensDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$PackageDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$ProvidesDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$RequiresDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$UsesDirectiveImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/NameImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/NoTypeImpl$1.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/NoTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/PackageElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/PrimitiveTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeElementImpl$SourceLocationComparator.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeMirrorImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeParameterElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypeVariableImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$1.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$2.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$3.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$4.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$MemberInTypeFinder.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/TypesImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/VariableElementImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/model/WildcardTypeImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Archive.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ArchiveFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager$1.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager$2.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/EclipseFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem$1.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem$JrtFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ManyToMany.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$LocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$LocationWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$ModuleLocationWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$SystemLocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Options.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Util$EncodingError.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Util$EncodingErrorCollector.class: present in baseline only org/eclipse/jdt/internal/compiler/apt/util/Util.class: present in baseline only org/eclipse/jdt/internal/compiler/batch/ClasspathJsr199.class: present in baseline only org/eclipse/jdt/internal/compiler/lookup/AptBinaryLocalVariableBinding.class: present in baseline only org/eclipse/jdt/internal/compiler/lookup/AptSourceLocalVariableBinding.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Archive.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ArchiveFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseBatchRequestor.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompiler$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompiler.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$2.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3$2.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$4.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$Jsr199ProblemWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseCompilerRequestor.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseDiagnostic.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseFileManager$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseFileManager$2.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/EclipseFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ExceptionDiagnostic.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/JrtFileSystem$1.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/JrtFileSystem$JrtFileObject.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/JrtFileSystem.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$LocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$LocationWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$ModuleLocationWrapper.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$OutputLocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$SystemLocationContainer.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Options.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Util$EncodingError.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Util$EncodingErrorCollector.class: present in baseline only org/eclipse/jdt/internal/compiler/tool/Util.class: present in baseline only [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.21.100-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts have been replaced with the baseline version: [sources, batch-compiler] [INFO] [INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core --- [INFO] Skipped [INFO] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler >--------- [INFO] Building org.eclipse.jdt.core.tests.compiler 3.12.1200-SNAPSHOT [2/2] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.compiler --- [INFO] The project's OSGi version is 3.12.1200.v20200314-1817 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.jdt.core.tests.compiler --- Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 1.9 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.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-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 75 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 136 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom Progress (1): 4.1 kB Progress (1): 7.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 396 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 199 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 99 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-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/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 37 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.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.2.1/maven-reporting-2.2.1.pom (1.4 kB at 47 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 58 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 389 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.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/doxia-logging-api-1.1.pom (1.6 kB at 51 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 174 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 90 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 108 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 248 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 kB Progress (1): 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 375 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.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.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 122 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom Progress (1): 4.1 kB Progress (1): 8.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 380 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/11/commons-parent-11.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/11/commons-parent-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.2 MB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 145 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 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 322 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.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.2.1/maven-monitor-2.2.1.pom (1.3 kB at 90 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/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 151 kB/s) Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.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/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 740 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Progress (1): 4.1/22 kB Progress (1): 7.7/22 kB Progress (1): 12/22 kB Progress (2): 12/22 kB | 4.1/178 kB Progress (2): 16/22 kB | 4.1/178 kB Progress (3): 16/22 kB | 4.1/178 kB | 4.1/8.8 kB Progress (3): 16/22 kB | 7.7/178 kB | 4.1/8.8 kB Progress (3): 16/22 kB | 7.7/178 kB | 7.7/8.8 kB Progress (3): 16/22 kB | 12/178 kB | 7.7/8.8 kB Progress (3): 16/22 kB | 12/178 kB | 8.8 kB Progress (3): 20/22 kB | 12/178 kB | 8.8 kB Progress (3): 20/22 kB | 16/178 kB | 8.8 kB Progress (3): 22 kB | 16/178 kB | 8.8 kB Progress (3): 22 kB | 20/178 kB | 8.8 kB Progress (3): 22 kB | 24/178 kB | 8.8 kB Progress (3): 22 kB | 28/178 kB | 8.8 kB Progress (3): 22 kB | 32/178 kB | 8.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 196 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Progress (2): 22 kB | 36/178 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 486 kB/s) Progress (1): 40/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Progress (1): 45/178 kB Progress (1): 49/178 kB Progress (2): 49/178 kB | 4.1/17 kB Progress (2): 49/178 kB | 7.7/17 kB Progress (2): 49/178 kB | 12/17 kB Progress (2): 49/178 kB | 16/17 kB Progress (2): 53/178 kB | 16/17 kB Progress (2): 53/178 kB | 17 kB Progress (2): 57/178 kB | 17 kB Progress (2): 61/178 kB | 17 kB Progress (2): 65/178 kB | 17 kB Progress (2): 69/178 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 348 kB/s) Progress (1): 73/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar Progress (1): 77/178 kB Progress (1): 81/178 kB Progress (1): 85/178 kB Progress (1): 90/178 kB Progress (1): 94/178 kB Progress (1): 98/178 kB Progress (2): 98/178 kB | 4.1/13 kB Progress (2): 98/178 kB | 7.7/13 kB Progress (2): 98/178 kB | 12/13 kB Progress (2): 98/178 kB | 13 kB Progress (2): 102/178 kB | 13 kB Progress (2): 106/178 kB | 13 kB Progress (2): 110/178 kB | 13 kB Progress (2): 114/178 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 250 kB/s) Progress (2): 114/178 kB | 4.1/9.8 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar Progress (2): 114/178 kB | 7.7/9.8 kB Progress (2): 118/178 kB | 7.7/9.8 kB Progress (2): 118/178 kB | 9.8 kB Progress (2): 122/178 kB | 9.8 kB Progress (2): 126/178 kB | 9.8 kB Progress (2): 131/178 kB | 9.8 kB Progress (2): 135/178 kB | 9.8 kB Progress (2): 139/178 kB | 9.8 kB Progress (2): 143/178 kB | 9.8 kB Progress (2): 147/178 kB | 9.8 kB Progress (3): 147/178 kB | 9.8 kB | 4.1/41 kB Progress (3): 147/178 kB | 9.8 kB | 7.7/41 kB Progress (3): 147/178 kB | 9.8 kB | 12/41 kB Progress (3): 147/178 kB | 9.8 kB | 16/41 kB Progress (4): 147/178 kB | 9.8 kB | 16/41 kB | 4.1/11 kB Progress (4): 151/178 kB | 9.8 kB | 16/41 kB | 4.1/11 kB Progress (4): 151/178 kB | 9.8 kB | 16/41 kB | 7.7/11 kB Progress (5): 151/178 kB | 9.8 kB | 16/41 kB | 7.7/11 kB | 4.1/13 kB Progress (5): 151/178 kB | 9.8 kB | 16/41 kB | 11 kB | 4.1/13 kB Progress (5): 155/178 kB | 9.8 kB | 16/41 kB | 11 kB | 4.1/13 kB Progress (5): 155/178 kB | 9.8 kB | 20/41 kB | 11 kB | 4.1/13 kB Progress (5): 155/178 kB | 9.8 kB | 20/41 kB | 11 kB | 7.7/13 kB Progress (5): 155/178 kB | 9.8 kB | 24/41 kB | 11 kB | 7.7/13 kB Progress (5): 159/178 kB | 9.8 kB | 24/41 kB | 11 kB | 7.7/13 kB Progress (5): 159/178 kB | 9.8 kB | 28/41 kB | 11 kB | 7.7/13 kB Progress (5): 159/178 kB | 9.8 kB | 28/41 kB | 11 kB | 12/13 kB Progress (5): 159/178 kB | 9.8 kB | 32/41 kB | 11 kB | 12/13 kB Progress (5): 163/178 kB | 9.8 kB | 32/41 kB | 11 kB | 12/13 kB Progress (5): 163/178 kB | 9.8 kB | 32/41 kB | 11 kB | 13 kB Progress (5): 163/178 kB | 9.8 kB | 36/41 kB | 11 kB | 13 kB Progress (5): 163/178 kB | 9.8 kB | 40/41 kB | 11 kB | 13 kB Progress (5): 163/178 kB | 9.8 kB | 41 kB | 11 kB | 13 kB Progress (5): 167/178 kB | 9.8 kB | 41 kB | 11 kB | 13 kB Progress (5): 171/178 kB | 9.8 kB | 41 kB | 11 kB | 13 kB Progress (5): 176/178 kB | 9.8 kB | 41 kB | 11 kB | 13 kB Progress (5): 178 kB | 9.8 kB | 41 kB | 11 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.7 MB/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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 623 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 146 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 167 kB/s) Progress (2): 13 kB | 4.1/13 kB 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.jar Progress (2): 13 kB | 7.7/13 kB Progress (3): 13 kB | 7.7/13 kB | 4.1/10 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar Progress (3): 13 kB | 7.7/13 kB | 7.7/10 kB Progress (3): 13 kB | 12/13 kB | 7.7/10 kB Progress (3): 13 kB | 12/13 kB | 10 kB Progress (3): 13 kB | 13 kB | 10 kB Progress (4): 13 kB | 13 kB | 10 kB | 4.1/228 kB Progress (4): 13 kB | 13 kB | 10 kB | 7.7/228 kB Progress (4): 13 kB | 13 kB | 10 kB | 12/228 kB Progress (4): 13 kB | 13 kB | 10 kB | 16/228 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 147 kB/s) Progress (3): 13 kB | 13 kB | 20/228 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 186 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 178 kB/s) Progress (1): 24/228 kB Progress (2): 24/228 kB | 4.1/38 kB Progress (2): 28/228 kB | 4.1/38 kB Progress (2): 28/228 kB | 7.7/38 kB Progress (2): 32/228 kB | 7.7/38 kB Progress (2): 32/228 kB | 12/38 kB Progress (2): 32/228 kB | 16/38 kB Progress (2): 36/228 kB | 16/38 kB Progress (2): 40/228 kB | 16/38 kB Progress (2): 40/228 kB | 20/38 kB Progress (2): 45/228 kB | 20/38 kB Progress (2): 45/228 kB | 24/38 kB Progress (2): 49/228 kB | 24/38 kB Progress (2): 49/228 kB | 28/38 kB Progress (2): 49/228 kB | 32/38 kB Progress (2): 49/228 kB | 36/38 kB Progress (2): 49/228 kB | 38 kB Progress (2): 53/228 kB | 38 kB Progress (2): 57/228 kB | 38 kB Progress (2): 61/228 kB | 38 kB Progress (2): 65/228 kB | 38 kB Progress (2): 69/228 kB | 38 kB Progress (2): 73/228 kB | 38 kB Progress (2): 77/228 kB | 38 kB Progress (2): 81/228 kB | 38 kB Progress (2): 85/228 kB | 38 kB Progress (2): 90/228 kB | 38 kB Progress (2): 94/228 kB | 38 kB Progress (2): 98/228 kB | 38 kB Progress (2): 102/228 kB | 38 kB Progress (2): 106/228 kB | 38 kB Progress (2): 110/228 kB | 38 kB Progress (2): 114/228 kB | 38 kB Progress (2): 118/228 kB | 38 kB Progress (2): 122/228 kB | 38 kB Progress (2): 126/228 kB | 38 kB Progress (2): 131/228 kB | 38 kB Progress (2): 135/228 kB | 38 kB Progress (2): 139/228 kB | 38 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 473 kB/s) Progress (1): 143/228 kB Progress (1): 147/228 kB Progress (1): 151/228 kB Progress (1): 155/228 kB Progress (1): 159/228 kB Progress (1): 163/228 kB Progress (1): 167/228 kB Progress (1): 171/228 kB Progress (1): 176/228 kB Progress (1): 180/228 kB Progress (1): 184/228 kB Progress (1): 188/228 kB Progress (1): 192/228 kB Progress (1): 196/228 kB Progress (1): 200/228 kB Progress (1): 204/228 kB Progress (1): 208/228 kB Progress (1): 212/228 kB Progress (1): 217/228 kB Progress (1): 221/228 kB Progress (1): 225/228 kB Progress (1): 228 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.jar (228 kB at 1.5 MB/s) [INFO] Required toolchain: jdk [ id='JavaSE-10' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-10/latest] [INFO] [INFO] --- eclipse-cbi-plugin:1.1.8-SNAPSHOT:generate-api-build-xml (default) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Compiling 266 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/classes [INFO] [INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.12.1200-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.12.1200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.compiler --- [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/pom.xml: baseline and build artifacts have same version but different contents classifier-sources: not present in baseline [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.12.1200-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/pom.xml The main artifact has been replaced with the baseline version. The following attached artifacts are not present in the baseline and have been removed: [sources] [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.jdt.core.tests.compiler --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-10/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-10/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules, ALL-SYSTEM, -Drun.javac=enabled, -Djdk.root=/opt/tools/java/oracle/jdk-10/10.0.2/, -Dcompliance=10, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/work/data, -install, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/work, -configuration, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/surefire.properties] WARNING: Using incubator modules: jdk.incubator.httpclient Running org.eclipse.jdt.core.tests.eval.TestAll reflectNestedClassUseDollar=true due to isJRE9Plus java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:400) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:243) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:225) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:402) at java.base/java.net.Socket.connect(Socket.java:591) at java.base/java.net.Socket.connect(Socket.java:540) at java.base/java.net.Socket.(Socket.java:436) at java.base/java.net.Socket.(Socket.java:213) at org.eclipse.jdi.internal.connect.SocketTransportService$2.run(SocketTransportService.java:147) at java.base/java.lang.Thread.run(Thread.java:844) 10: could not contact the VM at localhost:38954. Retrying... Listening for transport dt_socket at address: 38954 10: connected to VM using port 38954 10: connected to target using port 38954 This is an expected exception printed by the target VM: java.io.IOException at CodeSnippet_74.run(Unknown Source) at java.base/jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.jdt.core.tests.eval.target.CodeSnippetRunner$2.run(CodeSnippetRunner.java:351) This is an expected error printed by the target VM: java.lang.Error at CodeSnippet_77.run(Unknown Source) at java.base/jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.eclipse.jdt.core.tests.eval.target.CodeSnippetRunner$2.run(CodeSnippetRunner.java:351) Tests run: 190, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.254 s - in org.eclipse.jdt.core.tests.eval.TestAll testAllVariables - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext) Time elapsed: 0.203 s testEvaluate - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext) Time elapsed: 0.896 s testEvaluateImports - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext) Time elapsed: 0.001 s testEvaluateVariable - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext) Time elapsed: 0.106 s testEvaluateVariables - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext) Time elapsed: 0.092 s testGetSetImports - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext) Time elapsed: 0.001 s testGetSetPackageName - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext) Time elapsed: 0 s testNewDeleteVariable - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext) Time elapsed: 0 s testGetEvaluationType - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.095 s testGetProblems - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.011 s testGetValue - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.095 s testGetValueDisplayString - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.094 s testGetValueTypeName - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.009 s testHasErrors - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.009 s testHasProblems - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.087 s testHasValue - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.006 s testHasWarnings - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult) Time elapsed: 0.007 s testAllKindOfValues - 10(org.eclipse.jdt.core.tests.eval.VariableTest) Time elapsed: 0.682 s testCodeSnippetVarAssign - 10(org.eclipse.jdt.core.tests.eval.VariableTest) Time elapsed: 0.713 s testCodeSnippetVarRetrieval - 10(org.eclipse.jdt.core.tests.eval.VariableTest) Time elapsed: 0.49 s testImports - 10(org.eclipse.jdt.core.tests.eval.VariableTest) Time elapsed: 0.399 s testSeveralVariableInstallations - 10(org.eclipse.jdt.core.tests.eval.VariableTest) Time elapsed: 0.902 s testBug345334 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.009 s testBug464656 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.398 s testCheckedException - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.095 s testDiamond - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.103 s testEmptyStatement - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.095 s testEvaluateEmptyImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.001 s testEvaluateExistingPackageAndNonExistingTypeImports - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0 s testEvaluateNonExistingPackageAndExistingTypeImports - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.001 s testEvaluateNonExistingPackageImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0 s testEvaluateNonExistingTypeImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0 s testEvaluateValidPackageAndTypeImports - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.001 s testEvaluateValidPackageImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0 s testEvaluateValidTypeImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.001 s testFinallyError - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.01 s testFinallyOneBlock - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.087 s testFinallyTwoBlock - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.008 s testFor89632 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.096 s testFreeReturnAnonymous - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.09 s testFreeReturnClassDeclaration - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.008 s testFreeReturnExpression - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.007 s testFreeReturnInteger - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.089 s testFreeReturnLocalVar - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testFreeReturnStatement - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.089 s testImportPackage - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.01 s testImportType - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.093 s testImportTypeAndPackage - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.011 s testInnerClassAnonymous - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.094 s testInnerClassNamed - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnDisplayStringBoolean - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.091 s testReturnDisplayStringCharacter - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnDisplayStringDouble - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.093 s testReturnDisplayStringEmptyCodeSnippet - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.004 s testReturnDisplayStringFloat - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.091 s testReturnDisplayStringInteger - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnDisplayStringLong - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.093 s testReturnDisplayStringNoExplicitReturnedValue - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.007 s testReturnDisplayStringObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.007 s testReturnDisplayStringShort - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.087 s testReturnDisplayStringString - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnDisplayStringVoid - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.007 s testReturnTypeBoolean - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.09 s testReturnTypeBooleanArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.007 s testReturnTypeBooleanObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.088 s testReturnTypeChar - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.008 s testReturnTypeCharArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnTypeCharacterObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.092 s testReturnTypeDouble - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.092 s testReturnTypeDoubleArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.008 s testReturnTypeDoubleObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.094 s testReturnTypeEmptyCodeSnippet - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnTypeFloat - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnTypeFloatArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.085 s testReturnTypeFloatObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.009 s testReturnTypeInt - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.007 s testReturnTypeIntegerObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.089 s testReturnTypeLong - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.009 s testReturnTypeLongArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.093 s testReturnTypeLongObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.008 s testReturnTypeNoExplicitReturnedValue - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.085 s testReturnTypeObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.005 s testReturnTypeObjectArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.005 s testReturnTypeShort - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.091 s testReturnTypeShortArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.005 s testReturnTypeShortObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnTypeString - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.09 s testReturnTypeStringArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testReturnTypeVoid - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.092 s testReturnTypesIntArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.006 s testRunMethodInAnonymous - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.302 s testRunMethodInAnonymous2 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.297 s testRunMethodInAnonymous3 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.4 s testRunMethodInAnonymous4 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.293 s testRunMethodInAnonymous5 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.213 s testRunMethodInAnonymous6 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.292 s testRunMethodInAnonymous7 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.214 s testRunMethodInAnonymous8 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest) Time elapsed: 0.28 s testExpressionInInnerClass - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.012 s testExtraClosingCurlyBracket - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.008 s testExtraOpenRoundBracket - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.004 s testExtraSemiColonInExpression - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.002 s testInvalidField - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.005 s testInvalidImport - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.068 s testInvalidUseOfThisInSnippet - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.005 s testInvalidUseOfThisInSnippet2 - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.003 s testMissingClosingRoundBracket - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.002 s testMissingDoubleQuote - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.003 s testNonLastExpressionStatement - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.004 s testProblemInExpression - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.002 s testProblemInExpression2 - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.003 s testProblemInInnerClass - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.087 s testProblemInPreviousStatement - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.003 s testProblemInReturnStatement - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.005 s testRemoveImport - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.097 s testRemoveVariable - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.093 s testUnreachableExpression - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.004 s testUnusedImport - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.091 s testWarning - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest) Time elapsed: 0.008 s testInitializerProblem - 10(org.eclipse.jdt.core.tests.eval.NegativeVariableTest) Time elapsed: 0.099 s testUnknownType - 10(org.eclipse.jdt.core.tests.eval.NegativeVariableTest) Time elapsed: 0.091 s test001 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 1.216 s test002 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.382 s test003 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.113 s test004 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.3 s test005 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.393 s test006 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.395 s test007 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.313 s test008 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.395 s test009 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.207 s test010 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.298 s test011 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.205 s test016 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.307 s test017 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.183 s test018 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.315 s test019 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.033 s test020 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.253 s test021 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.258 s test022 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.257 s test023 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.266 s test024 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.26 s test025 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.278 s test026 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.137 s test027 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.145 s test028 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.142 s test029 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.153 s test030 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.137 s test031 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test032 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.029 s test033 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.14 s test034 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.134 s test035 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test036 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.138 s test037 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.139 s test038 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.135 s test039 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test040 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.137 s test041 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.131 s test042 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.13 s test043 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.13 s test044 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.131 s test045 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test046 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.131 s test047 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.129 s test048 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.138 s test049 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.134 s test050 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test051 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.132 s test052 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test053 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.134 s test054 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.135 s test055 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.136 s test056 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.139 s test057 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.141 s test058 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.136 s test059 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test060 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test061 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.13 s test062 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.133 s test063 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.183 s test065 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.145 s test066 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.137 s test067 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.142 s test068 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.031 s test069 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.033 s testNegative001 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.027 s testNegative002 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.072 s testNegative003 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.025 s testNegative004 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.012 s testNegative005 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest) Time elapsed: 0.012 s Running org.eclipse.jdt.core.tests.compiler.parser.TestAll *************************************************************************** * Sun Javac compiler output archived into file: * /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** *************************************************************************** * Comparison with Sun Javac compiler for class ParserTest (null tests) *************************************************************************** --- javac err: --- X.java:3: error: illegal start of expression throws ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression throws new ^ X.java:3: error: expected throws new ^ X.java:4: error: '(' or '[' expected } ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression throws new X ^ X.java:4: error: '(' or '[' expected } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression throws ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression throws new ^ X.java:3: error: expected throws new ^ X.java:4: error: '(' or '[' expected } ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression throws new X ^ X.java:4: error: '(' or '[' expected } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: ';' expected void foo()throw { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: ';' expected void foo()throw E { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression throws e ^ X.java:3: error: not a statement throws e ^ X.java:3: error: ';' expected throws e ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression throws e; ^ X.java:3: error: not a statement throws e; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression import java.lang.*; ^ X.java:3: error: expected import java.lang.*; ^ X.java:3: error: illegal start of expression import java.lang.*; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unclosed comment /* ^ X.java:6: error: reached end of file while parsing 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: unclosed string literal String s = " ^ X.java:2: error: reached end of file while parsing String s = " ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: unclosed character literal char c = ' ^ X.java:2: error: reached end of file while parsing char c = ' ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal unicode escape char c = '\u0 ^ X.java:2: error: unclosed character literal char c = '\u0 ^ X.java:2: error: reached end of file while parsing char c = '\u0 ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of expression } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: illegal start of expression if (sourceAttachmentPath.isEmpty()) { && ! ^ X.java:7: error: ';' expected sourceAttachmentPath.isAbsolute()) { ^ X.java:13: error: illegal start of expression public void foo() { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1003: error: ';' expected void method_1() { method_0() ^ X.java:1004: error: illegal start of expression void method_2() { method_1() ^ X.java:1004: error: ';' expected void method_2() { method_1() ^ X.java:1004: error: ';' expected void method_2() { method_1() ^ X.java:1005: error: illegal start of expression void method_3() { method_2() ^ X.java:1005: error: ';' expected void method_3() { method_2() ^ X.java:1005: error: ';' expected void method_3() { method_2() ^ X.java:1006: error: illegal start of expression void method_4() { method_3() ^ X.java:1006: error: ';' expected void method_4() { method_3() ^ X.java:1006: error: ';' expected void method_4() { method_3() ^ X.java:1007: error: illegal start of expression void method_5() { method_4() ^ X.java:1007: error: ';' expected void method_5() { method_4() ^ X.java:1007: error: ';' expected void method_5() { method_4() ^ X.java:1008: error: illegal start of expression void method_6() { method_5() ^ X.java:1008: error: ';' expected void method_6() { method_5() ^ X.java:1008: error: ';' expected void method_6() { method_5() ^ X.java:1009: error: illegal start of expression void method_7() { method_6() ^ X.java:1009: error: ';' expected void method_7() { method_6() ^ X.java:1009: error: ';' expected void method_7() { method_6() ^ X.java:1010: error: illegal start of expression void method_8() { method_7() ^ X.java:1010: error: ';' expected void method_8() { method_7() ^ X.java:1010: error: ';' expected void method_8() { method_7() ^ X.java:1011: error: illegal start of expression void method_9() { method_8() ^ X.java:1011: error: ';' expected void method_9() { method_8() ^ X.java:1011: error: ';' expected void method_9() { method_8() ^ X.java:1012: error: illegal start of expression void method_10() { method_9() ^ X.java:1012: error: ';' expected void method_10() { method_9() ^ X.java:1012: error: ';' expected void method_10() { method_9() ^ X.java:1013: error: illegal start of expression void method_11() { method_10() ^ X.java:1013: error: ';' expected void method_11() { method_10() ^ X.java:1013: error: ';' expected void method_11() { method_10() ^ X.java:1014: error: illegal start of expression void method_12() { method_11() ^ X.java:1014: error: ';' expected void method_12() { method_11() ^ X.java:1014: error: ';' expected void method_12() { method_11() ^ X.java:1015: error: illegal start of expression void method_13() { method_12() ^ X.java:1015: error: ';' expected void method_13() { method_12() ^ X.java:1015: error: ';' expected void method_13() { method_12() ^ X.java:1016: error: illegal start of expression void method_14() { method_13() ^ X.java:1016: error: ';' expected void method_14() { method_13() ^ X.java:1016: error: ';' expected void method_14() { method_13() ^ X.java:1017: error: illegal start of expression void method_15() { method_14() ^ X.java:1017: error: ';' expected void method_15() { method_14() ^ X.java:1017: error: ';' expected void method_15() { method_14() ^ X.java:1018: error: illegal start of expression void method_16() { method_15() ^ X.java:1018: error: ';' expected void method_16() { method_15() ^ X.java:1018: error: ';' expected void method_16() { method_15() ^ X.java:1019: error: illegal start of expression void method_17() { method_16() ^ X.java:1019: error: ';' expected void method_17() { method_16() ^ X.java:1019: error: ';' expected void method_17() { method_16() ^ X.java:1020: error: illegal start of expression void method_18() { method_17() ^ X.java:1020: error: ';' expected void method_18() { method_17() ^ X.java:1020: error: ';' expected void method_18() { method_17() ^ X.java:1021: error: illegal start of expression void method_19() { method_18() ^ X.java:1021: error: ';' expected void method_19() { method_18() ^ X.java:1021: error: ';' expected void method_19() { method_18() ^ X.java:1022: error: illegal start of expression void method_20() { method_19() ^ X.java:1022: error: ';' expected void method_20() { method_19() ^ X.java:1022: error: ';' expected void method_20() { method_19() ^ X.java:1023: error: illegal start of expression void method_21() { method_20() ^ X.java:1023: error: ';' expected void method_21() { method_20() ^ X.java:1023: error: ';' expected void method_21() { method_20() ^ X.java:1024: error: illegal start of expression void method_22() { method_21() ^ X.java:1024: error: ';' expected void method_22() { method_21() ^ X.java:1024: error: ';' expected void method_22() { method_21() ^ X.java:1025: error: illegal start of expression void method_23() { method_22() ^ X.java:1025: error: ';' expected void method_23() { method_22() ^ X.java:1025: error: ';' expected void method_23() { method_22() ^ X.java:1026: error: illegal start of expression void method_24() { method_23() ^ X.java:1026: error: ';' expected void method_24() { method_23() ^ X.java:1026: error: ';' expected void method_24() { method_23() ^ X.java:1027: error: illegal start of expression void method_25() { method_24() ^ X.java:1027: error: ';' expected void method_25() { method_24() ^ X.java:1027: error: ';' expected void method_25() { method_24() ^ X.java:1028: error: illegal start of expression void method_26() { method_25() ^ X.java:1028: error: ';' expected void method_26() { method_25() ^ X.java:1028: error: ';' expected void method_26() { method_25() ^ X.java:1029: error: illegal start of expression void method_27() { method_26() ^ X.java:1029: error: ';' expected void method_27() { method_26() ^ X.java:1029: error: ';' expected void method_27() { method_26() ^ X.java:1030: error: illegal start of expression void method_28() { method_27() ^ X.java:1030: error: ';' expected void method_28() { method_27() ^ X.java:1030: error: ';' expected void method_28() { method_27() ^ X.java:1031: error: illegal start of expression void method_29() { method_28() ^ X.java:1031: error: ';' expected void method_29() { method_28() ^ X.java:1031: error: ';' expected void method_29() { method_28() ^ X.java:1032: error: illegal start of expression void method_30() { method_29() ^ X.java:1032: error: ';' expected void method_30() { method_29() ^ X.java:1032: error: ';' expected void method_30() { method_29() ^ X.java:1033: error: illegal start of expression void method_31() { method_30() ^ X.java:1033: error: ';' expected void method_31() { method_30() ^ X.java:1033: error: ';' expected void method_31() { method_30() ^ X.java:1034: error: illegal start of expression void method_32() { method_31() ^ X.java:1034: error: ';' expected void method_32() { method_31() ^ X.java:1034: error: ';' expected void method_32() { method_31() ^ X.java:1035: error: illegal start of expression void method_33() { method_32() ^ X.java:1035: error: ';' expected void method_33() { method_32() ^ X.java:1035: error: ';' expected void method_33() { method_32() ^ X.java:1036: error: illegal start of expression void method_34() { method_33() ^ X.java:1036: error: ';' expected void method_34() { method_33() ^ X.java:1036: error: ';' expected void method_34() { method_33() ^ 100 errors The system is out of resources. Consult the following stack trace for details. java.lang.StackOverflowError at jdk.compiler/com.sun.tools.javac.parser.JavaTokenizer.readToken(JavaTokenizer.java:555) at jdk.compiler/com.sun.tools.javac.parser.Scanner.ensureLookahead(Scanner.java:102) at jdk.compiler/com.sun.tools.javac.parser.Scanner.token(Scanner.java:95) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.peekToken(JavacParser.java:248) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.peekToken(JavacParser.java:244) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term3(JavacParser.java:1206) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term2(JavacParser.java:869) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term1(JavacParser.java:840) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term(JavacParser.java:796) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term(JavacParser.java:776) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2393) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273) at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: error: illegal start of type ) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unclosed string literal Srtring bar = """ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- T.java:2: error: '.' expected Object o = T.super; // error: '.' expected ^ T.java:7: error: '.' expected Object o2 = T.super; ^ T.java:9: error: '.' expected o1 = U.super; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ComplianceDiagnoseTest (null tests) *************************************************************************** --- javac err: --- X.java:1: error: package aaa does not exist import static aaa.BBB.*; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: package aaa does not exist import static aaa.BBB.CCC; ^ X.java:1: error: static import only from classes and interfaces import static aaa.BBB.CCC; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol for(String o: c) { ^ symbol: variable c location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(Z ... arg){ ^ symbol: class Z location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends Y { ^ symbol: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public interface X extends Y { ^ symbol: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: missing return statement } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Z var; ^ symbol: class Z location: class X X.java:2: error: cannot find symbol Z var; ^ symbol: class Y1 location: class X X.java:2: error: cannot find symbol Z var; ^ symbol: class Y2 location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol this(null); ^ symbol: class Y1 location: class X X.java:3: error: cannot find symbol this(null); ^ symbol: class Y2 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: ';' expected import static aaa.* ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: '{' expected public enum X ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal character: '#' # ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal character: '#' # ^ X.java:6: error: reached end of file while parsing 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal character: '#' # ^ X.java:4: error: reached end of file while parsing 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal character: '#' # ^ X.java:6: error: reached end of file while parsing 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal character: '#' # ^ X.java:5: error: reached end of file while parsing 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal character: '#' # ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: '.' expected import staic aaa.*; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: ';' expected import static aaa.*.*; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected import static for; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: class, interface, or enum expected static aaa.*; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: ';' expected for(Object o ? c){ ^ X.java:3: error: illegal start of expression for(Object o ? c){ ^ X.java:3: error: : expected for(Object o ? c){ ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression for(Object o : switch){ ^ X.java:3: error: '(' expected for(Object o : switch){ ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: expected void foo(int ... ){ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: expected void foo(int ... for){ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: ',', ')', or '[' expected void foo(int ... aaa bbb){ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: '{' expected public class X T1 extends String, T2> extends Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: > expected public class X extends Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: illegal start of type public class X extends Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: invalid method declaration; return type required public foo(){ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: > expected public int foo(){ ^ X.java:2: error: '(' expected public int foo(){ ^ X.java:2: error: expected public int foo(){ ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: > expected public int foo(){ ^ X.java:2: error: expected public int foo(){ ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: ';' expected Z Y1, Y2> var; ^ X.java:2: error: 'var' is not allowed here Z Y1, Y2> var; ^ X.java:2: error: expected Z Y1, Y2> var; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: > expected Z var; ^ X.java:2: error: expected Z var; ^ X.java:2: error: 'var' is not allowed here Z var; ^ X.java:2: error: expected Z var; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: class, interface, or enum expected void ___eval() { ^ X.java:5: error: class, interface, or enum expected } ^ X.java:7: error: class, interface, or enum expected public void run() { ^ X.java:10: error: class, interface, or enum expected } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: class, interface, or enum expected public static void foo(){} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: class, interface, or enum expected public static void main(String[] args) { ^ X.java:12: error: class, interface, or enum expected new Local(); ^ X.java:13: error: class, interface, or enum expected } ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: class, interface, or enum expected public void bar() { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: legacy array notation not allowed on variable-arity parameter void foo(X ... arg[]){ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: class Test is public, should be declared in a file named Test.java public @MyAnn("","") class Test { ^ X.java:6: error: annotation values must be of the form 'name=value' public @MyAnn("","") class Test { ^ X.java:6: error: annotation values must be of the form 'name=value' public @MyAnn("","") class Test { ^ X.java:6: error: annotation @MyAnn is missing a default value for the element 'value2' public @MyAnn("","") class Test { ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(List... args) {} ^ symbol: class List location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(java.util.List2... args) {} ^ symbol: class List2 location: package java.util 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of expression void foo2() { ^ X.java:5: error: ';' expected void foo2() { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (int i = 0) {}; ^ (int cannot be converted to AutoCloseable) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement } catch (SonOfFoo e1) { ^ X.java:14: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:15: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:16: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: modifier default not allowed here default void f() { ^ X.java:4: error: modifier default not allowed here default X() {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] unchecked cast List l = (List) (null == null ? Arrays.asList() : Arrays.asList("Hello","world")); ^ required: List found: List 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: as of release 9, '_' is a keyword, and may not be used as an identifier int _; ^ X.java:4: error: as of release 9, '_' is a keyword, and may not be used as an identifier int _ = 3; ^ X.java:8: error: as of release 9, '_' is a keyword, and may not be used as an identifier void goo(int _) {} ^ X.java:11: error: as of release 9, '_' is a keyword, and may not be used as an identifier } catch (Exception _) { ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest#testBug440285 - 10 X.java [ import java.util.function.Function; class Y{} class Z{} public class X { Function m1 = int[]::new; Function m2 = int[]::new; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class JEP286ReservedWordTest (null tests) *************************************************************************** --- javac err: --- X.java:2: error: 'var' not allowed here public class var { public int a; }; ^ as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations X.java:3: error: illegal start of type + ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: 'var' not allowed here interface var { }; ^ as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations X.java:3: error: illegal start of type + ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: 'var' not allowed here public class X { } ^ as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: 'var' not allowed here var getNumber() { ^ as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations X.java:2: error: 'var' is not allowed here var getNumber() { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Tests run: 2716, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 113.23 s <<< FAILURE! - in org.eclipse.jdt.core.tests.compiler.parser.TestAll testInIfStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest) Time elapsed: 0.025 s testNoQualificationQualifiedTypeName - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest) Time elapsed: 0.073 s testNoQualificationSimpleTypeName - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest) Time elapsed: 0.001 s testQualifiedWithName - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest) Time elapsed: 0 s testQualifiedWithPrimary - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest) Time elapsed: 0.001 s testArrayType - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest) Time elapsed: 0.001 s testArrayTypeWithNonEmptyIdentifier - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest) Time elapsed: 0 s testPrimitiveArrayType - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest) Time elapsed: 0.001 s testPrimitiveArrayTypeWithNonEmptyIdentifier - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest) Time elapsed: 0 s testPrimitiveType - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest) Time elapsed: 0.001 s testPrimitiveTypeWithNonEmptyIdentifier - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest) Time elapsed: 0 s test001 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.003 s test002 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s test003 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test004 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test005 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test006 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s test007 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test008 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test009 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s test010 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test011 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s test012 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test013 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test014 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.002 s test015 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s test016 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test017 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testA - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.079 s testAA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.002 s testAA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.002 s testAA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testAA_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testAB_1FHU9LU - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testAC_1FJ8D9Z_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testAC_1FJ8D9Z_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testAC_1FJ8D9Z_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testBA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testBA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testBB_1FHJ8H9 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testBC_1FJ4GSG_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testBC_1FJ4GSG_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testBC_1FJ4GSG_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testBug292087a - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testBug292087b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testBug310423 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testBug338789 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testBug338789b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testBug343637 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testBug346415 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testBug346454 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testBug346454b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testC - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testCA_1FGPJQZ - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testCB_1FHSKQ9_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testCB_1FHSKQ9_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testCC_1FJ64I9 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testDA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.078 s testDA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testDA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testDA_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testDA_5 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testDB_1FHSLDR - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testDC_1FJJ0JR_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testD_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testD_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testEA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testEA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testEB_1FI74S3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testEC_1FSBZ2Y - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testE_1FG1YDS_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testE_1FG1YDS_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testE_1FG1YDS_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testF - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testFA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testFA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testFB_1FI74S3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testFC_1FSBZ9B - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testG - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testGA - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testGB_1FI74S3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testGC_1FSHLHV_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testGC_1FSHLHV_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testGC_1FSHLHV_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testGC_1FSHLHV_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testH - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testHA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testHA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testHB_1FHSLDR - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testHC_1FMPYO3_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.081 s testHC_1FMPYO3_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testI - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testIA_1FGNBPR_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testIA_1FGNBPR_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testIB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testIC_1FMGUPR - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testJ - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testJA_1FGQVW2_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testJA_1FGQVW2_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testJB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testJC_1FLG1ZC - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testKA_1FH5SU5 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testKB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testKC_1FLG1ZC - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testK_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testK_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testK_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testK_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testLA_1FGLMOF - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testLB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testLC_1FLG1E2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testL_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testL_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testL_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testMA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testMA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testMA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testMB_1FHSLMQ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testMB_1FHSLMQ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testMC_1FJ8D9Z - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testM_1FGGLMT - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testN - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testNA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testNA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testNA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testNB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testNC_1FJ8D9Z - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testOA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testOA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testOB_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testOB_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.076 s testOC_1FM7J7F - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testO_1FG1YU0 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testPA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testPA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testPB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testPC_1FSU4EF - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testP_1FG1YU0 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testQA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testQA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testQA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testQA_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testQB_1FIK820 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testQ_1FG1YU0 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testRA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testRA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testRA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testRB_1FI74S3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testR_1FGD31E - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testSA - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testSB_1FILFDG - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testS_1FGF64P_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testS_1FGF64P_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testS_1FGF64P_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testTA_1FHISJJ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testTA_1FHISJJ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testTA_1FHISJJ_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testTB_1FHSLMQ - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testT_1FGF64P - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testUA_1FHISJJ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testUA_1FHISJJ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testUB_1FSBZ02 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testU_1FGGUME - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testVA_1FHISJJ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testVA_1FHISJJ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testVB_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testVB_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testV_1FGGUOO_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testV_1FGGUOO_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testWA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testWA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testWB_1FI313C - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.079 s testW_1FGGUS4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testXA_1FGGUQF_1FHSL8H_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testXA_1FGGUQF_1FHSL8H_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testXA_1FGGUQF_1FHSL8H_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testXB_1FIYM5I_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testXB_1FIYM5I_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testXB_1FIYM5I_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testXB_1FIYM5I_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testX_1FGGV8C_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testX_1FGGV8C_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testX_1FGGV8C_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testX_1FGGV8C_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testX_1FGPE8E - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testYA_1FGRIUH - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testYB_1FJ4D46_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testY_1FGPESI - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testZA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testZA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testZA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testZB_1FJ4D46_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testZB_1FJ4D46_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s testZ_1FGPF3D_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0 s testZ_1FGPF3D_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0002_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0002_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0003_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0003_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0005_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0005_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0006_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0006_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.084 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0008_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0008_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0009_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0009_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0011_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0011_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0012_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0012_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0014_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0014_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0015_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0015_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0017_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0017_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0018_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0018_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0020_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0020_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0021_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0021_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0023_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0023_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0024_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0024_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0026_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0026_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0027_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0027_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0029_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0029_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0030_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0030_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0031_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0031_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0032_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0032_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0033_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0033_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0034_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0034_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0035_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0035_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0036_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0036_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0038_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0038_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0039_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0039_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0041_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0041_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0042_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0042_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0044_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0044_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0045_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.072 s test0045_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0046 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0047_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0047_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0048_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0048_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0050_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0050_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0051_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0051_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0052 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0053_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0053_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0054_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0054_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0055 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0056_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0056_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0057_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0057_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0058 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0059_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0059_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0060_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0060_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0062_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0062_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0063_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0063_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0065_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0065_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0066_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0066_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0067_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0067_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0068_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0068_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0069_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0069_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0070_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0070_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0071_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0071_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0072_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0072_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0074_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0074_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0075_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0075_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0077_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0077_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0078_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0078_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0079_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0079_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0080_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0080_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0081_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0081_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0082_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0082_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0083_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0083_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0084_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0084_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0085_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0085_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.073 s test0086_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0086_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0087_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0087_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0088_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0088_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0089_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0089_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0090_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0090_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0091 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0092_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0092_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0093_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0093_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0094 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0095_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0095_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0096_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0096_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0097_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0097_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0098_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0098_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0099_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0099_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0100_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0100_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0101_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0101_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0102_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0102_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0103_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0103_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0104_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0104_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0105_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0105_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0106_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0106_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0107_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0107_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0108_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0108_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0109_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0109_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0110_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0110_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.082 s test0111_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0111_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0112_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0112_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0113_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0113_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0114_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0114_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0115_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0115_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0116_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0116_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.002 s test0117_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0117_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0118_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0118_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0119_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0119_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0120_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0120_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0121_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0121_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0122_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0122_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0123_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0123_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0124_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0124_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0125_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0125_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0126_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0126_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0127 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0128_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0128_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0129_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0129_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0130_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0130_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0131_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0131_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0132_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0132_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0133_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0133_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0134 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.082 s test0135_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0135_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0136 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0137_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0137_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0138_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0138_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0139 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0140 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0141 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0142_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0142_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0143_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0143_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0144_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0144_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0145_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0145_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0146_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0146_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0147 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0148 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0149_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0149_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0150_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0150_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0151_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0151_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0152 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0153_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0153_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.086 s test0154_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0154_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0155_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0155_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0156_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0156_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0157_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0157_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.002 s test0158_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0158_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0159 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0160 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0161 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0162 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0163 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0164 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0165_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0165_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0166_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0166_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0167_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0167_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0168_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0168_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0169_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0169_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0170_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0170_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0171_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0171_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0172 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0173_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0173_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0174_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0175_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0176_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0177_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0 s test0178_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.083 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0021_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0021_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0022_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0022_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0023_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0023_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0024_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0024_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0025_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0025_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0026_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0026_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0027_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0027_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0028_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0028_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0037_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0037_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0038_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0038_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0039_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0039_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0040_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0040_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0041_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0041_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0042_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0042_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0043_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0043_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0044_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0044_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0045_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0045_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.082 s test0046_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0046_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0047 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0048 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0050 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0051 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0052 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0053 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0054 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0055_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0055_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0056_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0056_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0057_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0057_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0058_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0058_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0059_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0059_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0065 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0066 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0067 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0068 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0069 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0070 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0071 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0072 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0074 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0075 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0077 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0078 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0079 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0080_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0080_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0081_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0081_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0082_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0082_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.08 s test0083 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0084 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0085 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0086 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0087 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0088 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0089 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0090_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0090_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0091_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0091_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0092_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0092_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0093_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0093_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0094_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0094_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0095_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0095_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0096_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0096_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0097_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0097_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0098_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0098_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0099_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0099_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0100_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0100_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0101 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0102 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0103 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0104 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0105 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0106 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0107_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0107_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0108_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0108_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0109_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0109_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0110_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0110_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0111 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0112 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0113 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0114 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0115 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0116 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0117 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0118 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0119 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.077 s test0120 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0121 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0122 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0123 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0124 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0125 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0126 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0127 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0128 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0129 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0130 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0131 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0132 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0133 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0134 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0135 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0136 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0137 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0138 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0139 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0140 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0141 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0142 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0143 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0144 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0145 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0146 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0147_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0147_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0148_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0148_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0149 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0150 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0151 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0152 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0153 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0154 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0155 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0156 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0157 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0158 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0159 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0160 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0161 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0162 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0163 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0164 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0165 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0166 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0167 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0168 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0169 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0170 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0171 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0172 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0173 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0174 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0175 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0176 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0177 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0178 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0179 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0180 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0181_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0181_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0182_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0182_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0183_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.076 s test0183_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0184_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0184_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0185_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0185_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0186_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0186_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0187_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0187_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0188_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0188_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0189_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0189_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0190_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0190_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0191_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0191_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0192_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0192_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0193_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0193_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0194 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0195 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0196 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0197 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0198 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0199 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0200 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0201 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0202 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0203 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0204 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0205 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0206 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0207 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0208 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0209 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.002 s test0210 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0211 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0212 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0213 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0214_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0214_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0216_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0216_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0217_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0217_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0218_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0218_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0219_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0219_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0220_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0220_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0221_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0221_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0222_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0222_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0223 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0224 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0225 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0226 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0227 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0228 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0229 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0230 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0231_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0231_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0232_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0232_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0233_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0233_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0234_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0234_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0235_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0235_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0236_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0236_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0237_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0237_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0238_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0238_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0239_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0239_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.073 s test0240_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0240_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0241 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0242 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0243 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0244 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0245 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0246 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0247 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0248 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0249_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0249_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0250_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0250_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0251_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0251_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0252_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0252_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0253_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0253_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0254 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0255 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0256 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0257 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0258 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0259 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0260 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0261 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0262 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0263 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0264 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0265 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0266 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0267 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0268 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0269 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0270 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0271 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0272 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0273 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0274_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0274_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0275_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0275_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0276_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0276_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0277 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0278 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0279 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0280 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0281 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0282 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0283 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0284_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0284_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0285_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0285_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0286_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0286_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0287_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0287_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0288_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0288_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.082 s test0289_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0289_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0290_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0290_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0291_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0291_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0292_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0292_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0293_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0293_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0294_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0294_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0295 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0296 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0297 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0298 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0299 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0300 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0301_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0301_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0302_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0302_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0303_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0303_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0304_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0304_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0305 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0306 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0307 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0308 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0309 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0310 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0311 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0312 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0313 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0314 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0315 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0316 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0317 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0318 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0319 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0320 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0321 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0322 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0323 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0324 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0325 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0326 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0327 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0328 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0329 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0330 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0331 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0332 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0333 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0334 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0335 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0336 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0337 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0338 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0339 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0340 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0341_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0341_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0342_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0342_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0343 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0344 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0345 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0346 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0347 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0348 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0349 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0350 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.078 s test0351 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0352 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0353 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0354 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0355 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0356 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0357 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0358 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0359 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0360 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0361 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0362 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0363 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0364 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0365 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0366 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0367 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0368 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0369 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0370 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0371 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0372 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0373 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0374 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0375_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0375_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0376_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0376_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0377_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0377_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0378_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0378_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0379_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0379_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0380_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0380_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0381_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0381_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0382_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0382_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0384_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0384_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0385_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0385_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0386_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0386_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0387_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test0387_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0388_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0 s test0388_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword) Time elapsed: 0.001 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.074 s test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0 s test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest) Time elapsed: 0.001 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test27 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test28 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test29 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test30 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test31 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test32 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test33 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test34 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test34a - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test34b - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test34c - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test35 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test36 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test37 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test38 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test39 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test40 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test41 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test42 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test43 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test44 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test45 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test46 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test47 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test48 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test49 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test50 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test51 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test52 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test53 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s test54 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0 s test55 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest) Time elapsed: 0.001 s testPrimarySuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0.001 s testPrimaryThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0 s testSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0 s testThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0.001 s testWrapperNameSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0 s testWrapperNameThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0.001 s testWrapperPrimarySuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0 s testWrapperSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0 s testWrapperThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest) Time elapsed: 0.001 s testAdditiveExpressionMinus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testAdditiveExpressionPlus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testAndExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testArgumentList - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testArrayAccess - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testArrayAccessPrimaryNoNewArray - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.067 s testArrayInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testArrayInitializerComma - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testAssignment - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testBlock - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testBlockStatements - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testBlockStatementsInConstructorBody - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testBlockStatementsInInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testBlockStatementsInStaticInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testCastExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testCastExpressionUnaryExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testClassInstanceCreationExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpressionName - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testClassInstanceCreationExpressionPrimary - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testConditionalAndExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testConditionalExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testConditionalExpressionConditionalExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testConditionalOrExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testConstructorBody - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testDimWithOrWithOutExpr - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testDoExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testDoStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testEqualityExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testEqualityExpressionNot - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testExclusiveOrExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testExplicitConstructorInvocationInConstructorBody - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testForInit - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testForStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testForStatementExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testForUpdate - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testIfExpresionThen - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testIfExpresionThenElse - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testIfThenElseStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testIfThenStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testIfThenStatementElse - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testInclusiveOrExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testLabeledStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testMethodBody - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testMethodInvocation - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testMethodInvocationPrimary - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testMethodInvocationSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testMultiplicativeExpressionMultiplication - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testMultiplicativeExpressionRemainder - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testMultiplicativeExpressiondDivision - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testPreIncrementExpressionMinusMinus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testPreIncrementExpressionPlusPlus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testPrimaryNoNewArray - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testRelationalExpressionGreaterThan - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testRelationalExpressionGreaterThanOrEquals - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testRelationalExpressionLessThan - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testRelationalExpressionLessThanOrEqual - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testReturnStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testShiftExpressionLeft - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testShiftExpressionRight - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testShiftExpressionRightUnSigned - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testStatementExpressionList - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testSwitchBlockStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testSwitchExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testSwitchLabel - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testSynchronizedStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testThrowExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testUnaryExpressionBitwiseComplement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testUnaryExpressionLogicalComplement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testUnaryExpressionMinus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testUnaryExpressionPlus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testVariableDeclarator - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testVariableInitializers - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testWhileExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0 s testWhileStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest) Time elapsed: 0.001 s testAnonymousFirstMethod - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0 s testAnonymousNoStatementBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0 s testAnonymousOneFieldBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0.001 s testAnonymousOneStatementBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0 s testAnonymousSecondMethod - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0.001 s testLocalTypeFirstMethod - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0 s testLocalTypeNoStatementBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0 s testLocalTypeOneFieldBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0.001 s testLocalTypeOneStatementBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0 s testLocalTypeSecondMethod - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest) Time elapsed: 0 s test001 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.073 s test002 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.001 s test003 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test004 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test005 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.001 s test006 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.001 s test007 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test008 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.001 s test010 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test011 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test012 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test013 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test014 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test015 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test020 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test021 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.001 s test022 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test023 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test024 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test025 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.001 s test026 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test027 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test028 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.001 s test029 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test030 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test031 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0 s test032 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest) Time elapsed: 0.001 s test1FTEO9L - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest) Time elapsed: 0.001 s testInCaseWithIdentifier - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest) Time elapsed: 0.001 s testInCaseWithNumberConstant - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest) Time elapsed: 0 s testInLabeledInnerClass - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest) Time elapsed: 0 s testInLabeledInnerClassWithErrorBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest) Time elapsed: 0.001 s testOneLevelDeep - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest) Time elapsed: 0 s testSecondLabel - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest) Time elapsed: 0.001 s testTwoLevelDeep - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest) Time elapsed: 0 s test1FVVWS8_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s test1FVVWS8_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0.001 s test1FW2ZTB_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s test1FW2ZTB_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s test1FW35YZ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0.001 s test1FW35YZ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s test1FWYBKF - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s test1GAJBUQ - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testAfterEmptyAnonymous - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testAfterFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0.001 s testBeforeFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testBeforeLastParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testBeforeSecondParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testEmptyInFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0.001 s testInFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testInIfStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testLabeledWithExpressionReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0.001 s testLabeledWithoutReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testNoReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testSpaceThenFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0.001 s testWithExpressionReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testWithNameReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testWithNameReceiverAfterConditionalExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0.001 s testWithNameReceiverAndTwoArgs - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s testWithQualifiedNameReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest) Time elapsed: 0 s test1FTZ849 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s test1FUUP73 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0.001 s test1FVRQQA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s test1FVRQQA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0.001 s test1FVT66Q_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s test1FVT66Q_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s test1G8DE30 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0.001 s testEmptyNameReference - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testEmptyNameReferenceAfterCast - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testEmptyNameReferenceAfterPlus - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0.001 s testEmptyNameReferenceInArrayDim - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testEmptyNameReferenceInInnerClass - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testInIfThenStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testInnerClassFieldInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0.001 s testInvocationFieldInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testMethodInvocationAnonymousInnerClass - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0.001 s testQualifiedNameReferenceShrinkAll - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testQualifiedNameReferenceShrinkAllButOne - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testQualifiedNameReferenceShrinkAllButOne2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0.001 s testQualifiedNameReferenceShrinkNone - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testQualifiedNameReferenceShrinkNone2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testQualifiedNameReferenceShrinkOne - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s testQualifiedNameReferenceShrinkOne2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0.001 s testUnicode - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest) Time elapsed: 0 s test1FTZCIG - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testBlock - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testBlockStatements - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testCatchClause1 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testCatchClause2 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testCatchClause3 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassBody - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testClassBodyDeclarations - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpression1 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testClassInstanceCreationExpression2 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpression3 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpression4 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testClassInstanceCreationExpressionName1 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpressionName2 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpressionName3 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testClassInstanceCreationExpressionName4 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpressionPrimary1 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpressionPrimary2 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testClassInstanceCreationExpressionPrimary3 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassInstanceCreationExpressionPrimary4 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testClassTypeList - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testConstructorBody - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testConstructorDeclarator - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testDeepReference - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testExtendsClass - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testExtendsInterface - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testFieldDeclarationWithModifiers - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testFieldDeclarationWithoutModifiers - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testForStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testFormalParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testFormalParameterList - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testImplements - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testInstanceOf - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testInterfaceBody - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testInterfaceMemberDeclarations - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testInterfaceTypeList - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testLocalVariableDeclaration - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testMethodBody - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testMethodDeclarator - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testMethodHeaderWithModifiers - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testMethodHeaderWithoutModifiers - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testQualifiedTypeReferenceShrinkAll - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testQualifiedTypeReferenceShrinkAllButOne - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testQualifiedTypeReferenceShrinkNone - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testQualifiedTypeReferenceShrinkOne - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testSwitchBlockStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0 s testThrows - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest) Time elapsed: 0.001 s testNameSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest) Time elapsed: 0.061 s testNameThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest) Time elapsed: 0 s testPrimarySuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest) Time elapsed: 0.001 s testSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest) Time elapsed: 0.001 s testThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest) Time elapsed: 0 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.002 s test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.002 s test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.002 s test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.002 s test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test27 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test28 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.069 s test29 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test30 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test31 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test32 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test33 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test34 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test35 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test36 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test37 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test38 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test39 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test40 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test41 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test42 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test43 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test44 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test45 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test46 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test47 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test48 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test49 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.002 s test50 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test51 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.002 s test52 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.002 s test53 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0.001 s test54 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s test55 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest) Time elapsed: 0 s testBug30946 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest2) Time elapsed: 1.002 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.003 s test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0 s test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.001 s test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0 s test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0 s test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.001 s test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.003 s test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.003 s test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.009 s test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.004 s test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.001 s test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0 s test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0 s test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.003 s test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.004 s test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.001 s test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.002 s test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.003 s test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.002 s test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.002 s test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.001 s test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.001 s test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.032 s test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.002 s test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0 s test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest) Time elapsed: 0.001 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.101 s test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.018 s test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.087 s test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.097 s test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.008 s test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.082 s test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.084 s test100 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.011 s test102 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.097 s test103 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test104 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.186 s test105 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test106 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.001 s test107 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test108 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.088 s test109 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test110 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test111 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test112 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.089 s test113 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test114 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.087 s test115 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test116 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test117 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test117_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test118 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test119 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.083 s test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test120 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test121 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test122 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.087 s test123 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test125 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 5.199 s test126 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test127 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test128 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.068 s test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.073 s test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.008 s test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.008 s test27 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.084 s test28 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test29 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test30 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test31 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test33 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.085 s test34 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test35 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test36 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test37 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test38 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test39 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.082 s test40 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test405778 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test405778a - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test41 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.083 s test42 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test43 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test44 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test45 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test456861 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test46 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.085 s test47 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test48 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test49 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test50 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.084 s test51 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test52 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test53 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test54 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test55 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.082 s test56 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test57 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test58 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test59 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test60 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.082 s test61 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test62 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test63 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test64 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.084 s test65 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.009 s test66 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test67 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test68 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.001 s test69 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.084 s test70 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test71 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test72 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test73 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test74 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test75 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.013 s test76 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.068 s test77 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test78 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test79 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test80 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test81 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.005 s test82 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test83 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test84 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test85 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test86 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test87 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test88 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test89 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.004 s test90 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.007 s test91 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test92 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.001 s test93 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.04 s test94 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.008 s test95 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.001 s test96 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.003 s test97 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.002 s test98 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.006 s test99 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest) Time elapsed: 0.032 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.048 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.001 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.001 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.034 s test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.001 s test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.005 s test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0041 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.005 s test0042 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0044 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0045 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.004 s test0046 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.002 s test0047 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.003 s testBug430336 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest) Time elapsed: 0.058 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.006 s test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test27 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test28 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test29 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test30 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test31 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test32 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.071 s test33 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test34 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test35 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test36 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.002 s test37 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test38 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test39 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test40 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test41 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test42 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test43 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test44 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test45 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test46 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test47 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test48 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test49 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test50 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test51 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test52 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test53 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test54 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test55 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.08 s test56 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test57 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test58 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test59 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test60 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test61 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test62 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test63 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test64 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test65 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test66 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test67 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test68 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test69 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test70 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test71 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test72 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test73 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test74 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test75 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.002 s test76 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.001 s test81 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0.002 s testBug99662 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest) Time elapsed: 0 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.DocumentElementParserTest) Time elapsed: 0.009 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.074 s test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0 s test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest) Time elapsed: 0.001 s test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0 s test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0.001 s test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0.001 s test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0.001 s test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0 s test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0.001 s test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0.001 s test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0.001 s test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0.001 s test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest) Time elapsed: 0.001 s test001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.829 s test002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.071 s test003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.922 s test004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.98 s test005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.92 s test006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.955 s test007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.846 s test008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.972 s test009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.01 s test010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.904 s test012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.205 s test013 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.012 s test014 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.989 s test015 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1 s test016 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.196 s test017 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.088 s test018 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.995 s test019 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.934 s test020 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.95 s test021 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.601 s test022 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.958 s test023 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.018 s test024 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.982 s test025 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.149 s test026 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.16 s test027 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 0.971 s test028 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.061 s testBug485477 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest) Time elapsed: 1.018 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.103 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.197 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.679 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.999 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.054 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.082 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.199 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.106 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.177 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.132 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.011 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.07 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.988 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.987 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.031 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.989 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.92 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.995 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.958 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.92 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.016 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.005 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.982 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.015 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.993 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.007 s test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.99 s test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.998 s test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.006 s test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.991 s test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.983 s test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.93 s test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.105 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.98 s test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.018 s test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.103 s test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.078 s test0041 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.039 s test0042 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.969 s test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.016 s test0044 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.987 s test0045 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.991 s test0046 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.139 s test0047 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.071 s test0048 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.093 s test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.024 s test0050 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.169 s test0051 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.136 s test0052 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.994 s test0053 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.188 s test0054 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.036 s test0055 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.001 s test0056 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.144 s test0057 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s test0058 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s test0059 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.001 s test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s test401850 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.421 s test406846 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s test421477 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.064 s test428605 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.041 s test429110 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s testBug391201 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.001 s testBug399773 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s testBug399778 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.368 s testBug399778a - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.426 s testBug399780 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s testBug399781 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.897 s testBug440285 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 1.406 s <<< FAILURE! junit.framework.ComparisonFailure: testBug440285 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n Function m1 = int[]::new;\n ^^^^\n Type arguments are not allowed here\n ----------\n 2. ERROR in X.java (at line 6)\n Function m2 = int[]::new;\n ^\n Type arguments are not allowed here\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n Function m1 = int[]::new;\n ^^^^\n Type arguments are not allowed here\n ----------\n 2. ERROR in X.java (at line 6)\n Function m2 = int[]::new;\n ^\n Type arguments are not allowed here\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest.testBug440285(ComplianceDiagnoseTest.java:3502) testBug531714_001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0 s testBug531714_002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0030_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0030_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0031_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0031_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0032_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0032_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0033_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0033_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0034_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0034_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0035_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0035_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0036_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0036_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0037_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0037_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0038_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0038_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0039_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0039_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0040_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0040_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0041_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0041_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0042_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0042_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0043_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0043_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.031 s test0044_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0044_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0045_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0045_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0046_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0046_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0047_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0047_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0048_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0048_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0049_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0049_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0050_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0050_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0051_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0051_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0052_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0052_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0053_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0053_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0054_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0054_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0055_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0055_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0056_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0056_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0057_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0057_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0058_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0058_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0059 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0065 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0066 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0067 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0068 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0069 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0070 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0071 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0072 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0074 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0075 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0077 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0078 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0079 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0080 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0081 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0082 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0083 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0084 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0085 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0086 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0087 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0088 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0089 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0090 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0091 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0092 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0093 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0094 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0095 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0096 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0097 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0098 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0099_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0099_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0100_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0100_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0101_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0101_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0102_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0102_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0103_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0103_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0104_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0104_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0105_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0105_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0106_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0106_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0107_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0107_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0108_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0108_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0109_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0109_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0110_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0110_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0111_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0111_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0112_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0112_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0113_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0113_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0114_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0114_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0115_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0115_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0116_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0116_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0117_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0117_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0118_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0118_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0119_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0119_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0120_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0120_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0121_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0121_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0122_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0122_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0123_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0123_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0124_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0124_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0125_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0125_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0126_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0126_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0127_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0127_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0128_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0128_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0129_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0129_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0130_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0130_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0131_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.06 s test0131_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0132_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0132_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0133_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0133_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0134_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0134_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0135_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0135_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0136_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0136_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0137_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0137_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0138_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0138_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0139_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0139_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0140_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0140_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0141_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0141_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0142_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0142_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0143_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0143_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0144_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0144_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0145_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0145_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0146 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0147 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0148 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0149 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0150 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0151 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0152 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0153 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0154 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0155 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0156 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0157 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0158 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0159_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0159_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0160_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0160_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0161 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0162 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0163 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0164 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0165_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0165_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0166_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0166_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0167_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0167_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0168_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0168_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0169 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0170 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0171_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0171_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0172_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0172_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0173_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0173_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0174_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0174_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0175_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0175_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0176_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0176_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0177 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0178 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0179 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0180 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0181 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0182 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0183 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0184_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0184_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0185 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0186 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0187_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0187_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0188_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0188_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0189_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0189_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0190_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0190_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0191_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0191_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0192_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0192_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0193_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0193_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0194_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0194_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0195_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0195_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0196 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0197 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0198 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0199 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0200 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0201 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0202_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0202_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0203_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0203_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0204_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0204_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0205 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0206_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0206_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0207_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0207_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0208_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0208_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0209_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0209_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0210_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0210_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0211 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0212 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0213_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0213_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0214_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0214_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0215_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0215_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0216_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0217_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0218_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s test0219_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0220_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s testBug351426 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s testBug351426b - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0 s testBug351426c - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0.001 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0.001 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0.001 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0.001 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0.001 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest) Time elapsed: 0 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.068 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0013_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0013_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0024_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0024_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0028_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0028_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0029_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0029_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0034_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0034_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0035_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0035_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0040_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0040_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0041_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0041_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0042 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0044 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0045 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0046_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0046_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0047_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0047_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0048 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0050 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0051 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0052_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0052_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0053_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0053_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0054 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0055 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0056 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0057 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0058_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0058_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0059_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0059_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0064_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0064_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0065_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0065_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0066 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0067 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0068 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0069 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0070_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0070_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0071_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0071_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0072 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0074 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0075 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0078 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0079 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0080 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0081 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0082 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0083 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0084 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0085 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0086 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0087 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0088 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0089 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0090 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0091 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0092 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0093 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0094 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0095 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0096 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0097 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0098 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0099 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0100 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0101 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0102 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0103 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0104 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0105_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0105_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0106_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0106_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0107_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0107_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0108_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0108_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0109_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0109_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0110_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0110_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0111_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0111_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0112_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0112_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0113_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.062 s test0113_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0114_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0114_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0115 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0116 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0117 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0118 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0119_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0119_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0120_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0120_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0121 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0122 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0123 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0124 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0125 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0126 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0127 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0.001 s test0128 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0129 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest) Time elapsed: 0 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0.001 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0.001 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0.001 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0.001 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumSelectionTest) Time elapsed: 0 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.079 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.003 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.003 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.003 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.005 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.09 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.007 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.004 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.005 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.085 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.003 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.004 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.003 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.004 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.004 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.08 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.007 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.007 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.088 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.005 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.01 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.083 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.008 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.005 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.008 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest) Time elapsed: 0.007 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.072 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.004 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.004 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.005 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.004 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.005 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.005 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.002 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.069 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.005 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.004 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.005 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.006 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.004 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.005 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.004 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.065 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.002 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.004 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.004 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.005 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.005 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.004 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.074 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.007 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.005 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.003 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.006 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.002 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.003 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.003 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.006 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.072 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.007 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.007 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.01 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.008 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.07 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.007 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.007 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.007 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.005 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.005 s test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.06 s test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.006 s test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.007 s test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.006 s test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.006 s test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.005 s test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.006 s test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.003 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.004 s test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.062 s test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.003 s test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.003 s test0041 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest) Time elapsed: 0.004 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5) Time elapsed: 0.007 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5) Time elapsed: 0.007 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5) Time elapsed: 0.006 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5) Time elapsed: 0.005 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5) Time elapsed: 0.006 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5) Time elapsed: 0.057 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5) Time elapsed: 0.005 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5) Time elapsed: 0.002 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0.002 s test00010 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0.001 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0.001 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0.001 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0.001 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0.001 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0.001 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s test385132 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0 s testNestedLambda01 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest) Time elapsed: 0.001 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0.001 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0.001 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0.001 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0.001 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0.001 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0.001 s test385132 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test385374 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0.001 s test385374a - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest) Time elapsed: 0 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.052 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.004 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.067 s test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0041 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0042 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0044 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0045 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.079 s test0046 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0047 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0048 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0050 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0051 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0052 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0053 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0054 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0055 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0056 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.081 s test0057 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0058 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0059 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.094 s test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.008 s test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.004 s test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.089 s test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0066 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0067 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0068 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0069 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test007 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0070 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0071 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0072 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.079 s test0074 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0075 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0077 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0078 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0079 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0080 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0081 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0082 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0083 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0084 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0085 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0086 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.077 s test0087 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0088 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0089 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0090 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0091 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0092 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0093 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0094 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0095 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.081 s test0096 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0097 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0098 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0099 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0100 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0101 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0102 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0103 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0104 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0105 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0106 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0107 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0108 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.075 s test0109 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0110 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0111 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0112 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0113 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0114 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0115 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.003 s test0116 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0117 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0118 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0119 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0120 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0121 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0122 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0123 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.002 s test0125 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.074 s test0126 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0127 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0128 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0129 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0130 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0131 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0132 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0133 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0134 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0135 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0136 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0137 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0138 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0.001 s test0139 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest) Time elapsed: 0 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test402081 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test405126 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test417935 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test422468 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.002 s test424080 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.083 s test425084 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test425084b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test427117 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test427255 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test427322 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test427322a - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test427463 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test427532 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test428735 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test428735a - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test428735b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test428735c - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test428735d - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test428735e - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test428735f - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test428735g - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test428735h - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test430656 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test430667 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test430667a - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test430667b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test430667c - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test430667d - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test435219 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test435682 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test438952 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s test446765 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.083 s test473008 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0 s testBrokenMethodCall - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s testCompletionLocation - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s testElidedCompletion - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.002 s testElidedCompletion2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s testLocalsPromotion - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s testUnspecifiedReference - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18) Time elapsed: 0.001 s test424110 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18) Time elapsed: 0.001 s test424110a - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18) Time elapsed: 0.001 s test430572 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18) Time elapsed: 0.002 s test476693 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18) Time elapsed: 0.001 s test495912 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18) Time elapsed: 0.001 s test495912a - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18) Time elapsed: 0.002 s test495912b - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18) Time elapsed: 0.002 s test510339_001_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0.083 s test510339_002_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0.001 s test510339_003_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0 s test510339_004_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0 s test510339_005_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0.001 s test510339_006_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0 s test510339_007_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0 s test510339_008_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0 s test510339_009_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0 s test510339_010_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0.001 s test510339_011_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9) Time elapsed: 0 s test001 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest10) Time elapsed: 0.001 s test002 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest10) Time elapsed: 0 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.004 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.002 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.077 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s testBug518626 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s testbug488541 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s testbug488541a - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0 s testbug488541b - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest) Time elapsed: 0.001 s test0001_class_var_warning - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest) Time elapsed: 1.131 s test0002_interface_var_warning - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest) Time elapsed: 0.992 s testBug530920 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest) Time elapsed: 1 s testBug530920a - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest) Time elapsed: 0.914 s Running org.eclipse.jdt.core.tests.compiler.regression.TestAll *************************************************************************** * Comparison with Sun Javac compiler for class StandAloneASTParserTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ArrayTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: ']' expected char[][][] array = new char[][][10]; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal initializer for X X x = { 10, zork() }; ^ X.java:3: error: cannot find symbol X x = { 10, zork() }; ^ symbol: method zork() location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal initializer for int int i = {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Map Map fValueMap; ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol System.out.println(argument + argument); ^ symbol: variable argument location: class X X.java:3: error: cannot find symbol System.out.println(argument + argument); ^ symbol: variable argument location: class X X.java:4: error: cannot find symbol return new String[] { argument + argument, argument/*no problem*/ }; ^ symbol: variable argument location: class X X.java:4: error: cannot find symbol return new String[] { argument + argument, argument/*no problem*/ }; ^ symbol: variable argument location: class X X.java:4: error: cannot find symbol return new String[] { argument + argument, argument/*no problem*/ }; ^ symbol: variable argument location: class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ArrayTest#test014 - 10 X.java [ public class X { void foo(long[] longs) throws Exception { long[] other = longs.clone(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(p.O[] elems) { ^ symbol: class O location: class Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class AssignmentTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol zork = zork; ^ symbol: variable zork location: class X X.java:6: error: cannot find symbol zork = zork; ^ symbol: variable zork location: class X X.java:7: error: cannot find symbol arg = zork; ^ symbol: variable zork location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:46: error: cannot assign a value to final variable o other.o = new Object(); // illegal! other.o is not assignable ^ X.java:59: error: cannot assign a value to final variable o other.o = new Object(); // illegal! other.o is not assignable ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot assign a value to final variable contents other.contents = 5; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: variable v might be assigned in loop v = i; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: variable b might not have been initialized System.out.println(a+b); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test034 - 10 X.java [ public final class X { public static String vdg; public static final String aa = null; public static final int a = 14; public static final int b = 3; private static final int c = 12; private static final int d = 2; private static final int e = 3; private static final int f = 34; private static final int g = 35; private static final int h = 36; private static final int j = 4; private static final int k = 1; public static final int aba = 1; public static final int as = 11; public static final int ad = 12; public static final int af = 13; public static final int ag = 2; public static final int ah = 21; public static final int aj = 22; public static final int ak = 3; public static final String aaad = null; public static final int aaaf = 1; public static final int aaag = 2; public static final int aaha = 2; static int cxvvb = 1; static int z = a; String asdff; public static String ppfp; public static int ppfpged; boolean asfadf; boolean cbxbx; private static long tyt, rrky; private static int dgjt, ykjr6y; private static final int krykr = 1; protected static int rykr5; protected static int dhfg; private static int dthj; private static int fkffy; private static String fhfy; protected static String fhmf; protected String ryur6; protected String dhdthd; protected String dth5; protected String kfyk; private String ntd; public int asdasdads; public static final int dntdr = 7; public static final int asys = 1; public static final int djd5rwas = 11; public static final int dhds45rjd = 12; public static final int srws4jd = 13; public static final int s4ts = 2; public static final int dshes4 = 21; public static final int drthed56u = 22; public static final int drtye45 = 23; public static final int xxbxrb = 3; public static final int xfbxr = 31; public static final int asgw4y = 32; public static final int hdtrhs5r = 33; public static final int dshsh = 34; public static final int ds45yuwsuy = 4; public static final int astgs45rys = 5; public static final int srgs4y = 6; public static final int srgsryw45 = -6; public static final int srgdtgjd45ry = -7; public static final int srdjs43t = 1; public static final int sedteued5y = 2; public static int jrfd6u; public static int udf56u; private String jf6tu; private String jf6tud; String bsrh; protected X(String a) { } private long sfhdsrhs; private boolean qaafasdfs; private int sdgsa; private long dgse4; long sgrdsrg; public void gdsthsr() { } private int hsrhs; private void hsrhsdsh() { } private String dsfhshsr; protected void sfhsh4rsrh() { } protected void shsrhsh() { } protected void sfhstuje56u() { } public void dhdrt6u() { } public void hdtue56u() { } private void htdws4() { } String mfmgf; String mgdmd; String mdsrh; String nmdr; private void oyioyio() { } protected static long oyioyreye() { return 0; } protected static long etueierh() { return 0; } protected static void sdfgsgs() { } protected static void fhsrhsrh() { } long dcggsdg; int ssssssgsfh; long ssssssgae; long ssssssfaseg; public void zzzdged() { } String t; protected void xxxxxcbsg() { } public void vdg() { } private int[] fffcvffffffasdfaef; private int[] fffcffffffasdfaef; private long[] ffcvfffffffasdfaef; private int fffffghffffasdfaef; private int fffffdffffasdfaef; private String ffafffffffasdfaef; private void fffffffffasdfaef() { } private boolean aaaadgasrg; private void ddddgaergnj() { } private void aaaadgaeg() { } private void aaaaaaefadfgh() { } private void addddddddafge() { } static boolean aaaaaaaefae; protected void aaaaaaefaef() { } private void ggggseae() { } private static void ggggggsgsrg() { } private static synchronized void ggggggfsfgsr() { } private void aaaaaadgaeg() { } private void aaaaadgaerg() { } private void bbbbbbsfryghs() { } private void bfbbbbbbfssreg() { } private void bbbbbbfssfb() { } private void bbbbbbfssb() { } private void bbbbfdssb() { } boolean dggggggdsg; public void hdfhdr() { } private void dhdrtdrs() { } private void dghdthtdhd() { } private void dhdhdtdh() { } private void fddhdsh() { } private boolean sdffgsdg() { return true; } private static boolean sdgsdg() { return false; } protected static final void sfdgsg() { } static int[] fghtys; protected static final int sdsst = 1; private static X asdfahnr; private static int ssdsdbrtyrtdfhd, ssdsrtyrdbdfhd; protected static int ssdsrtydbdfhd, ssdsrtydffbdfhd; protected static int ssdrtyhrtysdbdfhd, ssyeghdsdbdfhd; private static int ssdsdrtybdfhd, ssdsdehebdfhd; protected static int ssdthrtsdbdfhd, ssdshethetdbdfhd; private static String sstrdrfhdsdbdfhd; protected static int ssdsdbdfhd, ssdsdethbdfhd; private static long ssdshdfhchddbdfhd; private static long ssdsdvbbdfhd; protected static long ssdsdbdfhd() { return 0; } protected static long sdgsrsbsf() { return 0; } protected static void sfgsfgssghr() { } protected static String sgsgsrg() { return null; } protected static void sdgshsdygra() { } private static String sdfsdfs() { return null; } static boolean ryweyer; protected static void adfadfaghsfh() { } protected static void ghasghasrg() { } private static void aadfadfaf() { } protected static void aadfadf() { } private static int fgsfhwr() { return 0; } protected static int gdfgfgrfg() { return 0; } protected static int asdfsfs() { return 0; } protected static String sdgs; protected static String sdfsh4e; protected static final int gsregs = 0; protected static String sgsgsd() { return null; } private byte[] sdhqtgwsrh(String rsName, int id) { String rs = null; try { rs = ""; return null; } catch (Exception ex) { } finally { if (rs != null) { try { rs.toString(); } catch (Exception ex) { } } } return null; } private void dgagadga() { } private String adsyasta; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; } ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: Illegal static declaration in inner class private static boolean selectionChanged; ^ modifier 'static' is only allowed in constant variable declarations X.java:18: error: Illegal static declaration in inner class static TreeSelectionListener list = new TreeSelectionListener() { ^ modifier 'static' is only allowed in constant variable declarations X.java:24: error: non-static variable myTree cannot be referenced from a static context myTree.addTreeSelectionListener(list); ^ X.java:23: error: Illegal static declaration in inner class static { ^ modifier 'static' is only allowed in constant variable declarations 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: final parameter b may not be assigned b = false; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [static] static variable should be qualified by type name, X, instead of by an expression X.MyX.s = s; } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:4: error: Illegal static declaration in inner class X.XX public static String s; ^ modifier 'static' is only allowed in constant variable declarations 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: String cannot be converted to int int i = "aaa"; ^ X.java:4: error: incompatible types: String cannot be converted to int i = "bbb"; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: String cannot be converted to int int i = "aaa"; ^ X.java:4: error: incompatible types: String cannot be converted to int i = "bbb"; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: variable i might already have been assigned i = 1; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: variable i might already have been assigned i = 1; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: variable i might be assigned in loop i = 0; ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test058_definite_unassignment_try_finally - 10 X.java [ public class X { public static void main(String args[]) { final int i; do { try { break; } finally { i = 0; } } while (args.length > 0); System.out.println(i); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: variable i might be assigned in loop for (; 0 < (i = 1); i = i + 1) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: java.util.Date cannot be converted to java.sql.Date java.sql.Date d = new java.util.Date(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: byte cannot be converted to boolean boolean[] booleans = { b, s, c, z, i, j, f, d, }; ^ X.java:11: error: incompatible types: short cannot be converted to boolean boolean[] booleans = { b, s, c, z, i, j, f, d, }; ^ X.java:11: error: incompatible types: char cannot be converted to boolean boolean[] booleans = { b, s, c, z, i, j, f, d, }; ^ X.java:11: error: incompatible types: int cannot be converted to boolean boolean[] booleans = { b, s, c, z, i, j, f, d, }; ^ X.java:11: error: incompatible types: long cannot be converted to boolean boolean[] booleans = { b, s, c, z, i, j, f, d, }; ^ X.java:11: error: incompatible types: float cannot be converted to boolean boolean[] booleans = { b, s, c, z, i, j, f, d, }; ^ X.java:11: error: incompatible types: double cannot be converted to boolean boolean[] booleans = { b, s, c, z, i, j, f, d, }; ^ X.java:12: error: incompatible types: possible lossy conversion from short to byte byte[] bytes = { b, s, c, z, i, j, f, d, }; ^ X.java:12: error: incompatible types: possible lossy conversion from char to byte byte[] bytes = { b, s, c, z, i, j, f, d, }; ^ X.java:12: error: incompatible types: boolean cannot be converted to byte byte[] bytes = { b, s, c, z, i, j, f, d, }; ^ X.java:12: error: incompatible types: possible lossy conversion from int to byte byte[] bytes = { b, s, c, z, i, j, f, d, }; ^ X.java:12: error: incompatible types: possible lossy conversion from long to byte byte[] bytes = { b, s, c, z, i, j, f, d, }; ^ X.java:12: error: incompatible types: possible lossy conversion from float to byte byte[] bytes = { b, s, c, z, i, j, f, d, }; ^ X.java:12: error: incompatible types: possible lossy conversion from double to byte byte[] bytes = { b, s, c, z, i, j, f, d, }; ^ X.java:13: error: incompatible types: possible lossy conversion from char to short short[] shorts = { b, s, c, z, i, j, f, d, }; ^ X.java:13: error: incompatible types: boolean cannot be converted to short short[] shorts = { b, s, c, z, i, j, f, d, }; ^ X.java:13: error: incompatible types: possible lossy conversion from int to short short[] shorts = { b, s, c, z, i, j, f, d, }; ^ X.java:13: error: incompatible types: possible lossy conversion from long to short short[] shorts = { b, s, c, z, i, j, f, d, }; ^ X.java:13: error: incompatible types: possible lossy conversion from float to short short[] shorts = { b, s, c, z, i, j, f, d, }; ^ X.java:13: error: incompatible types: possible lossy conversion from double to short short[] shorts = { b, s, c, z, i, j, f, d, }; ^ X.java:14: error: incompatible types: possible lossy conversion from byte to char char[] chars = { b, s, c, z, i, j, f, d, }; ^ X.java:14: error: incompatible types: possible lossy conversion from short to char char[] chars = { b, s, c, z, i, j, f, d, }; ^ X.java:14: error: incompatible types: boolean cannot be converted to char char[] chars = { b, s, c, z, i, j, f, d, }; ^ X.java:14: error: incompatible types: possible lossy conversion from int to char char[] chars = { b, s, c, z, i, j, f, d, }; ^ X.java:14: error: incompatible types: possible lossy conversion from long to char char[] chars = { b, s, c, z, i, j, f, d, }; ^ X.java:14: error: incompatible types: possible lossy conversion from float to char char[] chars = { b, s, c, z, i, j, f, d, }; ^ X.java:14: error: incompatible types: possible lossy conversion from double to char char[] chars = { b, s, c, z, i, j, f, d, }; ^ Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt X.java:15: error: incompatible types: boolean cannot be converted to int int[] ints = { b, s, c, z, i, j, f, d, }; ^ X.java:15: error: incompatible types: possible lossy conversion from long to int int[] ints = { b, s, c, z, i, j, f, d, }; ^ X.java:15: error: incompatible types: possible lossy conversion from float to int int[] ints = { b, s, c, z, i, j, f, d, }; ^ X.java:15: error: incompatible types: possible lossy conversion from double to int int[] ints = { b, s, c, z, i, j, f, d, }; ^ X.java:16: error: incompatible types: boolean cannot be converted to long long[] longs = { b, s, c, z, i, j, f, d, }; ^ X.java:16: error: incompatible types: possible lossy conversion from float to long long[] longs = { b, s, c, z, i, j, f, d, }; ^ X.java:16: error: incompatible types: possible lossy conversion from double to long long[] longs = { b, s, c, z, i, j, f, d, }; ^ X.java:17: error: incompatible types: boolean cannot be converted to float float[] floats = { b, s, c, z, i, j, f, d, }; ^ X.java:17: error: incompatible types: possible lossy conversion from double to float float[] floats = { b, s, c, z, i, j, f, d, }; ^ X.java:18: error: incompatible types: boolean cannot be converted to double double[] doubles = { b, s, c, z, i, j, f, d, }; ^ 37 errors --- javac err: --- X.java:11: error: incompatible types: byte cannot be converted to boolean boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, }; ^ X.java:11: error: incompatible types: short cannot be converted to boolean boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, }; ^ X.java:11: error: incompatible types: char cannot be converted to boolean boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, }; ^ X.java:11: warning: [cast] redundant cast to boolean boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, }; ^ X.java:11: error: incompatible types: int cannot be converted to boolean boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, }; ^ X.java:11: error: incompatible types: long cannot be converted to boolean boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, }; ^ X.java:11: error: incompatible types: float cannot be converted to boolean boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, }; ^ X.java:11: error: incompatible types: double cannot be converted to boolean boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, }; ^ X.java:12: warning: [cast] redundant cast to byte byte[] bytes = { (byte)b, (byte)s, (byte)c, (byte)z, (byte)i, (byte)j, (byte)f, (byte)d, }; ^ X.java:12: error: incompatible types: boolean cannot be converted to byte byte[] bytes = { (byte)b, (byte)s, (byte)c, (byte)z, (byte)i, (byte)j, (byte)f, (byte)d, }; ^ X.java:13: warning: [cast] redundant cast to short short[] shorts = { (short)b, (short)s, (short)c, (short)z, (short)i, (short)j, (short)f, (short)d, }; ^ X.java:13: error: incompatible types: boolean cannot be converted to short short[] shorts = { (short)b, (short)s, (short)c, (short)z, (short)i, (short)j, (short)f, (short)d, }; ^ X.java:14: warning: [cast] redundant cast to char char[] chars = { (char)b, (char)s, (char)c, (char)z, (char)i, (char)j, (char)f, (char)d, }; ^ X.java:14: error: incompatible types: boolean cannot be converted to char char[] chars = { (char)b, (char)s, (char)c, (char)z, (char)i, (char)j, (char)f, (char)d, }; ^ X.java:15: error: incompatible types: boolean cannot be converted to int int[] ints = { (int)b, (int)s, (int)c, (int)z, (int)i, (int)j, (int)f, (int)d, }; ^ X.java:15: warning: [cast] redundant cast to int int[] ints = { (int)b, (int)s, (int)c, (int)z, (int)i, (int)j, (int)f, (int)d, }; ^ X.java:16: error: incompatible types: boolean cannot be converted to long long[] longs = { (long)b, (long)s, (long)c, (long)z, (long)i, (long)j, (long)f, (long)d, }; ^ X.java:16: warning: [cast] redundant cast to long Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt long[] longs = { (long)b, (long)s, (long)c, (long)z, (long)i, (long)j, (long)f, (long)d, }; ^ X.java:17: error: incompatible types: boolean cannot be converted to float float[] floats = { (float)b, (float)s, (float)c, (float)z, (float)i, (float)j, (float)f, (float)d, }; ^ X.java:17: warning: [cast] redundant cast to float float[] floats = { (float)b, (float)s, (float)c, (float)z, (float)i, (float)j, (float)f, (float)d, }; ^ X.java:18: error: incompatible types: boolean cannot be converted to double double[] doubles = { (double)b, (double)s, (double)c, (double)z, (double)i, (double)j, (double)f, (double)d, }; ^ X.java:18: warning: [cast] redundant cast to double double[] doubles = { (double)b, (double)s, (double)c, (double)z, (double)i, (double)j, (double)f, (double)d, }; ^ 14 errors 8 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test065 - 10 X.java [ public class X { protected boolean foo = false; public boolean test() { return foo || (foo = foo()); } public boolean test2() { return foo && (foo = foo()); } public boolean test3() { return foo && (foo = foo); } boolean foo() { return true; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test066 - 10 X.java [ public class X { public boolean test() { int i = 1; if (i != (i = 2)) { System.out.println("The first warning is unjust."); } if ((i = 3) != i) { System.out.println("The second warning is just."); } return false; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test067 - 10 X.java [ public class X { public boolean test() { String s = "Hello World"; if (s != (s = "")) { System.out.println("The first warning is unjust."); } if ((s = "") != s) { System.out.println("The second warning is just."); } return false; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: char cannot be converted to Integer Integer f = 'a'; // Field declaration. ^ X.java:4: error: incompatible types: char cannot be converted to Integer Integer i = 'a'; // local declaration with initialization. ^ X.java:5: error: incompatible types: char cannot be converted to Integer i = 'a'; // assignment ^ X.java:6: error: incompatible types: char cannot be converted to Integer Integer [] ia = new Integer [] { 'a' }; // array initializer. ^ X.java:7: error: incompatible types: char cannot be converted to Integer return 'a'; // return statement. ^ X.java:9: error: incompatible types: char cannot be converted to Integer case 'a' : // case statement ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Unassigned.java:6: error: variable test might not have been initialized System.out.println(this.test); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class BooleanTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression boolean b = this.T; ^ X.java:7: warning: [static] static variable should be qualified by type name, X, instead of by an expression if (this.T) ^ X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression boolean b = this.T; ^ X.java:15: warning: [static] static variable should be qualified by type name, X, instead of by an expression if (this.T) ^ X.java:22: warning: [static] static variable should be qualified by type name, X, instead of by an expression boolean b = this.F; ^ X.java:23: warning: [static] static variable should be qualified by type name, X, instead of by an expression if (this.F) ^ X.java:30: warning: [static] static variable should be qualified by type name, X, instead of by an expression boolean b = this.F; ^ X.java:31: warning: [static] static variable should be qualified by type name, X, instead of by an expression if (this.F) ^ X.java:69: warning: [static] static variable should be qualified by type name, X, instead of by an expression boolean b = self.T; ^ X.java:70: warning: [static] static variable should be qualified by type name, X, instead of by an expression if (self.T) ^ X.java:78: warning: [static] static variable should be qualified by type name, X, instead of by an expression boolean b = self.T; ^ X.java:79: warning: [static] static variable should be qualified by type name, X, instead of by an expression if (self.T) ^ X.java:87: warning: [static] static variable should be qualified by type name, X, instead of by an expression boolean b = self.F; ^ X.java:88: warning: [static] static variable should be qualified by type name, X, instead of by an expression if (self.F) ^ X.java:95: warning: [static] static variable should be qualified by type name, X, instead of by an expression boolean b = self.F; ^ X.java:96: warning: [static] static variable should be qualified by type name, X, instead of by an expression if (self.F) ^ 16 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class CastTest (null tests) *************************************************************************** --- javac err: --- X.java:4: warning: [cast] redundant cast to Cloneable Cloneable c2 = (Cloneable)c1; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to String String t = (String) "hello"; // UNnecessary ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to String foo((String) "hello"); // UNnecessary ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to String new X((String) "hello"); // UNnecessary ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to String new X().new XM3((String) "hello"); // UNnecessary ^ X.java:9: warning: [cast] redundant cast to String new X().new XM3((String) "hello"){}; // UNnecessary ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [cast] redundant cast to String String s2 = ((String)"hello") + 2; // UNnecessary ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to X foo((X) x); // UNnecessary ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [cast] redundant cast to double double linePerSeconds2 = ((double) (lineCount * 10000.0 / time)) / 10.0; // UNnecessary ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [cast] redundant cast to double print((double) (lineCount * 10000.0 / time)); // UNnecessary ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [cast] redundant cast to X foo((X) this); ^ X.java:4: error: cannot find symbol foo((X) zork()); ^ symbol: method zork() location: class X X.java:4: warning: [cast] redundant cast to X foo((X) zork()); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: double[] cannot be converted to int[] return (Y[]) Y.foo(new double[] {}); ^ X.java:8: warning: [cast] redundant cast to Y[] return (Y[]) Y.foo(new double[] {}); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol long l = (long)zork() + 2; ^ symbol: method zork() location: class X X.java:3: warning: [cast] redundant cast to long long l = (long)zork() + 2; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/C.java:8: error: qualified new of static class ((A)b).new Member4().new M4Member(); // fault tolerance ^ p1/C.java:8: error: qualified new of static class ((A)b).new Member4().new M4Member(); // fault tolerance ^ p1/C.java:9: error: cannot find symbol ((A)zork()).new Member1(); // fault-tolerance ^ symbol: method zork() location: class C p1/C.java:9: warning: [cast] redundant cast to A ((A)zork()).new Member1(); // fault-tolerance ^ p1/C.java:14: error: qualified new of static class ((A)b).new Member4().new M4Member(){}; // fault tolerance ^ p1/C.java:14: error: qualified new of static class ((A)b).new Member4().new M4Member(){}; // fault tolerance ^ p1/C.java:14: error: illegal qualifier; M4Member is not an inner class ((A)b).new Member4().new M4Member(){}; // fault tolerance ^ p1/C.java:15: error: cannot find symbol ((A)zork()).new Member1(){}; // fault-tolerance ^ symbol: method zork() location: class C p1/C.java:15: warning: [cast] redundant cast to A ((A)zork()).new Member1(){}; // fault-tolerance ^ 7 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Map void foo(java.util.Map map){ ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [cast] redundant cast to long final long lgLow32BitMask3 = ~(~((long) 0L) << 32); // unnecessary ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [cast] redundant cast to Object System.out.println(((Object) bar).toString()); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [cast] redundant cast to X System.out.println(((X) bar).i); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: warning: [cast] redundant cast to char[][] qName = (char[][])(char[][])(char[][])null; ^ X.java:17: warning: [cast] redundant cast to char[][] qName = (char[][])(char[][])(char[][])null; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [cast] redundant cast to char[][] char[][] qName = (char[][])(char[][])(char[][])null; ^ X.java:14: warning: [cast] redundant cast to char[][] char[][] qName = (char[][])(char[][])(char[][])null; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [cast] redundant cast to char[][] char[][] qName = (char[][])(char[][])(char[][])null; ^ X.java:14: warning: [cast] redundant cast to char[][] char[][] qName = (char[][])(char[][])(char[][])null; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List List list = (List) new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: ArrayList List list = (List) new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:7: warning: [rawtypes] found raw type: ArrayList list = (List) new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:9: warning: [cast] redundant cast to String String s = (String) "hello"; ^ X.java:10: warning: [rawtypes] found raw type: ArrayList s += (List) new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:12: warning: [rawtypes] found raw type: ArrayList ArrayList alist = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:12: warning: [rawtypes] found raw type: ArrayList ArrayList alist = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:13: warning: [rawtypes] found raw type: List List list2 = (List) alist; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:16: warning: [cast] redundant cast to String String s2 = (String) "hello"; ^ 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List List list = (List) new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: ArrayList List list = (List) new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:7: warning: [rawtypes] found raw type: ArrayList list = (List) new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:9: warning: [rawtypes] found raw type: ArrayList ArrayList alist = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:9: warning: [rawtypes] found raw type: ArrayList ArrayList alist = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:10: warning: [rawtypes] found raw type: List List list2 = (List) alist; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Integer[] cannot be converted to int[] int[] ints = (int[]) integers; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: ArrayList void foo(ArrayList al) { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:5: warning: [rawtypes] found raw type: List List l = (List) al; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [cast] redundant cast to ArrayList o = (ArrayList) al; ^ X.java:8: warning: [cast] redundant cast to ArrayList Object o2 = (ArrayList) al; ^ X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [cast] redundant cast to Integer Integer other = (Integer) max; ^ X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X.B 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: List public static void foo(boolean b, List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: List public static void foo(boolean b, List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [cast] redundant cast to Object Object o = (Object) l.get(0); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Class Class c = Class.forName("X"); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:6: warning: [deprecation] newInstance() in Class has been deprecated String s = ((X) c.newInstance()).s; ^ where T is a type-variable: T extends Object declared in class Class X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression String s = ((X) c.newInstance()).s; ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [cast] redundant cast to long return (int)((long)longVal); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to Integer a = (Integer)a + (Integer)2; ^ X.java:6: warning: [cast] redundant cast to Character if ((Character)aList.get(0) == 'c') ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class A where T is a type-variable: T extends Object declared in class A A.java:5: warning: [rawtypes] found raw type: A.A1 A.A1 v = ((A.A1) tree.root); ^ missing type arguments for generic class A.A1 where T is a type-variable: T extends Object declared in class A 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class A where T is a type-variable: T extends Object declared in class A A.java:2: warning: [rawtypes] found raw type: D.D1 public class A1 extends D.D1 { ^ missing type arguments for generic class D.D1 where T is a type-variable: T extends Object declared in class D A.java:5: warning: [rawtypes] found raw type: A.A1 A.A1 v = ((A.A1) tree.root); ^ missing type arguments for generic class A.A1 where T is a type-variable: T extends Object declared in class A 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: String cannot be converted to int int x = (int) "Hello"; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: Number cannot be converted to char char rounded = (char) n; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [deprecation] Long(long) in Long has been deprecated int i = test(new Long(1234)); ^ X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated int i = test(new Integer(1234)); ^ X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: S cannot be converted to int return (int) b; ^ where S is a type-variable: S extends Boolean,Serializable declared in method test(S) X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: INT#1 cannot be converted to int return (int) (Boolean & Serializable) b; ^ where INT#1 is an intersection type: INT#1 extends Boolean,Serializable X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated int i = test(new Integer(1234)); ^ X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [deprecation] Long(long) in Long has been deprecated return new Long(100L); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug.java:20: warning: [cast] redundant cast to ICondition .map(x -> (ICondition)x) ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug.java:6: warning: [cast] redundant cast to Number if ((Number) n instanceof Long) return; ^ Bug.java:8: warning: [cast] redundant cast to Number if ((Number) j instanceof Integer) return; ^ Bug.java:9: warning: [cast] redundant cast to Number if ((Number) getK() instanceof Integer) return; ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Junk4.java:3: error: incompatible types: Object[] cannot be converted to double int rounded = (int) Math.round((double) n); ^ Junk4.java:3: warning: [cast] redundant cast to int int rounded = (int) Math.round((double) n); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ClassFileComparatorTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class CollisionCase (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol foo.bar abar; ^ symbol: class bar location: class foo 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: classes: Bar and MyFoo$Bar have the same binary name static class MyFoo$Bar {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ConstantTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:7: warning: [static] static variable should be qualified by type name, X, instead of by an expression System.out.println(new X().otherX.STR); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [cast] redundant cast to String final String s2 = (String) "aaa"; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: integer number too large: -9223372036854775809 System.out.println(-9223372036854775809L); // KO ^ X.java:4: error: integer number too large: 9223372036854775809 System.out.println(9223372036854775809L); // KO ^ X.java:5: error: integer number too large: 9223372036854775808 System.out.println(9223372036854775808L); // KO ^ X.java:6: error: integer number too large: 23092395825689123986 System.out.println(23092395825689123986L); // KO ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: Illegal static declaration in inner class X.Inner static final String notAConstant = null; ^ modifier 'static' is only allowed in constant variable declarations 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class DeprecatedTest (null tests) *************************************************************************** --- javac err: --- p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated int x = 1; ^ p/B.java:3: warning: [deprecation] x in A has been deprecated float x = super.x; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/C.java:3: warning: [deprecation] x in A has been deprecated static int x = new A().x; ^ p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated int x = 1; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Top.java:30: error: qualified new of static class new StaticM1().new StaticM2();} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Warning.java:7: warning: [static] static method should be qualified by type name, Date, instead of by an expression dateObj.UTC(1,2,3,4,5,6); ^ p/Warning.java:7: warning: [deprecation] UTC(int,int,int,int,int,int) in Date has been deprecated dateObj.UTC(1,2,3,4,5,6); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated public static class Y { ^ 1 warning --- javac err: --- A.java:1: warning: [deprecation] Y in X has been deprecated public class A extends X.Y {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Y { ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ 1 warning --- javac err: --- Y.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Y { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: warning: [deprecation] X in p008 has been deprecated p008.X x; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Y { ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ I1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public interface I1 { ^ I2.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public interface I2 { ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X p1/X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ p2/I.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated public interface I { ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] m in Y has been deprecated int i1 = Y.m; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated void bar() { ^ Y.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated static int m; ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration int i1 = Y.m; ^ X.java:4: warning: [deprecation] m in Y has been deprecated int i1 = Y.m; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y p/X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ Y.java:5: warning: [deprecation] X in p has been deprecated X x; ^ Y.java:6: warning: [deprecation] X in p has been deprecated X[] xs = { x }; ^ Y.java:9: warning: [deprecation] X in p has been deprecated p.X x; ^ Y.java:10: warning: [deprecation] X in p has been deprecated p.X[] xs = { x }; ^ 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated a.N1.N2.N3 m = null; ^ a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class N2 { public class N3 { public void foo() {} } }} ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class N2 { public class N3 { public void foo() {} } }} ^ p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated a.N1.N2.N3 m = null; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class N2 { public class N3 { public void foo() {} } } void bar() { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class N2 { public class N3 { public void foo() {} } }} ^ 1 warning --- javac err: --- p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated a.N1.N2.N3 m = null; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test1/E01.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public static int x = 5, y= 10; ^ test1/E01.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public static int x = 5, y= 10; ^ test1/E02.java:4: warning: [deprecation] x in E01 has been deprecated System.out.println(E01.x); ^ test1/E02.java:5: warning: [deprecation] y in E01 has been deprecated System.out.println(E01.y); ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- a.b.c.d/Deprecated.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Inn { ^ a.b.c.d/Deprecated.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Inner { ^ a.b.c.d/Deprecated.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public Deprecated foo(){ return null;} ^ a.b.c.d/Deprecated.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated public Deprecated goo(){ return null;} ^ a.b.c.d/Deprecated.java:14: warning: [dep-ann] deprecated item is not annotated with @Deprecated public static Deprecated bar(){ return null;} ^ a.b.c.d.e/T.java:5: warning: [deprecation] Deprecated.Inner in Deprecated has been deprecated a.b.c.d.Deprecated.Inner.Inn g; ^ a.b.c.d.e/T.java:5: warning: [deprecation] Deprecated.Inner.Inn in Deprecated.Inner has been deprecated a.b.c.d.Deprecated.Inner.Inn g; ^ a.b.c.d.e/T.java:6: warning: [deprecation] Deprecated.Inner in Deprecated has been deprecated Deprecated.Inner i; ^ a.b.c.d.e/T.java:8: warning: [deprecation] foo() in Deprecated has been deprecated f.foo().goo(); ^ a.b.c.d.e/T.java:8: warning: [deprecation] goo() in Deprecated has been deprecated f.foo().goo(); ^ a.b.c.d.e/T.java:9: warning: [deprecation] bar() in Deprecated has been deprecated a.b.c.d.Deprecated.bar(); ^ 11 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class LocalVariableTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable y might not have been initialized System.out.println(y.innerY.longMemberName); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: variable y might not have been initialized System.out.println(y.longMemberName); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: variable x is already defined in method main(String[]) int x = 4; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: variable x is already defined in method main(String[]) int x = x = 1; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable x is already defined in method main(String[]) } catch(Exception x) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: variable x is already defined in method foo() String x = ""; ^ X.java:5: error: int cannot be dereferenced x.toString(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ShowBug.java:13: error: variable x might not have been initialized x.x(val - 1); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class LookupTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:6: error: non-static variable value cannot be referenced from a static context value = 2; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:7: error: success has private access in A public void aTask() {System.out.println(this.success);} ^ p1/A.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression public void aTask() {System.out.println(this.success);} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:7: error: non-static variable this cannot be referenced from a static context public void aTask() {System.out.println(A.this.success);} ^ p1/A.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression public void aTask() {System.out.println(A.this.success);} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:7: error: success has private access in A public void aTask() {System.out.println(this.success);} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:7: error: non-static variable success cannot be referenced from a static context public void aTask() {System.out.println(A.success);} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/Aa.java:3: error: Aa.B is not abstract and does not override abstract method sMethod() in C class B implements p1.A.C { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:11: error: illegal start of expression public void anotherMethod(int A) {}; ^ p1/A.java:14: error: class, interface, or enum expected public static void main (String argv[]) { ^ p1/A.java:16: error: class, interface, or enum expected } ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- pack1/First.java:7: error: cannot find symbol foo.something(); ^ symbol: method something() location: variable foo of type First.Inner 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:5: warning: [static] static variable should be qualified by type name, B, instead of by an expression bVal.sval += "V"; ^ p1/A.java:16: warning: [static] static variable should be qualified by type name, B, instead of by an expression foo.sval = "U"; ^ p1/A.java:18: warning: [static] static variable should be qualified by type name, B, instead of by an expression System.out.println(foo.sval); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:17: error: cannot find symbol System.out.println(foo.rating + bar.other); ^ symbol: variable other location: variable bar of type A.B 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:13: error: cannot find symbol System.out.println(foo.rating + bar.other); ^ symbol: variable other location: variable bar of type A.B 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:10: warning: [static] static variable should be qualified by type name, B, instead of by an expression foo.B = 2; ^ p1/A.java:12: warning: [static] static variable should be qualified by type name, B, instead of by an expression if (bar.B == 35) { ^ p1/A.java:16: warning: [static] static variable should be qualified by type name, B, instead of by an expression System.out.println(bar.B); ^ p2/B.java:6: warning: [static] static variable should be qualified by type name, B, instead of by an expression bleh.B = 35; ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/B.java:6: error: B has protected access in B bleh.B = 35; ^ p2/B.java:6: warning: [static] static variable should be qualified by type name, B, instead of by an expression bleh.B = 35; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/B.java:5: error: B() has protected access in B A.B bleh = new A.B(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:4: error: Top.Member is not public in Top; cannot be accessed from outside package Member field; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol System.out.println(p.Bar.array[0].length); ^ symbol: variable length location: class Z X.java:4: error: Array.length is defined in an inaccessible class or interface System.out.println(p.Bar.array.length); ^ X.java:5: error: Z.foo() is defined in an inaccessible class or interface System.out.println(p.Bar.array[0].foo()); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/Y.java:2: error: Y is not abstract and does not override abstract method foo() in X public class Y extends p.X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X class Z extends Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/Z.java:2: error: Z is not abstract and does not override abstract method bar() in X class Z extends p.Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X class Z extends Y implements p.X.I { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/Y.java:6: error: Z is not abstract and does not override abstract method foo() in X class Z extends Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X class Z extends Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/Z.java:2: error: Z is not abstract and does not override abstract method bar() in X class Z extends p.Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: X is not abstract and does not override abstract method baz() in Y public class X extends q.Y.Member { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: X is not abstract and does not override abstract method bar() in Y public class X extends q.Y.Member { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: X is not abstract and does not override abstract method bar() in Y public class X extends q.Y.Member { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: non-static method foo(XY) cannot be referenced from a static context foo(new XY()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: non-static method format(Date) cannot be referenced from a static context return "Started " + java.text.DateFormat.format(new java.util.Date()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: finalize() has protected access in Object args.finalize(); ^ X.java:4: warning: [deprecation] finalize() in Object has been deprecated args.finalize(); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: LinkedHashMap private LinkedHashMap fCache; ^ missing type arguments for generic class LinkedHashMap where K,V are type-variables: K extends Object declared in class LinkedHashMap V extends Object declared in class LinkedHashMap X.java:10: warning: [rawtypes] found raw type: LinkedHashMap fCache= new LinkedHashMap(100, 0.75f, true) { ^ missing type arguments for generic class LinkedHashMap where K,V are type-variables: K extends Object declared in class LinkedHashMap V extends Object declared in class LinkedHashMap X.java:13: warning: [rawtypes] found raw type: Entry protected boolean removeEldestEntry(Entry eldest) { ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: cannot find symbol B b = new B(); ^ symbol: class B location: class A A.java:4: error: cannot find symbol B b = new B(); ^ symbol: class B location: class A A.java:6: error: cannot find symbol String s2 = B.str; ^ symbol: variable B location: class A 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol public void foo(Applet a) { ^ symbol: class Applet location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork bb() { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork aa(long l) { ^ symbol: class Zork location: class X X.java:7: error: cannot find symbol Zork bb() { ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected class 56 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:3: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file X1 x = new X2().foo(); ^ Test.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file X2 xx = new X2().foo(); ^ Test.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file X2 xx = new X2().foo(); ^ Test.java:5: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file X1 z = new Z().foo(); ^ Test.java:6: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file X2 zz = new Z().foo(); ^ Test.java:6: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file X2 zz = new Z().foo(); ^ 6 warnings --- javac err: --- Test14.java:3: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file X1 x = new X2().foo(); ^ Test14.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file X2 xx = new X2().foo(); ^ Test14.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file X2 xx = new X2().foo(); ^ Test14.java:5: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file X1 z = new Z().foo(); ^ Test14.java:6: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file X2 zz = new Z().foo(); ^ Test14.java:6: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file X2 zz = new Z().foo(); ^ 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to foo is ambiguous ax.foo(null); ^ both method foo(Thread) in JX and method foo(String) in AX match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- E.java:4: error: method run in class Inner cannot be applied to given types; void run() { run(1); } ^ required: no arguments found: int reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/Test.java:2: error: '.' expected import Test2; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- package1/Test.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type AbstractList recList.add(null); ^ where E is a type-variable: E extends Object declared in class AbstractList package2/MyList.java:4: warning: [rawtypes] found raw type: AbstractList public class MyList extends AbstractList implements List { ^ missing type arguments for generic class AbstractList where E is a type-variable: E extends Object declared in class AbstractList package2/MyList.java:4: warning: [rawtypes] found raw type: List public class MyList extends AbstractList implements List { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/X.java:7: error: method foo in class X cannot be applied to given types; foo(""); ^ required: no arguments found: String reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot find symbol super(getValue()); ^ symbol: method getValue() location: class X.C X.java:14: error: cannot find symbol String s = getValue(); ^ symbol: method getValue() location: class X.C 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol System.out.println(y.length); ^ symbol: variable length location: variable y of type Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/Object.java:1: error: package exists in another module: java.base package java.lang; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: interface expected here static class Member implements X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: modifier synchronized not allowed here public synchronized int f; ^ X.java:3: error: modifier synchronized not allowed here public synchronized X() {} ^ X.java:4: error: modifier volatile not allowed here public volatile void foo() {} ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- bar/Test2.java:3: error: package Test.M1 does not exist import Test.M1.M2; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- bar/Test2.java:3: error: package Test.M1 does not exist import Test.M1.M2; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- bar/Test2.java:3: error: package Test.M1 does not exist import Test.M1.foo; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:2: error: modifier protected not allowed here protected class B1 {} ^ X.java:1: error: B1 is not public in p1; cannot be accessed from outside package public class X extends p1.B1 {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/C.java:5: error: A.A.M is defined in an inaccessible class or interface B.m().new M(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:13: error: B.A has private access in B B.m().new M(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:9: error: non-static variable B cannot be referenced from a static context System.out.println(A.B.length); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:9: error: A.B has private access in A System.out.println(A.B.length); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:9: error: length has private access in A.B System.out.println(A.B.length); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.LookupTest#test103 - 10 A.java [ public class A { private int x; static class B { private int x; private C c = new C() { void foo() { x = 3; } }; } static class C { private int x; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.LookupTest#test105 - 10 A.java [ public class A { private int x; private C c = new C() { void foo() { x = 3; } }; static class C { private int x; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NumericTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: integer number too large: 2147483648 int i2 = -(2147483648); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: integer number too large: 9223372036854775808 long l2 = -(9223372036854775808L); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ProblemConstructorTest (null tests) *************************************************************************** --- javac err: --- prs/Test1.java:4: error: incompatible types: int cannot be converted to String String s = 3; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: invalid method declaration; return type required public Y(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Example.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class E3 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test004 - 10 X.java [ public class X { private class M { private int state = 0; public int unusedMethod() { return this.state; } public M (int state) { this.state = state;} public int unusedField = 0; public class N {} } private class N { private int state = 0; public int usedMethod() { new O(); return new N(this.state + this.usedField).state; } public N (int state) { this.state = state;} public int usedField = 0; public class O {} } public class P { private int state = 0; public int unusedMethod() { return this.state; } public P (int state) { this.state = state;} public int unusedField = 0; public class N {} } public M foo(M m, N n) { n.usedMethod(); return m; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test005 - 10 A.java [ public class A { public A(String s) { B.test(); } private static class B extends A { public B () { super(""); } private static void test() {}; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test006 - 10 A.java [ public class A { public A(String s) { B.test(); } public A() {} private static class B extends A { public B () { super(""); } private static void test() {}; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test009 - 10 A.java [ public class A { public A(String s) {} protected A() {} } class C { private static class B extends A { public B () { super(""); } static void foo() {} } C() { B.foo(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038a - 10 X.java [ public class X { private class Y { static final int i = 10; public Y() {} public Y(int x) {System.out.println(x);} } public void zoo() { System.out.println(Y.i); Y y = new Y(5); System.out.println(y); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038b - 10 X.java [ public class X { private static class Y { static final int i = 10; public Y() {} public Y(int x) {System.out.println(x);} } public void zoo() { System.out.println(Y.i); Y y = new Y(5); System.out.println(y); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID private static class Y implements Externalizable { ^ 1 warning org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038c - 10 ---------------------------------------- X.java [ import java.io.Externalizable; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; public class X { private static class Y implements Externalizable { static final int i = 10; public Y() {} public Y(int x) {System.out.println(x);} @Override public void writeExternal(ObjectOutput out) throws IOException { } @Override public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException { } } public void zoo() { System.out.println(Y.i); Y y = new Y(5); System.out.println(y); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [serial] serializable class X.Y has no definition of serialVersionUID private class Y implements Externalizable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038e - 10 X.java [ class X { int i; private X(int x) {i = x;} X() {} public int foo() { X x = new X(); return x.i; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ProblemTypeAndMethodTest (null tests) *************************************************************************** --- javac err: --- X.java:6: error: W is not abstract and does not override abstract method foo() in Moosh static class W extends A {} ^ X.java:7: error: Y is not abstract and does not override abstract method foo() in Moosh static class Y extends A {} ^ X.java:8: error: Z is not abstract and does not override abstract method foo() in Moosh static class Z extends A {} ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends Zork { ^ symbol: class Zork X.java:7: error: cannot find symbol Zork fz = this; ^ symbol: class Zork location: class X X.java:9: error: cannot find symbol Zork2 fz2 = this; ^ symbol: class Zork2 location: class X X.java:3: error: cannot find symbol Zork z = this; ^ symbol: class Zork location: class X X.java:4: error: incompatible types: X cannot be converted to String String s = this; ^ X.java:5: error: cannot find symbol Zork2 z2 = this; ^ symbol: class Zork2 location: class X X.java:8: error: incompatible types: X cannot be converted to String String fs = this; ^ 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork field; ^ symbol: class Zork location: class X X.java:13: error: cannot find symbol Zork foo() { return null; } ^ symbol: class Zork location: class Y X.java:14: error: cannot find symbol void bar(Zork z) {} ^ symbol: class Zork location: class Y X.java:15: error: cannot find symbol Zork slot; ^ symbol: class Zork location: class Y 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: Zork cannot be converted to String String s1 = ofoo.foo; ^ X.java:8: error: incompatible types: Zork cannot be converted to String String s2 = ofoo.bar(); ^ X.java:9: error: incompatible types: OtherFoo.OtherMember cannot be converted to String String s3 = ofoo.new OtherMember(); ^ X.java:10: error: incompatible types: X cannot be converted to Zork ofoo.baz(this); ^ X.java:14: error: incompatible types: Zork cannot be converted to String String s1 = ox.foo; ^ X.java:15: error: incompatible types: Zork cannot be converted to String String s2 = ox.bar(); ^ X.java:16: error: incompatible types: OtherX.OtherMember cannot be converted to String String s3 = ox.new OtherMember(); ^ X.java:17: error: incompatible types: X cannot be converted to Zork ox.baz(this); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 8 errors --- javac err: --- X.java:7: error: incompatible types: Zork cannot be converted to String String s1 = ofoo.foo; ^ X.java:8: error: incompatible types: Zork cannot be converted to String String s2 = ofoo.bar(); ^ X.java:9: error: incompatible types: OtherFoo.OtherMember cannot be converted to String String s3 = ofoo.new OtherMember(); ^ X.java:10: error: incompatible types: X cannot be converted to Zork ofoo.baz(this); ^ X.java:14: error: incompatible types: Zork cannot be converted to String String s1 = ox.foo; ^ X.java:15: error: incompatible types: Zork cannot be converted to String String s2 = ox.bar(); ^ X.java:16: error: incompatible types: OtherX.OtherMember cannot be converted to String String s3 = ox.new OtherMember(); ^ X.java:17: error: incompatible types: X cannot be converted to Zork ox.baz(this); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: '(' expected void field3; ^ X.java:5: error: expected void[] field4; ^ X.java:5: error: expected void[] field4; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of expression Class c4 = void[].class; ^ X.java:5: error: ';' expected Class c4 = void[].class; ^ X.java:5: error: expected Class c4 = void[].class; ^ X.java:6: error: reached end of file while parsing } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Class Class c2 = java.lang[].class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:3: error: package java does not exist Class c2 = java.lang[].class; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Class Class c2 = java.lang[].class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:3: error: package java does not exist Class c2 = java.lang[].class; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class Class a = zork1[].class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:2: error: cannot find symbol Class a = zork1[].class; ^ symbol: class zork1 location: class X X.java:3: warning: [rawtypes] found raw type: Class Class x = zork1.zork2[].class; // compile time error ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:3: error: package zork1 does not exist Class x = zork1.zork2[].class; // compile time error ^ X.java:5: warning: [rawtypes] found raw type: Class Class a2 = zork1.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:5: error: cannot find symbol Class a2 = zork1.class; ^ symbol: class zork1 location: class X X.java:6: warning: [rawtypes] found raw type: Class Class x2 = zork1.zork2.class; // compile time error ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:6: error: package zork1 does not exist Class x2 = zork1.zork2.class; // compile time error ^ 4 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: package java.langz does not exist java.langz.AClass1 field1; ^ X.java:3: error: package java.langz does not exist java.langz.AClass2 field2; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: package java does not exist java.langz field1; ^ X.java:3: error: package java.langz does not exist java.langz.AClass2 field2; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: package java.langz does not exist java.langz.AClass1 field1; ^ X.java:3: error: package java does not exist java.langz field2; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: package a.b does not exist a.b.Missing1 m1; ^ X.java:4: error: cannot find symbol q1.q2.Missing2 m2; ^ symbol: class Missing2 location: package q1.q2 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: package a.b does not exist a.b.Missing1 m1; ^ X.java:4: error: cannot find symbol q1.q2.Missing2 m2; ^ symbol: class Missing2 location: package q1.q2 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/OtherFoo.java:2: error: package q1.q2 does not exist public class OtherFoo extends q1.q2.Zork{ ^ X.java:3: error: package a.b does not exist a.b.Missing1 m1; ^ X.java:4: error: package q1.q2 does not exist q1.q2.Missing2 m2; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(q1.q2.Missing1 m1) { ^ symbol: class Missing1 location: package q1.q2 X.java:3: error: package a.b does not exist a.b.Missing1 m1a; ^ X.java:5: error: cannot find symbol q1.q2.Missing1 m11; ^ symbol: class Missing1 location: package q1.q2 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(q1.q2.Missing1 m1) { ^ symbol: class Missing1 location: package q1.q2 X.java:3: error: package a.b does not exist a.b.Missing1 m1a; ^ X.java:5: error: cannot find symbol q1.q2.Missing1 m11; ^ symbol: class Missing1 location: package q1.q2 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(q1.q2.Missing1 m1) { ^ symbol: class Missing1 location: package q1.q2 X.java:3: error: package a.b does not exist a.b.Missing1 m1a; ^ X.java:5: error: cannot find symbol q1.q2.Missing1 m11; ^ symbol: class Missing1 location: package q1.q2 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(q1.q2.Missing1 m1) { ^ symbol: class Missing1 location: package q1.q2 X.java:3: error: package a.b does not exist a.b.Missing1 m1a; ^ Y.java:3: error: cannot find symbol q1.q2.Missing1 m11; ^ symbol: class Missing1 location: package q1.q2 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(Missing1 m1) { ^ symbol: class Missing1 location: class X X.java:3: error: cannot find symbol Missing2 m2 = m1; ^ symbol: class Missing2 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Missing2 m2; ^ symbol: class Missing2 location: class Other 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Missing2 m2; ^ symbol: class Missing2 location: class Other X.java:5: error: cannot find symbol Missing2.foo(); ^ symbol: variable Missing2 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: cannot find symbol public class Y extends Z { ^ symbol: class Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: cannot find symbol public class Y extends Z { ^ symbol: class Z 1 error --- javac err: --- X.java:1: error: cannot find symbol public class X extends Y { ^ symbol: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: cannot find symbol public class Y extends Z { ^ symbol: class Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol void foo(p.Zork z) {} ^ symbol: class Zork location: package p 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: cannot find symbol @Z public class Y { ^ symbol: class Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol Zork bar() { return null; } ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol Zork bar() { return null; } ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void foo(X1 x1) { ^ symbol: class X1 location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol Object bar(Zork z) { return null; } ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol Object bar(Zork z) { return null; } ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void foo(X1 x1) { ^ symbol: class X1 location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol Object bar(Object o) throws Zork { return null; } ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol Object bar(Object o) throws Zork { return null; } ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void foo(X1 x1) { ^ symbol: class X1 location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1(Zork z) {} ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1(Zork z) {} ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void foo(X1 x1) { ^ symbol: class X1 location: class X X.java:3: error: cannot find symbol Object o = new X1(x1); ^ symbol: class X1 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1() throws Zork {} ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1() throws Zork {} ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void foo(X1 x1) { ^ symbol: class X1 location: class X X.java:3: error: cannot find symbol Object o = new X1(); ^ symbol: class X1 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1(Zork z) {} ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1(Zork z) {} ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void foo(X1 x1) { ^ symbol: class X1 location: class X X.java:3: error: cannot find symbol Object o = new X1(x1){}; ^ symbol: class X1 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1() throws Zork {} ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1() throws Zork {} ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void foo(X1 x1) { ^ symbol: class X1 location: class X X.java:3: error: cannot find symbol Object o = new X1(){}; ^ symbol: class X1 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1(Zork z) {} ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1(Zork z) {} ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:1: error: cannot find symbol public class X extends X1 { ^ symbol: class X1 X.java:2: error: cannot find symbol X(X1 x1) { ^ symbol: class X1 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1() throws Zork {} ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1() throws Zork {} ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:1: error: cannot find symbol public class X extends X1 { ^ symbol: class X1 X.java:2: error: cannot find symbol X(X1 x1) { ^ symbol: class X1 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X X.java:15: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X1 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X X.java:15: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X1 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X X.java:15: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X1 X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:3: error: cannot find symbol public Zork zork; ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void foo(X1 x1) { ^ symbol: class X1 location: class X X.java:11: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:3: error: cannot find symbol public Zork zork; ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void bar(X1 x1) { ^ symbol: class X1 location: class X X.java:11: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:3: error: cannot find symbol public Zork zork; ^ symbol: class Zork location: class X1 1 error --- javac err: --- X.java:2: error: cannot find symbol void baz(X1 x1) { ^ symbol: class X1 location: class X X.java:11: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork bar(){} ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot find symbol X1(Zork z) {} ^ symbol: class Zork location: class X1 X.java:3: error: cannot find symbol new X1(x1).baz(); ^ symbol: method baz() location: class X1 X.java:4: error: cannot find symbol new X1(null).baz(); ^ symbol: method baz() location: class X1 X.java:5: error: cannot find symbol new Zork().baz(); ^ symbol: class Zork location: class X X.java:6: error: cannot find symbol new X1(x1){}.baz(); ^ symbol: method baz() X.java:7: error: cannot find symbol new X1(null){}.baz(); ^ symbol: method baz() X.java:8: error: cannot find symbol new Zork(){}.baz(); ^ symbol: class Zork location: class X 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(Zork z) { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X1 X.java:11: error: cannot find symbol Zork[] zArray; ^ symbol: class Zork location: class X1 X.java:4: error: incompatible types: Zork[] cannot be converted to int int j = x1.next.zArray; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X1 X.java:12: error: cannot find symbol Zork[] zArray; ^ symbol: class Zork location: class X1 X.java:5: error: incompatible types: Zork[] cannot be converted to int int j = x1.next.zArray; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:10: error: cannot find symbol static Zork z; ^ symbol: class Zork location: class X1 p/X.java:11: error: cannot find symbol static Zork[] zArray; ^ symbol: class Zork location: class X1 p/X.java:5: error: incompatible types: Zork[] cannot be converted to int int j = p.X1.zArray; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Serializable[] v= new ArrayListExtra[10]; ^ symbol: class ArrayListExtra location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork[] array; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork bar() { ^ symbol: class Zork location: class X X.java:3: error: cannot find symbol Zork z1 = null; ^ symbol: class Zork location: class X X.java:7: error: cannot find symbol Zork[] array = null; ^ symbol: class Zork location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- E.java:7: error: cannot find symbol E fList= new E(); ^ symbol: class XYX location: class E where T is a type-variable: T extends Object declared in class E E.java:4: error: cannot find symbol E list= new E(); ^ symbol: class XYX location: class E where T is a type-variable: T extends Object declared in class E 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- E.java:5: error: cannot find symbol E> list= new E>() { ^ symbol: class XYX location: class E where T is a type-variable: T extends Object declared in class E 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:3: error: cannot find symbol IOException foo() {} ^ symbol: class IOException location: class X p/Y.java:5: error: cannot find symbol void bar(Zork z) {} ^ symbol: class Zork location: class Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:3: error: cannot find symbol IOException foo() {} ^ symbol: class IOException location: class X q/Y.java:6: error: cannot find symbol void bar(Zork z) {} ^ symbol: class Zork location: class Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol IOException foo() {} ^ symbol: class IOException location: class X Y.java:4: error: cannot find symbol void bar(Zork z) {} ^ symbol: class Zork location: class Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol class Foo extends Zork { ^ symbol: class Zork X.java:4: error: cannot find symbol public void bar() throws Zork { ^ symbol: class Zork location: class X X.java:2: error: incompatible types: Foo cannot be converted to Throwable public void foo() throws Foo { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: Foo.Private has private access in Foo void foo(Foo.Private p) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork bar1() {} ^ symbol: class Zork location: class X X.java:10: error: cannot find symbol List bar2() {} ^ symbol: class Zork location: class X X.java:11: error: cannot find symbol void bar3(Zork z) {} ^ symbol: class Zork location: class X X.java:12: error: cannot find symbol void bar4(Zork z) {} ^ symbol: class Zork location: class X X.java:7: error: method bar4 in class X cannot be applied to given types; bar4(null,null); ^ required: found: , reason: actual and formal argument lists differ in length 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z = (Zork) o; ^ symbol: class Zork location: class X X.java:3: error: cannot find symbol Zork z = (Zork) o; ^ symbol: class Zork location: class X X.java:4: error: cannot find symbol String s = (Zork) o; ^ symbol: class Zork location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z = (Zork) o; ^ symbol: class Zork location: class X X.java:3: error: cannot find symbol Zork z = (Zork) o; ^ symbol: class Zork location: class X X.java:4: error: cannot find symbol String s = (Zork) o; ^ symbol: class Zork location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z = (Zork) o; ^ symbol: class Zork location: class X X.java:3: error: cannot find symbol Zork z = (Zork) o; ^ symbol: class Zork location: class X X.java:4: error: cannot find symbol String s = (Zork) o; ^ symbol: class Zork location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol public Zork m(String arg0) { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public Zork m(X x) { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol public void m() throws IOException { ^ symbol: class IOException location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- com/ost/util/report/Matrix.java:4: warning: [serial] serializable class Matrix has no definition of serialVersionUID public class Matrix implements Serializable { ^ com/ost/util/report/FilterConstraintSpecification.java:4: warning: [serial] serializable class FilterConstraintSpecification has no definition of serialVersionUID public final class FilterConstraintSpecification implements Serializable, Cloneable { ^ com/ost/util/report/exceptions/MalformedFilterConstraintSpecification.java:2: warning: [serial] serializable class MalformedFilterConstraintSpecification has no definition of serialVersionUID public class MalformedFilterConstraintSpecification extends RuntimeException { ^ com/ost/util/report/exceptions/InvalidRowSizeException.java:2: warning: [serial] serializable class InvalidRowSizeException has no definition of serialVersionUID public class InvalidRowSizeException extends RuntimeException { ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- com/ost/util/report/Matrix.java:4: warning: [serial] serializable class Matrix has no definition of serialVersionUID public class Matrix implements Serializable { ^ com/ost/util/report/FilterConstraintSpecification.java:4: warning: [serial] serializable class FilterConstraintSpecification has no definition of serialVersionUID public final class FilterConstraintSpecification implements Serializable, Cloneable { ^ com/ost/util/report/exceptions/MalformedFilterConstraintSpecification.java:2: warning: [serial] serializable class MalformedFilterConstraintSpecification has no definition of serialVersionUID public class MalformedFilterConstraintSpecification extends RuntimeException { ^ com/ost/util/report/exceptions/InvalidRowSizeException.java:2: warning: [serial] serializable class InvalidRowSizeException has no definition of serialVersionUID public class InvalidRowSizeException extends RuntimeException { ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- foo/X.java:6: error: class exceptions clashes with package of same name class exceptions {} ^ foo/exceptions/Z.java:1: error: package foo.exceptions clashes with class of same name package foo.exceptions; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: package zork does not exist public class X extends zork.Z { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: package zork does not exist public class X extends zork.Z { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: package zork does not exist public class X extends zork.Z { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: package zork does not exist public class X extends zork.Z { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- com/foo/bar/baz/reporting/dom/ReportExceptionBase.java:2: warning: [serial] serializable class ReportExceptionBase has no definition of serialVersionUID public class ReportExceptionBase extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(Zork z) {} ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TypeUtils.java:483: error: cannot find symbol Collection group, Class sourceType, Getter getter, ^ symbol: class Getter location: class TypeUtils TypeUtils.java:520: error: cannot find symbol Collection group, Class sourceType, Getter getter, ^ symbol: class Getter location: class TypeUtils TypeUtils.java:444: error: incompatible types: Object cannot be converted to T if (type.isInstance(target)) return target; ^ where T is a type-variable: T extends Class declared in method getFirstAssignableTo(Collection,T) TypeUtils.java:458: warning: [rawtypes] found raw type: Collection public static Object getFirstIdenticalTo(Collection targets, Class type) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection TypeUtils.java:458: warning: [rawtypes] found raw type: Class public static Object getFirstIdenticalTo(Collection targets, Class type) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class TypeUtils.java:459: warning: [rawtypes] found raw type: Iterator Iterator targetI = targets.iterator(); ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator TypeUtils.java:499: warning: [unchecked] unchecked cast S source = (S) obj; ^ required: S found: Object where S,T,TT,R are type-variables: S extends Object declared in method getAll(Collection,Class,,Class,R) T extends Object declared in method getAll(Collection,Class,,Class,R) TT extends T declared in method getAll(Collection,Class,,Class,R) R extends Collection declared in method getAll(Collection,Class,,Class,R) TypeUtils.java:502: warning: [unchecked] unchecked cast retVal.add((TT) target); ^ required: TT found: T where T,S,TT,R are type-variables: T extends Object declared in method getAll(Collection,Class,,Class,R) S extends Object declared in method getAll(Collection,Class,,Class,R) TT extends T declared in method getAll(Collection,Class,,Class,R) R extends Collection declared in method getAll(Collection,Class,,Class,R) TypeUtils.java:534: warning: [unchecked] unchecked cast S source = (S) obj; ^ required: S found: Object where S,T,R are type-variables: S extends Object declared in method getAll(Collection,Class,,R) T extends Object declared in method getAll(Collection,Class,,R) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt R extends Collection declared in method getAll(Collection,Class,,R) 3 errors 6 warnings --- javac err: --- p1/p2/X.java:3: error: package p2.p3 does not exist public p2.p3.Z z() {return null;} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol List zlist = null; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol T bar(Zork z) { return z; } ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: invalid method declaration; return type required bar(Zork z) { return z; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/B.java:2: error: package p1 does not exist import p1.A; ^ p2/B.java:4: error: cannot find symbol public static A foo() {} ^ symbol: class A location: class B p3/C.java:2: error: package p1 does not exist import p1.A; ^ p3/C.java:4: error: cannot find symbol public static A foo() {} ^ symbol: class A location: class C 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol TheFieldDeclaratation fieldDeclaratation, Env ^ symbol: class TheFieldDeclaratation location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Bar.java:2: error: package q does not exist import q.Zork; ^ 1 error --- javac err: --- X.java:1: error: package p does not exist import p.Bar; ^ X.java:2: error: cannot find symbol public class X extends Bar { ^ symbol: class Bar 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol new Listener() { ^ symbol: class Listener location: class X X.java:6: error: cannot find symbol new Listener() { ^ symbol: class Listener location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/OuterBogus.java:2: error: illegal combination of modifiers: abstract and final abstract final class OuterBogus { ^ 1 error --- javac err: --- p/Bogus.java:6: error: cannot find symbol OuterBogus.call(); ^ symbol: variable OuterBogus location: class Bogus 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SyntheticConstructorTooManyArgs.java:3: error: too many parameters static class A { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SyntheticConstructorTooManyArgs.java:3: error: too many parameters class A { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: variable before might not have been initialized return new String(before); ^ 1 error --- javac err: --- Y.java:4: error: cannot find symbol X.bar(3); ^ symbol: variable X location: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression this.baz(); ^ X.java:11: warning: [static] static variable should be qualified by type name, X, instead of by an expression this.xfield.baz(); ^ X.java:11: warning: [static] static method should be qualified by type name, X, instead of by an expression this.xfield.baz(); ^ X.java:14: warning: [static] static method should be qualified by type name, X, instead of by an expression xfield.baz(); ^ X.java:18: warning: [static] static method should be qualified by type name, X, instead of by an expression x.baz(); ^ X.java:21: warning: [static] static method should be qualified by type name, X, instead of by an expression A.xA.baz(); ^ X.java:27: warning: [static] static method should be qualified by type name, B, instead of by an expression this.b1(); ^ X.java:30: warning: [static] static method should be qualified by type name, B, instead of by an expression new X().b1(); ^ 8 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [static] static variable should be qualified by type name, X, instead of by an expression this.field1 = 1; ^ X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression System.out.println(this.field1); ^ X.java:18: warning: [static] static variable should be qualified by type name, X, instead of by an expression x.field1 = 1; ^ X.java:21: warning: [static] static variable should be qualified by type name, X, instead of by an expression A.xA.field1 = 1; ^ X.java:27: warning: [static] static variable should be qualified by type name, B, instead of by an expression this.b1 = 1; ^ X.java:30: warning: [static] static variable should be qualified by type name, B, instead of by an expression new X().b1 = 1; ^ X.java:33: warning: [static] static variable should be qualified by type name, X, instead of by an expression this.xfield.field1 = 1; ^ X.java:33: warning: [static] static variable should be qualified by type name, X, instead of by an expression this.xfield.field1 = 1; ^ X.java:36: warning: [static] static variable should be qualified by type name, X, instead of by an expression System.out.println(this.xfield.field1); ^ X.java:36: warning: [static] static variable should be qualified by type name, X, instead of by an expression System.out.println(this.xfield.field1); ^ X.java:39: warning: [static] static variable should be qualified by type name, B, instead of by an expression System.out.println(new X().b1); ^ X.java:45: warning: [static] static variable should be qualified by type name, B, instead of by an expression System.out.println(this.b1); ^ X.java:48: warning: [static] static variable should be qualified by type name, X, instead of by an expression xfield.field1 = 1; ^ X.java:51: warning: [static] static variable should be qualified by type name, X, instead of by an expression System.out.println(xfield.field1); ^ 14 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [static] static variable should be qualified by type name, A, instead of by an expression super.fieldA = 1; ^ X.java:11: warning: [static] static variable should be qualified by type name, A, instead of by an expression System.out.println(super.fieldA); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [static] static variable should be qualified by type name, X, instead of by an expression Foo.m(this.xField); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest#test376550_11 - 10 X.java [ import java.util.ArrayList; import java.util.Collection; public class X { private Object o = new Object(); public final Collection go() { return new ArrayList() { { add(o);} }; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:4: warning: [rawtypes] found raw type: Map public void bar(java.util.Map map) { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map p/X.java:5: error: incompatible types: java.util.Map cannot be converted to Map foo(map, ""); ^ p/X.java:6: error: method foo in class X cannot be applied to given types; foo(map); ^ required: Map,String found: java.util.Map reason: actual and formal argument lists differ in length p/X.java:7: error: method foo in class X cannot be applied to given types; foo(); ^ required: Map,String found: no arguments reason: actual and formal argument lists differ in length p/X.java:8: error: method foo1 in class X cannot be applied to given types; foo1(map, ""); ^ required: no arguments found: Map,String reason: actual and formal argument lists differ in length Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 4 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- b/Roken.java:4: error: getGood() is not public in Issing; cannot be accessed from outside package return provider.getGood(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ScannerTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- _X.java:5: error: variable i is already defined in method main(String[]) String i\u0001; ^ _X.java:6: error: variable i is already defined in method main(String[]) String i\u0002; ^ _X.java:7: error: variable i is already defined in method main(String[]) String i\u0003; ^ _X.java:8: error: variable i is already defined in method main(String[]) String i\u0004; ^ _X.java:9: error: variable i is already defined in method main(String[]) String i\u0005; ^ _X.java:10: error: variable i is already defined in method main(String[]) org.eclipse.jdt.core.tests.compiler.regression.ScannerTest#test045 - 10 String i\u0006; ^ _X.java [ _X.java:11: error: variable i is already defined in method main(String[]) String i\u0007; ^ _X.java:12: error: variable i is already defined in method main(String[]) String i\u0008; import java.lang.reflect.Field; ^ public class _X { public static void main(String[] args) { _X.java:13: error: variable i is already defined in method main(String[]) String i\u0000; String i\u000e; String i\u0001; ^ String i\u0002; String i\u0003; String i\u0004; _X.java:14: error: variable i is already defined in method main(String[]) String i\u0005; String i\u000f; String i\u0006; ^ String i\u0007; String i\u0008; _X.java:15: error: variable i is already defined in method main(String[]) String i\u000e; String i\u0010; String i\u000f; ^ String i\u0010; String i\u0011; String i\u0012; _X.java:16: error: variable i is already defined in method main(String[]) String i\u0013; String i\u0011; String i\u0014; ^ String i\u0015; String i\u0016; _X.java:17: error: variable i is already defined in method main(String[]) String i\u0017; String i\u0012; String i\u0018; ^ String i\u0019; String i\u001a; String i\u001b; _X.java:18: error: variable i is already defined in method main(String[]) String i\u007f; String i\u0013; ^ System.out.print("SUCCESS"); } } _X.java:19: error: variable i is already defined in method main(String[]) ] String i\u0014; ^ _X.java:20: error: variable i is already defined in method main(String[]) String i\u0015; ^ _X.java:21: error: variable i is already defined in method main(String[]) String i\u0016; ^ _X.java:22: error: variable i is already defined in method main(String[]) String i\u0017; ^ _X.java:23: error: variable i is already defined in method main(String[]) String i\u0018; ^ _X.java:24: error: variable i is already defined in method main(String[]) String i\u0019; ^ _X.java:25: error: variable i is already defined in method main(String[]) String i\u001a; ^ _X.java:26: error: variable i is already defined in method main(String[]) String i\u001b; ^ _X.java:27: error: variable i is already defined in method main(String[]) String i\u007f; ^ 23 errors ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal character: '\u1369' int a\u1369b; ^ X.java:3: error: not a statement int a\u1369b; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal unicode escape public static final String ERROR = "\u000Ⅻ"; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal character: '\u205f' Hello\u205fworld; ^ X.java:2: error: '}' expected Hello\u205fworld; ^ X.java:3: error: class, interface, or enum expected public static void main(String[] args) { ^ X.java:4: error: illegal character: '\u205f' System.out.println(Hello\u205fworld); ^ X.java:5: error: class, interface, or enum expected System.out.println(Character.isJavaIdentifierPart('\u205f')); // false ^ X.java:6: error: class, interface, or enum expected } ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit double d = 0XP00; ^ X.java:2: error: ';' expected double d = 0XP00; ^ X.java:2: error: expected double d = 0XP00; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit double d = 0X.p02d; ^ X.java:2: error: expected double d = 0X.p02d; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit float f = 0Xp02f; ^ X.java:2: error: ';' expected float f = 0Xp02f; ^ X.java:2: error: expected float f = 0Xp02f; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class SwitchTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:7: error: duplicate case label case (int) (2.0 / 0.0) : ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: X cannot be converted to int switch(this){ ^ X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:11: error: cannot find symbol switch(x){ ^ symbol: variable x location: class X X.java:11: error: illegal parenthesized expression switch(x){ ^ X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [fallthrough] possible fall-through into case case 3 : ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [fallthrough] possible fall-through into case case 2://OK ^ X.java:10: warning: [fallthrough] possible fall-through into case case 3://OK ^ X.java:13: warning: [fallthrough] possible fall-through into case case 4://OK ^ X.java:18: warning: [fallthrough] possible fall-through into case case 6://WRONG ^ X.java:22: warning: [fallthrough] possible fall-through into case case 7://OK ^ 5 warnings ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test014 - 10 X.java [ public class X { void foo1(int i) { switch (i) { case 0://OK case 1://OK System.out.println(); //$FALL-THROUGH$ case 2://OK System.out.println(); //$FALL-THROUGH$ case 3://OK System.out.println(); //$FALL-THROUGH$ - some allowed explanation case 4://OK case 5://OK System.out.println(); //$FALL-THROUGH$ - not last comment, thus inoperant // last comment is not fall-through explanation case 6://WRONG //$FALL-THROUGH$ - useless since not leading the case System.out.println(); /*$FALL-THROUGH$ - block comment, is also allowed */ case 7://OK System.out.println("aa"); //$NON-NLS-1$ } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [fallthrough] possible fall-through into case case 2://OK ^ X.java:10: warning: [fallthrough] possible fall-through into case case 3://OK ^ X.java:13: warning: [fallthrough] possible fall-through into case case 4://OK ^ X.java:18: warning: [fallthrough] possible fall-through into case case 6://WRONG ^ X.java:22: warning: [fallthrough] possible fall-through into case case 7://OK ^ 5 warnings ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test015 - 10 X.java [ public class X { void foo1(int i) { switch (i) { case 0://OK case 1://OK System.out.println(); // $FALL-THROUGH$ case 2://OK System.out.println(); // $FALL-THROUGH$ case 3://OK System.out.println(); // $FALL-THROUGH$ - some allowed explanation case 4://OK case 5://OK System.out.println(); // $FALL-THROUGH$ - not last comment, thus inoperant // last comment is not fall-through explanation case 6://WRONG // $FALL-THROUGH$ - useless since not leading the case System.out.println(); /* $FALL-THROUGH$ - block comment, is also allowed */ case 7://OK System.out.println("aa"); //$NON-NLS-1$ } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [fallthrough] possible fall-through into case case 2://WRONG ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test016 - 10 X.java [ public class X { void foo1(int i) { switch (i) { case 0://OK case 1://OK System.out.println(); // $FALL-THROUGH - missing trailing $ in tag case 2://WRONG System.out.println(); } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [fallthrough] possible fall-through into case default : ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test017 - 10 X.java [ public class X { void foo1(char previousChar) { switch(previousChar) { case '/': if (previousChar == '*') { // End of javadoc break; //$FALL-THROUGH$ into default case } default : } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol switch (p) { ^ symbol: variable p location: class X X.java:4: error: illegal parenthesized expression switch (p) { ^ X.java:5: error: cannot find symbol case ONE: ^ symbol: variable ONE location: class X X.java:8: error: cannot find symbol case TWO: ^ symbol: variable TWO location: class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [fallthrough] possible fall-through into case case 2: ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test387146a - 10 X.java [ public class X { private Object someLock; public void foo1(int i) { switch (i) { case 1: synchronized (someLock) { System.out.println(); } //$FALL-THROUGH$ case 2: System.out.println(); break; default: System.out.println(); } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [fallthrough] possible fall-through into case case 2: ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test387146b - 10 X.java [ public class X { private boolean someFlag; public void foo1(int i) { switch (i) { case 1: if (someFlag) { System.out.println(); } //$FALL-THROUGH$ case 2: System.out.println(); break; default: System.out.println(); } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_4 - 10 X.java [ public class X { public void testFunction(String s) { int var1 = 0; int var2 = 0; switch (s) { case "test": var2 = ++var1 % 2; break; } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_5 - 10 X.java [ public class X { public X(String s) { int var1 = 0; int var2 = 0; switch (s) { case "test": var2 = ++var1 % 2; break; } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_6 - 10 X.java [ public class X { static { int var1 = 0; int var2 = 0; String s = "Test2"; switch (s) { case "test": var2 = ++var1 % 2; break; } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:7: warning: auxiliary class VA in V.java should not be accessed from outside its own source file V v = new VA(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:7: warning: auxiliary class VA in V.java should not be accessed from outside its own source file V v = new VA(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#testBug374605 - 10 p/X.java [ package p; class X { void v(int i) { switch (i) { case 1 : break; case 2 : break; } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: variable b might not have been initialized System.out.println(b); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: variable b might not have been initialized System.out.println(b); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: variable b might not have been initialized System.out.println(b); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: variable b might not have been initialized System.out.println(b); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: : expected case "ABC", (false ? (String) "c" : (String) "d") : break; ^ X.java:5: error: not a statement case "ABC", (false ? (String) "c" : (String) "d") : break; ^ X.java:5: error: ';' expected case "ABC", (false ? (String) "c" : (String) "d") : break; ^ X.java:5: error: not a statement case "ABC", (false ? (String) "c" : (String) "d") : break; ^ X.java:5: error: ';' expected case "ABC", (false ? (String) "c" : (String) "d") : break; ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: int cannot be converted to String case 123: break; ^ X.java:5: error: incompatible types: byte cannot be converted to String case (byte) 1: break; ^ X.java:6: error: incompatible types: char cannot be converted to String case (char) 2: break; ^ X.java:7: error: incompatible types: short cannot be converted to String case (short)3: break; ^ X.java:8: error: incompatible types: int cannot be converted to String case (int) 4: break; ^ X.java:9: error: incompatible types: long cannot be converted to String case (long) 5: break; ^ X.java:10: error: incompatible types: float cannot be converted to String case (float) 6: break; ^ X.java:11: error: incompatible types: double cannot be converted to String case (double) 7: break; ^ X.java:12: error: incompatible types: int cannot be converted to boolean case (boolean) 8: break; ^ 9 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: Days cannot be converted to String case Days.Sunday: break; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: String cannot be converted to int case "0": break; ^ X.java:10: error: an enum switch case label must be the unqualified name of an enumeration constant case "Sunday": break; ^ X.java:13: error: incompatible types: String cannot be converted to Integer case "0": break; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: duplicate case label case "123": break; ^ X.java:6: error: incompatible types: unexpected return value default: return args; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: duplicate case label case "123": break; ^ X.java:11: error: duplicate case label case "1" + "2" + "3": break; ^ X.java:13: error: duplicate case label case local: break; ^ X.java:14: error: duplicate case label case field: break; ^ X.java:15: error: non-static variable ifield cannot be referenced from a static context case ifield: break; ^ X.java:15: error: duplicate case label case ifield: break; ^ X.java:16: error: non-static variable inffield cannot be referenced from a static context case inffield: break; ^ X.java:17: error: constant string expression required case nffield: break; ^ X.java:18: error: constant string expression required case argument: break; ^ X.java:19: error: duplicate default label default: break; ^ 10 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: duplicate case label case "1" + "2" + "3": break; ^ X.java:12: error: duplicate case label case local: break; ^ X.java:13: error: duplicate case label case field: break; ^ X.java:14: error: duplicate case label case ifield: break; ^ X.java:15: error: constant string expression required case inffield: break; ^ X.java:16: error: constant string expression required case nffield: break; ^ X.java:17: error: constant string expression required case argument: break; ^ X.java:18: error: duplicate default label default: break; ^ 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- testFallThrough.java:13: warning: [fallthrough] possible fall-through into case case "3": System.out.print(s); ^ testFallThrough.java:14: warning: [fallthrough] possible fall-through into case case "2": System.out.print(s); ^ testFallThrough.java:15: warning: [fallthrough] possible fall-through into case case "1": System.out.print(s + " "); ^ testFallThrough.java:16: warning: [fallthrough] possible fall-through into case case "0": break; ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [empty] empty statement after if ; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: constant string expression required case local: break; ^ X.java:8: error: constant string expression required case argument: break; ^ X.java:9: error: constant string expression required case inffield: break; ^ X.java:10: error: constant string expression required case nffield: break; ^ X.java:11: error: constant string expression required case (String) null: break; ^ X.java:12: error: constant string expression required case true ? (String) null : (String) null : break; ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: unexpected return value default: return args; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: constant string expression required case local: break; ^ X.java:8: error: constant string expression required case argument: break; ^ X.java:9: error: constant string expression required case inffield: break; ^ X.java:10: error: constant string expression required case nffield: break; ^ X.java:11: error: constant string expression required case argument: break; ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: constant string expression required case argument: break; ^ X.java:11: error: constant string expression required case argument: break; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class TryStatementTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/ATC.java:4: warning: [serial] serializable class ATC.B has no definition of serialVersionUID public class B extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/A.java:8: warning: [rawtypes] found raw type: Vector public Vector getComponents () { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/T.java:3: warning: [serial] serializable class T has no definition of serialVersionUID public class T extends InvocationTargetException { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:15: warning: [serial] serializable class AEx has no definition of serialVersionUID static class AEx extends Exception {} ^ p1/X.java:16: warning: [serial] serializable class BEx has no definition of serialVersionUID static class BEx extends Exception {} ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: unreachable catch clause } catch(AX e) { ^ thrown type BX has already been caught X.java:10: warning: [serial] serializable class AX has no definition of serialVersionUID class AX extends Exception {} ^ X.java:11: warning: [serial] serializable class BX has no definition of serialVersionUID class BX extends AX {} ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:9: error: exception LookupException has already been caught } catch(LookupException le) { ^ p/X.java:17: warning: [serial] serializable class DataException has no definition of serialVersionUID class DataException extends Throwable { ^ p/X.java:19: warning: [serial] serializable class LookupException has no definition of serialVersionUID class LookupException extends DataException { ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [deprecation] isSpace(char) in Character has been deprecated if (!Character.isSpace(line.charAt(i))) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: warning: [finally] finally clause cannot complete normally } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: exception IOException is never thrown in body of corresponding try statement } catch(IOException e) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Object cannot be converted to Throwable throw new Object(); ^ X.java:6: error: incompatible types: Object cannot be converted to Throwable } catch(Object o) { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type } catch(Exception[] e) { ^ required: class found: Exception[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type } catch(int e) { ^ required: class found: int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [finally] finally clause cannot complete normally } ^ X.java:17: error: unreachable statement return; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z = null; ^ symbol: class Zork location: class X X.java:6: error: cannot find symbol } catch(Zork z) { ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: unreachable catch clause } catch (Foo f) {} ^ thrown types GrandSonOfFoo,GrandDaughterOfFoo have already been caught X.java:22: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:23: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:24: warning: [serial] serializable class GrandSonOfFoo has no definition of serialVersionUID class GrandSonOfFoo extends SonOfFoo {} ^ X.java:25: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ X.java:26: warning: [serial] serializable class GrandDaughterOfFoo has no definition of serialVersionUID class GrandDaughterOfFoo extends DaughterOfFoo {} ^ 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: exception SonOfFoo is never thrown in body of corresponding try statement } catch (SonOfFoo e1) { ^ X.java:16: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:17: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:18: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: unreachable statement foo(); ^ X.java:16: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:18: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ X.java:17: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unexpected type } catch (Exception [][][][][] e [][][][]) { ^ required: class found: Exception[][][][][][][][][] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unexpected type } catch (Exception e []) { ^ required: class found: Exception[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unexpected type } catch (Exception [] e) { ^ required: class found: Exception[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class Class test(String name) throws ClassNotFoundException { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:3: warning: [rawtypes] found raw type: Class Class c= findClass(name); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:17: warning: [rawtypes] found raw type: Class Class findClass(String name) throws ClassNotFoundException { return null; } ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:7: error: unreported exception E; must be caught or declared to be thrown b.foo(null, null); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:7: error: unreported exception E; must be caught or declared to be thrown b.foo(null, null); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:7: error: unreported exception E; must be caught or declared to be thrown b.foo(null, null); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class UtilTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class XLargeTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: code too large X0(0), ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- The system is out of resources. Consult the following stack trace for details. java.lang.StackOverflowError at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: constant string too long "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz" + ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- The system is out of resources. Consult the following stack trace for details. java.lang.StackOverflowError at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700) --- javac err: --- The system is out of resources. Consult the following stack trace for details. java.lang.StackOverflowError at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) --- javac err: --- The system is out of resources. Consult the following stack trace for details. java.lang.StackOverflowError at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989) at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8008: error: code too large for try statement } catch(Exception e) { ^ X.java:3: error: code too large for try statement try { ^ X.java:2: error: code too large public static int foo(int i) { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.XLargeTest#testBug519070 - 10 X.java [ public class X { public static void main(String[] args) { System.out.println("SUCCESS"); } void test0() { System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.println("xyz"); System.out.prin ...(truncated) ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class InternalScannerTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ConditionalExpressionTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated return square(what ? new Integer(1) : new Integer(2)) % 2 == 1; // trouble here ^ X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated return square(what ? new Integer(1) : new Integer(2)) % 2 == 1; // trouble here ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: J I i = true ? (I) null : (I) null; // Type mismatch reported ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:3: warning: [rawtypes] found raw type: I I i = true ? (I) null : (I) null; // Type mismatch reported ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I X.java:3: warning: [rawtypes] found raw type: J I i = true ? (I) null : (I) null; // Type mismatch reported ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: bad type in conditional expression foo(false ? (a,b)->a+b :new StringCatenation()); ^ StringCatenation cannot be converted to BinaryOperation Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: bad type in conditional expression foo(false ? new StringCatenation() : (a,b)->a+b); ^ StringCatenation cannot be converted to BinaryOperation Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Nothing return (value == null) ? f.apply(value) : new Nothing(); ^ missing type arguments for generic class Nothing where T is a type-variable: T extends Object declared in class Nothing 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class public X(Class clazz) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class public X(Class clazz) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated c.add(b ? new Integer(1) ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest#test427625 - 10 X.java [ import java.util.Collection; import java.util.List; public class X { public void error(Collection c) { boolean b =true; c.add(b ? new Integer(1) : c==null ? null : c instanceof List ? Integer.valueOf(1) : o()); } public Object o() { return null; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:4: warning: [empty] empty statement after if if ((false) ? true: null); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol f(y.f2() == 1 ? null : y.f()); ^ symbol: method f2() location: variable y of type Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ExternalizeStringLiteralsTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Foo.java:6: error: reached end of file while parsing } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reached end of file while parsing } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: String cannot be converted to int int i = s; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: cannot be converted to int int i = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: cannot be converted to int int i = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: ';' expected enclosingType.toString() ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal character: '#' # ^ X.java:3: error: expected String s1= "1"; //$NON-NLS-1$ ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal character: '#' # ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal character: '#' # ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal character: '#' # ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal character: '#' # ^ X.java:3: error: expected String s1= "1"; //$NON-NLS-1$ ^ X.java:5: error: illegal character: '#' # ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: not a statement output.append(this != null) ? null : ""); //$NON-NLS-1$ ^ X.java:4: error: ';' expected output.append(this != null) ? null : ""); //$NON-NLS-1$ ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NonFatalErrorTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:5: error: reference to Double is ambiguous Double d = null; ^ both class java.awt.geom.Line2D.Double in Line2D and class java.awt.geom.Point2D.Double in Point2D match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class FlowAnalysisTest (null tests) *************************************************************************** --- javac err: --- X.java:9: error: missing return statement } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable c2 might not have been initialized if (c2 == 0) {} // complain ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable c2 might not have been initialized if (c2 == 0) {} // complain ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable c2 might not have been initialized if (c2 == 0) {} // complain ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable c2 might not have been initialized if (c2 == 0) {} // complain ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [fallthrough] possible fall-through into case case 1: ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [fallthrough] possible fall-through into case case 1: ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [fallthrough] possible fall-through into case case 1: ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [fallthrough] possible fall-through into case default: ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [fallthrough] possible fall-through into case case 1: ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [fallthrough] possible fall-through into case case 1: ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [fallthrough] possible fall-through into case case 1: ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable x might not have been initialized x.foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable l might not have been initialized l.toString(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: variable s might not have been initialized System.out.println(s); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot reference blank before supertype constructor has been called super(blank = 0); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [fallthrough] possible fall-through into case case i: // should complain: i not initialized ^ X.java:6: error: variable i might not have been initialized case i: // should complain: i not initialized ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [fallthrough] possible fall-through into case case 1: ^ X.java:7: error: variable j might not have been initialized System.out.println(j); // should complain: j not initialized ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol new Local(); ^ symbol: class Local location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: variable s might not have been initialized System.out.println(s); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable s might not have been initialized System.out.println(s); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot assign a value to final variable s s = ""; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable s might already have been assigned s = ""; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot assign a value to final variable j j = 2; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [fallthrough] possible fall-through into case case 2: ^ X.java:8: error: variable j might not have been initialized case j: ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: variable i might be assigned in loop for (final int i; 0 < (i = 1); i = i + 1) { ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test046 - 10 X.java [ public abstract class X { public static void main(String args[]) { for (final int i; 0 < (i = 1); i = i + 1) { System.out.println(i); break; } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: unreachable statement return; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: unreachable statement return; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: unreachable statement return; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: unreachable statement return; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unreachable statement { ^ X.java:10: error: unreachable statement { ^ X.java:15: error: unreachable statement ; // 4 ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test057 - 10 X.java [ public class X { void foo(int x, int[] array) { for (int i = 0; i < array.length; i++) {//dead code if (x == array[i]) return; else break; } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: unreachable statement return; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: unreachable statement return; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: error: unreachable statement return; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: unreachable statement return; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test063 - 10 X.java [ public class X { boolean bar() { return false; } public void foo() { if (bar()) new IllegalArgumentException("You must not bar!"); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test064 - 10 X.java [ public class X { boolean bar() { return false; } public void foo() { if (bar()) new String("You must not bar!"); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test069 - 10 X.java [ public class X { boolean bar() { return false; } public void foo() { if (bar()) new Object() {}; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test070 - 10 X.java [ public final class X { private X (){ boolean flagSet = true; Object first = true ? null : ""; Object second = flagSet || first == null ? null : new Object() {}; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test071 - 10 X.java [ import java.io.*; public class X { static { try { while(true) { if (true) throw new NumberFormatException(); else throw new IOException(); } } catch(IOException e ) { // empty } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable i might not have been initialized i++; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable field1 might not have been initialized i = field1; ^ X.java:2: error: variable field1 not initialized in the default constructor public final int field1; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: variable i might not have been initialized i++; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [try] auto-closeable resource fis is never referenced in body of corresponding try statement try (FileInputStream fis = new FileInputStream("")) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:11: error: local variables referenced from an inner class must be final or effectively final str = "String"; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:27: error: variable action might not have been initialized if (action) //Missing error: 'action' may not be initialized! ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#testCloseable1 - 10 X.java [ import java.io.File; import java.io.FileReader; import java.io.IOException; public class X { void foo() throws IOException { File file = new File("somefile"); FileReader fileReader = new FileReader(file); // not closed char[] in = new char[50]; fileReader.read(in); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: break outside switch or loop { if (true) break; } ^ X.java:15: error: undefined label: outer if (2 == j) continue outer; ^ X.java:16: error: continue outside of loop else continue; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class CharOperationTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class RuntimeTests (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/Z.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression System.out.print(y.staticField); ^ p1/Z.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression System.out.println(y.staticMethod()); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class DebugAttributeTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List List l = new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: ArrayList List l = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:7: warning: [rawtypes] found raw type: List List l2 = new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [rawtypes] found raw type: ArrayList List l2 = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List l.add(new X()); ^ where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [rawtypes] found raw type: Iterator for (Iterator iterator = l.iterator(); iterator.hasNext() ;) { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List l2.add(((X) iterator.next()).toString() ^ where E is a type-variable: E extends Object declared in interface List X.java:13: warning: [rawtypes] found raw type: Iterator for (Iterator iterator = l2.iterator(); iterator.hasNext() ;) { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator 8 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NullReferenceTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: variable o might not have been initialized o.toString(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Class Class c = java.lang.Object.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class Class bar(boolean b) throws ClassNotFoundException { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: warning: [rawtypes] found raw type: Class public Class foo(Class c, boolean b) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: warning: [rawtypes] found raw type: Class public Class foo(Class c, boolean b) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: variable i might not have been initialized System.out.println(i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: variable i might not have been initialized if(i == 0) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: variable i might not have been initialized if (i==1) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable i might not have been initialized System.out.println(i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [serial] serializable class MyException has no definition of serialVersionUID class MyException extends Exception {} ^ X.java:14: warning: [try] explicit call to close() on an auto-closeable resource fis3.close(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Iterable Iterable i = null; ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Iterable Iterable i = new java.util.Vector(); ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Iterable Iterable i = new java.util.Vector(); ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Iterable Iterable i = new java.util.Vector(); ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unreachable statement if (x == null) { /* */ } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [fallthrough] possible fall-through into case case 1 : ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class void foo(Class c) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Class Class bar(String name) throws ClassNotFoundException { return null; } ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: warning: [rawtypes] found raw type: Class public Class foo(String name, boolean resolve) throws ClassNotFoundException { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: warning: [rawtypes] found raw type: Class Class c = bar(name); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [cast] redundant cast to X X other = (X)itself; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: variable o might not have been initialized if (o == null) { /* */ } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: variable m164 not initialized in the default constructor final int m164; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:34: error: variable m164 not initialized in the default constructor final int m164; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:29: error: variable l1 might not have been initialized m000 = l1; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: variable o might not have been initialized o.toString(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: variable o might not have been initialized o.toString(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:26: error: variable o1 might not have been initialized o1.toString(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug358827.java:5: warning: [try] auto-closeable resource rf is never referenced in body of corresponding try statement try (FileReader rf = new FileReader("file")){ ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug367879.java:10: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement try (InputStream in = http.getInputStream()) { /* get input */ } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:27: warning: [serial] serializable class Test.MyException has no definition of serialVersionUID class MyException extends Exception ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [empty] empty statement after if if (collectionVar == null); ^ X.java:8: warning: [empty] empty statement after if if (array == null); ^ X.java:9: warning: [empty] empty statement after if if (argArray == null); ^ X.java:14: warning: [empty] empty statement after if if (array == null); ^ X.java:15: warning: [empty] empty statement after if if (argArray == null); ^ X.java:20: warning: [empty] empty statement after if if (array == null); ^ X.java:21: warning: [empty] empty statement after if if (argArray == null); ^ X.java:24: warning: [empty] empty statement after if if (array == null); ^ X.java:25: warning: [empty] empty statement after if if (argArray == null); ^ 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [empty] empty statement after if if (collectionVar == null); ^ X.java:7: warning: [empty] empty statement after if if (array == null); ^ X.java:8: warning: [empty] empty statement after if if (argArray == null); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [static] static variable should be qualified by type name, B, instead of by an expression int i = localB.CONST; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: unreachable statement System.out.println("This is dead code"); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [deprecation] Integer(int) in Integer has been deprecated return new Integer(local3.length()); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: warning: [deprecation] Integer(int) in Integer has been deprecated return new Integer(local3.length()); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID private class CanceledException extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID private class CanceledException extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated return new Integer(0); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated return new Integer(0); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [deprecation] Integer(int) in Integer has been deprecated return new Integer(0); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:24: warning: [empty] empty statement after if ; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:24: warning: [empty] empty statement after if ; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID class CanceledException extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:5: warning: [rawtypes] found raw type: Map Map topMap = new HashMap(); ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map Test.java:5: warning: [rawtypes] found raw type: HashMap Map topMap = new HashMap(); ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap Test.java:6: warning: [rawtypes] found raw type: List List targets = null; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Test.java:13: warning: [rawtypes] found raw type: ArrayList targets = new ArrayList(64); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test447695.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated int b = (l1 = new Integer(2)) + (l2 = new Integer(1)); ^ test/Test447695.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated int b = (l1 = new Integer(2)) + (l2 = new Integer(1)); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test447695.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated int j = -(i = new Integer(1)); ^ test/Test447695.java:8: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated boolean b = !(b1 = new Boolean(false)); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test447695.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated int j = (i1 = new Integer(1)) ^ test/Test447695.java:10: warning: [deprecation] Integer(int) in Integer has been deprecated + (i2 = new Integer(1)) ^ test/Test447695.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated + (i3 = new Integer(2)) + i; ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [fallthrough] possible fall-through into case case 1: ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NullReferenceTestAsserts (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class CompilerInvocationTests (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class InnerEmulationTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:10: error: cannot reference this before supertype constructor has been called this(new C()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:8: error: cannot reference this before supertype constructor has been called super(getRunnable(), new B().toString()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- AAA.java:3: warning: [empty] empty statement after if if (new AAA().foo(5) == 15); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- AAA.java:3: warning: [empty] empty statement after if if (new AAA().foo(5) == 15); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/c2.java:4: error: c1.c1m.c1a has protected access in c1.c1m public c1m.c1a myC1a; ^ p2/c2.java:6: error: c1.c1m.c1a has protected access in c1.c1m myC1a = new c1m().new c1a(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/c2.java:4: error: c1.c1m.c1a has protected access in c1.c1m public c1m.c1a myC1a; ^ p2/c2.java:6: error: c1.c1m() has protected access in c1.c1m myC1a = new c1m().new c1a(); ^ p2/c2.java:6: error: c1.c1m.c1a has protected access in c1.c1m myC1a = new c1m().new c1a(); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/c2.java:3: error: c1.c1a has protected access in c1 public class c2 extends c1.c1a {// qualified acces does not work ^ p2/c2.java:4: error: cannot find symbol public c1a myC1a; ^ symbol: class c1a location: class c2 p2/c2.java:6: error: cannot find symbol myC1a = new c1a(); ^ symbol: class c1a location: class c2 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/c2.java:3: error: cannot find symbol public class c2 extends c1a { ^ symbol: class c1a p2/c2.java:4: error: cannot find symbol public c1a myC1a; ^ symbol: class c1a location: class c2 p2/c2.java:6: error: cannot find symbol myC1a = new c1a(); ^ symbol: class c1a location: class c2 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/A.java:6: warning: [rawtypes] found raw type: Class public Class getCls() { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A2.java:20: error: an enclosing instance that contains D.E is required (new D.E(null, null, null, new F(get()) {}) {}).execute(); ^ p1/A2.java:20: error: an enclosing instance that contains D.E is required (new D.E(null, null, null, new F(get()) {}) {}).execute(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A2.java:20: error: an enclosing instance that contains D.E is required (new D.E(null, null, null, new F(get()) {})).execute(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:8: error: an enclosing instance that contains L1.LM1 is required class L2 extends L1.LM1 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:9: error: an enclosing instance that contains L1.LM1 is required new L1.LM1(){}; //ko ^ p1/X.java:9: error: an enclosing instance that contains L1.LM1 is required new L1.LM1(){}; //ko ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:4: error: cannot find symbol new X().access$0(); ^ symbol: method access$0() location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: an enclosing instance that contains X.Middle.Inner is required class M extends Middle.Inner { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: non-static variable this cannot be referenced from a static context System.out.println(X.this); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type i.new Y(); ^ required: reference found: int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type i.new Y(){}; ^ required: reference found: int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: qualified new of static class new X().new Y(){}; ^ X.java:4: error: illegal qualifier; Y is not an inner class new X().new Y(){}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file Object a = new Y$1Local(); // compile-time error ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest#test099 - 10 X.java [ public class X { public static void main(String argv[]) { Object a = new Y$1Local(); // compile-time error } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot reference this before supertype constructor has been called super(new M());//2 ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot reference this before supertype constructor has been called super(new M());//2 ^ X.java:21: error: cannot reference this before supertype constructor has been called super(new M());//4 ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot reference this before supertype constructor has been called super(B.this); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot reference s before supertype constructor has been called super(s); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/X2.java:6: warning: [static] static variable should be qualified by type name, X1, instead of by an expression System.out.print(X2.this.field); ^ p2/X2.java:7: warning: [static] static method should be qualified by type name, X1, instead of by an expression X2.this.doit(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: anonymous class implements interface; cannot have qualifier for new display.new Bla() { ^ X.java:9: error: is not abstract and does not override abstract method a() in Bla display.new Bla() { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot reference this before supertype constructor has been called bar(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: no enclosing instance of type X is in scope foo(); //1 ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [static] static variable should be qualified by type name, Y, instead of by an expression if (y.b) { ^ X.java:15: warning: [static] static variable should be qualified by type name, Y, instead of by an expression if (y.b) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [rawtypes] found raw type: Class public void frob(Class cls) throws Exception { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:16: warning: [deprecation] newInstance() in Class has been deprecated Object o = cls.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal combination of modifiers: public and private private class Inner {} ^ X.java:3: error: illegal combination of modifiers: public and private private interface IInner {} ^ X.java:4: error: illegal combination of modifiers: public and private private enum EInner {} ^ X.java:5: error: illegal combination of modifiers: public and private private @interface AInner {} ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: class Local is already defined in method foo() class Local { ^ X.java:11: error: cannot find symbol this.bar(); // should detect error ^ symbol: method bar() 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:6: warning: [deprecation] A in p has been deprecated A.M2.MM1 mm1 = (A.M2.MM1) o; ^ p/X.java:6: warning: [deprecation] A in p has been deprecated A.M2.MM1 mm1 = (A.M2.MM1) o; ^ p/X.java:7: warning: [deprecation] A in p has been deprecated A.M2.MM1[] mm1s = (A.M2.MM1[]) os; ^ p/X.java:7: warning: [deprecation] A in p has been deprecated A.M2.MM1[] mm1s = (A.M2.MM1[]) os; ^ p/X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class A { ^ 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol class Y extends Zork {} ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [serial] serializable class B has no definition of serialVersionUID public static class B extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot inherit from final String class SMember extends String {} ^ X.java:10: error: cannot inherit from final X class Member extends X { ^ X.java:11: error: cannot find symbol ZorkMember z; ^ symbol: class ZorkMember location: class X.Member X.java:8: warning: [serial] serializable class X.SMember has no definition of serialVersionUID class SMember extends String {} ^ X.java:14: error: cannot find symbol Zork1 z; ^ symbol: class Zork1 location: class X.Member X.java:10: warning: [serial] serializable class X.Member has no definition of serialVersionUID class Member extends X { ^ X.java:19: error: qualified new of static class new X().new IM(); ^ X.java:19: error: IM is abstract; cannot be instantiated new X().new IM(); ^ X.java:20: error: cannot inherit from final X class Local extends X { ^ X.java:21: error: cannot find symbol ZorkLocal z; ^ symbol: class ZorkLocal location: class Local X.java:24: error: cannot find symbol Zork3 z; ^ symbol: class Zork3 location: class Local X.java:20: warning: [serial] serializable class Local has no definition of serialVersionUID class Local extends X { ^ X.java:27: error: cannot inherit from final X new X() { ^ X.java:28: error: cannot find symbol ZorkAnonymous2 z; ^ symbol: class ZorkAnonymous2 X.java:31: error: cannot find symbol Zork4 z; ^ symbol: class Zork4 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID public final class X implements Serializable { ^ 12 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- package2/C.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression int j = C.this.outerField; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- package2/C.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression C.this.outerField = 12; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- package2/C.java:7: warning: [static] static method should be qualified by type name, A, instead of by an expression C.this.outerMethod(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method a in class X cannot be applied to given types; a(null); ^ required: no arguments found: reason: actual and formal argument lists differ in length 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest#test172 - 10 X.java [ public class X { void a() {} private static void a(String s) {} private void c() {} private static void c(String s) {} static class M1 extends X { public void x() { a(null); c(null); } } static class M2 { public void x() { a(null); c(null); } } public static void main(String[] args) { } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List final List yourList = new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: ArrayList final List yourList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:7: warning: [rawtypes] found raw type: List final List myList = new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [rawtypes] found raw type: ArrayList final List myList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:8: warning: [rawtypes] found raw type: Comparator new Comparator() { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Comparator new Comparator() { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Demo.java:3: warning: [rawtypes] found raw type: ArrayList static class ExprFactoryList extends ArrayList { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList Demo.java:3: warning: [serial] serializable class ExprFactoryList has no definition of serialVersionUID static class ExprFactoryList extends ArrayList { ^ Demo.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList add(new Object() {public Expr generate() {return new Expr() {};} }); // OK ^ where E is a type-variable: E extends Object declared in class ArrayList Demo.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList add(new Object() {public Expr generate() {return new Expr2() {};} }); // Ok ^ where E is a type-variable: E extends Object declared in class ArrayList Demo.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList add(new Object() { ^ where E is a type-variable: E extends Object declared in class ArrayList Demo.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList add (new Statement()); // OK ^ where E is a type-variable: E extends Object declared in class ArrayList Demo.java:24: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList add(new Object() { ^ where E is a type-variable: E extends Object declared in class ArrayList 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class SuperTypeTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/Test.java:11: error: method bar in class Secondary cannot be applied to given types; String z = bar(); ^ required: int found: no arguments reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ForStatementTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class FieldAccessTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- bar/Bar.java:5: warning: [static] static variable should be qualified by type name, BaseFoo, instead of by an expression int v = tab[0].VAL; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- bar/Bar.java:5: warning: [static] static variable should be qualified by type name, BaseFoo, instead of by an expression int v = tab[0].VAL; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: test has private access in A new A().a2.a.test = 8; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: a2 has private access in A new A().a2.a.test = 8; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: a has private access in A new A().a2.a.test = 8; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: a has private access in A A.a2.a.test = 8; ^ X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression A.a2.a.test = 8; ^ X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression A.a2.a.test = 8; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: a2 has private access in A A.a2.a.test = 8; ^ X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression A.a2.a.test = 8; ^ X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression A.a2.a.test = 8; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: test has private access in A A.a2.a.test = 8; ^ X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression A.a2.a.test = 8; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: test has private access in A test = 8; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: test has private access in A this.test = 8; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: MyA has private access in A MyA.test = 8; ^ X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression MyA.test = 8; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: MyA has private access in A MyA2.MyA.test = 8; ^ X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression MyA2.MyA.test = 8; ^ X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression MyA2.MyA.test = 8; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: ArrayList ArrayList myList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:5: warning: [rawtypes] found raw type: ArrayList ArrayList myList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:6: error: cannot find symbol int len = myList.length; ^ symbol: variable length location: variable myList of type ArrayList 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: error: cannot find symbol int i = X.OLD_FIELD; ^ symbol: variable OLD_FIELD location: class X Y.java:6: error: cannot find symbol int j = X.OLD_FIELD; ^ symbol: variable OLD_FIELD location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test023 - 10 p1/A.java [ package p1; public abstract class A { protected int field; } ] p2/B.java [ package p2; import p1.A; public abstract class B extends A { protected int field; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test024 - 10 p1/A.java [ package p1; public abstract class A extends Super { } ] p1/Super.java [ package p1; public abstract class Super extends SuperSuper { } ] p1/SuperSuper.java [ package p1; public abstract class SuperSuper { protected int field; } ] p2/B.java [ package p2; import p1.A; public abstract class B extends A { protected int field; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test025 - 10 p1/A.java [ package p1; public abstract class A extends Super { } ] p1/Super.java [ package p1; public abstract class Super extends SuperSuper { } ] p1/SuperSuper.java [ package p1; public abstract class SuperSuper implements Interface{ } ] p1/Interface.java [ package p1; public interface Interface{ int field = 123; } ] p2/B.java [ package p2; import p1.A; public abstract class B extends A { protected int field; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug361039.java:5: error: cannot find symbol return new Bug361039(!((Boolean)this.f)); ^ symbol: variable f Bug361039.java:5: warning: [cast] redundant cast to Boolean return new Bug361039(!((Boolean)this.f)); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class SerialVersionUIDTests (null tests) *************************************************************************** --- javac err: --- X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements java.io.Externalizable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements java.io.Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements java.io.Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements java.io.Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements java.io.Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [serial] serializable class A has no definition of serialVersionUID abstract class A implements java.io.Serializable {} ^ X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends A {} ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test011 - 10 X.java [ public class X { private static final long serialVersionUID = 1L; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test012 - 10 X.java [ public class X { private static final long serialVersionUID = 1L; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test013 - 10 X.java [ public class X { private static final long serialPersistentFields = 1L; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test014 - 10 X.java [ public class X { private static final long serialPersistentFields = 1L; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test015 - 10 X.java [ import java.io.ObjectStreamField; public class X implements java.io.Serializable { private static final long serialVersionUID = 1L; private final static ObjectStreamField[] serialPersistentFields = null; private int i; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test016 - 10 X.java [ import java.io.ObjectStreamField; public class X implements java.io.Serializable { private static final long serialVersionUID = 1L; private final static ObjectStreamField[] serialPersistentFields = null; private int i; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class LineNumberAttributeTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ProgrammingProblemsTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:28: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0041 - 10 X.java [ public class X { public static void main(String[] args) { System.out.println(1.0 == 1.0); System.out.println(1.0f == 1.0f); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol foo((a)); ^ symbol: variable a location: class X X.java:3: error: illegal parenthesized expression foo((a)); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0044 - 10 X.java [ class X { volatile int x; int nvx; void foo(int i) { x = x; nvx = nvx; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0045 - 10 X.java [ class X { volatile int x = this.x; int nvx = this.nvx; void foo(int i) { } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046 - 10 X.java [ class X { int foo() { int i=1; boolean b=false; b|=true; int k = 2; --k; k+=3; Integer j = 3; j++; i++; return i++; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field - 10 X.java [ class X { private int i=1; private boolean b=false; private int k = 2; private Integer j = 3; int foo() { b|=true; --k; k+=3; j++; return i++; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_in_private_type - 10 X.java [ class X { private class Y { int i=1; public boolean b=false; protected int k = 2; Integer j = 3; } int foo(Y y) { y.b|=true; --y.k; y.k+=3; y.j++; int result = y.i++; y.i++; return result; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_qualified - 10 X.java [ class X { private int i=1; private boolean b=false; private int k = 2; private Integer j = 3; int foo(X that) { that.b|=true; --that.k; that.k+=3; that.j++; that.i++; return that.i++; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_this_qualified - 10 X.java [ class X { private int i=1; private boolean b=false; private int k = 2; private Integer j = 3; int foo() { this.b|=true; --this.k; getThis().k+=3; this.j++; return this.i++; } X getThis() { return this; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0047 - 10 X.java [ class X { void foo(int param1, int param2, Integer param3) { boolean b=false; b|=true; param1++; { int val=23; param2 += val; } param3++; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0048 - 10 X.java [ public class X extends A implements Y{ public void foo(int param1, int param2, Integer param3) { boolean b=false; b|=true; param1++; param2 += 1; param3++; } public void foo(int param1, int param2) { boolean b=false; b|=true; param1++; param2 += 1; } public void bar(int param1, int param2, Integer param3) { param1++; param2 += 1; param3++; } } interface Y{ public void foo(int param1, int param2, Integer param3);} abstract class A{ public abstract void bar(int param1, int param2, Integer param3);} ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0049 - 10 X.java [ public class X extends A { public void foo(int param1, int param2, Integer param3) { boolean b=false; b|=true; param1++; param2 += 1; param3++; } public void foo(int param1, Integer param3) { param1++; param3++; } } class A{ public void foo(int param1, int param2, Integer param3) { param1 -=1; param2--; param3--; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0050 - 10 X.java [ class X { int foo() { int i=1; if (false) { boolean b=false; b|=true; } int k = 2; --k; k+=3; Integer j = 3; j++; return i++; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0051 - 10 X.java [ class X { X(int abc) { abc++; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0055 - 10 test1/E.java [ package test1; public class E { private void foo() { int a= 10; a++; a--; --a; ++a; for ( ; ; a++) { } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0059 - 10 X.java [ public class X { public static void main(String[] args) { Object a = null; if (a != null){ int j = 3; j++; } System.out.println("OK"); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0060 - 10 org/eclipse/jdt/internal/compiler/lookup/X.java [ package org.eclipse.jdt.internal.compiler.lookup; class TypeBinding { } public class X { public static void main(String[] args) { TypeBinding t1 = null, t2 = null; if (t1 == t2) { if (t2 == t1) { //$IDENTITY-COMPARISON$ if (t1 == t2) { } } } } public static void gain(String[] args) { TypeBinding t1 = null, t2 = null; if (t1 == t2) { if (t2 == t1) { //$IDENTITY-COMPARISON$ if (t1 == t2) { } } } } public static void vain(String[] args) { TypeBinding t1 = null, t2 = null; //$IDENTITY-COMPARISON$ //$IDENTITY-COMPARISON$ //$IDENTITY-COMPARISON$ if (t1 == t2) { if (t2 == t1) { //$IDENTITY-COMPARISON$ if (t1 == t2) { //$IDENTITY-COMPARISON$ } } } } public static void cain(String[] args) { TypeBinding t1 = null, t2 = null; if (t1 == t2) { //$IDENTITY-COMPARISON$ if (t2 == t1) { //$IDENTITY-COMPARISON$ if (t1 == t2) { //$IDENTITY-COMPARISON$ } } } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0063 - 10 org/eclipse/jdt/core/dom/X.java [ package org.eclipse.jdt.core.dom; interface ITypeBinding { } class TypeBinding implements ITypeBinding { } public class X { public static void main(String[] args) { TypeBinding t1 = null, t2 = null; if (t1 == t2) { if (t2 == t1) { //$IDENTITY-COMPARISON$ if (t1 == t2) { } } } } public static void gain(String[] args) { TypeBinding t1 = null, t2 = null; if (t1 == t2) { if (t2 == t1) { //$IDENTITY-COMPARISON$ if (t1 == t2) { } } } } public static void vain(String[] args) { TypeBinding t1 = null, t2 = null; //$IDENTITY-COMPARISON$ //$IDENTITY-COMPARISON$ //$IDENTITY-COMPARISON$ if (t1 == t2) { if (t2 == t1) { //$IDENTITY-COMPARISON$ if (t1 == t2) { //$IDENTITY-COMPARISON$ } } } } public static void cain(String[] args) { TypeBinding t1 = null, t2 = null; if (t1 == t2) { //$IDENTITY-COMPARISON$ if (t2 == t1) { //$IDENTITY-COMPARISON$ if (t1 == t2) { //$IDENTITY-COMPARISON$ } } } } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218a - 10 X.java [ import java.util.*; class X { void test() { Set set = new HashSet(); short one = 1; set.add(one); if (set.contains("ONE")) // bad set.remove("ONE"); // bad if (set.contains(1)) // bad set.remove(1); // bad (tries to remove "Integer 1") System.out.println(set); // shows that the "Short 1" is still in! if (set.contains(one)) // ok set.remove(one); // ok if (set.contains(Short.valueOf(one))) // ok set.remove(Short.valueOf(one)); // ok System.out.println(set); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218b - 10 X.java [ import java.util.*; class X { void test(Set> hss, TreeSet ts, LinkedHashSet lhs) { if (hss.contains(ts)) // bad hss.remove(ts); // bad if (hss.contains((Set)ts)) // ok hss.remove((Set)ts); // ok if (hss.contains(lhs)) // ok hss.remove(lhs); // ok } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218b2 - 10 X.java [ import java.util.*; class X { void test(Set> hss, TreeSet ts, LinkedHashSet lhs) { if (hss.contains(ts)) // bad hss.remove(ts); // bad if (hss.contains((Set)ts)) // bad (because of strict check) hss.remove((Set)ts); // bad (because of strict check) if (hss.contains(lhs)) // ok hss.remove(lhs); // ok } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218c - 10 X.java [ import java.util.*; class X { Number test(Map m, boolean f) { if (m.containsKey("ONE")) // bad m.remove("ONE"); // bad if (m.containsValue("ONE")) // bad m.remove("ONE"); // bad short one = 1; if (m.containsKey(one)) // almost ok m.remove(one); // almost ok if (m.containsValue(Short.valueOf(one))) // ok m.remove(Short.valueOf(one)); // almost ok if (f) return m.get("ONE"); // bad return m.get(one); // almost ok } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218d - 10 X.java [ import java.util.*; interface NumberCollection extends Collection {} class X { void test(NumberCollection numbers, List ints, Set stringSet) { if (numbers.containsAll(ints)) // ok numbers.removeAll(ints); // ok else numbers.retainAll(ints); // ok numbers.removeAll(stringSet); // bad } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218e - 10 X.java [ import java.util.*; class X { int test1(List ints, Object o) { return ints.indexOf("ONE"); // bad } @SuppressWarnings("unlikely-arg-type") int test2(List ints, boolean f, Object o) { if (f) return ints.indexOf("ONE"); // bad but suppressed return ints.indexOf(o); // supertype } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218f - 10 test/TestUnlikely.java [ package test; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.Set; import java.util.function.BiPredicate; import java.util.function.Predicate; public class TestUnlikely { interface Interface { } interface OtherInterface { } static class NonFinal implements Interface { } static class Sub extends NonFinal implements OtherInterface { } static final class Final implements Interface { } void f1(List c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) { c.remove(i); c.remove(o); // warning: unrelated interface c.remove(f); c.remove(nf); c.remove(s); } void f2(List c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) { c.remove(i); // warning: unrelated interface c.remove(o); c.remove(f); // warning: impossible c.remove(nf); // warning: castable, but not supertype c.remove(s); } void f3(List c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) { c.remove(i); // supertype c.remove(o); // warning: impossible c.remove(f); c.remove(nf); // warning: impossible c.remove(s); // warning: impossible } void f4(List c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) { c.remove(i); // supertype c.remove(o); // warning: unrelated interface c.remove(f); // warning: impossible c.remove(nf); c.remove(s); } void f5(List c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) { c.remove(i); // supertype c.remove(o); // supertype c.remove(f); // warning: impossible c.remove(nf); // supertype c.remove(s); } void map(Map map, K key, V value) { map.containsKey(key); map.containsKey(value); // warning map.containsValue(key); // warning map.containsValue(value); } boolean wildcards(Collection c, Iterable s) { for (Iterator iterator = s.iterator(); iterator.hasNext();) { if (c.contains(iterator.next())) { return true; } } return false; } boolean relatedTypeVariables(Collection c, Iterable s) { for (Iterator iterator = s.iterator(); iterator.hasNext();) { if (c.contains(iterator.next())) { return true; } } return false; } boolean unrelatedTypeVariables(Collection c, Iterable s) { for (Iterator iterator = s.iterator(); iterator.hasNext();) { if (c.contains(iterator.next())) { // warning return true; } } return false; } void all(List c, Collection s, Set other) { c.removeAll(s); s.removeAll(c); c.removeAll(other); // warning } void methodRef(Set c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) { Predicate p1 = c::contains; BiPredicate, Interface> bp1 = Collection::contains; Predicate p2 = c::contains; // warning BiPredicate, OtherInterface> bp2 = Collection::contains; // warning p1.test(i); bp1.test(c, i); p2.test(o); bp2.test(c, o); } void equals(String s, Integer i, Number n) { s.equals(i); // info i.equals(s); // info i.equals(n); n.equals(i); Predicate p1 = i::equals; // info p1.test(s); BiPredicate bp2 = Object::equals; // info bp2.test(s, i); Objects.equals(s, i); // info Objects.equals(i, s); // info Objects.equals(n, i); Objects.equals(i, n); BiPredicate bp3 = Objects::equals; // info bp3.test(s, i); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test.java:7: warning: [rawtypes] found raw type: List void f(List dependencyList, Set set) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List test/Test.java:8: warning: [unchecked] unchecked call to removeAll(Collection) as a member of the raw type List dependencyList.removeAll(set); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug514956c - 10 Unlikely.java [ interface I1 {} interface I2 {} interface I3 {} public class Unlikely implements I1 { boolean m1(I1 i1) { return i1.equals((I1)this); } boolean m2(I1 i1, I2 i2) { return i1.equals((I3)i2); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ManifestAnalyzerTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class InitializationTests (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: variable abc might already have been assigned abc = new X(1); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: variable abc might already have been assigned boolean comp = X.comparison((abc = new X(2)), (abc = new X(1)).returnA()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable abc might already have been assigned boolean comp = ((abc = new X(2)).returnA() == 1 || (abc = new X(1)).returnA() == 1); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: variable abc might already have been assigned val = (abc = new X(2)).returnA(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: variable abc might already have been assigned abc = new X(2); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable abc might already have been assigned abc = new X(abc = 2).returnA(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: variable x might already have been assigned x = new X(x = 2).returnA(); } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: variable before might not have been initialized return new String(before); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug324178.java:5: error: variable b2 might not have been initialized return b2; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: variable oStatic not initialized in the default constructor final static Object oStatic; // report here! ^ X.java:2: error: variable o not initialized in the default constructor final Object o; // report here! ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ResourceLeakTests (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: auto-closeable resource fileReader may not be assigned fileReader = new FileReader(file); // debug here ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [try] auto-closeable resource reader3 is never referenced in body of corresponding try statement try (FileReader reader3 = new FileReader("file3")) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test066.java:2: warning: [serial] serializable class MyException has no definition of serialVersionUID class MyException extends Exception{} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test066.java:2: warning: [serial] serializable class MyException has no definition of serialVersionUID class MyException extends Exception{} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test069.java:5: warning: [serial] serializable class Test069.CoreException has no definition of serialVersionUID class CoreException extends Exception {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- HostIdTest.java:6: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (InputStream x = new ByteArrayInputStream(null)) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:5: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement try(FileInputStream in = b ? new FileInputStream("a") : null){} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement try(FileInputStream in = create(new FileInputStream("a"))){} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (FileInputStream a = new FileInputStream("A") {{ ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug444964.java:5: warning: [try] auto-closeable resource baos is never referenced in body of corresponding try statement try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) { ^ Bug444964.java:13: warning: [try] auto-closeable resource baos is never referenced in body of corresponding try statement try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- AutoCloseableEnhancedForTest.java:27: warning: [try] auto-closeable resource MyIterable has a member method close() that could throw InterruptedException private static class MyIterable implements Iterable, AutoCloseable ^ where T is a type-variable: T extends Object declared in class MyIterable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:38: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement try (CountingBufferedOutputStream out = new CountingBufferedOutputStream( ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:1: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException public abstract class B implements AutoCloseable {} ^ where U is a type-variable: U extends Object declared in class B A.java:2: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException public abstract class A extends B implements C { ^ where T is a type-variable: T extends Object declared in class A D.java:1: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException public abstract class D extends A {} ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class JavadocBugsTest (null tests) *************************************************************************** --- javac err: --- boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID public class ValidationException extends Exception { ^ 1 warning --- javac err: --- boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID public class ValidationException extends Exception { ^ 1 warning --- javac err: --- boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID public class ValidationException extends Exception { ^ 1 warning --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void bar() { ^ 1 error 1 warning --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error --- javac err: --- p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class A { ^ 1 warning --- javac err: --- p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class A { ^ 1 warning --- javac err: --- p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class A { ^ 1 warning --- javac err: --- p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class A { ^ 1 warning --- javac err: --- Test.java:3: error: invalid method declaration; return type required public Test() {} ^ Test.java:5: error: invalid method declaration; return type required public test() {} ^ 2 errors ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug170637b - 10 X.java [ public interface X { /** * Test for bug {@link "https://bugs.eclipse.org/bugs/show_bug.cgi?id=170637"} * * * @param bar1 {@link X} * @param bar2 {@link X} * @param bar3 {@link X} * @param bar4 {@link X} * @param bar5 {@link X} * @param bar6 {@link X} * @param bar7 {@link X} * @param bar8 {@link X} * @param bar9 {@link X} * @param bar10 {@link X} * @param bar11 {@link X} * @param bar12 {@link X} * @param bar13 {@link X} * @param bar14 {@link X} * @param bar15 {@link X} * @param bar16 {@link X} * @param bar17 {@link X} * @param bar18 {@link X} * @param bar19 {@link X} * @param bar20 {@link X} * @param bar21 {@link X} * @param bar22 {@link X} * @param bar23 {@link X} * @param bar24 {@link X} * @param bar25 {@link X} * @param bar26 {@link X} * @param bar27 {@link X} * @param bar28 {@link X} * @param bar29 {@link X} * @param bar30 {@link X} * * @return A string */ public String foo(String bar1, String bar2, String bar3, String bar4, String bar5, String bar6, String bar7, String bar8, String bar9, String bar10, String bar11, String bar12, String bar13, String bar14, String bar15, String bar16, String bar17, String bar18, String bar19, String bar20, String bar21, String bar22, String bar23, String bar24, String bar25, String bar26, String bar27, String bar28, String bar29, String bar30, String bar31 ); } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345a - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@literal raw text: * {@link BadLink} is just text} * {@link expected_error} * } */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345b - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@code raw text: * {@link BadLink} is just text} * {@link expected_error} * } */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345c - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@link raw text: * {@link BadLink} is just text} * {@link expected_error} * } */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345d - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@literal raw text: * {@link BadLink}}}} is just text} * {@link expected_error} * } */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345e - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@code raw text: * {{{{{{@link BadLink}}} is just text} * @since 4.2 */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345f - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@code raw text: * {@link BadLink} * @since 4.2 */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345g - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@code raw text: * {@link BadLink * @since 4.2 */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345h - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@code raw text: * @since 4.2 */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345i - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@code raw text: */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345l - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@literal raw text: * {@link BadLink} */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345m - 10 pkg/X.java [ package pkg; public class X extends Object { /** * This is {@code raw text: * {@link BadLink} */ public String toString() { return "foo"; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug207765 - 10 pkg/X.java [ package pkg; public class X { /** * {@link "http://www.eclipse.org/} * @see "http://www.eclipse.org/ */ public void foo() { } } ] --- javac err: --- X.java:30: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(String aParam) { ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug222900c - 10 X.java [ /** * Test the {@code} missing description * Test the {@code * } missing description * Test the {@code X} with description * Test the {@code * public class X} with description */ public class X { } ] --- javac err: --- X.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug233187a - 10 test/a/X.java [ package test.a; public class X { public static class Y { public static class Z { /** * The position in the new method signature depends on * the position in the array passed to * {@link X.Y#foo(test.a.X.Y.Z[])} OK for javadoc tool * {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool * {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool * {@link X.Y#foo(Y.Z[])} KO for javadoc tool * {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool */ public int bar() { return 0; } } public void foo(Z[] params) { } } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug233187b - 10 test/b/X.java [ package test.b; public class X { public static class Y { public static class Z { /** * The position in the new method signature depends on * the position in the array passed to * {@link X.Y#foo(test.b.X.Y.Z)} OK for javadoc tool * {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool * {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool * {@link X.Y#foo(Y.Z)} KO for javadoc tool * {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool */ public int bar() { return 0; } } public void foo(Z params) { } } } ] --- javac err: --- X.java:18: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(String aParam) throws Exception { ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ 2 warnings ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug254825 - 10 X.java [ class X { public Object foo(Object o) { return new Object() { /** @see #o */ public void x() {} }; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug254825b - 10 X.java [ class X { /** @see #o */ public Object foo(Object o) { return null; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_1 - 10 X.java [ public class X { /** * @see #X(int) */ X(int i) { } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2a - 10 X.java [ public class X { X(int i) {} } class Y extends X { /** @see X#X(int) */ Y(double d) { super(0); } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2b - 10 X.java [ import java.util.*; public class X { X(ArrayList alt) {} } class Y extends X { /** @see X#X(ArrayList) */ Y(List lu) { super(null); } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2c - 10 X.java [ import java.util.*; public class X { X(Object o) {} } class Y extends X { /** @see X#X(Object) */ Y(List lu) { super(lu); } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug267833_3 - 10 X.java [ public class X { /** * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException} * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1} * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field} * @param i * @return value * @throws NullPointerException */ public int foo(int i) { return 0; } } ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug281609a - 10 pkg/X.java [ package pkg; public class X { /** * @see java * @see java.lang * @see PKG * @see pkg */ public void foo() { } } ] --- javac err: --- X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ 1 warning --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Comparable public class X implements Comparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:1: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method public class X implements Comparable { ^ 2 warnings --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Comparable public class X implements Comparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning --- javac err: --- X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends RuntimeException { ^ 1 warning --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Comparable public class X implements Comparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning --- javac err: --- X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends RuntimeException { ^ 1 warning --- javac err: --- X.java:22: warning: [rawtypes] found raw type: Vector int foo(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; } ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:34: warning: [rawtypes] found raw type: Vector int foo(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; } ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Vector int bar(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; } ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(String aParam) { ^ 1 warning --- javac err: --- X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(String aParam) { ^ 1 warning --- javac err: --- X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(String aParam) { ^ 1 warning --- javac err: --- X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(String aParam) { ^ 1 warning --- javac err: --- p/Y.java:8: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void bar() {} ^ X.java:12: warning: [deprecation] bar() in Y has been deprecated new Y().bar(); ^ X.java:4: warning: [overrides] Class overrides equals, but neither it nor any superclass overrides hashCode method Object obj = new Object() { ^ 3 warnings --- javac err: --- X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Y { ^ Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x; ^ Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo() {} ^ 4 warnings --- javac err: --- X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Y { ^ Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x; ^ Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo() {} ^ 4 warnings --- javac err: --- X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Y { ^ Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x; ^ Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo() {} ^ 4 warnings --- javac err: --- A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated static int i0009; ^ A.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated static int i000a; ^ A.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated static int i000c; ^ X.java:2: warning: [deprecation] i0009 in A has been deprecated int i0 = A.i0009; ^ X.java:3: warning: [deprecation] i000a in A has been deprecated int i1 = A.i000a; ^ X.java:5: warning: [deprecation] i000c in A has been deprecated int i3 = A.i000c; ^ 6 warnings --- javac err: --- A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated static int i0009; ^ A.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated static int i000a; ^ A.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated static int i000c; ^ X.java:2: warning: [deprecation] i0009 in A has been deprecated int i0 = A.i0009; ^ X.java:3: warning: [deprecation] i000a in A has been deprecated int i1 = A.i000a; ^ X.java:5: warning: [deprecation] i000c in A has been deprecated int i3 = A.i000c; ^ 6 warnings *************************************************************************** * Comparison with Sun Javac compiler for class JavadocTestForMethod (null tests) *************************************************************************** --- javac err: --- X.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated int x; ^ Y.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class Y { ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] foo(int) in Z has been deprecated new Z().foo(2); ^ Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(int x) { ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] foo(int) in Z has been deprecated new Z().foo(2); ^ Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(int x) { ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] foo(int) in Z has been deprecated new Z().foo(2); ^ Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(int x) { ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] foo(int) in Z has been deprecated new Z().foo(2); ^ Z.java:14: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(int x) { ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] foo(int) in Z has been deprecated new Z().foo(2); ^ Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(int x) { ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] foo(int) in Z has been deprecated new Z().foo(2); ^ Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(int x) { ^ 2 warnings --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Hashtable public void p_foo(java.util.Hashtable h, float f) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable 1 warning --- javac err: --- X.java:8: error: cannot find symbol public void p_foo(inr a, int b, int c) { ^ symbol: class inr location: class X 1 error --- javac err: --- X.java:8: error: cannot find symbol public void p_foo(inr a, inx b, inq c) { ^ symbol: class inr location: class X X.java:8: error: cannot find symbol public void p_foo(inr a, inx b, inq c) { ^ symbol: class inx location: class X X.java:8: error: cannot find symbol public void p_foo(inr a, inx b, inq c) { ^ symbol: class inq location: class X 3 errors --- javac err: --- X.java:9: error: cannot find symbol public void t_foo() throws InvalidException { ^ symbol: class InvalidException location: class X 1 error --- javac err: --- X.java:6: error: cannot find symbol public void t_foo() throws InvalidException { ^ symbol: class InvalidException location: class X 1 error --- javac err: --- X.java:6: error: cannot find symbol public void t_foo() throws InvalidException { ^ symbol: class InvalidException location: class X 1 error --- javac err: --- X.java:7: error: cannot find symbol public void t_foo() throws InvalidException { ^ symbol: class InvalidException location: class X 1 error --- javac err: --- X.java:12: error: cannot find symbol InvalidException, ^ symbol: class InvalidException location: class X X.java:13: error: incompatible types: String cannot be converted to Throwable String, ^ 2 errors --- javac err: --- X.java:9: error: cannot find symbol InvalidException, ^ symbol: class InvalidException location: class X X.java:10: error: incompatible types: String cannot be converted to Throwable String, ^ 2 errors --- javac err: --- X.java:8: error: cannot find symbol InvalidException, ^ symbol: class InvalidException location: class X X.java:9: error: incompatible types: String cannot be converted to Throwable String, ^ 2 errors --- javac err: --- X.java:9: error: cannot find symbol InvalidException, ^ symbol: class InvalidException location: class X X.java:10: error: incompatible types: String cannot be converted to Throwable String, ^ 2 errors --- javac err: --- X.java:7: error: cannot find symbol InvalidException, ^ symbol: class InvalidException location: class X X.java:11: error: cannot find symbol IOException, ^ symbol: class IOException location: class X X.java:8: error: incompatible types: String cannot be converted to Throwable String, ^ 3 errors --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Vector public java.util.Vector s_foo() { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector X.java:8: warning: [rawtypes] found raw type: Vector return new java.util.Vector(); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:14: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:31: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:21: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:21: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:34: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:34: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:15: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:15: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:19: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:19: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:34: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:34: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:22: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:22: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:19: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:19: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/deep/qualified/name/p/X.java:35: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable test/deep/qualified/name/p/X.java:35: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/deep/qualified/name/p/X.java:23: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable test/deep/qualified/name/p/X.java:23: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/deep/qualified/name/p/X.java:20: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable test/deep/qualified/name/p/X.java:20: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/X.java:2: error: VisibilityPackage is not public in test.copy; cannot be accessed from outside package import test.copy.VisibilityPackage; ^ 1 error *************************************************************************** * Comparison with Sun Javac compiler for class JavadocTestMixed (null tests) *************************************************************************** --- javac err: --- X.java:2: error: unclosed string literal String s1 = "non-terminated; ^ 1 error --- javac err: --- test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X(String str) { ^ test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(java.util.Vector list) { ^ test/X.java:33: warning: [rawtypes] found raw type: Vector public String foo(java.util.Vector list) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 3 warnings --- javac err: --- test/X.java:23: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X(String str) { ^ test/X.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(java.util.Vector list) { ^ test/X.java:34: warning: [rawtypes] found raw type: Vector public String foo(java.util.Vector list) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 3 warnings --- javac err: --- test/X.java:23: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X(String str) { ^ test/X.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(java.util.Vector list) { ^ test/X.java:34: warning: [rawtypes] found raw type: Vector public String foo(java.util.Vector list) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 3 warnings --- javac err: --- test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X(String str) { ^ test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(java.util.Vector list) { ^ test/X.java:33: warning: [rawtypes] found raw type: Vector public String foo(java.util.Vector list) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 3 warnings --- javac err: --- test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X(String str) { ^ test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(java.util.Vector list) { ^ test/X.java:33: warning: [rawtypes] found raw type: Vector public String foo(java.util.Vector list) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 3 warnings --- javac err: --- test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X(String str) throws java.io.IOException { ^ test/X.java:32: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(java.util.Vector list) { ^ test/X.java:32: warning: [rawtypes] found raw type: Vector public String foo(java.util.Vector list) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 3 warnings --- javac err: --- test/X.java:7: error: modifier protected not allowed here protected class X { ^ test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X(String str) { ^ test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(java.util.Vector list) { ^ test/X.java:33: warning: [rawtypes] found raw type: Vector public String foo(java.util.Vector list) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 error 3 warnings --- javac err: --- test/X.java:12: error: ';' expected public int x ^ 1 error --- javac err: --- test/X.java:22: error: ';' expected public X(String str) ^ test/X.java:33: error: class, interface, or enum expected public String foo(java.util.Vector list) { ^ test/X.java:35: error: class, interface, or enum expected } ^ 3 errors *************************************************************************** * Comparison with Sun Javac compiler for class JavadocTestForClass (null tests) *************************************************************************** --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:21: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:21: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:15: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:15: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:17: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:17: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/deep/qualified/name/p/X.java:18: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable test/deep/qualified/name/p/X.java:18: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:10: error: = expected int i; ^ 1 error --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Map public interface X extends Map { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:9: warning: [rawtypes] found raw type: Entry Entry e = null; ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 2 warnings ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass#test055 - 10 X.java [ import java.util.Map; /** *
    *
  • {@link Entry}
  • *
*/ public interface X extends Map { Entry e = null; } ] --- javac err: --- X.java:10: error: = expected Entry e; ^ 1 error *************************************************************************** * Comparison with Sun Javac compiler for class JavadocTestForConstructor (null tests) *************************************************************************** --- javac err: --- X.java:4: warning: [deprecation] Z(int) in Z has been deprecated new Z(2); ^ Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated public Z(int value) { ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] Z() in Z has been deprecated new Z(); ^ Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated public Z() { ^ 2 warnings --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:21: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:21: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:17: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:17: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:20: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:20: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings *************************************************************************** * Comparison with Sun Javac compiler for class JavadocTestForField (null tests) *************************************************************************** --- javac err: --- X.java:4: warning: [deprecation] z in Z has been deprecated x=(new Z()).z; ^ Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int z; ^ 2 warnings --- javac err: --- X.java:13: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:11: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- X.java:20: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:20: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:17: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:17: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:20: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:20: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) { ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- X.java:2: error: cannot find symbol public static FieldSet emptySet() { return null; } ^ symbol: class FieldSet location: class Repro 1 error *************************************************************************** * Comparison with Sun Javac compiler for class JavadocTestForInterface (null tests) *************************************************************************** --- javac err: --- IX.java:13: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- IX.java:8: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- IX.java:17: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable IX.java:17: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- IX.java:17: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable IX.java:17: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- IX.java:14: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable IX.java:14: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, Vector v, boolean b); ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, Vector v, boolean b); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- IX.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated int x=0; ^ IY.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public interface IY { ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] foo(int) in IX has been deprecated x.foo(2); ^ IX.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(int x); ^ 2 warnings --- javac err: --- X.java:4: warning: [deprecation] foo(int) in IX has been deprecated x.foo(2); ^ IX.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated public String foo(int x); ^ 2 warnings --- javac err: --- IX.java:13: error: cannot find symbol InvalidException, ^ symbol: class InvalidException location: interface IX IX.java:17: error: cannot find symbol IOException; ^ symbol: class IOException location: interface IX IX.java:14: error: incompatible types: String cannot be converted to Throwable String, ^ 3 errors --- javac err: --- IX.java:13: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- IX.java:11: warning: [rawtypes] found raw type: Vector public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 1 warning --- javac err: --- IX.java:17: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable IX.java:17: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- IX.java:17: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable IX.java:17: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- IX.java:14: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable IX.java:14: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings --- javac err: --- test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Hashtable public void smr_foo(java.util.Hashtable h, Vector v, boolean b); ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Vector public void smr_foo(java.util.Hashtable h, Vector v, boolean b); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector 2 warnings *************************************************************************** * Comparison with Sun Javac compiler for class JavadocTestOptions (null tests) *************************************************************************** --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings --- javac err: --- X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public int x_dep; ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated public X() {} ^ X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void foo_dep() {} ^ X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X_dep {} ^ 4 warnings *************************************************************************** * Comparison with Sun Javac compiler for class AssertionTest (null tests) *************************************************************************** --- javac err: --- assert.java:1: error: as of release 1.4, 'assert' is a keyword, and may not be used as an identifier public class assert {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A4.java:4: error: cannot find symbol assert false : unbound; ^ symbol: variable unbound location: class A4 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:13: warning: [rawtypes] found raw type: Class Class c = Bar.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:13: warning: [rawtypes] found raw type: Class Class c = Bar.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:13: warning: [rawtypes] found raw type: Class Class c = Bar.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:23: error: variable error4 might not have been initialized assert (srcPts && (error4 = maxError()) > 0) : error4; ^ X.java:29: error: variable error5 might not have been initialized return error5; ^ X.java:36: error: variable error6 might not have been initialized return error6; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: variable i might not have been initialized System.out.println(i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: variable i might not have been initialized System.out.println(i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable i might not have been initialized System.out.println(i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable i might not have been initialized assert i++ == 0; ^ X.java:8: error: variable i might not have been initialized System.out.println(i); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class AmbiguousMethodTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: method(E4) in I2 and method(E3) in I1 have the same erasure, yet neither overrides the other static interface I3 extends I1, I2 {} ^ where E4,E3 are type-variables: E4 extends Object declared in interface I3 E3 extends Object declared in interface I3 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: reference to test is ambiguous public class X { void foo() { new BB().test(); } } ^ both method test() in AA and method test() in BB match where U is a type-variable: U extends Object declared in method test() X.java:3: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other class BB extends AA { void test() {} } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated void singleMatch() { System.out.print(new BB().test(new N(), new Integer(1))); } ^ X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated void betterMatch() { System.out.print(new CC().test(new N(), new Integer(1))); } ^ X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated void worseMatch() { System.out.print(new DD().test(new N(), new Integer(1))); } ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: reference to test is ambiguous void ambiguous() { new BB().test(new N()); } ^ both method test(T) in AA and method test(N) in BB match where T,U are type-variables: T extends Object declared in class AA U extends Object declared in method test(N) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: reference to test is ambiguous void ambiguous() { new BB().test(new N(), Integer.valueOf(1)); } ^ both method test(T,Integer) in AA and method test(N,U) in BB match where T,U are type-variables: T extends Object declared in class AA U extends Number declared in method test(N,U) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to id is ambiguous m.id(Integer.valueOf(111)); ^ both method id(T) in C and method id(Integer) in M match where T,ZZ are type-variables: T extends Number declared in class C ZZ extends Object declared in method id(Integer) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated m.id(new Integer(111)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo() and foo() have the same erasure N foo() { return null; } ^ where N,S are type-variables: N extends B declared in method foo() S extends A declared in method foo() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to foo is ambiguous new Y().foo("X"); ^ both method foo(U1) in X and method foo(T2) in Y match where U1,T2 are type-variables: U1 extends Object declared in method foo(U1) T2 extends Object declared in class Y X.java:4: error: reference to foo2 is ambiguous new Y().foo2("X"); ^ both method foo2(U2) in X and method foo2(T2) in Y match where U2,U3,T2 are type-variables: U2 extends Object declared in method foo2(U2) U3 extends Object declared in method foo2(T2) T2 extends Object declared in class Y X.java:10: error: name clash: foo(T2) in Y and foo(U1) in X have the same erasure, yet neither overrides the other void foo(T2 t) {} ^ where T2,U1 are type-variables: T2 extends Object declared in class Y U1 extends Object declared in method foo(U1) X.java:11: error: name clash: foo2(T2) in Y and foo2(U2) in X have the same erasure, yet neither overrides the other void foo2(T2 t) {} ^ where T2,U2 are type-variables: T2 extends Object declared in class Y U2 extends Object declared in method foo2(U2) 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:3: error: reference to foo is ambiguous new M().foo(Integer.valueOf(1), 2); ^ both method foo(int,int) in M and method foo(Number,Number) in M match B.java:4: error: reference to foo is ambiguous new N().foo(Integer.valueOf(1), 2); ^ both method foo(int,int) in N and method foo(Number,Number) in N match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:1: error: reference to test is ambiguous public class A { void check() { new C().test(new T()); } } ^ both method test(S) in B and method test(U) in C match where U is a type-variable: U extends S declared in method test(U) A.java:5: error: name clash: test(U) in C and test(S) in B have the same erasure, yet neither overrides the other class C extends B { int test(U u) {return -1;} } ^ where U is a type-variable: U extends S declared in method test(U) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- T.java:10: error: interface OrderedSet inherits unrelated defaults for spliterator() from types List and Set interface OrderedSet extends List, Set { boolean add(E o); } ^ where E is a type-variable: E extends Object declared in interface OrderedSet 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: method createParser(L1) is already defined in class X static Object createParser(L2 l) { return null; } ^ where L1 is a type-variable: L1 extends Listener,ErrorListener declared in method createParser(L1) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: X void test2(X x) throws ExTwo { x.foo(Integer.valueOf(1), Integer.valueOf(2)); } ^ missing type arguments for generic class X where A is a type-variable: A extends Number declared in class X X.java:4: warning: [unchecked] unchecked call to foo(C,C) as a member of the raw type Y void test2(X x) throws ExTwo { x.foo(Integer.valueOf(1), Integer.valueOf(2)); } ^ where C is a type-variable: C extends Number declared in class Y 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Combined.java:3: error: name clash: pickOne(Comparable) and pickOne(T#2) have the same erasure T pickOne(Comparable value) throws ExTwo { return null;} ^ where T#1,T#2 are type-variables: T#1 extends Object declared in method pickOne(Comparable) T#2 extends Comparable declared in method pickOne(T#2) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test1.java:3: error: name clash: pickOne(Comparable) and pickOne(T#2) have the same erasure T pickOne(Comparable value) throws ExTwo { return null;} ^ where T#1,T#2 are type-variables: T#1 extends Object declared in method pickOne(Comparable) T#2 extends Comparable declared in method pickOne(T#2) Test1.java:4: warning: [unchecked] unchecked method invocation: method pickOne in class Test1 is applied to given types void pickOne2(Test1 c) throws ExOne { c.pickOne((Comparable) "test"); } ^ required: T found: Comparable where T is a type-variable: T extends Comparable declared in method pickOne(T) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- XX.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated public static void main(String[] s) { System.out.println(new B().id(new Integer(1))); } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- XX.java:2: error: reference to id is ambiguous public static void main(String[] s) { System.out.println(new B().id(Integer.valueOf(1))); } ^ both method id(T) in A and method id(Integer) in B match where T,ZZ are type-variables: T extends Number declared in class A ZZ extends Object declared in method id(Integer) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: G void a(G x) { System.out.print(1); } ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:3: warning: [rawtypes] found raw type: F void b(F x) { System.out.print(2); } ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: H H h = null; ^ missing type arguments for generic class H where T3 is a type-variable: T3 extends Object declared in class H X.java:6: warning: [rawtypes] found raw type: G G g = null; ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:7: warning: [unchecked] unchecked method invocation: method a in class X is applied to given types new X().a(h); ^ required: G found: H X.java:7: warning: [unchecked] unchecked conversion new X().a(h); ^ required: G found: H X.java:8: warning: [unchecked] unchecked method invocation: method a in class X is applied to given types new X().a(g); ^ required: G found: G X.java:8: warning: [unchecked] unchecked conversion new X().a(g); ^ required: G found: G X.java:9: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types new X().b(h); ^ required: F found: H X.java:9: warning: [unchecked] unchecked conversion new X().b(h); ^ required: F found: H X.java:10: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types new X().b(g); ^ required: F found: G X.java:10: warning: [unchecked] unchecked conversion new X().b(g); ^ required: F found: G 10 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X0.java:2: warning: [rawtypes] found raw type: G void two(G x) { System.out.print(1); } ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X0.java:4: warning: [rawtypes] found raw type: G void three(G x) { System.out.print(3); } ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: G void a(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:5: warning: [rawtypes] found raw type: F void b(F x) {} ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:8: error: reference to a is ambiguous new X().a(h); ^ both method a(G) in X and method a(F) in X match 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: no suitable method found for one(H) new X().one(h); ^ method X.one(G) is not applicable (argument mismatch; H cannot be converted to G) method X.one(F) is not applicable (argument mismatch; H cannot be converted to F) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: reference to three is ambiguous new X().three(h); ^ both method three(G) in X and method three(F) in X match where E1,E2,E3 are type-variables: E1 extends Object declared in method three(G) E2 extends B declared in method three(G) E3 extends C declared in method three(F) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: G void x(G x) { System.out.print(true); } ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:3: warning: [rawtypes] found raw type: F void x(F x) { System.out.print(false); } ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:6: warning: [rawtypes] found raw type: G void a(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:8: warning: [rawtypes] found raw type: G void a2(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:10: warning: [rawtypes] found raw type: G void a3(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:12: warning: [rawtypes] found raw type: G void a4(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:14: warning: [rawtypes] found raw type: G void a5(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:16: warning: [rawtypes] found raw type: G void a6(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:19: warning: [rawtypes] found raw type: F void b(F x) { System.out.print(false); } ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:21: warning: [rawtypes] found raw type: F void b2(T x) { System.out.print(false); } ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:23: warning: [rawtypes] found raw type: F void b3(F x) { System.out.print(false); } ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:25: warning: [rawtypes] found raw type: F void b4(F x) { System.out.print(false); } ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:27: warning: [rawtypes] found raw type: F void b5(F x) { System.out.print(false); } ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:28: warning: [rawtypes] found raw type: G void c(G x) { System.out.print(true); } ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:29: warning: [rawtypes] found raw type: F void c(F x) { System.out.print(false); } ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:32: warning: [rawtypes] found raw type: H H hraw = null; ^ missing type arguments for generic class H where T3 is a type-variable: T3 extends Object declared in class H X.java:36: warning: [unchecked] unchecked method invocation: method x2 in class X is applied to given types new X().x2(hraw); ^ required: G found: H X.java:36: warning: [unchecked] unchecked conversion new X().x2(hraw); ^ required: G found: H X.java:38: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types new X().b(hraw); ^ required: G found: H X.java:38: warning: [unchecked] unchecked conversion new X().b(hraw); ^ required: G found: H X.java:40: warning: [unchecked] unchecked method invocation: method b2 in class X is applied to given types new X().b2(hraw); ^ required: G found: H X.java:40: warning: [unchecked] unchecked conversion new X().b2(hraw); ^ required: G found: H X.java:42: warning: [unchecked] unchecked method invocation: method b3 in class X is applied to given types new X().b3(hraw); ^ required: G found: H where T is a type-variable: T extends C declared in method b3(G) X.java:42: warning: [unchecked] unchecked conversion new X().b3(hraw); ^ required: G found: H where T is a type-variable: T extends C declared in method b3(G) X.java:44: warning: [unchecked] unchecked method invocation: method b4 in class X is applied to given types new X().b4(hraw); ^ required: T found: H where T is a type-variable: T extends G declared in method b4(T) X.java:46: warning: [unchecked] unchecked method invocation: method b5 in class X is applied to given types new X().b5(hraw); ^ required: S found: H where S,T are type-variables: S extends G declared in method b5(S) T extends C declared in method b5(S) 26 warnings --- javac err: --- Y.java:3: warning: auxiliary class H in X.java should not be accessed from outside its own source file H h = null; ^ Y.java:3: warning: auxiliary class C in X.java should not be accessed from outside its own source file H h = null; ^ Y.java:4: warning: auxiliary class H in X.java should not be accessed from outside its own source file H hraw = null; ^ Y.java:4: warning: [rawtypes] found raw type: H H hraw = null; ^ missing type arguments for generic class H where T3 is a type-variable: T3 extends Object declared in class H Y.java:5: error: reference to a is ambiguous new X().a(h); ^ both method a(G) in X and method a(F) in X match Y.java:6: error: reference to a is ambiguous new X().a(hraw); ^ both method a(G) in X and method a(F) in X match Y.java:7: error: reference to a2 is ambiguous new X().a2(h); ^ both method a2(G) in X and method a2(F) in X match where T is a type-variable: T extends C declared in method a2(F) Y.java:8: error: reference to a2 is ambiguous new X().a2(hraw); ^ both method a2(G) in X and method a2(F) in X match where T is a type-variable: T extends C declared in method a2(F) Y.java:9: error: reference to a3 is ambiguous new X().a3(h); ^ both method a3(G) in X and method a3(T) in X match where T is a type-variable: T extends F declared in method a3(T) Y.java:10: error: reference to a3 is ambiguous new X().a3(hraw); ^ both method a3(G) in X and method a3(T) in X match where T is a type-variable: T extends F declared in method a3(T) Y.java:11: error: reference to a4 is ambiguous new X().a4(h); ^ both method a4(G) in X and method a4(S) in X match where T,S are type-variables: T extends C declared in method a4(S) S extends F declared in method a4(S) Y.java:12: error: reference to a4 is ambiguous new X().a4(hraw); ^ both method a4(G) in X and method a4(S) in X match where T,S are type-variables: T extends C declared in method a4(S) S extends F declared in method a4(S) Y.java:13: error: reference to a5 is ambiguous new X().a5(h); ^ both method a5(T) in X and method a5(F) in X match where T is a type-variable: T extends G declared in method a5(T) Y.java:14: error: reference to a5 is ambiguous new X().a5(hraw); ^ both method a5(T) in X and method a5(F) in X match where T is a type-variable: T extends G declared in method a5(T) Y.java:15: error: reference to a6 is ambiguous new X().a6(h); ^ both method a6(T#1) in X and method a6(S) in X match where T#1,T#2,S are type-variables: T#1 extends G declared in method a6(T#1) T#2 extends C declared in method a6(S) S extends F declared in method a6(S) Y.java:16: error: reference to a6 is ambiguous new X().a6(hraw); ^ both method a6(T#1) in X and method a6(S) in X match where T#1,T#2,S are type-variables: T#1 extends G declared in method a6(T#1) T#2 extends C declared in method a6(S) S extends F declared in method a6(S) 12 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: G void a(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:8: warning: [rawtypes] found raw type: G void b(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:9: warning: [rawtypes] found raw type: F void b(F x) {} ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:11: warning: [rawtypes] found raw type: G void c(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:14: warning: [rawtypes] found raw type: G void d(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:17: warning: [rawtypes] found raw type: G void e(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:20: warning: [rawtypes] found raw type: G void f(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:21: warning: [rawtypes] found raw type: F void f(S x) {} ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:23: warning: [rawtypes] found raw type: G void g(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:24: warning: [rawtypes] found raw type: F > void g(S x) {} ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:26: warning: [rawtypes] found raw type: G void a2(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:29: warning: [rawtypes] found raw type: G void b2(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:30: warning: [rawtypes] found raw type: F void b2(F x) {} ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:32: warning: [rawtypes] found raw type: G void c2(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:35: warning: [rawtypes] found raw type: G void d2(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:38: warning: [rawtypes] found raw type: G void e2(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:41: warning: [rawtypes] found raw type: G void f2(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:42: warning: [rawtypes] found raw type: F void f2(S x) {} ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F X.java:42: warning: [rawtypes] found raw type: J void f2(S x) {} ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:44: warning: [rawtypes] found raw type: G void g2(T x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:45: warning: [rawtypes] found raw type: F > void g2(S x) {} ^ missing type arguments for generic class F where T1 is a type-variable: T1 extends Object declared in class F Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt X.java:50: warning: [rawtypes] found raw type: H H hraw = null; ^ missing type arguments for generic class H where T3 is a type-variable: T3 extends Object declared in class H X.java:52: error: reference to a is ambiguous x.a(h); ^ both method a(G) in X and method a(S) in X match where T,S are type-variables: T extends C declared in method a(S) S extends F declared in method a(S) X.java:53: error: reference to a is ambiguous x.a(hraw); ^ both method a(G) in X and method a(S) in X match where T,S are type-variables: T extends C declared in method a(S) S extends F declared in method a(S) X.java:58: error: reference to c is ambiguous x.c(h); ^ both method c(G) in X and method c(F) in X match X.java:59: error: reference to c is ambiguous x.c(hraw); ^ both method c(G) in X and method c(F) in X match X.java:61: error: reference to d is ambiguous x.d(h); ^ both method d(G) in X and method d(F) in X match X.java:62: error: reference to d is ambiguous x.d(hraw); ^ both method d(G) in X and method d(F) in X match X.java:64: error: reference to e is ambiguous x.e(h); ^ both method e(G) in X and method e(F) in X match where T is a type-variable: T extends C declared in method e(F) X.java:65: error: reference to e is ambiguous x.e(hraw); ^ both method e(G) in X and method e(F) in X match where T is a type-variable: T extends C declared in method e(F) X.java:71: error: reference to g is ambiguous x.g(hraw); ^ both method g(G) in X and method g(S) in X match where S is a type-variable: S extends F,J declared in method g(S) X.java:73: error: reference to a2 is ambiguous x.a2(h); ^ both method a2(T#1) in X and method a2(S) in X match where T#1,T#2,S are type-variables: T#1 extends G declared in method a2(T#1) T#2 extends C declared in method a2(S) S extends F declared in method a2(S) X.java:74: error: reference to a2 is ambiguous x.a2(hraw); ^ both method a2(T#1) in X and method a2(S) in X match where T#1,T#2,S are type-variables: T#1 extends G declared in method a2(T#1) T#2 extends C declared in method a2(S) S extends F declared in method a2(S) X.java:79: error: reference to c2 is ambiguous x.c2(h); ^ both method c2(T) in X and method c2(F) in X match where T is a type-variable: T extends G declared in method c2(T) X.java:80: error: reference to c2 is ambiguous x.c2(hraw); ^ both method c2(T) in X and method c2(F) in X match where T is a type-variable: T extends G declared in method c2(T) X.java:82: error: reference to d2 is ambiguous x.d2(h); ^ both method d2(T) in X and method d2(F) in X match where T is a type-variable: T extends G declared in method d2(T) X.java:83: error: reference to d2 is ambiguous x.d2(hraw); ^ both method d2(T) in X and method d2(F) in X match where T is a type-variable: T extends G declared in method d2(T) X.java:85: error: reference to e2 is ambiguous x.e2(h); ^ both method e2(T#1) in X and method e2(F) in X match where T#1,T#2 are type-variables: T#1 extends G declared in method e2(T#1) T#2 extends C declared in method e2(F) X.java:86: error: reference to e2 is ambiguous x.e2(hraw); ^ both method e2(T#1) in X and method e2(F) in X match where T#1,T#2 are type-variables: T#1 extends G declared in method e2(T#1) T#2 extends C declared in method e2(F) X.java:92: error: reference to g2 is ambiguous x.g2(hraw); ^ both method g2(T) in X and method g2(S) in X match where T,S are type-variables: T extends G declared in method g2(T) S extends F,J declared in method g2(S) X.java:98: warning: [rawtypes] found raw type: I class C extends B implements I {} ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I 18 errors 23 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:8: error: name clash: make(Class) and make(Class) have the same erasure public static X make(Class clazz) { ^ where U,W are type-variables: U extends Object declared in method make(Class) W extends String declared in method make(Class) Y.java:13: warning: [unchecked] unchecked method invocation: method make in class Y is applied to given types Y.make(getClazz()); ^ required: Class found: Class where W is a type-variable: W extends String declared in method make(Class) Y.java:13: warning: [unchecked] unchecked conversion Y.make(getClazz()); ^ required: Class found: Class where W is a type-variable: W extends String declared in method make(Class) Y.java:15: warning: [rawtypes] found raw type: Class public static Class getClazz() { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: name clash: make(Class) and make(Class) have the same erasure public X make(Class clazz) { ^ where U,W are type-variables: U extends Object declared in method make(Class) W extends String declared in method make(Class) X.java:12: warning: [rawtypes] found raw type: Y Y y = new Y(); ^ missing type arguments for generic class Y where V is a type-variable: V extends String declared in class Y X.java:12: warning: [rawtypes] found raw type: Y Y y = new Y(); ^ missing type arguments for generic class Y where V is a type-variable: V extends String declared in class Y X.java:13: warning: [unchecked] unchecked call to make(Class) as a member of the raw type Y y.make(String.class); ^ where W is a type-variable: W extends String declared in method make(Class) X.java:14: warning: [unchecked] unchecked call to make(Class) as a member of the raw type Y y.make(getClazz()); ^ where W is a type-variable: W extends String declared in method make(Class) X.java:15: warning: [unchecked] unchecked call to make(Class) as a member of the raw type Y y.make(getClazz().newInstance().getClass()); ^ where W is a type-variable: W extends String declared in method make(Class) X.java:17: warning: [rawtypes] found raw type: Class public static Class getClazz() { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- J.java:2: warning: [unchecked] foo(Number) in J overrides foo(Number) in I Float foo(final Number p); ^ return type requires unchecked conversion from Float to T where T is a type-variable: T extends Number declared in method foo(Number) Y.java:2: warning: [unchecked] foo(Number) in Y implements foo(Number) in I public Float foo(final Number p){ ^ return type requires unchecked conversion from Float to T where T is a type-variable: T extends Number declared in method foo(Number) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- J.java:2: warning: [unchecked] foo(Number) in J overrides foo(Number) in I Float foo(final Number p); ^ return type requires unchecked conversion from Float to T where T is a type-variable: T extends Number declared in method foo(Number) Y.java:2: warning: [unchecked] foo(Number) in Y implements foo(Number) in I public Float foo(final Number p){ ^ return type requires unchecked conversion from Float to T where T is a type-variable: T extends Number declared in method foo(Number) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- J.java:3: error: name clash: foo(Number) and foo(Number) have the same erasure Float foo(final Number p); ^ where T is a type-variable: T extends Number declared in method foo(Number) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: Object cannot be converted to String String s = ((I) this).foo(0.0f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: Z is not abstract and does not override abstract method foo(float) in J class Z extends X { ^ X.java:14: error: foo(float) in Z cannot override foo(float) in J public Object foo(float f) { ^ return type Object is not compatible with String 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: types J and I are incompatible; both define method(), but with unrelated return types public class X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: types J and I are incompatible; both define method(), but with unrelated return types public class X { ^ X.java:3: error: reference to method is ambiguous t.method(); ^ both method method() in J and method method() in I match X.java:5: warning: [static] static variable should be qualified by type name, J, instead of by an expression if (t.CONSTANT > 0); ^ X.java:5: warning: [empty] empty statement after if if (t.CONSTANT > 0); ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: X is not abstract and does not override abstract method method() in J class X implements I, J { ^ X.java:8: error: method() in X cannot implement method() in J public int method() { ^ return type int is not compatible with boolean 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: reference to bar is ambiguous bar(new Z()); ^ both method bar(I) in Y and method bar(Z) in X match X.java:13: warning: [rawtypes] found raw type: I private static final class Z implements I { ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [rawtypes] found raw type: I private static class Z implements I { ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I X.java:9: error: reference to bar is ambiguous bar(new Z(){}); ^ both method bar(I) in Y and method bar(Z) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: A public class X extends A { ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:2: warning: [rawtypes] found raw type: G void x(G g) { System.out.print(1); } ^ missing type arguments for generic class G where T is a type-variable: T extends Object declared in class G X.java:3: warning: [rawtypes] found raw type: G void x(G g, G g2) { System.out.print(1); } ^ missing type arguments for generic class G where T is a type-variable: T extends Object declared in class G X.java:3: warning: [rawtypes] found raw type: G void x(G g, G g2) { System.out.print(1); } ^ missing type arguments for generic class G where T is a type-variable: T extends Object declared in class G X.java:5: warning: [rawtypes] found raw type: H H h = new H(); ^ missing type arguments for generic class H where T is a type-variable: T extends Object declared in class H X.java:5: warning: [rawtypes] found raw type: H H h = new H(); ^ missing type arguments for generic class H where T is a type-variable: T extends Object declared in class H 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: ArrayList public class X extends java.util.ArrayList { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:3: warning: [rawtypes] found raw type: Comparable public void add(Comparable o) {} ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: methods foo(T) from X and foo(String) from X are inherited with the same signature class NoErrorSubclass extends X {} ^ where T is a type-variable: T extends Object declared in class X X.java:10: error: reference to X is ambiguous StringOnlySubClass(String s) { super(s); } ^ both constructor X(String) in X and constructor X(T) in X match where T is a type-variable: T extends Object declared in class X X.java:11: error: reference to foo is ambiguous @Override void foo(String s) { super.foo(s); } ^ both method foo(String) in X and method foo(T) in X match where T is a type-variable: T extends Object declared in class X X.java:14: error: reference to X is ambiguous Object o = new X("xyz"); ^ both constructor X(String) in X and constructor X(T) in X match where T is a type-variable: T extends Object declared in class X X.java:15: error: reference to foo is ambiguous void test(X x) { x.foo("xyz"); } ^ both method foo(String) in X and method foo(T) in X match where T is a type-variable: T extends Object declared in class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: TreeMap TreeMap copy = new TreeMap(tm); ^ missing type arguments for generic class TreeMap where K,V are type-variables: K extends Object declared in class TreeMap V extends Object declared in class TreeMap X.java:4: warning: [rawtypes] found raw type: TreeMap TreeMap copy = new TreeMap(tm); ^ missing type arguments for generic class TreeMap where K,V are type-variables: K extends Object declared in class TreeMap V extends Object declared in class TreeMap X.java:4: warning: [unchecked] unchecked call to TreeMap(SortedMap) as a member of the raw type TreeMap TreeMap copy = new TreeMap(tm); ^ where K,V are type-variables: K extends Object declared in class TreeMap V extends Object declared in class TreeMap 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Y new Y(p); ^ missing type arguments for generic class Y where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:3: warning: [unchecked] unchecked call to Y(J) as a member of the raw type Y new Y(p); ^ where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:4: warning: [rawtypes] found raw type: Y new Y((J) p); ^ missing type arguments for generic class Y where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:4: warning: [unchecked] unchecked call to Y(J) as a member of the raw type Y new Y((J) p); ^ where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:5: warning: [rawtypes] found raw type: Y new Y((I) p); ^ missing type arguments for generic class Y where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:5: warning: [unchecked] unchecked call to Y(I) as a member of the raw type Y new Y((I) p); ^ where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Y new Y(p); ^ missing type arguments for generic class Y where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:3: error: reference to Y is ambiguous new Y(p); ^ both constructor Y(I) in Y and constructor Y(J) in Y match where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:3: warning: [unchecked] unchecked call to Y(I) as a member of the raw type Y new Y(p); ^ where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:4: warning: [rawtypes] found raw type: Y new Y((J) p); ^ missing type arguments for generic class Y where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:4: warning: [unchecked] unchecked call to Y(J) as a member of the raw type Y new Y((J) p); ^ where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:5: warning: [rawtypes] found raw type: Y new Y((I) p); ^ missing type arguments for generic class Y where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:5: warning: [unchecked] unchecked call to Y(I) as a member of the raw type Y new Y((I) p); ^ where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:2: warning: [rawtypes] found raw type: I class X { ^ missing type arguments for generic class I where R is a type-variable: R extends Object declared in interface I Test.java:5: warning: [rawtypes] found raw type: I class Y extends X { ^ missing type arguments for generic class I where R is a type-variable: R extends Object declared in interface I Test.java:6: warning: [rawtypes] found raw type: I @Override void method(X that) { System.out.print(1); } ^ missing type arguments for generic class I where R is a type-variable: R extends Object declared in interface I Test.java:9: warning: [rawtypes] found raw type: Y public static void main(String[] args) { new Y().method((X) null); } ^ missing type arguments for generic class Y where T is a type-variable: T extends I declared in class Y Test.java:9: warning: [unchecked] unchecked call to method(X) as a member of the raw type Y public static void main(String[] args) { new Y().method((X) null); } ^ 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: warning: [rawtypes] found raw type: I public abstract class A implements I { ^ missing type arguments for generic class I where E is a type-variable: E extends Object declared in interface I A.java:5: warning: [rawtypes] found raw type: I public void x(I i) {} ^ missing type arguments for generic class I where E is a type-variable: E extends Object declared in interface I 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:6: warning: [rawtypes] found raw type: ArrayList new B().foo(new ArrayList()); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList A.java:6: error: reference to foo is ambiguous new B().foo(new ArrayList()); ^ both method foo(Collection) in A and method foo(ArrayList) in B match A.java:6: warning: [unchecked] unchecked method invocation: method foo in class A is applied to given types new B().foo(new ArrayList()); ^ required: Collection found: ArrayList A.java:6: warning: [unchecked] unchecked conversion new B().foo(new ArrayList()); ^ required: Collection found: ArrayList A.java:7: warning: [rawtypes] found raw type: ArrayList new B().foo(new ArrayList(), args[0]); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList A.java:7: error: reference to foo is ambiguous new B().foo(new ArrayList(), args[0]); ^ both method foo(Collection,Object) in A and method foo(ArrayList,Object) in B match A.java:7: warning: [unchecked] unchecked method invocation: method foo in class A is applied to given types new B().foo(new ArrayList(), args[0]); ^ required: Collection,Object found: ArrayList,String A.java:7: warning: [unchecked] unchecked conversion new B().foo(new ArrayList(), args[0]); ^ required: Collection found: ArrayList A.java:11: warning: [rawtypes] found raw type: ArrayList void foo(ArrayList a) {} ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList A.java:12: warning: [rawtypes] found raw type: ArrayList void foo(ArrayList a, Object o) {} ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 2 errors 8 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: X cannot be converted to X X c_b = c.foo(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends A from capture of ? extends A X.java:8: error: incompatible types: X cannot be converted to X X d_b = d.foo(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends A from capture of ? extends A X.java:2: error: foo() in B clashes with foo() in A interface B extends A { X foo(); } ^ return type X is not compatible with X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: reference to foo is ambiguous X c_b = c.foo(); ^ both method foo() in B and method foo() in A match X.java:10: error: reference to foo is ambiguous X d_b = d.foo(); ^ both method foo() in B and method foo() in A match X.java:3: error: types A and B are incompatible; both define foo(), but with unrelated return types interface C extends B, A {} ^ X.java:4: error: types B and A are incompatible; both define foo(), but with unrelated return types interface D extends A, B {} ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:13: error: types I and X are incompatible; both define b(), but with unrelated return types abstract class Y extends X implements I, J { ^ Y.java:15: error: reference to a is ambiguous byte a = a(); ^ both method a() in J and method a() in I match Y.java:16: error: reference to b is ambiguous byte b = b(); ^ both method b() in I and method b() in X match Y.java:16: error: incompatible types: possible lossy conversion from int to byte byte b = b(); ^ Y.java:20: error: types I and X are incompatible; both define b(), but with unrelated return types abstract class Y2 extends X implements J, I { ^ Y.java:22: error: reference to a is ambiguous byte a = a(); ^ both method a() in J and method a() in I match Y.java:23: error: reference to b is ambiguous byte b = b(); ^ both method b() in I and method b() in X match Y.java:23: error: incompatible types: possible lossy conversion from int to byte byte b = b(); ^ 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: warning: [rawtypes] found raw type: I void a(I x) {} ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I Y.java:9: warning: [rawtypes] found raw type: I class C extends B implements I { ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I Y.java:19: error: reference to b is ambiguous b(new C()); ^ both method b(I) in A and method b(C) in C match Y.java:20: error: reference to b is ambiguous b(new D()); ^ both method b(I) in A and method b(C) in C match Y.java:21: error: reference to b is ambiguous b(new C[0]); ^ both method b(I[]) in A and method b(C[]) in C match Y.java:22: error: reference to b is ambiguous b(new D[0]); ^ both method b(I[]) in A and method b(C[]) in C match Y.java:23: error: reference to c is ambiguous c(new C()); ^ both method c(I) in A and method c(C) in C match where U is a type-variable: U extends Object declared in method c(I) Y.java:24: error: reference to c is ambiguous c(new D()); ^ both method c(I) in A and method c(C) in C match where U is a type-variable: U extends Object declared in method c(I) Y.java:28: warning: [rawtypes] found raw type: I void a(I x) {} ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I Y.java:33: warning: [rawtypes] found raw type: A2 class B2 extends A2 {} ^ missing type arguments for generic class A2 where T is a type-variable: T extends Object declared in class A2 Y.java:34: warning: [rawtypes] found raw type: I class C2 extends B2 implements I { ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I 6 errors 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:1: warning: [rawtypes] found raw type: Comparable abstract class A { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable C.java:4: warning: [rawtypes] found raw type: Comparable class B extends A { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: name clash: b() in J and b() in I have the same erasure, yet neither overrides the other J b(); ^ X.java:15: error: incompatible types: J cannot be converted to J J b = ints.a(); ^ X.java:16: error: incompatible types: J cannot be converted to J J c = ints.a(); ^ X.java:17: warning: [rawtypes] found raw type: J J d = ints.a(); ^ missing type arguments for generic class J where E is a type-variable: E extends Object declared in interface J X.java:19: error: incompatible types: J cannot be converted to I I f = ints.a(); ^ X.java:20: error: incompatible types: J cannot be converted to I I g = ints.a(); ^ X.java:21: warning: [rawtypes] found raw type: I I h = ints.a(); ^ missing type arguments for generic class I where E is a type-variable: E extends Object declared in interface I X.java:25: error: incompatible types: I cannot be converted to J J a = ints.b(); ^ X.java:26: error: incompatible types: I cannot be converted to J J b = ints.b(); ^ X.java:27: error: incompatible types: I cannot be converted to J J c = ints.b(); ^ X.java:28: warning: [rawtypes] found raw type: J J d = ints.b(); ^ missing type arguments for generic class J where E is a type-variable: E extends Object declared in interface J X.java:28: error: incompatible types: I cannot be converted to J J d = ints.b(); ^ X.java:30: error: incompatible types: I cannot be converted to I I f = ints.b(); ^ X.java:31: error: incompatible types: I cannot be converted to I I g = ints.b(); ^ X.java:32: warning: [rawtypes] found raw type: I I h = ints.b(); ^ missing type arguments for generic class I where E is a type-variable: E extends Object declared in interface I X.java:39: warning: [rawtypes] found raw type: J J d = ints.c(); ^ missing type arguments for generic class J where E is a type-variable: E extends Object declared in interface J X.java:43: warning: [rawtypes] found raw type: I I h = ints.c(); ^ missing type arguments for generic class I where E is a type-variable: E extends Object declared in interface I 11 errors 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: reference to b is ambiguous x.b(null); ^ both method b(T#1) in X and method b(X.Field) in X match where T#1,T#2 are type-variables: T#1 extends Number declared in method b(T#1) T#2 extends Object declared in method b(X.Field) X.java:13: error: reference to b is ambiguous x.b(null); ^ both method b(T#1) in X and method b(X.Field) in X match where T#1,T#2 are type-variables: T#1 extends Number declared in method b(T#1) T#2 extends Object declared in method b(X.Field) X.java:14: error: reference to c is ambiguous x.c(null); ^ both method c(String) in X and method c(X.Field) in X match 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] y() in Two overrides y() in One I y() throws IllegalAccessError; ^ return type requires unchecked conversion from I to I where T is a type-variable: T extends A declared in method y() X.java:9: error: name clash: x() in Two and x() in One have the same erasure, yet neither overrides the other I x() throws IllegalAccessError; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [cast] redundant cast to BaseA return (BaseA) ask(prompt, impl); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:3: warning: [unchecked] unchecked cast this.set((ValueType) valueGetter.getObject()); ^ required: ValueType found: Object where ValueType is a type-variable: ValueType extends Object declared in class A C.java:9: warning: [rawtypes] found raw type: E class B extends A { ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other public void set(CharSequence string) { ^ org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test081 - 10 first method: set(CharSequence) in I second method: set(Object) in A C.java:36: warning: [deprecation] newInstance() in Class has been deprecated return (Type) typeClass.newInstance(); ^ where T is a type-variable: C.java [ T extends Object declared in class Class C.java:36: warning: [cast] redundant cast to Type return (Type) typeClass.newInstance(); ^ where Type is a type-variable: Type extends CharSequence declared in class E C.java:20: warning: [rawtypes] found raw type: E E e = new E(String.class); ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E 1 error 5 warnings ---------------------------------------- class A implements I { public void doSet(ModelType valueGetter) { this.set((ValueType) valueGetter.getObject()); } public void set(Object object) { System.out.println("In A.set(Object)"); } } class B extends A { public void set(CharSequence string) { System.out.println("In B.set(CharSequence)"); } } public class C extends B { static public void main(String[] args) { C c = new C(); c.run(); } public void run() { E e = new E(String.class); this.doSet(e); } } class D { public Object getObject() { return null; } } class E extends D { private Class typeClass; public E(Class typeClass) { this.typeClass = typeClass; } public Type getObject() { try { return (Type) typeClass.newInstance(); } catch (Exception e) { throw new RuntimeException(e); } } } interface I { public void doSet(ModelType model); public void set(ValueType value); } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:3: warning: [unchecked] unchecked cast this.set((ValueType) valueGetter.getObject()); ^ required: ValueType found: Object where ValueType is a type-variable: ValueType extends Object declared in class A C.java:9: warning: [rawtypes] found raw type: E class B extends A { ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test082 - 10 C.java [ C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other public void set(CharSequence string) { class A extends I { ^ public void doSet(ModelType valueGetter) { first method: set(CharSequence) in I second method: set(Object) in A this.set((ValueType) valueGetter.getObject()); } public void set(Object object) { C.java:36: warning: [deprecation] newInstance() in Class has been deprecated System.out.println("In A.set(Object)"); return (Type) typeClass.newInstance(); } } ^ class B extends A { where T is a type-variable: public void set(CharSequence string) { T extends Object declared in class Class System.out.println("In B.set(CharSequence)"); } } public class C extends B { static public void main(String[] args) { C c = new C(); c.run(); } public void run() { E e = new E(String.class); C.java:36: warning: [cast] redundant cast to Type this.doSet(e); } } class D { return (Type) typeClass.newInstance(); ^ public Object getObject() { return null; where Type is a type-variable: } } Type extends CharSequence declared in class E class E extends D { C.java:20: warning: [rawtypes] found raw type: E private Class typeClass; E e = new E(String.class); public E(Class typeClass) { ^ this.typeClass = typeClass; } missing type arguments for generic class E public Type getObject() { where Type is a type-variable: try { Type extends CharSequence declared in class E 1 error 5 warnings ---------------------------------------- return (Type) typeClass.newInstance(); } catch (Exception e) { throw new RuntimeException(e); } } } abstract class I { public abstract void doSet(ModelType model); public abstract void set(ValueType value); } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:3: warning: [unchecked] unchecked cast this.set((ValueType) valueGetter.getObject()); ^ required: ValueType found: Object where ValueType is a type-variable: org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test083 - 10 ValueType extends Object declared in class A C.java [ C.java:9: warning: [rawtypes] found raw type: E class A implements I { public void doSet(ModelType valueGetter) { this.set((ValueType) valueGetter.getObject()); class B extends A implements I { } ^ public void set(Object object) { System.out.println("In A.set(Object)"); } } class B extends A implements I { public void set(CharSequence string) { System.out.println("In B.set(CharSequence)"); } } public class C extends B { missing type arguments for generic class E static public void main(String[] args) { where Type is a type-variable: C c = new C(); Type extends CharSequence declared in class E c.run(); } C.java:9: warning: [rawtypes] found raw type: E public void run() { class B extends A implements I { E e = new E(String.class); ^ this.doSet(e); } missing type arguments for generic class E } where Type is a type-variable: class D { Type extends CharSequence declared in class E public Object getObject() { return null; } } C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other class E extends D { public void set(CharSequence string) { private Class typeClass; ^ public E(Class typeClass) { first method: set(CharSequence) in I this.typeClass = typeClass; } second method: set(Object) in A public Type getObject() { C.java:36: warning: [deprecation] newInstance() in Class has been deprecated try { return (Type) typeClass.newInstance(); ^ return (Type) typeClass.newInstance(); where T is a type-variable: } catch (Exception e) { T extends Object declared in class Class throw new RuntimeException(e); C.java:36: warning: [cast] redundant cast to Type } } } return (Type) typeClass.newInstance(); ^ interface I { where Type is a type-variable: public void doSet(ModelType model); Type extends CharSequence declared in class E public void set(ValueType value); C.java:20: warning: [rawtypes] found raw type: E } ] E e = new E(String.class); ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E 1 error 6 warnings ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:3: warning: [unchecked] unchecked cast this.set((ValueType) valueGetter.getObject()); ^ required: ValueType found: Object where ValueType is a type-variable: ValueType extends Object declared in class A C.java:9: warning: [rawtypes] found raw type: E class B extends A { ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E C.java:33: warning: [deprecation] newInstance() in Class has been deprecated return (Type) typeClass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class C.java:33: warning: [cast] redundant cast to Type return (Type) typeClass.newInstance(); ^ where Type is a type-variable: Type extends CharSequence declared in class E C.java:17: warning: [rawtypes] found raw type: E E e = new E(String.class); ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:3: warning: [unchecked] unchecked cast this.set((ValueType) valueGetter.getObject()); ^ required: ValueType found: Object where ValueType is a type-variable: ValueType extends Object declared in class A C.java:9: warning: [rawtypes] found raw type: E class B extends A { ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E C.java:33: warning: [deprecation] newInstance() in Class has been deprecated return (Type) typeClass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class C.java:33: warning: [cast] redundant cast to Type return (Type) typeClass.newInstance(); ^ where Type is a type-variable: Type extends CharSequence declared in class E C.java:17: warning: [rawtypes] found raw type: E E e = new E(String.class); ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:3: warning: [unchecked] unchecked cast this.set((ValueType) valueGetter.getObject()); ^ required: ValueType found: Object where ValueType is a type-variable: ValueType extends Object declared in class A C.java:9: warning: [rawtypes] found raw type: E class B extends A { ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E C.java:36: warning: [deprecation] newInstance() in Class has been deprecated return (Type) typeClass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class C.java:36: warning: [cast] redundant cast to Type return (Type) typeClass.newInstance(); ^ where Type is a type-variable: Type extends CharSequence declared in class E C.java:20: warning: [rawtypes] found raw type: E E e = new E(String.class); ^ missing type arguments for generic class E where Type is a type-variable: Type extends CharSequence declared in class E 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: reference to with is ambiguous static { with(null); } ^ both method with(List) in X and method with(Collection) in X match where T#1,T#2 are type-variables: T#1 extends Object declared in method with(List) T#2 extends Object declared in method with(Collection) org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test087 - 10 1 error X.java [ ---------------------------------------- import java.util.Collection; import java.util.List; public class X { public static List with(List p) { return null; } public static Collection with(Collection p) { return null; } static { with(null); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method foo() is already defined in class X double foo() { return 0.0; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method foo() is already defined in interface X double foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: method m2(List) is already defined in class X double m2(List b) {return 0.0;} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:9: error: reference to m is ambiguous m(l, l); //JDK 6/7 give ambiguity here - EJC compiles ok ^ both method m(List,U) in Test and method m(List,List) in Test match where U,V are type-variables: U extends Object declared in method m(List,U) V extends Object declared in method m(List,List) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- AmbiguousTest.java:18: error: reference to method is ambiguous newAbstractClass().method(null); ^ both method method(File) in AbstractClass and method method(String) in AbstractClass match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: IStoredNode public void foo(IStoredNode bar) { ^ missing type arguments for generic class IStoredNode where T is a type-variable: T extends Object declared in interface IStoredNode 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class AutoBoxingTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated test(new Integer(1)); ^ 1 warning --- javac err: --- X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated test(new Byte((byte) 1)); ^ 1 warning --- javac err: --- X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated test(new Byte((byte) 1)); ^ 1 warning --- javac err: --- X.java:3: warning: [deprecation] Character(char) in Character has been deprecated test(new Character('c')); ^ 1 warning --- javac err: --- X.java:3: warning: [deprecation] Float(float) in Float has been deprecated test(new Float(0.0f)); ^ 1 warning --- javac err: --- X.java:3: warning: [deprecation] Double(double) in Double has been deprecated test(new Double(0.0)); ^ 1 warning --- javac err: --- X.java:3: warning: [deprecation] Long(long) in Long has been deprecated test(new Long(0L)); ^ 1 warning --- javac err: --- X.java:3: warning: [deprecation] Short(short) in Short has been deprecated test(new Short((short) 0)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: int cannot be converted to Long new Y().test(1, 1); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error --- javac err: --- X.java:3: error: incompatible types: byte cannot be converted to Integer new Y().test((byte) 1, 1); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated Y.test(1, new Integer(2), -3); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to test is ambiguous new Y().test(1, 1); ^ both method test(Integer,int) in Y and method test(int,Integer) in Y match X.java:5: error: reference to test is ambiguous new Y().test(new Integer(1), new Integer(1)); ^ both method test(Integer,int) in Y and method test(int,Integer) in Y match 2 errors --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated new Y().test(new Integer(1), 1); ^ X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated new Y().test(1, new Integer(1)); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [deprecation] Byte(byte) in Byte has been deprecated public static Byte test() { return new Byte((byte) 1); } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [deprecation] Byte(byte) in Byte has been deprecated public static Byte test() { return new Byte((byte) 1); } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated Integer x = new Integer(15); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated Integer i = new Integer(1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated return new Integer(0); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated Integer i = args.length == 0 ? 0 : new Integer(1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated Integer i = new Integer(1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Float cannot be converted to int System.out.println((int)f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: int cannot be converted to Float System.out.println((Float) 0); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Character(char) in Character has been deprecated Character cValue = new Character('c'); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: bad operand types for binary operator '==' if (0 == new X()) { ^ first type: int second type: X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated if (new Integer(1) == new Integer(0)) { ^ X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated if (new Integer(1) == new Integer(0)) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: bad operand types for binary operator '!=' if (i != null) { ^ first type: int second type: 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated Integer i = new Integer(1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated Integer i = bar() ? new Integer(1) : null; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: String cannot be converted to Integer i += "aaa"; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: bad operand types for binary operator '+' i += null; ^ first type: Integer second type: 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: bad operand types for binary operator '+' i = i + null; ^ first type: Integer second type: 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ X.java:5: warning: [cast] redundant cast to Byte System.out.println((Byte)b); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [deprecation] Byte(byte) in Byte has been deprecated public static Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated public static Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [deprecation] Byte(byte) in Byte has been deprecated public static Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated public static Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: int cannot be converted to Byte foo(0); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: byte cannot be converted to Integer for(Integer i : bytes) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: 'void' type not allowed here doFoo(getVoid()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to a is ambiguous a(new Integer(1), 2); ^ both method a(int,int) in X and method a(Object,Object) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:22: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type A public X(A... t) {} ^ where A,T are type-variables: A extends T declared in constructor X(A...) T extends Object declared in class X X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T void foo(T... t) {} ^ where T is a type-variable: T extends Object declared in method foo(T...) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: bad operand types for binary operator '==' return null == value; ^ first type: second type: short 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:99: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte _byte = new Byte((byte)2); ^ X.java:100: warning: [deprecation] Character(char) in Character has been deprecated Character _character = new Character('@'); ^ X.java:101: warning: [deprecation] Short(short) in Short has been deprecated Short _short = new Short((short)255); ^ X.java:102: warning: [deprecation] Integer(int) in Integer has been deprecated Integer _integer = new Integer(12345678); ^ X.java:103: warning: [deprecation] Long(long) in Long has been deprecated Long _long = new Long(1234567890); ^ X.java:104: warning: [deprecation] Float(double) in Float has been deprecated Float _float = new Float(-0.0); ^ 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: byte cannot be converted to Short Short s2 = _byte; // ko ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: bad operand types for binary operator '==' if (o == 0) return o; ^ first type: Serializable second type: int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: bad operand types for binary operator '==' if (o == true) return o; ^ first type: Object second type: boolean 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated Comparable c1 = foo("", new Integer(5)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [deprecation] Double(double) in Double has been deprecated Object value = test.convert(new Double(50)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Character(char) in Character has been deprecated Character _Character = new Character(' '); ^ X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated Integer _Integer = new Integer(2); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol System.out.println(zork); ^ symbol: variable zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated m(new Integer(i)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Integer[] cannot be converted to int[] int[] ints = (int[]) integers; ^ X.java:6: error: incompatible types: float[] cannot be converted to Float[] Float[] fs = (Float[]) floats; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: reference to foo is ambiguous new X().foo(1); ^ both method foo(Object...) in X and method foo(int...) in X match X.java:7: error: reference to foo is ambiguous new X().foo(new Integer(1)); ^ both method foo(Object...) in X and method foo(int...) in X match X.java:8: error: reference to foo is ambiguous new X().foo(1, new Integer(1)); ^ both method foo(Object...) in X and method foo(int...) in X match 3 errors --- javac err: --- X.java:6: error: reference to foo is ambiguous new X().foo(1); ^ both method foo(Number...) in X and method foo(int...) in X match X.java:7: error: reference to foo is ambiguous new X().foo(new Integer(1)); ^ both method foo(Number...) in X and method foo(int...) in X match X.java:8: error: reference to foo is ambiguous new X().foo(1, new Integer(1)); ^ both method foo(Number...) in X and method foo(int...) in X match 3 errors --- javac err: --- X.java:6: error: reference to foo is ambiguous new X().foo(1); ^ both method foo(int,Object...) in X and method foo(Integer,int...) in X match X.java:7: error: reference to foo is ambiguous new X().foo(new Integer(1)); ^ both method foo(int,Object...) in X and method foo(Integer,int...) in X match X.java:8: error: reference to foo is ambiguous new X().foo(1, new Integer(1)); ^ both method foo(int,Object...) in X and method foo(Integer,int...) in X match 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Cla where A is a type-variable: A extends Object declared in class Cla X.java:28: error: cannot find symbol System.out.printltn(t6); ^ symbol: method printltn(long) location: variable out of type PrintStream 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated if (new Boolean(true) ? true : new Boolean(false)) { ^ X.java:3: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated if (new Boolean(true) ? true : new Boolean(false)) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: int cannot be converted to Short s = i; // not a constant ^ X.java:9: error: incompatible types: int cannot be converted to Short bar(4); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incomparable types: Float and Long return f == l; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unexpected type boolean c = a instanceof Integer; ^ required: reference found: int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: no suitable constructor found for Byte(int) no = new Byte(127); ^ constructor Byte.Byte(byte) is not applicable (argument mismatch; possible lossy conversion from int to byte) constructor Byte.Byte(String) is not applicable (argument mismatch; int cannot be converted to String) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: int cannot be converted to Byte return i; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: bad type in conditional expression boolean x = false ? "" : false; ^ String cannot be converted to boolean X.java:4: error: boolean cannot be dereferenced System.out.print("[4:"+ x + "," + x.getClass().getCanonicalName() + "]"); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: A A ua = a; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast return (T) o; // should get unchecked warning ^ required: T found: Object where T is a type-variable: T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: A A ua = a; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:9: warning: [unchecked] unchecked assignment to variable foo as member of raw type A ua.foo = new Object(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: A A ua = this; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A ua.foo = new Object(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: A A ua = this; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A ua.foo = new Object(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: A A ua = this; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A ua.foo = new Object[1]; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [static] static variable should be qualified by type name, Long, instead of by an expression long s = a.foo.MAX_VALUE; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated if(new Integer(2) == 0) {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated if(new Integer(2) == 0) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Double(double) in Double has been deprecated if(new Double(2.0) == 0.0) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Double(double) in Double has been deprecated if(new Double(2.0) == 0.0) {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Integer cannot be converted to char char d = (char)(a); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: ArrayList ArrayList params; ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:8: error: incompatible types: cannot be converted to int return null; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: short cannot be converted to Integer i1 = s; ^ X.java:8: error: incompatible types: short cannot be converted to Integer case s: ^ X.java:14: error: incompatible types: byte cannot be converted to Integer i2 = b; ^ X.java:17: error: incompatible types: byte cannot be converted to Integer case b: ^ X.java:23: error: incompatible types: char cannot be converted to Integer i3 = c; ^ X.java:26: error: incompatible types: char cannot be converted to Integer case c: ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: short cannot be converted to Integer Integer is = s; ^ X.java:4: error: incompatible types: byte cannot be converted to Integer Integer ib = b; ^ X.java:5: error: incompatible types: char cannot be converted to Integer Integer ic = c; ^ X.java:11: error: incompatible types: short cannot be converted to Integer Integer is = s; ^ X.java:12: error: incompatible types: byte cannot be converted to Integer Integer ib = b; ^ X.java:13: error: incompatible types: char cannot be converted to Integer Integer ic = c; ^ X.java:16: error: incompatible types: short cannot be converted to Integer Integer is = (short)0; ^ X.java:17: error: incompatible types: byte cannot be converted to Integer Integer ib = (byte)0; ^ X.java:18: error: incompatible types: char cannot be converted to Integer Integer ic = (char)0; ^ 9 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: void cannot be converted to String String s = foo(i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: int cannot be converted to T T a() { return 35; } ^ where T is a type-variable: T extends Integer declared in method a() X.java:4: error: incompatible types: int[] cannot be converted to T[] T[] b() { return new int[]{35}; } ^ where T is a type-variable: T extends Integer declared in method b() X.java:5: error: incompatible types: Integer cannot be converted to T T c() { return new Integer(35); } ^ where T is a type-variable: T extends Integer declared in method c() X.java:6: error: incompatible types: Integer[] cannot be converted to T[] T[] d() { return new Integer[]{35}; } ^ where T is a type-variable: T extends Integer declared in method d() 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: int cannot be converted to T T x = 12; ^ where T is a type-variable: T extends Integer declared in class X X.java:5: error: incompatible types: int cannot be converted to T t = 5; ^ where T is a type-variable: T extends Integer declared in class X X.java:7: error: incompatible types: int cannot be converted to T case 1: ^ where T is a type-variable: T extends Integer declared in class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Compliance_1_5 (null tests) *************************************************************************** --- javac err: --- p1/Z.java:6: warning: [cast] redundant cast to String[] System.out.print(((String[])s.clone())[0]); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:10: warning: [empty] empty statement after if if (false); ^ p1/X.java:4: error: unreachable statement while (false); ^ p1/X.java:5: error: unreachable statement while (false) System.out.println("unreachable"); ^ p1/X.java:8: error: unreachable statement for (;false;); ^ p1/X.java:9: error: unreachable statement for (;false;) System.out.println("unreachable"); ^ 4 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/Updated.java:2: warning: auxiliary class Top in p1/Y.java should not be accessed from outside its own source file public class Updated extends Top { ^ p1/Y.java:21: warning: [static] static variable should be qualified by type name, Top, instead of by an expression System.out.print("*1* new Updated().bar: " + new Updated().bar); ^ p1/Y.java:24: warning: [static] static variable should be qualified by type name, Top, instead of by an expression System.out.print("*4* new Y().bar: " + new Y().bar); ^ p1/Y.java:28: warning: [static] static variable should be qualified by type name, Top, instead of by an expression System.out.print("*8* this.bar: " + this.bar); ^ p1/Y.java:32: warning: [static] static variable should be qualified by type name, Top, instead of by an expression System.out.print("*12* ss.sstore.value: " + ss.sstore.value); ^ 5 warnings --- javac err: --- p1/Updated.java:2: warning: auxiliary class Top in Y.java should not be accessed from outside its own source file public class Updated extends Top { ^ p1/Updated.java:8: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file Store store = new Store("Updated.store"); ^ p1/Updated.java:9: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file static Store sstore = new Store("Updated.sstore"); ^ p1/Updated.java:8: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file Store store = new Store("Updated.store"); ^ p1/Updated.java:9: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file static Store sstore = new Store("Updated.sstore"); ^ 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/Updated.java:2: warning: auxiliary class Top in p1/Y.java should not be accessed from outside its own source file public class Updated extends Top { ^ p1/Y.java:18: warning: [static] static method should be qualified by type name, Top, instead of by an expression System.out.print("*1* new Updated().bar(): " + new Updated().bar()); ^ p1/Y.java:21: warning: [static] static method should be qualified by type name, Top, instead of by an expression System.out.print("*4* new Y().bar(): " + new Y().bar()); ^ p1/Y.java:25: warning: [static] static method should be qualified by type name, Top, instead of by an expression System.out.print("*8* this.bar(): " + this.bar()); ^ 4 warnings --- javac err: --- p1/Updated.java:2: warning: auxiliary class Top in Y.java should not be accessed from outside its own source file public class Updated extends Top { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:26: warning: [cast] redundant cast to boolean System.out.print((boolean)bar + "#"); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: int cannot be converted to boolean foo(0); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/T.java:13: error: no suitable method found for foo(int) foo(0); // should say that foo(int, boolean) isn't applicable ^ method TT.foo(boolean) is not applicable (argument mismatch; int cannot be converted to boolean) method TT.foo(String) is not applicable (argument mismatch; int cannot be converted to String) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/T.java:13: error: no suitable method found for foo(int) foo(0); // should say that foo(int, boolean) isn't applicable ^ method TT.foo(boolean) is not applicable (argument mismatch; int cannot be converted to boolean) method TT.foo(String) is not applicable (argument mismatch; int cannot be converted to String) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:15: error: incompatible types: int cannot be converted to boolean foo(0); // javac says foo cannot be resolved because of multiple matches ^ p1/X.java:22: error: incompatible types: int cannot be converted to boolean foo(0); // should say that foo(boolean) isn't applicable ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:2: error: X is not abstract and does not override abstract method init(String,int) in I public class X extends AbstractY { ^ p1/X.java:4: error: cannot find symbol init("hello"); ^ symbol: method init(String) location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:7: error: AbstractY is not abstract and does not override abstract method init(String,int) in I class AbstractY implements I { ^ p1/X.java:4: error: cannot find symbol init("hello"); ^ symbol: method init(String) location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:4: error: unreachable statement for (;false;p()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated woof_1.meow_1.honk_1.honks = new Integer(num); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:5: error: bar(Object) has protected access in X2 new q.X2().bar("String"); ^ p/X.java:6: error: barbar(Object) is not public in X2; cannot be accessed from outside package new q.X2().barbar("String"); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:9: error: cannot find symbol barbar("String"); ^ symbol: method barbar(String) location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:4: error: foo has protected access in X2 System.out.println(new q.X2().foo); ^ p/X.java:5: error: bar is not public in X2; cannot be accessed from outside package System.out.println(new q.X2().bar); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unreachable statement for (;false;); ^ X.java:6: error: unreachable statement for (;false;){} ^ X.java:7: error: unreachable statement while (false); ^ X.java:8: error: unreachable statement while (false){} ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: no interface expected here class Y extends Homonym {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:5: error: unreachable statement return;; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo() in Y public class X extends Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Double(double) in Double has been deprecated ((ObjectAlgorithm)(new X())).operate(new Double(0)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Double(double) in Double has been deprecated ((ObjectAlgorithm)(new X())).operate(new Double(0)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- pa/Caller.java:7: error: callme() has protected access in Concrete aConcrete.callme(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:10: error: unreachable statement while (false) {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:10: error: unreachable statement while (false); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/A.java:8: error: non-static variable i cannot be referenced from a static context int x = i; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/Y.java:4: error: abstract method init() in J cannot be accessed directly super.init(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot reference this before supertype constructor has been called super(new M(){}); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot reference this before supertype constructor has been called super(new M());//2 ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot reference this before supertype constructor has been called super(new MX4()); // ko ^ X.java:14: error: cannot reference this before supertype constructor has been called this(new MX4()); // ko ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Middle.java:1: warning: auxiliary class Top in X.java should not be accessed from outside its own source file public class Middle extends Top { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot find symbol System.out.println(new Local()); ^ symbol: class Local location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: cannot find symbol System.out.print(new Local()); ^ symbol: class Local location: class X X.java:17: error: cannot find symbol System.out.println(new Local(){ ^ symbol: class Local location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- IX.java:2: warning: [serial] serializable class Problem has no definition of serialVersionUID public static class Problem extends Exception {} ^ X.java:2: warning: [serial] serializable class Problem has no definition of serialVersionUID public static class Problem extends Exception {} ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Hello.java:1: error: class, interface, or enum expected void ___eval() { ^ Hello.java:5: error: class, interface, or enum expected } ^ Hello.java:7: error: class, interface, or enum expected public void run() { ^ Hello.java:10: error: class, interface, or enum expected } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: ArrayList private static class C1 extends ArrayList { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:3: warning: [serial] serializable class C1 has no definition of serialVersionUID private static class C1 extends ArrayList { ^ X.java:5: warning: [rawtypes] found raw type: ArrayList private static class C2 extends ArrayList { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:5: warning: [serial] serializable class C2 has no definition of serialVersionUID private static class C2 extends ArrayList { ^ X.java:8: warning: [rawtypes] found raw type: ArrayList ArrayList list = args == null ? new C1(): new C2(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: as of release 5, 'enum' is a keyword, and may not be used as an identifier Object enum = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol import static p.S; ^ symbol: class p X.java:1: error: static import only from classes and interfaces import static p.S; ^ X.java:5: error: cannot find symbol System.out.print(full+" "+p.S.success); ^ symbol: variable full location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: '.' expected import static S; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:12: error: illegal qualifier; Object is not an inner class this.super(); ^ p/X.java:31: warning: [rawtypes] found raw type: Class Class c = b.getClass(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class p/X.java:32: warning: [rawtypes] found raw type: Class Class _getClasses [] = X.class.getClasses(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class p/X.java:36: warning: [rawtypes] found raw type: Constructor Constructor _getConstructors[] = c.getConstructors(); ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor p/X.java:39: warning: [unchecked] unchecked call to getMethod(String,Class...) as a member of the raw type Class Method _getMethod = c.getMethod("d",null); ^ p/X.java:39: warning: non-varargs call of varargs method with inexact argument type for last parameter; Method _getMethod = c.getMethod("d",null); ^ cast to Class for a varargs call cast to Class[] for a non-varargs call and to suppress this warning p/X.java:4: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends Date implements Runnable{ ^ 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to int[] ints = (int[])ints.clone(); ^ X.java:6: error: incompatible types: Object cannot be converted to X X x = this.clone(); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X_1.java:33: error: incompatible types: double cannot be converted to Float f1=(f1==0.0)?1.0:f1; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: -> expected () ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [static] static method should be qualified by type name, X, instead of by an expression X2.Root.foo(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:3: error: cannot find symbol Object bar(I i) throws CloneNotSupportedException { return i.clone(); } ^ symbol: method clone() location: variable i of type I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [serial] serializable class AException has no definition of serialVersionUID class AException extends Exception { } ^ X.java:8: warning: [serial] serializable class BException has no definition of serialVersionUID class BException extends Exception { } ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class GenericTypeTest (null tests) *************************************************************************** --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Comparable public class X extends XS { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated Integer w = new X().get(new Integer(12)); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Comparable public class X extends XS { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated Integer w = new X().get(new Integer(12)); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: unexpected type public class X extends X { ^ required: class found: type parameter X where X is a type-variable: X declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: unexpected type public class X implements X { ^ required: class found: type parameter X where X is a type-variable: X declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: non-static type variable T cannot be referenced from a static context T s; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: non-static type variable T cannot be referenced from a static context static void foo(T wrong2) { ^ X.java:10: error: unexpected type class MX extends T { ^ required: class found: type parameter T where T is a type-variable: T extends Object declared in class X X.java:13: error: non-static type variable T cannot be referenced from a static context static class SMX extends T { ^ X.java:14: error: non-static type variable T cannot be referenced from a static context T wrong4; ^ X.java:5: error: non-static type variable T cannot be referenced from a static context T wrong1; ^ X.java:8: error: non-static type variable T cannot be referenced from a static context T wrong3; ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: non-static type variable T cannot be referenced from a static context T wrong4; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: non-static type variable T cannot be referenced from a static context static T wrong; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Object.java:1: error: package exists in another module: java.base package java.lang; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: type argument Foo is not within bounds of type-variable T new X(); ^ where T is a type-variable: T extends Object,Comparable declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol new X(); ^ symbol: class Foo location: class X where T is a type-variable: T extends Object,Comparable declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: unreported exception T; must be caught or declared to be thrown System.out.println(foo(t)); ^ where T is a type-variable: T extends Exception declared in class X X.java:16: warning: [serial] serializable class EX has no definition of serialVersionUID class EX extends Exception { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID class EX extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: incompatible types: Exception cannot be converted to IOException new X().bar(new Exception()); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: XY cannot be converted to T foo(new XY()); ^ where T is a type-variable: T extends Object declared in class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: incompatible types: String cannot be converted to T }.print("ESS"); ^ where T is a type-variable: T extends Object declared in class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: String cannot be converted to T foo(x); ^ where T is a type-variable: T extends String declared in class X X.java:8: error: incompatible types: Object cannot be converted to String new X().foo(new Object()); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: unreported exception EX; must be caught or declared to be thrown new X(new EX()); ^ X.java:13: warning: [serial] serializable class EX has no definition of serialVersionUID class EX extends Exception { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID class EX extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: incompatible types: Exception cannot be converted to IOException new X(new Exception()); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: bad operand types for binary operator '+' s = t += b; ^ first type: T second type: T where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(T) and foo(E) have the same erasure void foo(T t){} ^ where T,E are type-variables: T extends Object declared in class X E extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(T) and foo(E) have the same erasure void foo(T t){} ^ where T,E are type-variables: T extends Exception declared in class X E extends Exception declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(Exception,T) and foo(E,Thread) have the same erasure void foo(Exception e, T t){} ^ where T,E are type-variables: T extends Thread declared in class X E extends Exception declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: reference to foo is ambiguous x.foo(new XY()); ^ both method foo(E) in X and method foo(T) in X match where E,T are type-variables: E extends Cloneable declared in class X T extends Thread,Cloneable declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(L) and foo(L) have the same erasure void foo(L l2){} ^ where T,E are type-variables: T extends Thread declared in class X E extends Cloneable declared in class X X.java:4: error: name clash: foo(L) and foo(L) have the same erasure void foo(L l){} ^ where E is a type-variable: E extends Cloneable declared in class X X.java:4: warning: [rawtypes] found raw type: L void foo(L l){} ^ missing type arguments for generic class L where E is a type-variable: E extends Object declared in class L 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: X public class X { ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public Z var; ^ symbol: class Z location: class X X.java:2: error: cannot find symbol public Z var; ^ symbol: class T location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public Object var; ^ symbol: class T location: class X X.java:2: error: type Object does not take parameters public Object var; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: incompatible types: String cannot be converted to T String s = t = "SUC"; ^ where T is a type-variable: T extends Object declared in class X X.java:15: error: incompatible types: T cannot be converted to String String s = t = "SUC"; ^ where T is a type-variable: T extends Object declared in class X X.java:16: warning: [unchecked] unchecked cast s = t+= "CESS"; ^ required: T found: String where T is a type-variable: T extends Object declared in class X X.java:16: error: incompatible types: T cannot be converted to String s = t+= "CESS"; ^ where T is a type-variable: T extends Object declared in class X 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: X new X(this) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:14: warning: [rawtypes] found raw type: X X x = t; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:14: error: incompatible types: T cannot be converted to X X x = t; ^ where T is a type-variable: T extends Object declared in class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: X new X(this) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:14: warning: [rawtypes] found raw type: X X x = t; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X { ^ symbol: class N 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public class X extends Super {} ^ symbol: class M 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: X new X(this) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: X new X(this) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:14: error: incompatible types: T cannot be converted to X print(X.this.t); ^ where T is a type-variable: T extends Object declared in class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: String cannot be converted to X System.out.println((X)xs.t); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:7: error: wrong number of type arguments; required 4 X x; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:7: error: wrong number of type arguments; required 2 X x; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:7: error: unexpected type X x; ^ required: reference found: int test/X.java:7: error: unexpected type X x; ^ required: reference found: short test/X.java:7: error: unexpected type X x; ^ required: reference found: long test/X.java:7: error: unexpected type X x; ^ required: reference found: float test/X.java:7: error: unexpected type X x; ^ required: reference found: double test/X.java:7: error: unexpected type X x; ^ required: reference found: boolean test/X.java:7: error: unexpected type X x; ^ required: reference found: char 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X X x = new X(args); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:7: warning: [rawtypes] found raw type: X X x = new X(args); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X X x = new X(args); ^ where T is a type-variable: T extends Object declared in class X X.java:8: error: incompatible types: String[] cannot be converted to String X xs = new X(args); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Exception,IX declared in class X X.java:8: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Exception,IX declared in class X X.java:10: error: cannot find symbol x.t.foo(); ^ symbol: method foo() location: variable t of type T where T is a type-variable: T extends Exception,IX declared in class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Exception declared in class X X.java:6: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Exception declared in class X X.java:9: warning: [rawtypes] found raw type: X X x2 = xioe; ^ missing type arguments for generic class X where T is a type-variable: T extends Exception declared in class X X.java:10: warning: [unchecked] unchecked conversion X xioe2 = x; // unsafe ^ required: X found: X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X1.java:3: error: cannot find symbol public class X1> { ^ symbol: class A2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X1.java:3: error: cannot find symbol public class X1< A1 extends X2 < A2 > > { ^ symbol: class A2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X1.java:3: error: > expected public class X1 expected public class X1> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X1.java:3: error: '{' expected public class X1 < A1 > > { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X1.java:3: error: > expected public class X1>> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X1.java:3: error: > expected public class X1>> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X1.java:3: error: '{' expected public class X1 < A1 > > > { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: interface expected here public class X > extends p.A { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: interface expected here public class X extends p.A { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol super(xt.t); ^ symbol: variable t location: variable xt of type X where T is a type-variable: T extends Object declared in class X X.java:12: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:12: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:13: warning: [rawtypes] found raw type: X X x1 = new X(args); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:13: warning: [rawtypes] found raw type: X X x1 = new X(args); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:13: warning: [unchecked] unchecked call to X(T) as a member of the raw type X X x1 = new X(args); ^ where T is a type-variable: T extends Object declared in class X X.java:14: warning: [rawtypes] found raw type: X X x2 = new X(x); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:14: warning: [rawtypes] found raw type: X X x2 = new X(x); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:14: warning: [unchecked] unchecked call to X(X) as a member of the raw type X X x2 = new X(x); ^ where T is a type-variable: T extends Object declared in class X X.java:15: error: no suitable constructor found for X(String[]) X xs = new X(args); ^ constructor X.X(String) is not applicable (argument mismatch; String[] cannot be converted to String) constructor X.X(X) is not applicable (argument mismatch; String[] cannot be converted to X) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors 8 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types X x = new X((A)null, (A)null); ^ required: A,A found: A,A X.java:8: warning: [unchecked] unchecked conversion X x = new X((A)null, (A)null); ^ required: A found: A X.java:8: warning: [unchecked] unchecked conversion X x = new X((A)null, (A)null); ^ required: A found: A X.java:9: warning: [rawtypes] found raw type: A A a = new A((A)null); ^ missing type arguments for generic class A

where P is a type-variable: P extends Object declared in class A X.java:9: warning: [rawtypes] found raw type: A A a = new A((A)null); ^ missing type arguments for generic class A

where P is a type-variable: P extends Object declared in class A X.java:9: error: A(P) has protected access in A A a = new A((A)null); ^ where P is a type-variable: P extends Object declared in class A X.java:9: warning: [unchecked] unchecked call to A(P) as a member of the raw type A A a = new A((A)null); ^ where P is a type-variable: P extends Object declared in class A X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types x.foo(a); ^ required: A found: A X.java:10: warning: [unchecked] unchecked conversion x.foo(a); ^ required: A found: A X.java:11: error: incompatible types: X cannot be converted to A a.print(x); ^ X.java:12: error: A(P) has protected access in A A as = new A(null); ^ where P is a type-variable: P extends Object declared in class A X.java:13: error: incompatible types: String cannot be converted to A as.print("hello"); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 4 errors 8 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:2: error: > expected public class X> {} ^ test/X.java:3: error: > expected class X1 {} ^ test/X.java:4: error: > expected class X2 expected public class X {} ^ test/X.java:3: error: > expected class X1 in class X is applied to given types X x = new X((AX)null, (AX)null); ^ required: AX,AX found: AX,AX X.java:7: warning: [unchecked] unchecked conversion X x = new X((AX)null, (AX)null); ^ required: AX found: AX X.java:7: warning: [unchecked] unchecked conversion X x = new X((AX)null, (AX)null); ^ required: AX found: AX X.java:8: warning: [rawtypes] found raw type: AX AX a = new AX((AX)null); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:8: warning: [rawtypes] found raw type: AX AX a = new AX((AX)null); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:8: warning: [unchecked] unchecked call to AX(AX

) as a member of the raw type AX AX a = new AX((AX)null); ^ where P is a type-variable: P extends Object declared in class AX X.java:9: warning: [rawtypes] found raw type: AX AX a2 = new AX(null); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:9: warning: [rawtypes] found raw type: AX AX a2 = new AX(null); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:9: warning: [unchecked] unchecked call to AX(AX

) as a member of the raw type AX AX a2 = new AX(null); ^ where P is a type-variable: P extends Object declared in class AX X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types x.foo(a); ^ required: AX found: AX X.java:10: warning: [unchecked] unchecked conversion x.foo(a); ^ required: AX found: AX X.java:12: warning: [unchecked] unchecked call to bar(AX

) as a member of the raw type AX a.bar(a); ^ where P is a type-variable: P extends Object declared in class AX X.java:13: error: reference to AX is ambiguous AX as = new AX(null); ^ both constructor AX(AX

) in AX and constructor AX(P) in AX match where P is a type-variable: P extends Object declared in class AX X.java:14: error: incompatible types: AX cannot be converted to String as.print(a); ^ X.java:15: warning: [unchecked] unchecked method invocation: method bar in class AX is applied to given types as.bar(a); ^ required: AX

found: AX where P is a type-variable: P extends Object declared in class AX X.java:15: warning: [unchecked] unchecked conversion as.bar(a); ^ required: AX

found: AX where P is a type-variable: P extends Object declared in class AX X.java:22: warning: [rawtypes] found raw type: AX void foo(AX rawAx){} ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors 15 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:4: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:5: warning: [rawtypes] found raw type: X X x = (X)ax.p; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:4: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:5: warning: [rawtypes] found raw type: AX AX ax2 = ax.p; ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:6: warning: [unchecked] unchecked assignment to variable p as member of raw type AX ax.p = new AX(); ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:4: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:5: warning: [rawtypes] found raw type: AX AX ax2 = ax.p; ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:6: warning: [rawtypes] found raw type: AX AX ax3 = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:2: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:3: warning: [rawtypes] found raw type: AX AX ax2 = ax.p; ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:4: warning: [rawtypes] found raw type: AX AX ax3 = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: X void foo(X[] xs) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [cast] redundant cast to X X xs2 = (X) xs; ^ X.java:10: warning: [unchecked] unchecked assignment to variable t as member of raw type X ((X)xs).t = this; ^ X.java:12: warning: [cast] redundant cast to T System.out.prinln((T) this.t); ^ where T is a type-variable: T extends Object declared in class X X.java:12: error: cannot find symbol System.out.prinln((T) this.t); ^ symbol: method prinln(T) location: variable out of type PrintStream where T is a type-variable: T extends Object declared in class X 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:3: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:4: warning: [rawtypes] found raw type: AX AX ax2 = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:4: warning: [rawtypes] found raw type: AX AX ax2 = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:5: warning: [unchecked] unchecked assignment to variable p as member of raw type AX ax.p = ax2.p; ^ 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: C public class X extends XS { ^ missing type arguments for generic class C where Tc is a type-variable: Tc extends Object declared in interface C 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: C public class X extends XS { ^ missing type arguments for generic class C where Tc is a type-variable: Tc extends Object declared in interface C X.java:9: warning: [rawtypes] found raw type: C class I implements C {} ^ missing type arguments for generic class C where Tc is a type-variable: Tc extends Object declared in interface C 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cyclic inheritance involving X public class X extends X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cyclic inheritance involving X public class X extends X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:4: warning: [rawtypes] found raw type: AX AX ax = new AX(); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:5: warning: [rawtypes] found raw type: AX AX ax2 = ax.p; ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:6: warning: [unchecked] unchecked assignment to variable p as member of raw type AX ax.p = new AX(); ^ X.java:7: warning: [unchecked] unchecked assignment to variable q as member of raw type AX ax.q = new AX(); ^ X.java:8: warning: [unchecked] unchecked assignment to variable r as member of raw type AX ax.r = new AX(); ^ X.java:9: warning: [unchecked] unchecked assignment to variable s as member of raw type AX ax.s = new AX(); ^ X.java:9: error: incompatible types: AX cannot be converted to BX ax.s = new AX(); ^ 1 error 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: unexpected type public class X > { ^ required: reference found: int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: AX X x = new X(new AX()); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: error: unexpected type X x = new X(new AX()); ^ required: class or interface without bounds found: ? extends AX X.java:7: warning: [rawtypes] found raw type: AX X x = new X(new AX()); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: type argument ? extends AX is not within bounds of type-variable T X x = new X>(new AX()); ^ where T is a type-variable: T extends String declared in class X X.java:7: warning: [rawtypes] found raw type: AX X x = new X>(new AX()); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: error: type argument AX is not within bounds of type-variable T X x = new X>(new AX()); ^ where T is a type-variable: T extends String declared in class X 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: AX public class X { ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX x.t.foo("SUCC"); ^ where P is a type-variable: P extends Object declared in class AX X.java:9: error: cannot find symbol x.t.bar("ESS"); ^ symbol: method bar(String) location: variable t of type T where T is a type-variable: T extends AX declared in class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: AX public class X { ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: warning: [rawtypes] found raw type: BX X x = new X>(new BX()); ^ missing type arguments for generic class BX where Q is a type-variable: Q extends Object declared in class BX X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX x.t.foo("SUCC"); ^ where P is a type-variable: P extends Object declared in class AX X.java:9: warning: [unchecked] unchecked call to bar(Q) as a member of the raw type BX x.t.bar("ESS"); ^ where Q is a type-variable: Q extends Object declared in class BX 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: AX public class X { ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: warning: [rawtypes] found raw type: BX X x = new X>(new AX()); ^ missing type arguments for generic class BX where Q is a type-variable: Q extends Object declared in class BX X.java:7: error: incompatible types: X> cannot be converted to X X x = new X>(new AX()); ^ X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX x.t.foo("SUCC"); ^ where P is a type-variable: P extends Object declared in class AX X.java:9: warning: [unchecked] unchecked call to bar(Q) as a member of the raw type BX x.t.bar("ESS"); ^ where Q is a type-variable: Q extends Object declared in class BX 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: AX public class X { ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: warning: [rawtypes] found raw type: AX X x = new X>(new AX()); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX x.t.foo("SUCCESS"); ^ where P is a type-variable: P extends Object declared in class AX 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: AX public class X { ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: ArrayList Iterable is = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:7: warning: [unchecked] unchecked conversion Iterable is = new ArrayList(); ^ required: Iterable found: ArrayList 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class Class k; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:7: warning: [rawtypes] found raw type: Class Class c = this.getClass(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:11: warning: [deprecation] newInstance() in Class has been deprecated Integer i = Integer.class.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: AX cannot be inherited with different arguments: and class Y extends X implements AX {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: AX public class X implements AX {} ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in interface AX X.java:2: error: AX cannot be inherited with different arguments: and <> class Y extends X implements AX {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: AX class Y extends X implements AX {} ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in interface AX X.java:2: error: AX cannot be inherited with different arguments: <> and class Y extends X implements AX {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T public class X .MX.MMX>>{ ^ where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:1: warning: [rawtypes] found raw type: X.MX.MMX public class X .MX.MMX>>{ ^ missing type arguments for generic class X.MX.MMX where MMT,MT,T are type-variables: MMT extends Object declared in class X.MX.MMX MT extends Object declared in class X.MX T extends X.MX.MMX> declared in class X X.java:2: warning: [rawtypes] found raw type: X void foo(X.MX.MMX mx) {} ^ missing type arguments for generic class X where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:2: error: type argument Thread is not within bounds of type-variable T void foo(X.MX.MMX mx) {} ^ where T is a type-variable: T extends X.MX.MMX> declared in class X 2 errors 2 warnings --- javac err: --- X.java:1: error: type argument Runnable is not within bounds of type-variable MT public class X .MX.MMX>>{ ^ where MT is a type-variable: MT extends Comparable declared in class X.MX X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T public class X .MX.MMX>>{ ^ where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:1: warning: [rawtypes] found raw type: X.MX.MMX public class X .MX.MMX>>{ ^ missing type arguments for generic class X.MX.MMX where MMT,MT,T are type-variables: MMT extends Object declared in class X.MX.MMX MT extends Comparable declared in class X.MX T extends X.MX.MMX> declared in class X X.java:2: warning: [rawtypes] found raw type: Comparable class MX { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 2 errors 2 warnings --- javac err: --- X.java:1: error: type argument Iterable is not within bounds of type-variable MMT public class X .MX.MMX>>{ ^ where MMT is a type-variable: MMT extends Comparable declared in class X.MX.MMX X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T public class X .MX.MMX>>{ ^ where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:1: warning: [rawtypes] found raw type: X.MX.MMX public class X .MX.MMX>>{ ^ missing type arguments for generic class X.MX.MMX where MMT,MT,T are type-variables: MMT extends Comparable declared in class X.MX.MMX MT extends Object declared in class X.MX T extends X.MX.MMX> declared in class X X.java:3: warning: [rawtypes] found raw type: Comparable class MMX {} ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X.MX void foo(X.MX mx) { ^ missing type arguments for generic class X.MX where U,T are type-variables: U extends Object declared in class X.MX T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T public class X .MX.MMX>>{ ^ where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:1: warning: [rawtypes] found raw type: X.MX.MMX public class X .MX.MMX>>{ ^ missing type arguments for generic class X.MX.MMX where MMT,MT,T are type-variables: MMT extends Object declared in class X.MX.MMX MT extends Object declared in class X.MX T extends X.MX.MMX> declared in class X X.java:4: error: type argument X.MX.MMX is not within bounds of type-variable T new X.MX.MMX>>().new MX(); ^ where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:4: warning: [rawtypes] found raw type: X.MX.MMX new X.MX.MMX>>().new MX(); ^ missing type arguments for generic class X.MX.MMX where MMT,MT,T are type-variables: MMT extends Object declared in class X.MX.MMX MT extends Object declared in class X.MX T extends X.MX.MMX> declared in class X X.java:4: error: type argument X.MX.MMX is not within bounds of type-variable T new X.MX.MMX>>().new MX(); ^ where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:4: warning: [rawtypes] found raw type: X.MX.MMX new X.MX.MMX>>().new MX(); ^ missing type arguments for generic class X.MX.MMX where MMT,MT,T are type-variables: MMT extends Object declared in class X.MX.MMX MT extends Object declared in class X.MX T extends X.MX.MMX> declared in class X X.java:7: warning: [rawtypes] found raw type: X void foo(X.MX.MMX mx) { ^ missing type arguments for generic class X where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:7: warning: [rawtypes] found raw type: X void foo(X.MX.MMX mx) { ^ missing type arguments for generic class X where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:7: error: type argument X.MX.MMX is not within bounds of type-variable T void foo(X.MX.MMX mx) { ^ where T is a type-variable: T extends X.MX.MMX> declared in class X X.java:7: warning: [rawtypes] found raw type: X.MX.MMX void foo(X.MX.MMX mx) { ^ missing type arguments for generic class X.MX.MMX where MMT,MT,T are type-variables: MMT extends Object declared in class X.MX.MMX MT extends Object declared in class X.MX T extends X.MX.MMX> declared in class X 4 errors 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: unexpected type T ts; ^ required: class found: type parameter T where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: cannot find symbol class CX extends B { ^ symbol: class B X.java:8: error: method foo in class X cannot be applied to given types; new X().foo(new CX()); ^ required: AX found: CX reason: cannot infer type-variable(s) W (argument mismatch; CX cannot be converted to AX) where W is a type-variable: W extends Object declared in method foo(AX) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Class Class c1 = x.getClass(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:7: error: incompatible types: Class cannot be converted to Class Class c3 = s.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Class Class c1 = xy.getClass(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:6: error: incompatible types: Class cannot be converted to Class Class c2 = xy.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object X.java:8: error: incompatible types: Class cannot be converted to Class Class c3 = s.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String X.java:14: error: getClass() in XY cannot override getClass() in Object public Class getClass() { ^ overridden method is final 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ArrayList.java:8: error: cannot find symbol lt.bar(); ^ symbol: method bar() location: variable lt of type List where T is a type-variable: T extends Object declared in class ArrayList 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: invalid method declaration; return type required .Z> foo() {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X X x = new Y(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:4: warning: [rawtypes] found raw type: List public class Z { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Z.java:7: warning: [rawtypes] found raw type: ArrayList foo(new Z().set(new ArrayList())); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList Z.java:18: warning: [rawtypes] found raw type: ArrayList static void foo(Z za) { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:3: error: incompatible types: Z cannot be converted to Z foo(new Z()); ^ Z.java:6: error: type argument ? super String is not within bounds of type-variable T static void foo(Z zs) { ^ where T is a type-variable: T extends ZA declared in class Z Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:3: error: incompatible types: Z cannot be converted to Z foo(new Z()); ^ Z.java:5: error: type argument ? super ZA is not within bounds of type-variable T static void foo(Z zs) { ^ where T is a type-variable: T extends ZB declared in class Z Z.java:6: error: method foo in class Z cannot be applied to given types; zs.foo(); ^ required: Z found: no arguments reason: actual and formal argument lists differ in length where T is a type-variable: T extends ZB declared in class Z Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:4: warning: [rawtypes] found raw type: List public class Z { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Z.java:7: warning: [rawtypes] found raw type: ArrayList foo(new Z().set(new ArrayList())); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList Z.java:18: warning: [rawtypes] found raw type: ArrayList static void foo(Z za) { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:1: warning: [rawtypes] found raw type: AX public class Z { ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX Z.java:11: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX zu.t.foo(null); ^ where P is a type-variable: P extends Object declared in class AX 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: type argument ? extends BX is not within bounds of type-variable T void bar(X x) { ^ where T is a type-variable: T extends AX declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol x.get().bfoo(); ^ symbol: method bfoo() location: class AX 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: type argument ? extends X is not within bounds of type-variable T void bar(X x) { ^ where T is a type-variable: T extends AX declared in class X X.java:9: warning: [rawtypes] found raw type: X void bar(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends AX declared in class X X.java:10: error: incompatible types: inference variable P has incompatible upper bounds X,AX x = identity(x); ^ where P is a type-variable: P extends AX declared in method

identity(X

) 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Class cannot be converted to Class Class xo2 = xx; ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: X cannot be converted to CAP#1 lx.add(x); ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? X.java:7: error: incompatible types: X cannot be converted to CAP#1 lx.slot = x; ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? X.java:8: error: incompatible types: XList cannot be converted to XList lx.addAll(lx); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends X from capture of ? CAP#2 extends X from capture of ? Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: AbstractList public class X extends AbstractList { ^ missing type arguments for generic class AbstractList where E is a type-variable: E extends Object declared in class AbstractList 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: ArrayList ArrayList list = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:6: warning: [rawtypes] found raw type: ArrayList ArrayList list = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:7: warning: [unchecked] unchecked call to toArray(T[]) as a member of the raw type ArrayList list.toArray(tokens); ^ where T is a type-variable: T extends Object declared in method toArray(T[]) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Collection public abstract class X implements java.util.Collection { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection 1 warning --- javac err: --- X.java:2: warning: [unchecked] toArray(Object[]) in X implements toArray(T[]) in Collection public Object[] toArray(Object[] a) { ^ return type requires unchecked conversion from Object[] to T[] where T is a type-variable: T extends Object declared in method toArray(T[]) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method foo in class X cannot be applied to given types; new X().foo(args, new ArrayList()); ^ required: T[],List found: String[],ArrayList reason: inference variable T has incompatible bounds upper bounds: X lower bounds: String where T is a type-variable: T extends X declared in method foo(T[],List) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: X X(T[] ta, List lt) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:8: error: constructor X in class X cannot be applied to given types; new X(args, new ArrayList()); ^ required: T[],List found: String[],ArrayList reason: inference variable T has incompatible bounds upper bounds: X lower bounds: String where T,E are type-variables: T extends X declared in constructor X(T[],List) E extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: type argument T is not within bounds of type-variable E public static AX bar(AX a) { ^ where T,E are type-variables: T extends Object declared in method bar(AX) E extends X declared in class AX 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method bar in class X cannot be applied to given types; AX a = bar(ax, as); ^ required: AX,AX found: AX,AX reason: inference variable U has incompatible bounds upper bounds: String,Object lower bounds: X where U,T are type-variables: U extends Object declared in method bar(AX,AX) T extends Object declared in method bar(AX,AX) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: CAP#1 cannot be converted to T return a.get(); ^ where T,U are type-variables: T extends Object declared in method bar(AX,AX) U extends Object declared in method bar(AX,AX) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: String cannot be converted to V return a.get(); ^ where V is a type-variable: V extends Object declared in method foo(AX) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: String cannot be converted to V return a.get(); ^ where V is a type-variable: V extends Object declared in method foo(AX) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol String s = foo(new AX("aaa")).bar(); ^ symbol: method bar() location: class Object X.java:7: error: incompatible types: String cannot be converted to V return a.get(); ^ where V is a type-variable: V extends Object declared in method foo(AX) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol String s = foo(new AX("aaa")).bar(); ^ symbol: method bar() location: class Object X.java:7: error: incompatible types: String cannot be converted to V return a.get(); ^ where V is a type-variable: V extends Object declared in method foo(AX) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [rawtypes] found raw type: AX return new AX("SUCCESS"); ^ missing type arguments for generic class AX where E is a type-variable: E extends Object declared in class AX X.java:14: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX return new AX("SUCCESS"); ^ where E is a type-variable: E extends Object declared in class AX X.java:14: warning: [unchecked] unchecked conversion return new AX("SUCCESS"); ^ required: AX found: AX where T is a type-variable: T extends Object declared in method bar(AX,boolean) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: AX return new AX("SUCCESS"); ^ missing type arguments for generic class AX where E,F are type-variables: E extends Object declared in class AX F extends Object declared in class AX X.java:9: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX return new AX("SUCCESS"); ^ where E is a type-variable: E extends Object declared in class AX X.java:9: warning: [unchecked] unchecked conversion return new AX("SUCCESS"); ^ required: AX found: AX where T,U are type-variables: T extends Object declared in method bar() U extends Object declared in method bar() 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: inference variable T has incompatible bounds AX a = bar(new X()); ^ equality constraints: String lower bounds: X where T is a type-variable: T extends Object declared in method bar(T) X.java:9: warning: [rawtypes] found raw type: AX return new AX("SUCCESS"); ^ missing type arguments for generic class AX where E is a type-variable: E extends Object declared in class AX X.java:9: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX return new AX("SUCCESS"); ^ where E is a type-variable: E extends Object declared in class AX X.java:9: warning: [unchecked] unchecked conversion return new AX("SUCCESS"); ^ required: AX found: AX where T is a type-variable: T extends Object declared in method bar(T) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] unchecked conversion ax = (AX)bar(ax); ^ required: AX found: AX X.java:9: error: incompatible types: CAP#1 cannot be converted to T return a.get(); ^ where T is a type-variable: T extends Object declared in method bar(AX) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] unchecked cast ax = (AX)bar(ax); ^ required: AX found: Object X.java:9: error: incompatible types: CAP#1 cannot be converted to T return a.get(); ^ where T is a type-variable: T extends Object declared in method bar(AX) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: String cannot be converted to AX ax = (AX)bar(ax); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Vector return new Vector(); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector X.java:5: warning: [unchecked] unchecked conversion return new Vector(); ^ required: Vector found: Vector where T is a type-variable: T extends Object declared in method valuesOf(Hashtable) X.java:10: warning: [unchecked] unchecked cast Vector v = (Vector) data.elementAt(0); ^ required: Vector found: Object 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [cast] redundant cast to T return (T) t; ^ where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal generic type for instanceof if (t instanceof X) { ^ X.java:6: error: illegal generic type for instanceof } else if (t instanceof X) { ^ X.java:10: error: illegal generic type for instanceof } else if (t instanceof T) { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [cast] redundant cast to X return (X) this; ^ where E is a type-variable: E extends Object declared in class X X.java:9: warning: [unchecked] unchecked cast return (AX) o; ^ required: AX found: Object X.java:12: warning: [unchecked] unchecked cast return (AX) o; ^ required: AX found: Object where E is a type-variable: E extends Object declared in class X 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: Dictionary cannot be converted to Hashtable Object a3 = (Hashtable) d; ^ X.java:13: warning: [unchecked] unchecked cast Object a4 = (Hashtable) o; ^ required: Hashtable found: Object X.java:26: warning: [rawtypes] found raw type: Hashtable abstract class Z3 extends Hashtable { ^ missing type arguments for generic class Hashtable where K,V are type-variables: K extends Object declared in class Hashtable V extends Object declared in class Hashtable X.java:30: warning: [unchecked] unchecked cast Object a7 = (Hashtable) z3; ^ required: Hashtable found: Z3 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: method foo in class X cannot be applied to given types; System.out.println(new X().foo("SUCCESS", null)); ^ required: T,U found: String, reason: explicit type argument X does not conform to declared bound(s) String where T,U are type-variables: T extends Object declared in method foo(T,U) U extends String declared in method foo(T,U) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: method foo in class X cannot be applied to given types; System.out.println(new X().foo("SUCCESS", null)); ^ required: T,U found: String, reason: wrong number of type arguments; required 2 where T,U are type-variables: T extends Object declared in method foo(T,U) U extends String declared in method foo(T,U) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: method foo in class X cannot be applied to given types; System.out.println(new X().foo("SUCCESS", null)); ^ required: no arguments found: String, reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: 'void' type not allowed here System.out.println(new X().foo()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: constructor X in class X cannot be applied to given types; new X("FAILED"); ^ required: T found: String reason: wrong number of type arguments; required 1 where T is a type-variable: T extends Object declared in constructor X(T) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: X cannot be converted to String new X(new X(null)); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: X cannot be converted to String System.out.println(new X().foo(new X())); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: constructor MX in class X.MX cannot be applied to given types; new X().new MX("FAILED"); ^ required: T found: String reason: wrong number of type arguments; required 1 where T is a type-variable: T extends Object declared in constructor X.MX(T) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: X cannot be converted to String new X().new MX(new X()); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: constructor X in class X cannot be applied to given types; super("FAILED"); ^ required: T found: String reason: wrong number of type arguments; required 1 where T is a type-variable: T extends Object declared in constructor X(T) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: X cannot be converted to String super(new X(null)); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Alpha.java:4: error: ';' expected public void m() throws Alpha { ^ Alpha.java:4: error: illegal start of type public void m() throws Alpha { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: a generic class may not extend java.lang.Throwable public class X extends RuntimeException { ^ X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends RuntimeException { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(Map m){ ^ symbol: class Map location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/cheetah/NG.java:2: warning: [rawtypes] found raw type: G public class NG extends G { ^ missing type arguments for generic class G where E is a type-variable: E extends Object declared in class G 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to String String string = (String) l.get(0); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: CAP#1 cannot be converted to Integer Integer i = al.get(0); // (2) ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Integer from capture of ? super Integer 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Integer cannot be converted to CAP#1 al.add(Integer.valueOf(1)); // (1) ^ where CAP#1 is a fresh type-variable: CAP#1 extends Integer from capture of ? extends Integer Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: CAP#1 cannot be converted to Integer Integer i = lx.slot; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Integer from capture of ? super Integer 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Class = new HashMap(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: error: incompatible types: HashMap cannot be converted to Map> = new HashMap(); ^ X.java:17: warning: [rawtypes] found raw type: Class MX mx2 = new MX(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:17: warning: [rawtypes] found raw type: Class MX mx2 = new MX(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:18: warning: [unchecked] unchecked method invocation: method foo in class X.MX is applied to given types mx1.foo(mx2.get()); ^ required: E found: Class where E is a type-variable: E extends Object declared in class X.MX X.java:18: warning: [unchecked] unchecked conversion mx1.foo(mx2.get()); ^ required: E found: Class where E is a type-variable: E extends Object declared in class X.MX 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/cheetah/NG.java:2: warning: [rawtypes] found raw type: G public class NG extends G { ^ missing type arguments for generic class G where E is a type-variable: E extends Object declared in class G test/cheetah/G.java:3: error: variable o not initialized in the default constructor protected final Object o; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: unexpected type } catch (T t) { ^ required: class found: type parameter T where T is a type-variable: T extends Exception declared in class X X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID class EX extends Exception { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: generic array creation Object x1= new T[0]; ^ X.java:3: error: generic array creation Object x2= new X[0]; ^ X.java:4: error: generic array creation Object x3= new X[0]; ^ X.java:5: warning: [rawtypes] found raw type: X Object x4= new X[0]; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: List List list() { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [unchecked] unchecked cast void m() { List l = (List)list(); } // unsafe cast ^ required: List found: List X.java:5: warning: [unchecked] unchecked conversion void m0() { List l = list(); } // unsafe conversion ^ required: List found: List X.java:6: error: incompatible types: Object cannot be converted to X void m1() { for (X a : list()); } // type mismatch ^ X.java:7: warning: [unchecked] unchecked conversion void m2() { for (Iterator i = list().iterator(); i.hasNext();); } // unsafe conversion ^ required: Iterator found: Iterator X.java:8: warning: [rawtypes] found raw type: Collection void m3() { Collection c = null; List l = (List)c; } // unsafe cast ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:8: warning: [rawtypes] found raw type: List void m3() { Collection c = null; List l = (List)c; } // unsafe cast ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [unchecked] unchecked cast void m3() { Collection c = null; List l = (List)c; } // unsafe cast ^ required: List found: Collection X.java:9: warning: [rawtypes] found raw type: Collection void m4() { Collection c = null; List l = (List)c; } // ok ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:9: warning: [rawtypes] found raw type: List void m4() { Collection c = null; List l = (List)c; } // ok ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:10: warning: [rawtypes] found raw type: List void m5() { List c = null; List l = (Collection)c; } // type mismatch ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:10: warning: [rawtypes] found raw type: List void m5() { List c = null; List l = (Collection)c; } // type mismatch ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:10: warning: [unchecked] unchecked cast void m5() { List c = null; List l = (Collection)c; } // type mismatch ^ required: Collection found: List X.java:10: error: incompatible types: Collection cannot be converted to List void m5() { List c = null; List l = (Collection)c; } // type mismatch ^ X.java:11: warning: [rawtypes] found raw type: List void m6() { List c = null; List l = (Collection)c; } // type mismatch ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:11: warning: [rawtypes] found raw type: List void m6() { List c = null; List l = (Collection)c; } // type mismatch ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:11: error: incompatible types: Collection cannot be converted to List void m6() { List c = null; List l = (Collection)c; } // type mismatch ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 3 errors 14 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: ArrayList List list = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: List cannot be converted to List li= ln; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: generic array creation Object x2= new X[0]; ^ X.java:4: error: generic array creation Object x3= new X[0]; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Container Container x=param; ^ missing type arguments for generic class Container where T is a type-variable: T extends Object declared in class Container X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container x.setVal("BAD"); ^ where T is a type-variable: T extends Object declared in class Container X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated cont.setVal(new Integer(0)); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Container Container x=param; ^ missing type arguments for generic class Container where T is a type-variable: T extends Object declared in class Container X.java:13: warning: [deprecation] Long(long) in Long has been deprecated x.setVal(new Long(0)); ^ X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container x.setVal(new Long(0)); ^ where T is a type-variable: T extends Object declared in class Container X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated cont.setVal(new Integer(0)); ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Container Container x=param; ^ missing type arguments for generic class Container where T is a type-variable: T extends Object declared in class Container X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container x.setVal("BAD"); ^ where T is a type-variable: T extends Object declared in class Container X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated cont.setVal(new Integer(0)); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Container Container x=param; ^ missing type arguments for generic class Container where T is a type-variable: T extends Object declared in class Container X.java:13: warning: [deprecation] Long(long) in Long has been deprecated x.setVal(new Long(0)); ^ X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container x.setVal(new Long(0)); ^ where T is a type-variable: T extends Object declared in class Container X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated cont.setVal(new Integer(0)); ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Container Container x=param; ^ missing type arguments for generic class Container where T is a type-variable: T extends Object declared in class Container X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container x.setVal("BAD"); ^ where T is a type-variable: T extends Object declared in class Container X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated cont.setVal(new Integer(0)); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Container Container x=param; ^ missing type arguments for generic class Container where T is a type-variable: T extends Object declared in class Container X.java:13: warning: [deprecation] Long(long) in Long has been deprecated x.setVal(new Long(0)); ^ X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container x.setVal(new Long(0)); ^ where T is a type-variable: T extends Object declared in class Container X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated cont.setVal(new Integer(0)); ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [rawtypes] found raw type: Container Container x=param; ^ missing type arguments for generic class Container where T is a type-variable: T extends Object declared in class Container X.java:14: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container x.setVal("BAD"); ^ where T is a type-variable: T extends Object declared in class Container X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated cont.next.setVal(new Integer(0)); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [rawtypes] found raw type: Container Container x=param; ^ missing type arguments for generic class Container where T is a type-variable: T extends Object declared in class Container X.java:14: warning: [deprecation] Long(long) in Long has been deprecated x.setVal(new Long(0)); ^ X.java:14: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container x.setVal(new Long(0)); ^ where T is a type-variable: T extends Object declared in class Container X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated cont.next.setVal(new Integer(0)); ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot assign a value to final variable length if(elements.length = 3) { ^ X.java:7: error: incompatible types: int cannot be converted to boolean if(elements.length = 3) { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Class private static final Map classes = new HashMap(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:4: warning: [rawtypes] found raw type: Class private static final Map classes = new HashMap(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: warning: [deprecation] newInstance() in Class has been deprecated Object o = clazz.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [unchecked] unchecked cast final Class clazz2 = (Class) classes.get("test"); ^ required: Class found: Class X.java:10: warning: [unchecked] unchecked cast final Class clazz3 = (Class) classes.get("test"); ^ required: Class found: Class X.java:11: warning: [deprecation] newInstance() in Class has been deprecated Object o = clazz.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SubTypes.java:6: error: method foo() is already defined in class B @Override public B foo() { return this; } ^ SubTypes.java:9: error: foo() in C cannot override foo() in A @Override public X foo() { return new X(); } ^ return type X is not compatible with A 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X X rx = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:7: warning: [rawtypes] found raw type: X X rx = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:8: warning: [unchecked] unchecked call to foo(G) as a member of the raw type X rx.foo("hello"); ^ where G,T are type-variables: G extends Object declared in method foo(G) T extends Object declared in class X 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol return zork; ^ symbol: variable zork location: class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [rawtypes] found raw type: X X rx = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [rawtypes] found raw type: X X rx = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:11: warning: [unchecked] unchecked call to foo(G) as a member of the raw type X rx.foo("hello"); // Eclipse error here ^ where G,T are type-variables: G extends Object declared in method foo(G) T extends Object declared in class X X.java:12: warning: [unchecked] unchecked call to bar(T) as a member of the raw type X rx.bar("hello"); // Eclipse error here ^ where T is a type-variable: T extends Object declared in class X 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Class MX> mx2 = new MX(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:5: error: incompatible types: X.MX cannot be converted to X.MX> MX> mx2 = new MX(); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Class MX> mx2 = new MX(); // wrong ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:3: error: incompatible types: MX cannot be converted to MX> MX> mx2 = new MX(); // wrong ^ X.java:4: error: incompatible types: MX> cannot be converted to MX> MX> mx3 = new MX>(); // wrong ^ X.java:5: error: incompatible types: MX> cannot be converted to MX> MX> mx4 = new MX>(); // wrong ^ X.java:6: warning: [rawtypes] found raw type: Class MX mx5 = new MX(); // ok ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:6: warning: [rawtypes] found raw type: Class MX mx5 = new MX(); // ok ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:7: warning: [rawtypes] found raw type: Class MX mx6 = new MX(); // ok ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:7: warning: [rawtypes] found raw type: Class MX mx6 = new MX(); // ok ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: warning: [rawtypes] found raw type: Class MX> mx7 = new MX>(); // wrong ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: warning: [rawtypes] found raw type: Class MX> mx7 = new MX>(); // wrong ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: error: incompatible types: MX> cannot be converted to MX> MX> mx7 = new MX>(); // wrong ^ X.java:9: warning: [rawtypes] found raw type: Class MX> mx8 = new MX>(); // wrong ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:9: warning: [rawtypes] found raw type: Class MX> mx8 = new MX>(); // wrong ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:9: error: incompatible types: MX> cannot be converted to MX> MX> mx8 = new MX>(); // wrong ^ 5 errors 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: unexpected type public class X extends Vector>{} ^ required: class or interface without bounds found: ? super X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: unexpected type public class X implements List>{} ^ required: class or interface without bounds found: ? super X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: CAP#1 cannot be converted to A return clazz.newInstance(); // ? extends Object ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Set channel = channels.get(0); ^ symbol: variable channels location: class X X.java:7: warning: [unchecked] unchecked cast element = (Set) iter.next(); ^ required: Set found: X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] unchecked cast List x2= (List)ls;//unsafe ^ required: List found: List where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number X.java:11: error: incompatible types: List cannot be converted to List List ls2 = (List)ls; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: a generic class may not extend java.lang.Throwable public class X extends Throwable { ^ X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends Throwable { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: type argument X is not within bounds of type-variable E Enum ex = null; ^ where E is a type-variable: E extends Enum declared in class Enum 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unexpected type class Y extends T {} ^ required: class found: type parameter T where T is a type-variable: T declared in class Y X.java:6: error: unexpected type class M extends T {} ^ required: class found: type parameter T where T is a type-variable: T extends Object declared in class Z 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: X cannot be converted to X X xi = (X) new X(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast X xe = (X) new X(); ^ required: X found: X where E is a type-variable: E extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast XC xe = (XC) new X(); ^ required: XC found: X where E is a type-variable: E extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: X cannot be converted to XC XC xe = (XC) new X(); ^ where E is a type-variable: E extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast XC xcu = (XC) new X(); ^ required: XC found: X where E,U are type-variables: E extends Object declared in class X U extends Object declared in method foo() X.java:4: error: incompatible types: XC cannot be converted to XC XC xcu1 = (XC) new X(); ^ where U is a type-variable: U extends Object declared in method foo() where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? X.java:5: warning: [rawtypes] found raw type: X XC xcu2 = (XC) new X(); ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:5: warning: [unchecked] unchecked cast XC xcu2 = (XC) new X(); ^ required: XC found: X where E is a type-variable: E extends Object declared in class X 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X X[] foo() { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:4: warning: [rawtypes] found raw type: X ArrayList list = new ArrayList(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:4: warning: [rawtypes] found raw type: ArrayList ArrayList list = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:4: warning: [unchecked] unchecked conversion ArrayList list = new ArrayList(); ^ required: ArrayList found: ArrayList X.java:5: warning: [rawtypes] found raw type: X return list.toArray(new X[list.size()]); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: XZ cannot be converted to XY XY y = (XY) new XZ(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: List public List useList(List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:3: warning: [rawtypes] found raw type: List public List useList(List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List l.add("asdf"); ^ where E is a type-variable: E extends Object declared in interface List X.java:9: error: name clash: useList(List) in Y and useList(List) in X have the same erasure, yet neither overrides the other public List useList(List l) { ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [unchecked] useList(List) in Y overrides useList(List) in X public List useList(List l) { ^ return type requires unchecked conversion from List to List X.java:9: warning: [rawtypes] found raw type: List public List useList(List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [rawtypes] found raw type: List public List useList(List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List l.add("asdf"); ^ where E is a type-variable: E extends Object declared in interface List 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: List public void useList(List l) {} ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: error: name clash: useList(List) in Y and useList(List) in X have the same erasure, yet neither overrides the other public void useList(List l) { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List public void useList(List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [unchecked] unchecked method invocation: method useList in class X is applied to given types super.useList(l); ^ required: List found: List X.java:7: warning: [unchecked] unchecked conversion super.useList(l); ^ required: List found: List 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Class public Class getDeclaringClass(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] getSomething() in X implements getSomething() in ISomething public Class getSomething() { return null; } ^ return type requires unchecked conversion from Class to Class X.java:2: warning: [rawtypes] found raw type: Class public Class getSomething() { return null; } ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: type argument T2 is not within bounds of type-variable T3 interface X, T2 extends Z> {} ^ where T2,T3 are type-variables: T2 extends Z declared in interface X T3 extends Comparable declared in interface Y X.java:2: warning: [rawtypes] found raw type: Comparable interface Y {} ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends Y.Missing {} ^ symbol: class Missing location: class Y 1 error --- javac err: --- p1/X.java:2: error: cannot find symbol public class X extends Y.Missing {} ^ symbol: class Missing location: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated array1[0] = new Integer(17); ^ X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated array1[1] = new Integer(42); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: improperly formed type, type arguments given on a raw type X.A.B bs; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: improperly formed type, type arguments given on a raw type X.A.B bs; ^ X.java:11: error: improperly formed type, some parameters are missing X.A.B bs; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: improperly formed type, type arguments given on a raw type X.A.B bs; ^ X.java:11: error: cannot select a static class from a parameterized type X.A.B bs; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Iterable public class X { ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable X.java:2: warning: [rawtypes] found raw type: Iterable class MX { ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable X.java:5: error: type argument Object is not within bounds of type-variable U class SX extends X.MX { ^ where U is a type-variable: U extends Iterable declared in class X.MX X.java:5: error: type argument Thread is not within bounds of type-variable T class SX extends X.MX { ^ where T is a type-variable: T extends Iterable declared in class X X.java:6: warning: [rawtypes] found raw type: X SX(X x){ ^ missing type arguments for generic class X where T is a type-variable: T extends Iterable declared in class X X.java:7: warning: [unchecked] unchecked conversion x.super(); ^ required: X found: X 2 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:2: warning: [rawtypes] found raw type: D public B(X str,D dValue){} ^ missing type arguments for generic class D where Y is a type-variable: Y extends Object declared in class D 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:2: warning: [rawtypes] found raw type: D public B(X str, B dValue){} ^ missing type arguments for generic class D where Y is a type-variable: Y extends Object declared in class D 1 warning --- javac err: --- C.java:2: error: incompatible types: B> cannot be converted to B public B test(Z zValue,B> yValue){ return new B(zValue,yValue); } ^ where Y is a type-variable: Y extends Object declared in class C Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:4: warning: [rawtypes] found raw type: B new B().start().get(new B().start()).get(new B().start()); ^ missing type arguments for generic class B where X is a type-variable: X extends Object declared in class B C.java:4: warning: [unchecked] unchecked call to get(B) as a member of the raw type B new B().start().get(new B().start()).get(new B().start()); ^ where X is a type-variable: X extends Object declared in class B C.java:4: warning: [rawtypes] found raw type: B new B().start().get(new B().start()).get(new B().start()); ^ missing type arguments for generic class B where X is a type-variable: X extends Object declared in class B C.java:4: error: cannot find symbol new B().start().get(new B().start()).get(new B().start()); ^ symbol: method get(B) location: class Object C.java:4: warning: [rawtypes] found raw type: B new B().start().get(new B().start()).get(new B().start()); ^ missing type arguments for generic class B where X is a type-variable: X extends Object declared in class B B.java:3: warning: [rawtypes] found raw type: D B> start() { return null; } ^ missing type arguments for generic class D where Y is a type-variable: Y extends Object declared in class D 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:4: warning: [rawtypes] found raw type: B new B().start().get(new B().start()).get(new B().start()); ^ missing type arguments for generic class B where X is a type-variable: X extends Object declared in class B C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression new B().start().get(new B().start()).get(new B().start()); ^ C.java:4: warning: [rawtypes] found raw type: B new B().start().get(new B().start()).get(new B().start()); ^ missing type arguments for generic class B where X is a type-variable: X extends Object declared in class B C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression new B().start().get(new B().start()).get(new B().start()); ^ C.java:4: error: incompatible types: B> cannot be converted to B new B().start().get(new B().start()).get(new B().start()); ^ C.java:4: warning: [rawtypes] found raw type: B new B().start().get(new B().start()).get(new B().start()); ^ missing type arguments for generic class B where X is a type-variable: X extends Object declared in class B C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression new B().start().get(new B().start()).get(new B().start()); ^ B.java:3: warning: [rawtypes] found raw type: D static B> start() { return null; } ^ missing type arguments for generic class D where Y is a type-variable: Y extends Object declared in class D Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: X is not abstract and does not override abstract method putAll(Map) in Map public class X implements Map { ^ where V is a type-variable: V extends Object declared in class X X.java:17: error: name clash: putAll(Map) in X and putAll(Map) in Map have the same erasure, yet neither overrides the other public void putAll(Map t) { } ^ where V is a type-variable: V extends Object declared in class X 2 errors --- javac err: --- X.java:2: error: name clash: putAll(Map) in X and putAll(Map) in Map have the same erasure, yet neither overrides the other public void putAll(java.util.Map t) { } ^ where V,S are type-variables: V extends Object declared in class X S extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork foo() { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: String cannot be converted to boolean for (Iterator i= l.iterator(); i.next(); ) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: X class Y extends X {} ^ missing type arguments for generic class X where T is a type-variable: T extends Y declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol class Y extends Zork { ^ symbol: class Zork X.java:6: error: i has private access in X public int foo(T t) { return t.i + t.i() + T.M.j; } ^ X.java:6: error: i() has private access in X public int foo(T t) { return t.i + t.i() + T.M.j; } ^ X.java:6: error: M has private access in X public int foo(T t) { return t.i + t.i() + T.M.j; } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Y.java:3: warning: [rawtypes] found raw type: X.Member p.X.Member m; ^ missing type arguments for generic class X.Member where T is a type-variable: T extends Object declared in class X p/Y.java:4: warning: [unchecked] unchecked conversion p.X.Member ms = m; ^ required: X.Member found: X.Member 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Y.java:3: warning: [rawtypes] found raw type: X.Member.Sub p.X.Member.Sub s; ^ missing type arguments for generic class X.Member.Sub where T is a type-variable: T extends Object declared in class X p/Y.java:4: warning: [unchecked] unchecked conversion p.X.Member.Sub es = s; ^ required: X.Member.Sub found: X.Member.Sub 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(List) in X and foo(List) in X2 have the same erasure, yet neither overrides the other void foo(List lx) { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(List) in X and foo(List) in X2 have the same erasure, yet neither overrides the other void foo(List lx) { } ^ X.java:5: warning: [unchecked] unchecked method invocation: method foo in class X2 is applied to given types this.foo((List)null); ^ required: List found: List X.java:5: warning: [unchecked] unchecked conversion this.foo((List)null); ^ required: List found: List 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(List) in X and foo(List) in X2 have the same erasure, yet neither overrides the other void foo(List lx) { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where E is a type-variable: E extends List,Runnable declared in class X X.java:3: warning: [rawtypes] found raw type: List public class X { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List xe.element().add(this); ^ where E is a type-variable: E extends Object declared in interface List X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List xe.element().add(this); ^ where E is a type-variable: E extends Object declared in interface List X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List xe.element().add(this); ^ where E is a type-variable: E extends Object declared in interface List X.java:19: warning: [rawtypes] found raw type: List abstract class XM implements List, Runnable {} ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where E is a type-variable: E extends List,Runnable declared in class X X.java:3: warning: [rawtypes] found raw type: List public class X { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List xe.element().add(this); ^ where E is a type-variable: E extends Object declared in interface List X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List xe.element().add(this); ^ where E is a type-variable: E extends Object declared in interface List 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test1.java:3: warning: [rawtypes] found raw type: B class A ^ missing type arguments for generic class B where AA is a type-variable: AA extends A declared in class B test/Test1.java:6: warning: [rawtypes] found raw type: A class B ^ missing type arguments for generic class A where BB is a type-variable: BB extends B declared in class A 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: ArrayList class TestElement extends ArrayList implements Runnable { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:3: warning: [serial] serializable class TestElement has no definition of serialVersionUID class TestElement extends ArrayList implements Runnable { ^ X.java:7: warning: [rawtypes] found raw type: List public class X { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: ArrayList class TestElement extends ArrayList implements Runnable { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:9: warning: [rawtypes] found raw type: List public class X { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [rawtypes] found raw type: G G g = new G(); ^ missing type arguments for generic class G where T is a type-variable: T extends Object declared in class G X.java:5: warning: [unchecked] unchecked conversion G g = new G(); ^ required: G found: G X.java:7: warning: [rawtypes] found raw type: G.Member G.Member gm = null; ^ missing type arguments for generic class G.Member where T is a type-variable: T extends Object declared in class G X.java:8: warning: [unchecked] unchecked conversion G.Member gtm = gm; ^ required: G.Member found: G.Member 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: X.Item cannot be converted to X.Item X.Item i = new X().new Item(); ^ X.java:9: warning: [rawtypes] found raw type: X.Item X.Item k = new X.Item(); ^ missing type arguments for generic class X.Item where E,T are type-variables: E extends Object declared in class X.Item T extends Object declared in class X X.java:9: warning: [rawtypes] found raw type: X.Item X.Item k = new X.Item(); ^ missing type arguments for generic class X.Item where E,T are type-variables: E extends Object declared in class X.Item T extends Object declared in class X X.java:12: warning: [rawtypes] found raw type: X.Item X.Item k = new X.Item(); ^ missing type arguments for generic class X.Item where E,T are type-variables: E extends Object declared in class X.Item T extends Object declared in class X X.java:12: warning: [rawtypes] found raw type: X.Item X.Item k = new X.Item(); ^ missing type arguments for generic class X.Item where E,T are type-variables: E extends Object declared in class X.Item T extends Object declared in class X X.java:12: error: non-static variable this cannot be referenced from a static context X.Item k = new X.Item(); ^ 2 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: warning: [rawtypes] found raw type: XM.A public XM.A foo() { ^ missing type arguments for generic class XM.A where T is a type-variable: T extends Object declared in class XM 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: X cannot be converted to X baz(x1); ^ X.java:13: error: type argument Bar is not within bounds of type-variable T X x2 = new X(new Bar()); ^ where T is a type-variable: T extends IFoo declared in class X X.java:13: error: type argument Bar is not within bounds of type-variable T X x2 = new X(new Bar()); ^ where T is a type-variable: T extends IFoo declared in class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: type argument Bar is not within bounds of type-variable T baz(new X(new Bar())); ^ where T is a type-variable: T extends Foo declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: unexpected type new E(); ^ required: class found: type parameter E where E is a type-variable: E extends Object declared in class X X.java:4: error: unexpected type new E() { ^ required: class found: type parameter E where E is a type-variable: E extends Object declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: unexpected type new E(); ^ required: class found: type parameter E where E is a type-variable: E extends String declared in class X X.java:4: error: unexpected type new E() { ^ required: class found: type parameter E where E is a type-variable: E extends String declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Class public Type myMethod(Object obj, Class type) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: warning: [rawtypes] found raw type: Class public static Type myStaticMethod(Object obj, Class type) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:15: warning: [rawtypes] found raw type: MyClass return new MyClass().myMethod(this, IMyInterface.class); ^ missing type arguments for generic class MyClass where Type is a type-variable: Type extends Object declared in class MyClass X.java:15: error: incompatible types: Object cannot be converted to IMyInterface return new MyClass().myMethod(this, IMyInterface.class); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:2: warning: [rawtypes] found raw type: Comparable public Comparable getItem() { return null; } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: error: cannot find symbol { Zork z; } ^ symbol: class Zork location: class MyClass where T is a type-variable: T extends Object declared in class MyClass 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X static void foo(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends Runnable declared in class X X.java:8: warning: [unchecked] unchecked call to bar(T) as a member of the raw type X x.bar(null); ^ where T is a type-variable: T extends Exception declared in method bar(T) X.java:14: error: is not abstract and does not override abstract method bar(T) in X X xr = new X(){ ^ where T is a type-variable: T extends Exception declared in method bar(T) 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X1 public X1 get() { ^ missing type arguments for generic class X1 where T is a type-variable: T extends Object declared in class X1 X.java:16: warning: [rawtypes] found raw type: I I get(); ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I X.java:20: warning: [rawtypes] found raw type: J J get(); ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated X1 o1 = new X1(new Integer(4)); ^ X.java:13: warning: [rawtypes] found raw type: X1 public X1 get() { ^ missing type arguments for generic class X1 where T is a type-variable: T extends Object declared in class X1 X.java:19: warning: [rawtypes] found raw type: I I get(); ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I X.java:23: warning: [rawtypes] found raw type: J J get(); ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated X1 o = new X1(new Integer(4)); ^ X.java:13: warning: [rawtypes] found raw type: X1 public X1 get() { ^ missing type arguments for generic class X1 where T is a type-variable: T extends Object declared in class X1 X.java:19: warning: [rawtypes] found raw type: I I get(); ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I X.java:23: warning: [rawtypes] found raw type: J J get(); ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:30: warning: [rawtypes] found raw type: K K get(); ^ missing type arguments for generic class K where T is a type-variable: T extends Object declared in interface K 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: X static void foo(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends Runnable declared in class X X.java:5: warning: [unchecked] unchecked call to bar(T) as a member of the raw type X x.bar(null); ^ where T is a type-variable: T extends Exception declared in method bar(T) X.java:7: error: cannot find symbol public void run() { zork = 0; } ^ symbol: variable zork location: class R 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: CAP#1 cannot be converted to CAP#2 out.element = in.element; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: name clash: foo(Class) in X and foo(Class) in Y have the same erasure, yet neither overrides the other S foo(Class c) { return null; } ^ where S#1,T#1,S#2,T#2 are type-variables: S#1 extends Object declared in method foo(Class) T#1 extends Object declared in method foo(Class) S#2 extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: name clash: foo(Class) in X and foo(Class) in Y have the same erasure, yet neither overrides the other T foo(Class c) { return null; } ^ where T#1,S,T#2 are type-variables: T#1 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: name clash: foo(Class) in X and foo(Class) in Y have the same erasure, yet neither overrides the other T foo(Class c) { return null; } ^ where T#1,T#2,S are type-variables: T#1 extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [serial] serializable class X.List1 has no definition of serialVersionUID class List1 extends LinkedList {}; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Set> cannot be converted to Set> m_values = values.entrySet(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: MX> cannot be converted to MX> mxco = mxcs; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: X.MX cannot be converted to X.MX mx = x.createMX(); ^ where T is a type-variable: T extends Runnable declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends Runnable from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Class void foo1(MX> target, MX value) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:4: error: incompatible types: MX cannot be converted to MX> target= value; // foo1 - wrong ^ X.java:7: error: incompatible types: MX> cannot be converted to MX> target= value; // foo2 - wrong ^ X.java:10: error: incompatible types: MX> cannot be converted to MX> target= value; // foo3 - wrong ^ X.java:13: error: incompatible types: MX> cannot be converted to MX> target= value; // foo4 - wrong ^ X.java:15: warning: [rawtypes] found raw type: Class void foo5(MX target, MX value) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:15: warning: [rawtypes] found raw type: Class void foo5(MX target, MX value) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:18: warning: [rawtypes] found raw type: Class void foo6(MX target, MX value) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:18: warning: [rawtypes] found raw type: Class void foo6(MX target, MX value) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:21: warning: [rawtypes] found raw type: Class void foo7(MX> target, MX> value) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:21: warning: [rawtypes] found raw type: Class void foo7(MX> target, MX> value) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:22: error: incompatible types: MX> cannot be converted to MX> target= value; // foo7 - wrong ^ X.java:24: warning: [rawtypes] found raw type: Class void foo8(MX> target, MX> value) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:24: warning: [rawtypes] found raw type: Class void foo8(MX> target, MX> value) { ^ missing type arguments for generic class Class where T is a type-variable: Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt T extends Object declared in class Class X.java:25: error: incompatible types: MX> cannot be converted to MX> target= value; // foo8 - wrong ^ X.java:31: error: incompatible types: MX cannot be converted to MX target= value; // foo10 - wrong ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object X.java:34: error: incompatible types: MX cannot be converted to MX target= value; // foo11 - wrong ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: String from capture of ? super String 8 errors 9 warnings --- javac err: --- X.java:3: warning: [rawtypes] found raw type: MX void foo1(MX target, MX> value) { ^ missing type arguments for generic class MX where E is a type-variable: E extends Object declared in class MX X.java:9: warning: [rawtypes] found raw type: MX void foo3(MX target, MX> value) { ^ missing type arguments for generic class MX where E is a type-variable: E extends Object declared in class MX X.java:10: error: incompatible types: MX> cannot be converted to MX target= value; // foo3 ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/B.java:4: warning: [rawtypes] found raw type: Class public static Map foo(byte[] byteArray, Object o, Class c) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class p/B.java:4: warning: [rawtypes] found raw type: Class public static Map foo(byte[] byteArray, Object o, Class c) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Class Map map = B.foo(null, null, null); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: XC cannot be converted to XC target = value; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Runnable from capture of ? extends Runnable 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: X cannot be converted to X target = value; // foo1 ^ where CAP#1 is a fresh type-variable: CAP#1 extends Exception from capture of ? extends Exception 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: name clash: foo(Class) in X and foo(Class) in Y have the same erasure, yet neither overrides the other void foo(Class s) {} ^ 1 error --- javac err: --- X.java:2: error: name clash: foo(Class) in X and foo(Class) in Y have the same erasure, yet neither overrides the other void foo(Class s) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo(Class) in I public class X extends Y implements I {} ^ 1 error --- javac err: --- X.java:1: error: name clash: foo(Class) in Y and foo(Class) in I have the same erasure, yet neither overrides the other public abstract class X extends Y implements I {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo(Class) in I public class X extends Y implements I { public void foo(Class s) {} } ^ where T,S are type-variables: T extends Object declared in method foo(Class) S extends Object declared in method foo(Class) X.java:1: error: name clash: foo(Class) in X and foo(Class) in I have the same erasure, yet neither overrides the other public class X extends Y implements I { public void foo(Class s) {} } ^ where T#1,T#2,S are type-variables: T#1 extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) 2 errors --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo(Class) in I public class X extends Y implements I {} ^ where T,S are type-variables: T extends Object declared in method foo(Class) S extends Object declared in method foo(Class) 1 error --- javac err: --- X.java:1: error: name clash: foo(Class) in Y and foo(Class) in I have the same erasure, yet neither overrides the other public abstract class X extends Y implements I {} ^ where T#1,S,T#2 are type-variables: T#1 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: foo() in X cannot override foo() in Y @Override Class foo() { return null; } ^ return type Class is not compatible with Class X.java:2: error: method does not override or implement a method from a supertype @Override Class foo() { return null; } ^ X.java:3: error: foo2() in X cannot override foo2() in Y @Override Class[] foo2() { return null; } ^ return type Class[] is not compatible with Class[] X.java:3: error: method does not override or implement a method from a supertype @Override Class[] foo2() { return null; } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: A is not abstract and does not override abstract method getList() in IDoubles class A implements IDoubles { ^ X.java:4: error: getList() in A cannot implement getList() in IDoubles public List getList() { return null; } ^ return type List is not compatible with List X.java:9: error: C is not abstract and does not override abstract method getList() in IDoubles class C extends B implements IDoubles { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] unchecked cast public R getU() { return (R)u; } // Warning ^ required: R found: U where U,R are type-variables: U extends Object declared in class X R extends Object declared in class X X.java:6: warning: [unchecked] unchecked cast public R getV() { return (R)v; } // Warning ^ required: R found: V where V,R are type-variables: V extends Object declared in class X R extends Object declared in class X X.java:8: warning: [unchecked] unchecked cast public T getT() { return (T)o; } // Warning ^ required: T found: Object where T is a type-variable: T extends Object declared in class X 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method test2 in class X cannot be applied to given types; test2("test", null, 0); ^ required: List,String[] found: String,,int reason: cannot infer type-variable(s) F (argument mismatch; String cannot be converted to List) where F,T are type-variables: F extends Object declared in method test2(List,String...) T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F public F foo(F f, F... others) { ^ where F is a type-variable: F extends Object declared in method foo(F,F...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F public F foo(F f, F... others) { ^ where F is a type-variable: F extends Object declared in method foo(F,F...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: inference variable F has incompatible bounds String[] s = foo(null, new String[]{ "hello" }); ^ upper bounds: String[],Object lower bounds: String where F is a type-variable: F extends Object declared in method foo(F,F...) X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F public F foo(F f, F... others) { ^ where F is a type-variable: F extends Object declared in method foo(F,F...) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F public F foo(F f, F... others) { ^ where F is a type-variable: F extends Object declared in method foo(F,F...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F public F foo(F f, F... others) { ^ where F is a type-variable: F extends Object declared in method foo(F,F...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [deprecation] Integer(int) in Integer has been deprecated return m_manager.getById(getClass(), new Integer(1)); ^ X.java:15: warning: [unchecked] unchecked method invocation: method getById in class Manager is applied to given types return m_manager.getById(getClass(), new Integer(1)); ^ required: Class,Integer found: Class,Integer where T,C are type-variables: T extends ITest declared in method getById(Class,Integer) C extends X declared in class Manager where CAP#1 is a fresh type-variable: CAP#1 extends Test from capture of ? extends Test X.java:15: warning: [unchecked] unchecked conversion return m_manager.getById(getClass(), new Integer(1)); ^ required: ITest found: Test where C is a type-variable: C extends X declared in class Test 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: IOException cannot be converted to CAP#1 xnpe.element = new java.io.IOException(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Exception super: NullPointerException from capture of ? super NullPointerException 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:22: error: incompatible types: List cannot be converted to Collection final Collection cL = (Collection)emptyList(); // 2 ^ X.java:25: error: incompatible types: List cannot be converted to Iterable final Iterable iL = (Iterable)emptyList(); // 3 ^ X.java:31: error: incompatible types: Collection cannot be converted to Iterable final Iterable iC = (Iterable)emptyCollection(); // 5 ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:33: error: M2 is not abstract and does not override abstract method mm(M1) in M1 class M2 implements M1 { ^ where I is a type-variable: I extends Object declared in class M2 X.java:34: error: name clash: mm(M1) in M2 and mm(M1) in M1 have the same erasure, yet neither overrides the other public void mm(M1 q) { ^ where J,I are type-variables: J extends I declared in method mm(M1) I extends Object declared in class M2 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type new X(); ^ required: class or interface without bounds found: ? X.java:6: error: unexpected type new X(); ^ required: class or interface without bounds found: ? extends String X.java:7: error: unexpected type new X(){}; ^ required: class or interface without bounds found: ? X.java:8: error: unexpected type new X(){}; ^ required: class or interface without bounds found: ? extends String 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: AX X x = new X>(new AX()); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: error: incompatible types: AX cannot be converted to AX X x = new X>(new AX()); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: AX X x = new X>(new X>(null)); ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: error: incompatible types: X> cannot be converted to X> X x = new X>(new X>(null)); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: X> cannot be converted to X> X> x = (X>) xs; ^ X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] unchecked cast X x = (X) xs; ^ required: X found: X where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: X> cannot be converted to X> X> x = (X>) xs; ^ where T is a type-variable: T extends Object declared in method foo(X>) X.java:7: warning: [unchecked] unchecked cast X x = (X) xs; ^ required: X found: X where T is a type-variable: T extends Object declared in method bar(X) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Class Class clazz = null; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Class Class clazz = null; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: Object cannot be converted to CAP#1 list.add(new Object()); // should fail ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Exception from capture of ? super Exception X.java:12: error: incompatible types: Throwable cannot be converted to CAP#1 list.add(new Throwable()); // should fail ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Exception from capture of ? super Exception Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static T first(T... args) { ^ where T is a type-variable: T extends Object declared in method first(T...) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static T first(T... args) { ^ where T is a type-variable: T extends Object declared in method first(T...) X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type List[] List ls = first(); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: L void foo(L l, C c) { ^ missing type arguments for generic class L where E is a type-variable: E extends Object declared in class L X.java:3: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types bar(l, c); ^ required: L,C found: L,C where T is a type-variable: T extends Object declared in method bar(L,C) where CAP#1 is a fresh type-variable: CAP#1 extends Object super: X from capture of ? super X X.java:3: warning: [unchecked] unchecked conversion bar(l, c); ^ required: L found: L where T is a type-variable: T extends Object declared in method bar(L,C) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: HM public S> foo(HM hm) { ^ missing type arguments for generic class HM where U,V are type-variables: U extends Object declared in class HM V extends Object declared in class HM X.java:3: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types return C.bar(hm).foo(); ^ required: M found: HM where K,V are type-variables: K extends Object declared in method bar(M) V extends Object declared in method bar(M) X.java:3: warning: [unchecked] unchecked conversion return C.bar(hm).foo(); ^ required: M found: HM where K,V are type-variables: K extends Object declared in method bar(M) V extends Object declared in method bar(M) X.java:3: warning: [unchecked] unchecked conversion return C.bar(hm).foo(); ^ required: S> found: S 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: HM public S> foo(HM hm) { ^ missing type arguments for generic class HM where U,V are type-variables: U extends Object declared in class HM V extends Object declared in class HM X.java:3: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types M m = C.bar(hm); ^ required: M found: HM where K,V are type-variables: K extends Object declared in method bar(M) V extends Object declared in method bar(M) X.java:3: warning: [unchecked] unchecked conversion M m = C.bar(hm); ^ required: M found: HM where K,V are type-variables: K extends Object declared in method bar(M) V extends Object declared in method bar(M) X.java:3: warning: [unchecked] unchecked conversion M m = C.bar(hm); ^ required: M found: M X.java:5: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types return C.bar(hm).foo(); ^ required: M found: HM where K,V are type-variables: K extends Object declared in method bar(M) V extends Object declared in method bar(M) X.java:5: warning: [unchecked] unchecked conversion return C.bar(hm).foo(); ^ required: M found: HM where K,V are type-variables: K extends Object declared in method bar(M) V extends Object declared in method bar(M) X.java:5: warning: [unchecked] unchecked conversion return C.bar(hm).foo(); ^ required: S> found: S 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X void bar(X x) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types X xs = foo(x).identity(); ^ required: X found: X where T is a type-variable: T extends Object declared in method foo(X) X.java:10: warning: [unchecked] unchecked conversion X xs = foo(x).identity(); ^ required: X found: X where T is a type-variable: T extends Object declared in method foo(X) X.java:10: warning: [unchecked] unchecked conversion X xs = foo(x).identity(); ^ required: X found: X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X void bar(X x, X xs) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types X xs2 = foo(x, xs).identity(); ^ required: X,X found: X,X where T is a type-variable: T extends Object declared in method foo(X,X) X.java:10: warning: [unchecked] unchecked conversion X xs2 = foo(x, xs).identity(); ^ required: X found: X where T is a type-variable: T extends Object declared in method foo(X,X) X.java:10: warning: [unchecked] unchecked conversion X xs2 = foo(x, xs).identity(); ^ required: X found: X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X void bar(X x, X xs) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types X xs2 = foo(x, xs).identity(); ^ required: X,X found: X,X where T,U are type-variables: T extends Object declared in method foo(X,X) U extends Object declared in method foo(X,X) X.java:10: warning: [unchecked] unchecked conversion X xs2 = foo(x, xs).identity(); ^ required: X found: X where T,U are type-variables: T extends Object declared in method foo(X,X) U extends Object declared in method foo(X,X) X.java:10: warning: [unchecked] unchecked conversion X xs2 = foo(x, xs).identity(); ^ required: X found: X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X void bar(X x, X xs) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types X xs2 = foo(x, xs).identity(); ^ required: X,X found: X,X where T,U are type-variables: T extends Object declared in method foo(X,X) U extends Object declared in method foo(X,X) X.java:10: warning: [unchecked] unchecked conversion X xs2 = foo(x, xs).identity(); ^ required: X found: X where T,U are type-variables: T extends Object declared in method foo(X,X) U extends Object declared in method foo(X,X) X.java:10: warning: [unchecked] unchecked conversion X xs2 = foo(x, xs).identity(); ^ required: X found: X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X return new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:3: error: incompatible types: X cannot be converted to String return new X(); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: unreported exception Exception; must be caught or declared to be thrown m(new B()); ^ X.java:11: error: unreported exception IOException; must be caught or declared to be thrown m(new C()); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type E static E m(E e, E... e2) { System.out.print("[A:"+e.getClass()+"]"); return e; } ^ where E is a type-variable: E extends A declared in method m(E,E...) X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type F static F m(F f, F... f2) { System.out.print("[B:"+f.getClass()+"]"); return f; } ^ where F is a type-variable: F extends B declared in method m(F,F...) X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type G static G m(G g, G... g2) { System.out.print("[C:"+g.getClass()+"]"); return g; } ^ where G is a type-variable: G extends C declared in method m(G,G...) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X4.java:1: error: repeated interface class X4 & Comparable> {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X5.java:1: error: Comparable cannot be inherited with different arguments: and class X5 > {} ^ X5.java:1: warning: [rawtypes] found raw type: X5 class X5 > {} ^ missing type arguments for generic class X5 where T is a type-variable: T extends Y,Comparable declared in class X5 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X6.java:1: error: Comparable cannot be inherited with different arguments: and class X6 > {} ^ X6.java:1: warning: [rawtypes] found raw type: X6 class X6 > {} ^ missing type arguments for generic class X6 where T is a type-variable: T extends Y,Comparable declared in class X6 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X7.java:1: error: repeated interface class X7 & Comparable> {} ^ X7.java:1: error: Comparable cannot be inherited with different arguments: and class X7 & Comparable> {} ^ X7.java:1: warning: [rawtypes] found raw type: X7 class X7 & Comparable> {} ^ missing type arguments for generic class X7 where T is a type-variable: T extends Comparable,Comparable declared in class X7 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: repeated interface class A implements I, I {} ^ X.java:4: error: repeated interface public class X & I> { ^ X.java:4: error: I cannot be inherited with different arguments: and public class X & I> { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: generic array creation Element[] eArray = new Element[10]; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [serial] serializable class X has no definition of serialVersionUID public class X< ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- orders/impl/IntegerOrder2.java:10: error: name clash: previous(Comparable) in IntegerOrder2 and previous(Integer) in DiscreteOrder have the same erasure, yet neither overrides the other public Comparable previous(Comparable arg0) { ^ orders/impl/IntegerOrder2.java:10: warning: [rawtypes] found raw type: Comparable public Comparable previous(Comparable arg0) { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable orders/impl/IntegerOrder2.java:10: warning: [rawtypes] found raw type: Comparable public Comparable previous(Comparable arg0) { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable orders/impl/IntegerOrder2.java:14: error: name clash: next(Comparable) in IntegerOrder2 and next(Integer) in DiscreteOrder have the same erasure, yet neither overrides the other public Comparable next(Comparable arg0) { ^ orders/impl/IntegerOrder2.java:14: warning: [rawtypes] found raw type: Comparable public Comparable next(Comparable arg0) { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable orders/impl/IntegerOrder2.java:14: warning: [rawtypes] found raw type: Comparable public Comparable next(Comparable arg0) { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 2 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated Number n= new Integer(1); ^ A.java:4: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X A.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated x.m(new Integer(2)); ^ A.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated y.m(new Integer(2)); ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated Number n= new Integer(1); ^ A.java:4: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X A.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated x.m(new Integer(2)); ^ A.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated y.m(new Integer(2)); ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:6: warning: [cast] redundant cast to T list.add((T) list.get(0)); // checked cast ^ where T is a type-variable: T extends Object declared in class X X.java:7: warning: [unchecked] unchecked cast list.add((T) abs); // unchecked cast ^ required: T found: Object where T is a type-variable: T extends Object declared in class X X.java:13: warning: [unchecked] unchecked cast list.add((T) other.get(0)); // unchecked cast ^ required: T found: CAP#1 where T is a type-variable: T extends Object declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends Object super: T from capture of ? super T 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [rawtypes] found raw type: Composite class Concrete extends Composite { ^ missing type arguments for generic class Composite where E is a type-variable: E extends Object declared in class Composite X.java:8: warning: [unchecked] unchecked conversion Composite comp = new Concrete(); // unchecked cast ^ required: Composite found: Concrete 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:4: warning: [unchecked] unchecked cast U u = (U) xt; ^ required: U found: X where T,U are type-variables: T extends Object declared in class X U extends Object declared in class X.Y 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] unchecked cast array = (T[]) new Number[s]; // Unnecessary cast from Number[] to T[] ^ required: T[] found: Number[] where T is a type-variable: T extends Number declared in class X X.java:5: error: incompatible types: Number[] cannot be converted to T[] array = new Number[s]; // Type mismatch: cannot convert from Number[] to T[] ^ where T is a type-variable: T extends Number declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: repeated interface public class X implements I, I {} ^ X.java:1: error: I cannot be inherited with different arguments: and public class X implements I, I {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:6: warning: [unchecked] unchecked cast final T val = (T) getProperty(src, name); // this gives erroneous cast warning ^ required: T found: Object where T is a type-variable: T extends Object declared in method getTheProperty(Object,String) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: X.Inner X.Inner d2 = new X.Inner(); ^ missing type arguments for generic class X.Inner where B,A are type-variables: B extends Object declared in class X.Inner A extends Object declared in class X X.java:6: warning: [rawtypes] found raw type: X.Inner X.Inner d2 = new X.Inner(); ^ missing type arguments for generic class X.Inner where B,A are type-variables: B extends Object declared in class X.Inner A extends Object declared in class X X.java:7: error: improperly formed type, type arguments given on a raw type X.Inner d3 = new X.Inner(); ^ X.java:7: error: improperly formed type, type arguments given on a raw type X.Inner d3 = new X.Inner(); ^ X.java:8: warning: [unchecked] unchecked conversion d1 = d2; ^ required: X.Inner found: X.Inner X.java:10: error: incompatible types: X.Inner cannot be converted to X.Inner d1 = d3; ^ X.java:13: warning: [unchecked] unchecked conversion d3 = d2; ^ required: X.Inner found: X.Inner 3 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: improperly formed type, type arguments given on a raw type X.Inner d4 = new X.Inner(); ^ X.java:6: error: incompatible types: X.Inner cannot be converted to X.Inner X.Inner d4 = new X.Inner(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot select a static class from a parameterized type X.Inner d4 = new X.Inner(); ^ X.java:6: error: cannot select a static class from a parameterized type X.Inner d4 = new X.Inner(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: repeated interface public class X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: X public class X { ^ missing type arguments for generic class X where T,U are type-variables: T extends Object declared in class X U extends X declared in class X X.java:4: warning: [unchecked] unchecked cast T x1= (T) objectArr; ^ required: T found: Object[] where T is a type-variable: T extends Object declared in class X X.java:5: error: incompatible types: Object[] cannot be converted to U U x2= (U) objectArr; ^ where U is a type-variable: U extends X declared in class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: X cannot be converted to CAP#1 l.add(new X()); ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X X.java:17: error: method add3 in class X cannot be applied to given types; add3(lx, ls); ^ required: List,List found: List,List reason: inference variable T has incompatible equality constraints String,X where T is a type-variable: T extends Object declared in method add3(List,List) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [rawtypes] found raw type: A void foo(A a, B b, C c){ ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in interface A X.java:16: warning: [rawtypes] found raw type: B void foo(A a, B b, C c){ ^ missing type arguments for generic class B where T is a type-variable: T extends Number declared in class B X.java:18: error: incompatible types: Object cannot be converted to Number Number n1= b.getOne(); // fails ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:16: warning: [unchecked] unchecked method invocation: method getById in class Manager is applied to given types return m_manager.getById(getClass(), Integer.valueOf(1)); ^ required: Class,Integer found: Class,Integer where T,C are type-variables: T extends ITest declared in method getById(Class,Integer) C extends X declared in class Manager where CAP#1 is a fresh type-variable: CAP#1 extends Test from capture of ? extends Test X.java:16: warning: [unchecked] unchecked conversion return m_manager.getById(getClass(), Integer.valueOf(1)); ^ required: ITest found: Test where C is a type-variable: C extends X declared in class Test 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Collection Class c = param.getClass(); // ok ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:8: warning: [rawtypes] found raw type: Collection Class d = getClazz(); // ko ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:8: error: incompatible types: Class cannot be converted to Class Class d = getClazz(); // ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object X.java:17: warning: [rawtypes] found raw type: Collection Class c = getClass(); // ok ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: unexpected type public class X { ^ required: class found: int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [rawtypes] found raw type: Set Set[] sets = new Set[10]; ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:5: warning: [rawtypes] found raw type: Set Set[] sets = new Set[10]; ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:6: warning: [unchecked] unchecked conversion return sets; ^ required: Set[] found: Set[] 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:6: warning: [rawtypes] found raw type: List List[] nums = new List[] {Collections.singletonList("Uh oh")}; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [unchecked] unchecked conversion List[] nums = new List[] {Collections.singletonList("Uh oh")}; ^ required: List[] found: List[] 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Cla.java:7: error: cannot find symbol String s= new Cla.getT(); ^ symbol: class getT location: class Cla 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: type variable A is already defined in class X public class X { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test02/FooBar.java:5: warning: [rawtypes] found raw type: FooBar FooBar f = new FooBar(); ^ missing type arguments for generic class FooBar where R is a type-variable: R extends Object declared in class FooBar test02/FooBar.java:5: warning: [rawtypes] found raw type: FooBar FooBar f = new FooBar(); ^ missing type arguments for generic class FooBar where R is a type-variable: R extends Object declared in class FooBar 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/FooBar.java:5: warning: [rawtypes] found raw type: FooBar FooBar f = new FooBar(); ^ missing type arguments for generic class FooBar where R is a type-variable: R extends Object declared in class FooBar test/FooBar.java:5: warning: [rawtypes] found raw type: FooBar FooBar f = new FooBar(); ^ missing type arguments for generic class FooBar where R is a type-variable: R extends Object declared in class FooBar 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- a/C.java:3: warning: [rawtypes] found raw type: B public class C extends B { ^ missing type arguments for generic class B where E is a type-variable: E extends Object declared in class B 1 warning --- javac err: --- a/C.java:3: warning: [rawtypes] found raw type: B public class C extends B { ^ missing type arguments for generic class B where E is a type-variable: E extends Object declared in class B 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Comparable Comparable s1 = choose(true, "string", Integer.valueOf(1)); ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:11: warning: [rawtypes] found raw type: Comparable Comparable s3 = choose(true, Integer.valueOf(1), Float.valueOf(2)); ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:12: error: incompatible types: inferred type does not conform to upper bound(s) Cloneable s4 = choose(true, Integer.valueOf(1), Float.valueOf(2)); ^ inferred: INT#1 upper bound(s): Cloneable,Object where INT#1,INT#2 are intersection types: INT#1 extends Number,Comparable INT#2 extends Number,Comparable X.java:13: error: incompatible types: inferred type does not conform to upper bound(s) Cloneable s5 = choose(true, "string", Integer.valueOf(1)); ^ inferred: INT#1 upper bound(s): Cloneable,Object where INT#1,INT#2 are intersection types: INT#1 extends Object,Serializable,Comparable INT#2 extends Object,Serializable,Comparable 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test02/FooBar.java:7: error: incompatible types: String cannot be converted to R this.s = "foo"; ^ where R is a type-variable: R extends Object declared in class FooBar 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test02/FooBar.java:6: error: s has private access in Foo f.s = "foo"; ^ test02/FooBar.java:7: error: s has private access in Foo this.s = "foo"; ^ test02/FooBar.java:7: error: incompatible types: String cannot be converted to R this.s = "foo"; ^ where R is a type-variable: R extends Object declared in class FooBar test02/FooBar.java:8: error: cannot find symbol f.dosomething(); ^ symbol: method dosomething() location: variable f of type FooBar test02/FooBar.java:9: error: cannot find symbol this.dosomething(); ^ symbol: method dosomething() test02/FooBar.java:10: error: Foo.Bar has private access in Foo Bar b1; ^ test02/FooBar.java:11: error: Foo.Bar has private access in Foo FooBar.Bar b2; ^ test02/FooBar.java:12: error: Foo.Bar has private access in Foo Foo.Bar b3; ^ 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Object cannot be converted to CAP#1 list.add(new Object()); // should fail ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Number from capture of ? super Number Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: List cannot be converted to List lo = list; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Number from capture of ? super Number 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Number cannot be converted to CAP#1 lhs.add(rhs.get(0)); ^ where T is a type-variable: T extends Number declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends Object super: T from capture of ? super T Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Object cannot be converted to CAP#1 lhs.add(rhs.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Number from capture of ? super Number Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Number cannot be converted to CAP#1 lhs.add(rhs.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Integer from capture of ? super Integer Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Object cannot be converted to CAP#1 lhs.add(rhs.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Number from capture of ? super Number Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method m in class X cannot be applied to given types; m(new Y(), new Y()); ^ required: Y,Y found: Y,Y reason: inference variable T has incompatible equality constraints Integer,Short where T is a type-variable: T extends Number declared in method m(Y,Y) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Base.Inner Inner a; ^ missing type arguments for generic class Base.Inner where U,T are type-variables: U extends Object declared in class Base.Inner T extends Object declared in class Base X.java:8: warning: [rawtypes] found raw type: Base.Inner class DerivedInner extends Inner { ^ missing type arguments for generic class Base.Inner where U,T are type-variables: U extends Object declared in class Base.Inner T extends Object declared in class Base 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Base.Inner Inner a; ^ missing type arguments for generic class Base.Inner where U,T are type-variables: U extends Object declared in class Base.Inner T extends Object declared in class Base 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method bar in class X cannot be applied to given types; bar(l, ""); ^ required: List,T found: List,String reason: inference variable T has incompatible bounds upper bounds: CAP#1,Object lower bounds: String where T is a type-variable: T extends Object declared in method bar(List,T) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Bar cannot be converted to Bar f1.bar = f2.bar; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Bar cannot be converted to Bar f1.bar = f1.bar; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: CAP#1 cannot be converted to CAP#2 lhs.t = rhs.t; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: CAP#1 cannot be converted to CAP#2 lhs.t = rhs.t; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? X.java:12: error: incompatible types: X cannot be converted to X lhs = rhs; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number X.java:17: error: incompatible types: CAP#1 cannot be converted to CAP#2 lhs.t = rhs.t; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Number from capture of ? extends Number CAP#2 extends Number from capture of ? extends Number X.java:20: error: incompatible types: X cannot be converted to X lhs = rhs; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Number from capture of ? super Number X.java:21: error: incompatible types: CAP#1 cannot be converted to CAP#2 lhs.t = rhs.t; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: Number from capture of ? super Number CAP#2 extends Number from capture of ? extends Number X.java:25: error: incompatible types: CAP#1 cannot be converted to CAP#2 lhs.t = rhs.t; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: Number from capture of ? super Number CAP#2 extends Object super: Number from capture of ? super Number 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: List List l= null; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List l.add(s); ^ where E is a type-variable: E extends Object declared in interface List X.java:11: warning: [unchecked] unchecked call to addAll(Collection) as a member of the raw type List l.addAll(Arrays.asList(ss)); ^ where E is a type-variable: E extends Object declared in interface List X.java:15: warning: [unchecked] unchecked call to toArray(T[]) as a member of the raw type List return (String[])l.toArray(new String[l.size()]); ^ where T is a type-variable: T extends Object declared in method toArray(T[]) 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Super.A take(new A()); ^ missing type arguments for generic class Super.A where E,S are type-variables: E extends Object declared in class Super.A S extends Object declared in class Super X.java:9: warning: [unchecked] unchecked method invocation: method take in class Super is applied to given types take(new A()); ^ required: Super.A found: Super.A where S is a type-variable: S extends Object declared in class Super X.java:9: warning: [unchecked] unchecked conversion take(new A()); ^ required: Super.A found: Super.A where S is a type-variable: S extends Object declared in class Super 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Super.A take(new A()); ^ missing type arguments for generic class Super.A where E,S are type-variables: E extends Object declared in class Super.A S extends Object declared in class Super X.java:8: warning: [unchecked] unchecked method invocation: method take in class Super is applied to given types take(new A()); ^ required: Super.A found: Super.A where S is a type-variable: S extends Object declared in class Super X.java:8: warning: [unchecked] unchecked conversion take(new A()); ^ required: Super.A found: Super.A where S is a type-variable: S extends Object declared in class Super X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] bootstrap class path not set in conjunction with -source 1.4 error: Source option 1.4 is no longer supported. Use 6 or later. Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: bad type in conditional expression Integer[] var = cond ? tab1 : tab2; ^ String[] cannot be converted to Integer[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: AX public class X { ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: warning: [rawtypes] found raw type: BX X x = new X>(new BX()); ^ missing type arguments for generic class BX where Q is a type-variable: Q extends Object declared in class BX 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: AX public class X { ^ missing type arguments for generic class AX

where P is a type-variable: P extends Object declared in class AX X.java:7: warning: [rawtypes] found raw type: BX X x = new X>(new BX()); ^ missing type arguments for generic class BX where Q is a type-variable: Q extends Object declared in class BX 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [static] static variable should be qualified by type name, XB, instead of by an expression System.out.print(new X().e.CONST); ^ X.java:14: warning: [static] static variable should be qualified by type name, XB, instead of by an expression System.out.print(this.e.CONST); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [static] static variable should be qualified by type name, XB, instead of by an expression System.out.print(new X().e().CONST); ^ X.java:14: warning: [static] static variable should be qualified by type name, XB, instead of by an expression System.out.print(this.e().CONST); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [static] static variable should be qualified by type name, XB, instead of by an expression System.out.print(e.CONST); ^ X.java:18: warning: [static] static variable should be qualified by type name, XB, instead of by an expression System.out.print(e.CONST); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where E is a type-variable: E extends Object declared in class X X.java:6: warning: [rawtypes] found raw type: List public void test(List list,final Comparator comparator, X x) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: Comparator public void test(List list,final Comparator comparator, X x) { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator X.java:6: warning: [rawtypes] found raw type: X public void test(List list,final Comparator comparator, X x) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:7: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types foo(list, comparator); ^ required: List,Comparator found: List,Comparator where T is a type-variable: T extends Object declared in method foo(List,Comparator) X.java:7: warning: [unchecked] unchecked conversion foo(list, comparator); ^ required: List found: List where T is a type-variable: T extends Object declared in method foo(List,Comparator) X.java:7: warning: [unchecked] unchecked conversion foo(list, comparator); ^ required: Comparator found: Comparator where T is a type-variable: T extends Object declared in method foo(List,Comparator) X.java:8: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types bar(list, comparator); ^ required: List,Comparator found: List,Comparator where T is a type-variable: T extends Object declared in method bar(List,Comparator) X.java:8: warning: [unchecked] unchecked conversion bar(list, comparator); ^ required: List found: List where T is a type-variable: T extends Object declared in method bar(List,Comparator) X.java:8: warning: [unchecked] unchecked conversion bar(list, comparator); ^ required: Comparator found: Comparator where T is a type-variable: T extends Object declared in method bar(List,Comparator) X.java:10: warning: [unchecked] unchecked call to foo(List,Comparator) as a member of the raw type X x.foo(list, comparator); ^ where T is a type-variable: T extends Object declared in method foo(List,Comparator) X.java:11: warning: [static] static method should be qualified by type name, X, instead of by an expression x.bar(list, comparator); ^ X.java:11: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types x.bar(list, comparator); ^ required: List,Comparator found: List,Comparator where T is a type-variable: Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt T extends Object declared in method bar(List,Comparator) X.java:11: warning: [unchecked] unchecked conversion x.bar(list, comparator); ^ required: List found: List where T is a type-variable: T extends Object declared in method bar(List,Comparator) X.java:11: warning: [unchecked] unchecked conversion x.bar(list, comparator); ^ required: Comparator found: Comparator where T is a type-variable: T extends Object declared in method bar(List,Comparator) 1 error 14 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol int i = l.get(0).length; ^ symbol: variable length location: class Object X.java:13: error: incompatible types: bad type in conditional expression Serializable s2 = b ? l.get(0) : s; ^ CAP#1 cannot be converted to Serializable where CAP#1 is a fresh type-variable: CAP#1 extends Object super: int[] from capture of ? super int[] 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: MyTigerSimpleObject List list = new ArrayList(); ^ missing type arguments for generic class MyTigerSimpleObject where E is a type-variable: E extends Object declared in class MyTigerSimpleObject X.java:4: warning: [rawtypes] found raw type: MyTigerSimpleObject List list = new ArrayList(); ^ missing type arguments for generic class MyTigerSimpleObject where E is a type-variable: E extends Object declared in class MyTigerSimpleObject X.java:5: warning: [rawtypes] found raw type: MyTigerSimpleObject list.add(new MyTigerSimpleObject("a")); ^ missing type arguments for generic class MyTigerSimpleObject where E is a type-variable: E extends Object declared in class MyTigerSimpleObject X.java:6: warning: [rawtypes] found raw type: MyTigerSimpleObject list.add(new MyTigerSimpleObject("b")); ^ missing type arguments for generic class MyTigerSimpleObject where E is a type-variable: E extends Object declared in class MyTigerSimpleObject X.java:8: warning: [rawtypes] found raw type: MyTigerSimpleObject for (MyTigerSimpleObject so : list) ^ missing type arguments for generic class MyTigerSimpleObject where E is a type-variable: E extends Object declared in class MyTigerSimpleObject X.java:20: error: cannot find symbol System.out.println(so.getSomeAttribute()); ^ symbol: method getSomeAttribute() location: variable so of type MyTigerSimpleObject where MyTigerSimpleObject is a type-variable: MyTigerSimpleObject extends Object declared in class TigerList X.java:17: warning: [serial] serializable class TigerList has no definition of serialVersionUID class TigerList extends ArrayList { ^ 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [cast] redundant cast to String Object obj = ClassB.doSomething((String) strings[0]); ^ X.java:11: warning: [cast] redundant cast to String String intermediate = ClassB.doSomething((String) strings[0]); ^ X.java:18: warning: [unchecked] unchecked cast return (T) value; ^ required: T found: String where T is a type-variable: T extends Serializable declared in method doSomething(String) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: X.M new X().new M(null) { ^ missing type arguments for generic class X.M where E is a type-variable: E extends Throwable declared in class X.M X.java:4: warning: [unchecked] unchecked call to X.M(E) as a member of the raw type X.M new X().new M(null) { ^ where E is a type-variable: E extends Throwable declared in class X.M X.java:6: error: incompatible types: Throwable cannot be converted to Exception Exception e = ex; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Base where T is a type-variable: T extends Object declared in class Base 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Collection static public void addAll(T a, T b) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:5: warning: [unchecked] unchecked call to addAll(Collection) as a member of the raw type Collection a.addAll(b); ^ where E is a type-variable: E extends Object declared in interface Collection 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [rawtypes] found raw type: Collection static public void addAll(T a, T b) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:5: warning: [unchecked] unchecked call to addAll(Collection) as a member of the raw type Collection a.addAll(b); ^ where E is a type-variable: E extends Object declared in interface Collection 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [rawtypes] found raw type: M M m = new M(); ^ missing type arguments for generic class M where T is a type-variable: T extends Object declared in class M X.java:4: warning: [rawtypes] found raw type: M M m = new M(); ^ missing type arguments for generic class M where T is a type-variable: T extends Object declared in class M X.java:5: warning: [unchecked] unchecked conversion List ls = m.list(); // rawified even though wasn't using T parameter ^ required: List found: List 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:2: warning: [serial] serializable class MyList has no definition of serialVersionUID class MyList extends ArrayList { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List List list = new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: ArrayList List list = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List list.add(s); ^ where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [unchecked] unchecked conversion List listInt = list; ^ required: List found: List 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [unchecked] unchecked cast return (T) o; // OK ^ required: T found: Object where T is a type-variable: T extends Object declared in method f(Object) X.java:8: warning: [unchecked] unchecked cast return (T) o; // bug??? ^ required: T found: Object where T,U are type-variables: T extends U declared in method g(Object) U extends Object declared in method g(Object) X.java:16: warning: [unchecked] unchecked cast return (T) o; ^ required: T found: Object where T is a type-variable: T extends Object declared in method castTo(Object) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: List public class X { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [rawtypes] found raw type: ArrayList T t = new ArrayList(); // BUG!!! ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:4: error: incompatible types: ArrayList cannot be converted to T T t = new ArrayList(); // BUG!!! ^ where T is a type-variable: T extends List declared in class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: List abstract class Foo ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [rawtypes] found raw type: List List l = new LinkedList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [rawtypes] found raw type: LinkedList List l = new LinkedList(); ^ missing type arguments for generic class LinkedList where E is a type-variable: E extends Object declared in class LinkedList X.java:9: error: incompatible types: List cannot be converted to T foo(l); // BUG!!! ^ where T is a type-variable: T extends List declared in class Foo X.java:13: warning: [rawtypes] found raw type: ArrayList public class X extends Foo ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:15: warning: [rawtypes] found raw type: ArrayList void foo(ArrayList l) ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:7: warning: [cast] redundant cast to T return (T) v.get(0); // Expect warning here ^ where T is a type-variable: T extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: error: type argument Enum is not within bounds of type-variable E EnumSet eSet = EnumSet.allOf(c); ^ where E is a type-variable: E extends Enum declared in class EnumSet X.java:10: warning: [rawtypes] found raw type: Enum EnumSet eSet = EnumSet.allOf(c); ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types EnumSet eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet eSet = EnumSet.allOf(c); ^ required: EnumSet found: EnumSet 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types EnumSet eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet eSet = EnumSet.allOf(c); ^ required: EnumSet found: EnumSet 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: warning: [rawtypes] found raw type: Enum EnumSet eSet = EnumSet.allOf(c); ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types EnumSet eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet eSet = EnumSet.allOf(c); ^ required: EnumSet found: EnumSet 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:9: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types EnumSet eSet = (EnumSet) EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet eSet = (EnumSet) EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:9: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types EnumSet eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Class Class c = Foo.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: error: type argument Enum is not within bounds of type-variable E EnumSet> eSet = EnumSet.allOf(c); ^ where E is a type-variable: E extends Enum declared in class EnumSet X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types EnumSet> eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet> eSet = EnumSet.allOf(c); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) X.java:10: warning: [unchecked] unchecked conversion EnumSet> eSet = EnumSet.allOf(c); ^ required: EnumSet> found: EnumSet 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [rawtypes] found raw type: B B b = new B(); ^ missing type arguments for generic class B where C is a type-variable: C extends Object declared in class B X.java:13: warning: [rawtypes] found raw type: B B b = new B(); ^ missing type arguments for generic class B where C is a type-variable: C extends Object declared in class B X.java:14: warning: [unchecked] unchecked call to willBe(Class) as a member of the raw type B I2 v = b.willBe(I2.class); ^ where T is a type-variable: T extends I1 declared in method willBe(Class) X.java:14: error: incompatible types: I1 cannot be converted to I2 I2 v = b.willBe(I2.class); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Baz.java:3: warning: [rawtypes] found raw type: Foo interface Bar extends Foo { ^ missing type arguments for generic class Foo where X is a type-variable: X extends Object declared in interface Foo Baz.java:10: error: incompatible types: Collection cannot be converted to Collection> return visit(c, d); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Map Map m = null; ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:6: warning: [rawtypes] found raw type: Map Map m2 = m.getClass().newInstance(); ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:6: warning: [deprecation] newInstance() in Class has been deprecated Map m2 = m.getClass().newInstance(); ^ where T is a type-variable: T extends Object declared in class Class 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:6: warning: [unchecked] unchecked cast List ls = (List) obj; ^ required: List found: Object 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Vector Vector b = new Vector(); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector X.java:6: warning: [rawtypes] found raw type: Vector Vector b = new Vector(); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type Vector b.add(new Object()); ^ where E is a type-variable: E extends Object declared in class Vector X.java:8: warning: [unchecked] unchecked conversion a = b; ^ required: Vector found: Vector X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: incompatible types: X cannot be converted to X lhs = rhs; // cannot convert ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object X.java:21: error: incompatible types: X cannot be converted to X2 lhs = rhs; // cannot convert ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object X.java:29: error: name clash: foo(X) in D and foo(X) in C have the same erasure, yet neither overrides the other void foo(X xs) {} ^ X.java:30: error: name clash: bar(X) in D and bar(X) in C have the same erasure, yet neither overrides the other void bar(X xo) {} ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:1: warning: [serial] serializable class StringList has no definition of serialVersionUID class StringList extends java.util.LinkedList { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:6: error: incompatible types: X cannot be converted to X X foo = (X)param; ^ where U is a type-variable: U extends B declared in method foo(X) where CAP#1 is a fresh type-variable: CAP#1 extends Object super: A from capture of ? super A 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [deprecation] Integer(int) in Integer has been deprecated ci.put(new Integer(3)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated Holder association = new Holder(new Integer(0)); ^ X.java:8: warning: [cast] redundant cast to Integer Integer sizeHolder = (Integer)(association.getValue()); //Cast to Integer is redundant!!! ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X3 where U is a type-variable: U extends Object declared in class X3 X.java:8: warning: [unchecked] unchecked cast Object o1 = (X) xo; ^ required: X found: X where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object X.java:12: warning: [unchecked] unchecked cast Object o5 = (X3) xo; ^ required: X3 found: X where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: X cannot be converted to X xu = xn; ^ where U is a type-variable: U extends Number declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number X.java:7: error: incompatible types: CAP#1 cannot be converted to CAP#2 xu.u = xn.u; // ko ^ where U is a type-variable: U extends Number declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Number from capture of ? extends Number CAP#2 extends U from capture of ? extends U X.java:8: error: incompatible types: CAP#1 cannot be converted to CAP#2 xn.u = xu.u; // ko ^ where U is a type-variable: U extends Number declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends U from capture of ? extends U CAP#2 extends Number from capture of ? extends Number 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:14: warning: [rawtypes] found raw type: Cell Cell c= new Cell(); ^ missing type arguments for generic class Cell where T is a type-variable: T extends Object declared in class Cell X.java:14: warning: [rawtypes] found raw type: Cell Cell c= new Cell(); ^ missing type arguments for generic class Cell where T is a type-variable: T extends Object declared in class Cell X.java:15: warning: [unchecked] unchecked call to setT(T) as a member of the raw type Cell c.setT(Boolean.FALSE); // other: warning: [unchecked] unchecked ^ where T is a type-variable: T extends Object declared in class Cell X.java:17: warning: [unchecked] unchecked assignment to variable t as member of raw type Cell c.t= Boolean.TRUE; // other: warning: [unchecked] unchecked call ^ 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(A) and foo(A) have the same erasure Object foo(A a) { return null; } ^ 1 error --- javac err: --- X.java:3: error: name clash: foo(A) and foo(A) have the same erasure Integer foo(A a) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID public class X> extends ArrayList implements Inter { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID public class X> extends ArrayList implements Inter { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID public class X> extends ArrayList implements Inter { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: = expected Zork z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- GenericsTest.java:15: warning: [serial] serializable class MyException has no definition of serialVersionUID class MyException extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [deprecation] Long(long) in Long has been deprecated arr.add(new Long(5)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol protected static void foo() throws T, Exce { ^ symbol: class Exce location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: X.InnerClass cannot be converted to T a.compareTo(b); ^ where T is a type-variable: T extends Object declared in class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [unchecked] unchecked cast doWithEnumClass((Class) cl); ^ required: Class found: Class where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? X.java:7: warning: [unchecked] unchecked method invocation: method doWithEnumClass in class X is applied to given types doWithEnumClass((Class) cl); ^ required: Class found: Class where T is a type-variable: T extends Enum declared in method doWithEnumClass(Class) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:8: warning: [unchecked] unchecked cast doWithEnumClass((Class) cl); ^ required: Class found: Class where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? X.java:8: warning: [unchecked] unchecked method invocation: method doWithEnumClass in class X is applied to given types doWithEnumClass((Class) cl); ^ required: Class found: Class where T is a type-variable: T extends Enum declared in method doWithEnumClass(Class) 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: name clash: foo(Object) and foo(Object) have the same erasure T foo(Object o) { return null; } // ok ^ where T#1,T#2 are type-variables: T#1 extends String declared in method foo(Object) T#2 extends Integer declared in method foo(Object) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Bar cannot be converted to Bar (f1).bar = (f1).bar; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Bar cannot be converted to Bar (f1).bar = f1.bar; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: CAP#1 cannot be converted to int[] int[] ints = box.get(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: int[] from capture of ? super int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: CAP#1 cannot be converted to int[] int[] ints = box.get(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: Bar cannot be converted to Bar f1.bar = f1.bar; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:25: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where S is a type-variable: S extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: incompatible types: List cannot be converted to Collection untypedList.addAll(untypedList2); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? X.java:22: error: cannot find symbol Logger.log("Test_Lists.main: s: " + s); ^ symbol: variable Logger location: class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Outer.Comparator i = new Outer.Comparator() { ^ symbol: class Comparator location: class Outer X.java:5: error: cannot find symbol Outer.Comparator i = new Outer.Comparator() { ^ symbol: class Comparator location: class Outer 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] unchecked cast Object o = (BD) bb; ^ required: BD found: BB where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Number from capture of ? extends Number CAP#2 extends Object super: Integer from capture of ? super Integer 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incomparable types: Class and Class boolean c = X.class == Long.class; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: List cannot be converted to Collection target.addAll(source); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Number from capture of ? extends Number CAP#2 extends Number from capture of ? extends Number Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: Class cannot be converted to Class Class superSup2 = ext.getSuperclass(); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: CAP#2 from capture of ? super CAP#2 CAP#2 extends Number from capture of ? extends Number 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: Iterator> cannot be converted to Iterator> Iterator> it = map.entrySet().iterator(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: Iterator> cannot be converted to Iterator> Iterator> it = map.entrySet().iterator(); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends String from capture of ? extends String CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: CAP#1 cannot be converted to CAP#2 x.m().first = x.m().second; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Comparable class X implements Comparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:14: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types Collections.sort(lx); ^ required: List found: List where T is a type-variable: T extends Comparable declared in method sort(List) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Comparable public class X implements Comparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:8: warning: [unchecked] unchecked method invocation: method sort1 in class X is applied to given types sort1(lx); ^ required: List found: List where T is a type-variable: T extends Comparable declared in method sort1(List) X.java:9: warning: [unchecked] unchecked method invocation: method sort2 in class X is applied to given types sort2(lx); ^ required: List found: List where T is a type-variable: T extends Comparable declared in method sort2(List) X.java:11: warning: [unchecked] unchecked method invocation: method sort4 in class X is applied to given types sort4(lx); ^ required: List found: List where T is a type-variable: T extends Comparable declared in method sort4(List) X.java:21: warning: [rawtypes] found raw type: Comparable static void sort5(List list) {} ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Comparable public class X implements Comparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:7: warning: [rawtypes] found raw type: MyEnum List le = null; ^ missing type arguments for generic class MyEnum where E is a type-variable: E extends MyEnum declared in class MyEnum X.java:8: warning: [unchecked] unchecked method invocation: method sort6 in class X is applied to given types sort6(le); ^ required: List found: List where T is a type-variable: T extends MyEnum declared in method sort6(List) X.java:9: warning: [unchecked] unchecked method invocation: method sort7 in class X is applied to given types sort7(le); ^ required: List found: List where T is a type-variable: T extends MyEnum declared in method sort7(List) X.java:11: warning: [unchecked] unchecked method invocation: method sort9 in class X is applied to given types sort9(le); ^ required: List found: List where T is a type-variable: T extends MyEnum declared in method sort9(List) X.java:21: warning: [rawtypes] found raw type: MyEnum static void sort10(List list) {} ^ missing type arguments for generic class MyEnum where E is a type-variable: E extends MyEnum declared in class MyEnum 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: inference variable G has incompatible equality constraints U,CAP#1 return selectedValues(box.getValues()); ^ where G,U are type-variables: G extends Object declared in method selectedValues(Values) U extends Object declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends U from capture of ? extends U 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Values cannot be converted to Values box.getValues()[0] = box.getValues()[1]; ^ where U is a type-variable: U extends Object declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends U from capture of ? extends U CAP#2 extends U from capture of ? extends U 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Values cannot be converted to Values box.getValues()[1] = box.getValues()[2]; ^ where U is a type-variable: U extends Object declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends U from capture of ? extends U CAP#2 extends U from capture of ? extends U 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Values cannot be converted to Values box.getValues()[1] = (Values) box.getValues()[2]; ^ where U is a type-variable: U extends Object declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends U from capture of ? extends U CAP#2 extends U from capture of ? extends U 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Comparable List lComp = new ArrayList (); ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:10: warning: [rawtypes] found raw type: Comparable List lComp = new ArrayList (); ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:11: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types Collections.sort (lComp); ^ required: List found: List where T is a type-variable: T extends Comparable declared in method sort(List) X.java:15: error: no suitable method found for sort(List>) Collections.sort (lStr); ^ method Collections.sort(List) is not applicable (inference variable T#1 has incompatible bounds equality constraints: Comparable upper bounds: String,Comparable) method Collections.sort(List,Comparator) is not applicable (cannot infer type-variable(s) T#2 (actual and formal argument lists differ in length)) where T#1,T#2 are type-variables: T#1 extends Comparable declared in method sort(List) T#2 extends Object declared in method sort(List,Comparator) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Ball.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Ball Ball.java:2: warning: [rawtypes] found raw type: Comparable class Ball implements Comparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable Ball.java:10: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types Collections.sort(foo); ^ required: List found: LinkedList where T is a type-variable: T extends Comparable declared in method sort(List) 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: List void foo(List objects, List raw) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: error: incompatible types: List cannot be converted to List numbers= (List) objects; // correct - cast error ^ X.java:10: error: incompatible types: List cannot be converted to List ext= (List) objects; // wrong, should fail ^ X.java:12: warning: [unchecked] unchecked conversion ext= raw; // correct - raw conversion warning issued ^ required: List found: List X.java:13: warning: [unchecked] unchecked conversion numbers= raw; // correct - raw conversion warning issued ^ required: List found: List 2 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:23: warning: [serial] serializable class K has no definition of serialVersionUID public static class K implements A.BK { ^ C.java:27: warning: [serial] serializable class S has no definition of serialVersionUID protected static class S implements A.BS { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: non-static type variable K cannot be referenced from a static context private static class Bucket extends LinkedList> {} ^ X.java:6: error: non-static type variable V cannot be referenced from a static context private static class Bucket extends LinkedList> {} ^ X.java:6: warning: [serial] serializable class Bucket has no definition of serialVersionUID private static class Bucket extends LinkedList> {} ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Map.java:8: error: improperly formed type, type arguments given on a raw type void a(Entry e) { } // Entry is illegal (eclipse accepts) ^ Map.java:9: error: improperly formed type, type arguments given on a raw type void c(Map.Entry e) { } // illegal (correctly flagged) ^ Map.java:10: warning: [rawtypes] found raw type: Map.Entry void b(Entry e) { } // OK ^ missing type arguments for generic class Map.Entry where E,M are type-variables: E extends Object declared in class Map.Entry M extends Object declared in class Map 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:8: warning: [rawtypes] found raw type: X2 class Y2 extends X1.X2 { ^ missing type arguments for generic class X2 where T is a type-variable: T extends Object declared in class X2 X1.java:10: error: improperly formed type, type arguments given on a raw type X3 x; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Map.java:9: error: improperly formed type, type arguments given on a raw type void c(Map.Entry e) { } // illegal (correctly flagged) ^ Map.java:10: warning: [rawtypes] found raw type: Map.Entry void b(Entry e) { } // OK ^ missing type arguments for generic class Map.Entry where E,M are type-variables: E extends Object declared in class Map.Entry M extends Object declared in class Map 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: ZZZ1.ZZZ2.ZZZ3 cannot be converted to String s = var; ^ where CAP#1,CAP#2,CAP#3 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? CAP#3 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Map.java:5: error: non-static class Map.Entry cannot be referenced from a static context static void foo(Entry e) { } // invalid static ref ^ Map.java:8: error: non-static class Map.Entry cannot be referenced from a static context Entry entry; // invalid static ref ^ Map.java:5: error: Illegal static declaration in inner class Map.Foo static void foo(Entry e) { } // invalid static ref ^ modifier 'static' is only allowed in constant variable declarations Map.java:11: error: improperly formed type, type arguments given on a raw type void c(Map.Entry e) { } // illegal ^ Map.java:12: warning: [rawtypes] found raw type: Map.Entry void b(Entry e) { } // OK ^ missing type arguments for generic class Map.Entry where E,M are type-variables: E extends Object declared in class Map.Entry M extends Object declared in class Map 4 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:4: error: non-static class Outer.Inner cannot be referenced from a static context static void test(Inner i) { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: error: incompatible types: B cannot be converted to C System.out.println(b instanceof C); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: no instance(s) of type variable(s) T exist so that List conforms to String String s = foo(l1, l2); ^ where T is a type-variable: T extends Object declared in method foo(List,List) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: bad type in conditional expression String s = l1 != null ? foo(l1, l2) : l3; ^ no instance(s) of type variable(s) T exist so that List conforms to String where T is a type-variable: T extends Object declared in method foo(List,List) X.java:10: error: incompatible types: bad type in conditional expression String s = l1 != null ? foo(l1, l2) : l3; ^ List cannot be converted to String where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: incompatible types: Number[] cannot be converted to CAP#1 arrays.add(a); // Error: The method add(capture-of ? extends Number[]) in the type List is not applicable for the arguments (Number[]) ^ where CAP#1 is a fresh type-variable: CAP#1 extends Number[] from capture of ? extends Number[] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method valueOf in class Enum cannot be applied to given types; System.out.println(Enum.valueOf(c, "CLASS")); ^ required: Class,String found: Class,String reason: inference variable T has incompatible bounds equality constraints: CAP#1 upper bounds: Enum where T,E are type-variables: T extends Enum declared in method valueOf(Class,String) E extends Enum declared in class Enum where CAP#1 is a fresh type-variable: CAP#1 extends Enum from capture of ? extends Enum 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: incompatible types: Object[] cannot be converted to CAP#1 lhs.add(rhs.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object[] from capture of ? extends Object[] X.java:18: error: incompatible types: Object cannot be converted to CAP#1 lhs.add(rhs.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Object[] from capture of ? super Object[] X.java:23: error: incompatible types: Object cannot be converted to CAP#1 lhs.add(rhs.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object[] from capture of ? extends Object[] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:8: warning: [unchecked] unchecked cast theArray = (T[]) Array.newInstance(clazz, 10); // Compiler warning ^ required: T[] found: Object where T is a type-variable: T extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:3: warning: [unchecked] unchecked cast T result = (T) customElement(); // reports unnecessary cast ^ required: T found: Object where T is a type-variable: T extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Class Class type = X.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:9: warning: [unchecked] unchecked call to getMethod(String,Class...) as a member of the raw type Class Method method = type.getMethod("test"); ^ X.java:10: warning: [rawtypes] found raw type: Constructor Constructor constructor = type.getConstructor(); ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor X.java:10: warning: [unchecked] unchecked call to getConstructor(Class...) as a member of the raw type Class Constructor constructor = type.getConstructor(); ^ where T is a type-variable: T extends Object declared in class Class 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Constructor Constructor constructor = type.getConstructor(); ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Class Class type = X.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:9: warning: [unchecked] unchecked call to getMethod(String,Class...) as a member of the raw type Class Method method = type.getMethod("test"); ^ X.java:10: warning: [rawtypes] found raw type: Constructor Constructor constructor = type.getConstructor(); ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor X.java:10: warning: [unchecked] unchecked call to getConstructor(Class...) as a member of the raw type Class Constructor constructor = type.getConstructor(); ^ where T is a type-variable: T extends Object declared in class Class X.java:13: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Class MyAnnotation typeAnnot = type.getAnnotation(MyAnnotation.class); ^ where A is a type-variable: A extends Annotation declared in method getAnnotation(Class) X.java:13: error: incompatible types: Annotation cannot be converted to MyAnnotation MyAnnotation typeAnnot = type.getAnnotation(MyAnnotation.class); ^ X.java:15: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Constructor MyAnnotation constrAnnot = constructor.getAnnotation(MyAnnotation.class); ^ where T is a type-variable: T extends Annotation declared in method getAnnotation(Class) X.java:15: error: incompatible types: Annotation cannot be converted to MyAnnotation MyAnnotation constrAnnot = constructor.getAnnotation(MyAnnotation.class); ^ 2 errors 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X void bar(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression String str = x.foo("hello"); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X void bar(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:8: warning: [unchecked] unchecked call to foo(U) as a member of the raw type X String str = x.foo("hello"); ^ where U is a type-variable: U extends Object declared in method foo(U) X.java:8: error: incompatible types: Object cannot be converted to String String str = x.foo("hello"); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: XClass XClass xc = new XClass(); ^ missing type arguments for generic class XClass where U is a type-variable: U extends Object declared in class XClass X.java:8: warning: [rawtypes] found raw type: XClass XClass xc = new XClass(); ^ missing type arguments for generic class XClass where U is a type-variable: U extends Object declared in class XClass X.java:9: warning: [unchecked] unchecked call to getAnnotation(XClass) as a member of the raw type XConstructor String str = xc.getConstructor().getAnnotation(arg); ^ where W is a type-variable: W extends Annotation declared in method getAnnotation(XClass) X.java:9: error: incompatible types: Annotation cannot be converted to String String str = xc.getConstructor().getAnnotation(arg); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Outer.Inner Outer.Inner inner = new Outer().new Inner(); ^ missing type arguments for generic class Outer.Inner where T is a type-variable: T extends Object declared in class Outer X.java:3: warning: [rawtypes] found raw type: Outer Outer.Inner inner = new Outer().new Inner(); ^ missing type arguments for generic class Outer where T is a type-variable: T extends Object declared in class Outer X.java:3: warning: [rawtypes] found raw type: Outer.Inner Outer.Inner inner = new Outer().new Inner(); ^ missing type arguments for generic class Outer.Inner where T is a type-variable: T extends Object declared in class Outer X.java:4: warning: [unchecked] unchecked call to setOuterT(T) as a member of the raw type Outer.Inner X x = inner.setOuterT(new X()); ^ where T is a type-variable: T extends Object declared in class Outer X.java:4: error: incompatible types: Object cannot be converted to X X x = inner.setOuterT(new X()); ^ X.java:6: warning: [unchecked] unchecked conversion Outer.Inner innerS = inner; ^ required: Outer.Inner found: Outer.Inner 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Inner Outer.Inner inner = new Outer().new Inner(); ^ missing type arguments for generic class Inner where U is a type-variable: U extends Object declared in class Inner X.java:3: warning: [rawtypes] found raw type: Outer Outer.Inner inner = new Outer().new Inner(); ^ missing type arguments for generic class Outer where T is a type-variable: T extends Object declared in class Outer X.java:3: warning: [rawtypes] found raw type: Inner Outer.Inner inner = new Outer().new Inner(); ^ missing type arguments for generic class Inner where U is a type-variable: U extends Object declared in class Inner X.java:3: error: qualified new of static class Outer.Inner inner = new Outer().new Inner(); ^ X.java:4: warning: [unchecked] unchecked call to set(U) as a member of the raw type Inner X x = inner.set(new X()); ^ where U is a type-variable: U extends Object declared in class Inner X.java:4: error: incompatible types: Object cannot be converted to X X x = inner.set(new X()); ^ X.java:6: error: cannot select a static class from a parameterized type Outer.Inner innerS = inner; ^ X.java:6: warning: [rawtypes] found raw type: Inner Outer.Inner innerS = inner; ^ missing type arguments for generic class Inner where U is a type-variable: U extends Object declared in class Inner 3 errors 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: warning: [rawtypes] found raw type: Outer.Inner Outer.Inner inner = new Sub().get(); ^ missing type arguments for generic class Outer.Inner where U,T are type-variables: U extends Object declared in class Outer.Inner T extends Object declared in class Outer X.java:11: warning: [rawtypes] found raw type: Outer class Sub extends Outer { ^ missing type arguments for generic class Outer where T is a type-variable: T extends Object declared in class Outer X.java:12: warning: [rawtypes] found raw type: Outer.Inner Inner get() { return null; } ^ missing type arguments for generic class Outer.Inner where U,T are type-variables: U extends Object declared in class Outer.Inner T extends Object declared in class Outer 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: warning: [unchecked] unchecked conversion Outer.Inner inner = new Sub().get(); ^ required: Outer.Inner found: Outer.Inner X.java:11: warning: [rawtypes] found raw type: Outer class Sub extends Outer { ^ missing type arguments for generic class Outer where T is a type-variable: T extends Object declared in class Outer X.java:12: warning: [rawtypes] found raw type: Outer.Inner Inner get() { return null; } ^ missing type arguments for generic class Outer.Inner where T is a type-variable: T extends Object declared in class Outer 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [rawtypes] found raw type: Collection static public void workaround(T a, T b) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:5: warning: [unchecked] unchecked call to addAll(Collection) as a member of the raw type Collection a.addAll(b); ^ where E is a type-variable: E extends Object declared in interface Collection 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Map Map myMap = new HashMap(); ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:5: warning: [rawtypes] found raw type: HashMap Map myMap = new HashMap(); ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap X.java:6: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map myMap.put("key1", "1"); ^ where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:8: warning: [rawtypes] found raw type: Entry for (Map.Entry e : myMap.entrySet()) ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry X.java:8: error: incompatible types: Object cannot be converted to Entry for (Map.Entry e : myMap.entrySet()) ^ X.java:10: warning: [rawtypes] found raw type: Entry Set set = myMap.entrySet(); ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry X.java:10: warning: [unchecked] unchecked conversion Set set = myMap.entrySet(); ^ required: Set found: Set X.java:11: warning: [rawtypes] found raw type: Entry for (Map.Entry e : set) ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 1 error 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:6: warning: [unchecked] unchecked cast Object o = (BD) bb; ^ required: BD found: BB where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Number from capture of ? extends Number CAP#2 extends Object super: Integer from capture of ? super Integer 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [cast] redundant cast to String ((String) (v.elementAt(0))).charAt(0); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [unchecked] unchecked cast return (GenericWrapper) wrappedString; ^ required: GenericWrapper found: Object 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class GenericWrapper where Elem is a type-variable: Elem extends Object declared in class GenericWrapper X.java:17: warning: [unchecked] unchecked cast return (GenericWrapper) wrappedString; ^ required: GenericWrapper found: Object 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where K,V are type-variables: K extends Object declared in class X V extends Object declared in class X X.java:34: warning: [unchecked] unchecked cast X fromQueue = (X) queue.remove(); ^ required: X found: Reference where CAP#1 is a fresh type-variable: CAP#1 extends Integer from capture of ? extends Integer 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where S is a type-variable: S extends Comparable declared in class X X.java:3: warning: [unchecked] unchecked cast S a = (S)(Integer)3; ^ required: S found: Integer where S is a type-variable: S extends Comparable declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where S is a type-variable: S extends Comparable declared in class X X.java:3: error: incompatible types: Integer cannot be converted to S S a = (S)(Integer)3; // this should fail ^ where S is a type-variable: S extends Comparable declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol return (Comparable) c; ^ symbol: class S location: class X X.java:8: warning: [rawtypes] found raw type: List List l = (List) lv; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [unchecked] unchecked cast List l = (List) lv; ^ required: List found: List where V,U are type-variables: V extends Runnable declared in method foo(List) U extends Throwable declared in method foo(List) X.java:11: warning: [rawtypes] found raw type: List List l = (List>) lv; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:11: error: incompatible types: List> cannot be converted to List> List l = (List>) lv; ^ where V,U are type-variables: V extends Runnable declared in method foo2(List>) U extends Throwable declared in method foo2(List>) 2 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: X2 cannot be converted to S S a = (S)x2; ^ where S is a type-variable: S extends Comparable declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: error: incompatible types: A cannot be converted to Comparable Comparable c = (Comparable) a; // Fails as expected ^ Test.java:5: warning: [unchecked] unchecked cast Comparable c2 = (Comparable) a; // Should fail? ^ required: Comparable found: A where S is a type-variable: S extends Object declared in class Test 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: List void foo(List objects, List raw) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: error: incompatible types: List cannot be converted to List numbers= (List) objects; // correct - cast error ^ X.java:10: error: incompatible types: List cannot be converted to List ext= (List) objects; // wrong, should fail ^ X.java:12: warning: [unchecked] unchecked conversion ext= raw; // correct - raw conversion warning issued ^ required: List found: List X.java:13: warning: [unchecked] unchecked conversion numbers= raw; // correct - raw conversion warning issued ^ required: List found: List 2 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:26: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:11: warning: [rawtypes] found raw type: Foo Bar bar = new Bar(); ^ missing type arguments for generic class Foo where T is a type-variable: T extends Foo declared in interface Foo X.java:11: warning: [rawtypes] found raw type: Foo Bar bar = new Bar(); ^ missing type arguments for generic class Foo where T is a type-variable: T extends Foo declared in interface Foo X.java:12: warning: [unchecked] unchecked method invocation: method read in class X is applied to given types read(bar, "sadasd"); ^ required: D,String found: Bar,String where D,P are type-variables: D extends Bar

declared in method read(D,String) P extends Foo

declared in method read(D,String) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: State class State { ^ missing type arguments for generic class State where S is a type-variable: S extends State declared in class State 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: type argument T is not within bounds of type-variable E Store> store1; ^ where T,E are type-variables: T extends Object declared in class X E extends Key declared in class Key X.java:6: error: type argument ? extends T is not within bounds of type-variable E Store> store2; ^ where T,E are type-variables: T extends Object declared in class X E extends Key declared in class Key 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: type argument String is not within bounds of type-variable T void foo(X xs) { ^ where T is a type-variable: T extends Throwable declared in class X X.java:5: error: cannot find symbol xs.get().printStackTrace(); ^ symbol: method printStackTrace() location: class String 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: ArrayList cannot be converted to ArrayList ArrayList arrayList = new ArrayList(); // compile error ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: a type variable may not be followed by other bounds public class X { ^ X.java:6: error: type argument Serializable is not within bounds of type-variable T2 X wrong1; ^ where T2,T are type-variables: T2 extends T declared in class X T extends Object declared in class X X.java:9: warning: [serial] serializable class Y has no definition of serialVersionUID static class Y implements Serializable { ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: State class State {} ^ missing type arguments for generic class State where S is a type-variable: S extends State declared in class State 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol class X extends A {} ^ symbol: class M location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: inferred type does not conform to upper bound(s) X x = foo(x1, x2); ^ inferred: X upper bound(s): X,Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: inferred type does not conform to upper bound(s) X x = foo(x1, x2); ^ inferred: X upper bound(s): X,Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: type argument ? extends List is not within bounds of type-variable T Other> other2; ^ where T is a type-variable: T extends List declared in class Other X.java:8: error: type argument ? extends List is not within bounds of type-variable T Other> other3; ^ where T is a type-variable: T extends List declared in class Other X.java:9: error: incompatible types: Other cannot be converted to Other> Other> other7 = other1; ^ where CAP#1 is a fresh type-variable: CAP#1 extends List from capture of ? extends List 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: type argument ? extends List is not within bounds of type-variable T Other> other3; ^ where T is a type-variable: T extends List declared in class Other X.java:8: error: type argument ? super List is not within bounds of type-variable T Other> other4; ^ where T is a type-variable: T extends List declared in class Other X.java:9: error: type argument ? super List is not within bounds of type-variable T Other> other5; ^ where T is a type-variable: T extends List declared in class Other X.java:10: error: type argument ? super List is not within bounds of type-variable T Other> other6; ^ where T is a type-variable: T extends List declared in class Other 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: type argument ? super List is not within bounds of type-variable T Other> other5; ^ where T is a type-variable: T extends List declared in class Other 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: List cannot be converted to List lr = la; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- XX.java:2: error: type argument ? extends String is not within bounds of type-variable T void foo(XX lhs, XX rhs) { ^ where T is a type-variable: T extends Runnable declared in class XX 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: type argument ? extends List is not within bounds of type-variable T void foo(X> x) { ^ where T is a type-variable: T extends List declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: type argument X is not within bounds of type-variable T X> x1; ^ where T is a type-variable: T extends Runnable declared in class X X.java:2: error: type argument String is not within bounds of type-variable T X> x1; ^ where T is a type-variable: T extends Runnable declared in class X X.java:3: error: type argument ? extends String is not within bounds of type-variable T X x2; ^ where T is a type-variable: T extends Runnable declared in class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: type argument X> is not within bounds of type-variable T X>> x1; ^ where T is a type-variable: T extends X declared in class X X.java:2: error: type argument X is not within bounds of type-variable T X>> x1; ^ where T is a type-variable: T extends X declared in class X X.java:2: error: type argument String is not within bounds of type-variable T X>> x1; ^ where T is a type-variable: T extends X declared in class X X.java:3: error: type argument ? extends X> is not within bounds of type-variable T X>> x2; ^ where T is a type-variable: T extends X declared in class X X.java:3: error: type argument ? extends X is not within bounds of type-variable T X>> x2; ^ where T is a type-variable: T extends X declared in class X X.java:3: error: type argument String is not within bounds of type-variable T X>> x2; ^ where T is a type-variable: T extends X declared in class X 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: type argument T is not within bounds of type-variable E Store> store = new Store>(); ^ where T,E are type-variables: T extends Object declared in class X E extends Key declared in class Key X.java:5: error: type argument Key is not within bounds of type-variable F Store> store = new Store>(); ^ where T,F are type-variables: T extends Object declared in class X F extends Key declared in class Store X.java:5: error: type argument T is not within bounds of type-variable E Store> store = new Store>(); ^ where T,E are type-variables: T extends Object declared in class X E extends Key declared in class Key 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: type argument ? super Exception is not within bounds of type-variable U X x; ^ where U is a type-variable: U extends List declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X2.java:6: error: type argument ? extends List is not within bounds of type-variable T Other2> other1; ^ where T is a type-variable: T extends List declared in class Other2 X2.java:7: error: type argument ? extends List is not within bounds of type-variable T Other2> other2; ^ where T is a type-variable: T extends List declared in class Other2 X2.java:8: error: type argument ? extends List is not within bounds of type-variable T Other2> other3; ^ where T is a type-variable: T extends List declared in class Other2 X2.java:9: error: incompatible types: Other2 cannot be converted to Other2> Other2> other7 = other1; ^ where CAP#1 is a fresh type-variable: CAP#1 extends List from capture of ? extends List 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] newInstance() in Class has been deprecated return getType().newInstance(); ^ where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: incompatible types: inference variable T has incompatible bounds List> list5 = Arrays.asList(songCounter, genreCounter); ^ equality constraints: Deejay.Counter lower bounds: Deejay.Counter,Deejay.Counter where T is a type-variable: T extends Object declared in method asList(T...) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: X> cannot be converted to X> lhs = rhs; // 2 ^ X.java:13: error: incompatible types: X> cannot be converted to X> lhs = rhs; // 3 ^ X.java:19: error: incompatible types: X> cannot be converted to X> lhs = rhs; // 5 ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: List cannot be converted to List List l = (List)Collections.emptyList(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [unchecked] unchecked call to setValue(V) as a member of the raw type Entry ((Map.Entry)o).setValue("bug"); ^ where V is a type-variable: V extends Object declared in interface Entry X.java:7: warning: [rawtypes] found raw type: Entry Map.Entry me= (Map.Entry)o; ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry X.java:8: warning: [unchecked] unchecked call to setValue(V) as a member of the raw type Entry me.setValue("ok"); ^ where V is a type-variable: V extends Object declared in interface Entry X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type Vector ((Vector)o).add("ok"); ^ where E is a type-variable: E extends Object declared in class Vector 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to test is ambiguous bb.test(); ^ both method test() in AA and method test() in BB match where U is a type-variable: U extends Object declared in method test() X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other class BB extends AA { BB test() {return null;} } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to test is ambiguous AA res1 = bb.test(); ^ both method test() in AA and method test() in BB match where U is a type-variable: U extends Object declared in method test() X.java:5: warning: [rawtypes] found raw type: AA AA res3 = bb.test(); ^ missing type arguments for generic class AA where T is a type-variable: T extends Object declared in class AA X.java:5: error: reference to test is ambiguous AA res3 = bb.test(); ^ both method test() in AA and method test() in BB match where U is a type-variable: U extends Object declared in method test() X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other class BB extends AA { BB test() {return null;} } ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to test is ambiguous AA res = bb.test(); ^ both method test() in AA and method test() in BB match where U is a type-variable: U extends Object declared in method test() X.java:4: error: incompatible types: AA cannot be converted to AA AA res = bb.test(); ^ X.java:5: error: reference to test is ambiguous BB res2 = bb.test(); ^ both method test() in AA and method test() in BB match where U is a type-variable: U extends Object declared in method test() X.java:5: error: incompatible types: AA cannot be converted to BB BB res2 = bb.test(); ^ X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other class BB extends AA { BB test() {return null;} } ^ 5 errors --- javac err: --- X.java:4: error: incompatible types: AA cannot be converted to AA AA res = bb.test(); ^ X.java:5: error: incompatible types: AA cannot be converted to BB BB res2 = bb.test(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Persistent Persistent d = createDataObject(v); ^ missing type arguments for generic class Persistent where V is a type-variable: V extends Object declared in interface Persistent 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: XX static private Map m1 = new HashMap(); ^ missing type arguments for generic class XX where TT is a type-variable: TT extends Object declared in class XX X.java:7: warning: [rawtypes] found raw type: XX static private Map m1 = new HashMap(); ^ missing type arguments for generic class XX where TT is a type-variable: TT extends Object declared in class XX X.java:8: warning: [rawtypes] found raw type: XX private List m2 = new ArrayList(); ^ missing type arguments for generic class XX where TT is a type-variable: TT extends Object declared in class XX X.java:8: warning: [rawtypes] found raw type: XX private List m2 = new ArrayList(); ^ missing type arguments for generic class XX where TT is a type-variable: TT extends Object declared in class XX X.java:9: warning: [rawtypes] found raw type: XX static protected XX foo() ^ missing type arguments for generic class XX where TT is a type-variable: TT extends Object declared in class XX 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: XX static private Map m1 = new HashMap(); ^ missing type arguments for generic class XX where TT is a type-variable: TT extends Object declared in class XX X.java:7: warning: [rawtypes] found raw type: XX static private Map m1 = new HashMap(); ^ missing type arguments for generic class XX where TT is a type-variable: TT extends Object declared in class XX X.java:9: warning: [rawtypes] found raw type: XX static protected XX foo() ^ missing type arguments for generic class XX where TT is a type-variable: TT extends Object declared in class XX 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: non-static type variable T cannot be referenced from a static context java.util.List lt = null; ^ X.java:6: error: non-static type variable T cannot be referenced from a static context void m1(T t); ^ X.java:5: error: non-static variable i cannot be referenced from a static context int j = i; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:6: warning: [rawtypes] found raw type: Entry static Set foo(SortedSet set) { ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry B.java:6: warning: [rawtypes] found raw type: Entry static Set foo(SortedSet set) { ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: List cannot be converted to Comparable Comparable c = (java.util.List)bar(5, 5.0); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: T cannot be converted to Comparable Comparable ci = (Comparable) t; ^ where T is a type-variable: T extends Number,Comparable declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: T cannot be converted to Comparable Comparable ci = (Comparable) t; ^ where T is a type-variable: T extends Comparable,List declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:23: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:13: warning: [rawtypes] found raw type: X.ActionImpl public class ActionImpl extends Action implements Comparable { ^ missing type arguments for generic class X.ActionImpl where T is a type-variable: T extends Base declared in class X.ActionImpl X.java:14: warning: [rawtypes] found raw type: X.ActionImpl public int compareTo(ActionImpl o) { ^ missing type arguments for generic class X.ActionImpl where T is a type-variable: T extends Base declared in class X.ActionImpl X.java:20: warning: [rawtypes] found raw type: X.ActionImpl Set set = new TreeSet(); ^ missing type arguments for generic class X.ActionImpl where T is a type-variable: T extends Base declared in class X.ActionImpl X.java:20: warning: [rawtypes] found raw type: X.ActionImpl Set set = new TreeSet(); ^ missing type arguments for generic class X.ActionImpl where T is a type-variable: T extends Base declared in class X.ActionImpl X.java:21: warning: [unchecked] unchecked method invocation: method max in class Collections is applied to given types Collections.max(set); ^ required: Collection found: Set where T is a type-variable: T extends Object,Comparable declared in method max(Collection) 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Iterator interface IntegerIterator extends Iterator {} ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:5: error: Iterator cannot be inherited with different arguments: and <> interface IntegerListIterator extends ListIterator, IntegerIterator {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Foo interface Baz extends Bar, Foo {} ^ missing type arguments for generic class Foo where T is a type-variable: T extends Object declared in interface Foo X.java:3: error: Foo cannot be inherited with different arguments: and <> interface Baz extends Bar, Foo {} ^ X.java:5: warning: [rawtypes] found raw type: Foo class XSuper implements Foo {} ^ missing type arguments for generic class Foo where T is a type-variable: T extends Object declared in interface Foo X.java:6: error: Foo cannot be inherited with different arguments: and <> class XSub extends XSuper implements Foo {} ^ X.java:8: warning: [rawtypes] found raw type: Foo public class X implements Bar, Foo {} ^ missing type arguments for generic class Foo where T is a type-variable: T extends Object declared in interface Foo X.java:8: error: Foo cannot be inherited with different arguments: and <> public class X implements Bar, Foo {} ^ 3 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: inference variable T#1 has incompatible bounds data = resize(data, new Object[maxChunkNo][]); ^ upper bounds: T#2[],Object lower bounds: Object[],T#2[] where T#1,T#2 are type-variables: T#1 extends Object declared in method resize(T#1[],T#1[]) T#2 extends Object declared in class ConrC 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: X cannot be converted to X foobar(ctrl.getView().getContent()); ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: type argument X is not within bounds of type-variable T class Y extends X implements I {} ^ where T is a type-variable: T extends I declared in interface I X.java:3: error: I cannot be inherited with different arguments: and class Y extends X implements I {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:11: warning: [rawtypes] found raw type: SuperInterface private SuperInterface< ? extends SuperInterface> x = null; ^ missing type arguments for generic class SuperInterface where A is a type-variable: A extends Object declared in interface SuperInterface X.java:14: error: incompatible types: SuperInterface cannot be converted to SubInterface ((SubInterface) this.x).getString(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends SuperInterface from capture of ? extends SuperInterface 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: D cannot be converted to C C c = (C)d; // illegal ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: C cannot be converted to D D d = (D) c; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: D cannot be converted to C C c = (C)d; // illegal ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: D cannot be converted to C C c = (C)d; // illegal ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: B cannot be converted to C C c = (C)d; // illegal ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: D cannot be converted to B B c = (B)d; // illegal ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: incompatible types: TestGeneric3.Nested cannot be converted to TestGeneric3.Nested return this;//3 ^ where B,A are type-variables: B extends Object declared in class TestGeneric3.Nested A extends Object declared in class TestGeneric3 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/util/X.java:1: error: package exists in another module: java.base package java.util; ^ java/util/X.java:30: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where K1,V1 are type-variables: K1 extends Object declared in class X V1 extends Object declared in class X java/util/X.java:25: error: method does not override or implement a method from a supertype @Override void recordAccess(Super m) { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: no instance(s) of type variable(s) T exist so that List conforms to String String s = java.util.Arrays.asList(3, 3.1); ^ where T is a type-variable: T extends Object declared in method asList(T...) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: a type variable may not be followed by other bounds class Y { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: name clash: create(Class) in X and create(Class) in Factory have the same erasure, yet neither overrides the other public byte[] create(Class cl) { return null; } ^ where U is a type-variable: U declared in method create(Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: X void foo(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in class X X.java:6: error: incompatible types: X cannot be converted to String String s = x.get(); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z ; ^ symbol: class Zork location: class X where T is a type-variable: T extends List declared in class X X.java:5: warning: [rawtypes] found raw type: X void foo(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends List declared in class X X.java:6: warning: [unchecked] unchecked conversion List l = x.get(); ^ required: List found: List 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: X cannot be converted to X X x2 = x; ^ where T is a type-variable: T extends X declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends T from capture of ? extends T 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: X cannot be converted to X> current = current.parent; ^ where E is a type-variable: E extends Serializable declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends INT#2 from capture of ? extends I CAP#2 extends INT#1 from capture of ? extends I where INT#1,INT#2 are intersection types: INT#1 extends Object,Serializable,I INT#2 extends Object,Serializable,I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: type argument ? super I is not within bounds of type-variable E X> parent; ^ where E is a type-variable: E extends Serializable declared in class X X.java:5: error: type argument ? super I is not within bounds of type-variable E X> current; ^ where E is a type-variable: E extends Serializable declared in class X X.java:7: error: incompatible types: X cannot be converted to X> current = current.parent; ^ where E is a type-variable: E extends Serializable declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Serializable super: I from capture of ? super I CAP#2 extends Serializable super: I from capture of ? super I 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [rawtypes] found raw type: bugClass public void method(bugClass bc){ ^ missing type arguments for generic class bugClass where T is a type-variable: T extends bugElement declared in class bugClass X.java:15: error: incompatible types: Object cannot be converted to bugElement bugElement be = bc.getData(); //<< here ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot select a static class from a parameterized type X.B[] b = new X.B[1]; ^ X.java:4: error: cannot select a static class from a parameterized type X.B[] b = new X.B[1]; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where K,V are type-variables: K extends Object declared in class X V extends Object declared in class X X.java:7: warning: [rawtypes] found raw type: EntryMap.Entry EntryMap.Entry internalGet(Object key) { ^ missing type arguments for generic class EntryMap.Entry where K,V are type-variables: K extends Object declared in class EntryMap V extends Object declared in class EntryMap X.java:12: warning: [unchecked] unchecked conversion EntryMap.Entry entry = internalGet(key); ^ required: EntryMap.Entry found: EntryMap.Entry where K,V are type-variables: K extends Object declared in class X V extends Object declared in class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where K,V are type-variables: K extends Object declared in class X V extends Object declared in class X X.java:7: warning: [rawtypes] found raw type: EntryMap.Entry EntryMap.Entry internalGet(Object key) { ^ missing type arguments for generic class EntryMap.Entry where K,V are type-variables: K extends Object declared in class EntryMap V extends Object declared in class EntryMap X.java:12: warning: [unchecked] unchecked conversion EntryMap.Entry entry = (EntryMap.Entry) internalGet(key); ^ required: EntryMap.Entry found: EntryMap.Entry where K,V are type-variables: K extends Object declared in class X V extends Object declared in class X X.java:12: warning: [cast] redundant cast to EntryMap.Entry EntryMap.Entry entry = (EntryMap.Entry) internalGet(key); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: error: incompatible types: X cannot be converted to X X x2 = itself((X)make()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: List cannot be converted to List this(label, bindings, (List)Collections.emptyList()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: type argument C is not within bounds of type-variable V CloneableMap> map = null; ^ where V is a type-variable: V extends Cloneable declared in interface CloneableMap 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: unexpected type T foo1() { return null; } ^ required: class found: type parameter T where T,U are type-variables: T extends Runnable declared in method foo1() U extends Runnable,T declared in method foo1() X.java:3: error: unexpected type , U extends Z & T> T foo2() { return null; } ^ required: class found: type parameter T where T,U are type-variables: T extends Y declared in method foo2() U extends Z,T declared in method foo2() X.java:4: error: a type variable may not be followed by other bounds , U extends T & Z> T foo3() { return null; } ^ X.java:5: error: Y cannot be inherited with different arguments: and , U extends W & Z> T foo4() { return null; } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Foo class FooImpl implements Foo { ^ missing type arguments for generic class Foo where T is a type-variable: T extends Object declared in interface Foo 1 warning --- javac err: --- X.java:3: warning: auxiliary class FooImpl in X.java should not be accessed from outside its own source file Object s = new FooImpl().getIt(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Foo class FooImpl implements Foo { ^ missing type arguments for generic class Foo where T is a type-variable: T extends Exception declared in interface Foo 1 warning --- javac err: --- X.java:3: warning: auxiliary class FooImpl in X.java should not be accessed from outside its own source file Object s = new FooImpl().getIt(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: non-static type variable T cannot be referenced from a static context T x; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: warning: [rawtypes] found raw type: X new X().bar(null, null); ^ missing type arguments for generic class X where T is a type-variable: T extends Comparable declared in class X X.java:17: warning: [unchecked] unchecked call to bar(List.Foo>,List.Bar>) as a member of the raw type X new X().bar(null, null); ^ where T is a type-variable: T extends Comparable declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: B public interface C extends B { ^ missing type arguments for generic class B where T is a type-variable: T extends Object declared in interface B X.java:16: error: B cannot be inherited with different arguments: and <> public class E implements B, C { ^ X.java:23: error: B cannot be inherited with different arguments: <> and public class F extends D implements C { ^ X.java:33: warning: [rawtypes] found raw type: G public interface H extends G { ^ missing type arguments for generic class G where T is a type-variable: T extends Object declared in interface G X.java:43: warning: [rawtypes] found raw type: G public class J extends I implements G { ^ missing type arguments for generic class G where T is a type-variable: T extends Object declared in interface G X.java:43: error: G cannot be inherited with different arguments: <> and public class J extends I implements G { ^ 3 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: B interface C extends B {} ^ missing type arguments for generic class B where T is a type-variable: T extends Object declared in interface B X.java:8: error: B cannot be inherited with different arguments: <> and class F extends D implements C {} ^ X.java:10: error: B cannot be inherited with different arguments: <> and class V {} ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: a type variable may not be followed by other bounds public static > Foo doIt(T t) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method getLonger in class X cannot be applied to given types; getLonger(list, set); ^ required: T,T found: HashSet,ArrayList reason: inference variable T has incompatible bounds upper bounds: Collection lower bounds: ArrayList,HashSet where T is a type-variable: T extends Collection declared in method getLonger(T,T) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method getLonger in class X cannot be applied to given types; getLonger(list, set); ^ required: T,T found: HashSet,ArrayList reason: inference variable T has incompatible bounds upper bounds: Collection lower bounds: ArrayList,HashSet where T,U are type-variables: T extends Collection declared in method getLonger(T,T) U extends Object declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base package java.nio.channels.spi; ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0788 - 10 test/A.java [ package test; public class A { class B extends A { } } ] java/nio/channels/spi/AbstractSelectableChannel.java [ package java.nio.channels.spi; public abstract class AbstractSelectableChannel extends java.nio.channels.SelectableChannel { } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base package java.nio.channels.spi; ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0789 - 10 java/nio/channels/spi/AbstractSelectableChannel.java [ package java.nio.channels.spi; public abstract class AbstractSelectableChannel extends java.nio.channels.SelectableChannel { } ] test/A.java [ package test; public class A { class B extends A { } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: method isGreater in class X cannot be applied to given types; if (isGreater(i, d)) ^ required: T,T found: Integer,Double reason: inference variable T has incompatible bounds equality constraints: Integer,Double lower bounds: Double,Integer where T is a type-variable: T extends Comparable declared in method isGreater(T,T) X.java:15: error: method isGreater in class X cannot be applied to given types; isGreater(c1, c2); ^ required: T,T found: Comparable,Comparable reason: inference variable T has incompatible bounds equality constraints: CAP#1,CAP#2 upper bounds: Comparable where T is a type-variable: T extends Comparable declared in method isGreater(T,T) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Number from capture of ? extends Number CAP#2 extends Number from capture of ? extends Number X.java:18: warning: [rawtypes] found raw type: Comparable Comparable c1= i; ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:19: warning: [rawtypes] found raw type: Comparable Comparable c2= d; ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:20: warning: [unchecked] unchecked method invocation: method isGreater in class X is applied to given types isGreater(c1, c2); ^ required: T,T found: Comparable,Comparable where T is a type-variable: T extends Comparable declared in method isGreater(T,T) 2 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: array required, but List found i[0] = null; ^ X.java:6: error: array required, but List found k[0] = null; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: array required, but List found i[0] = null; ^ X.java:7: error: array required, but List found k[0] = null; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: int cannot be converted to String new X().new B(12) {}; ^ X.java:8: error: cannot find symbol new X().new B(12) {}; ^ symbol: constructor (X,int) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T private static > T max(T... elems) ^ where T is a type-variable: T extends Comparable declared in method max(T...) X.java:16: error: method max in class X cannot be applied to given types; System.out.println(max(1, 2.0, new BigDecimal(Math.PI))); ^ required: T[] found: int,double,BigDecimal reason: inference variable T has incompatible bounds upper bounds: Integer,Double,BigDecimal,Comparable lower bounds: BigDecimal,Double,Integer where T is a type-variable: T extends Comparable declared in method max(T...) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Y Y first; ^ missing type arguments for generic class Y where E is a type-variable: E extends Object declared in class Y X.java:3: warning: [rawtypes] found raw type: Y Y first2; ^ missing type arguments for generic class Y where E is a type-variable: E extends Object declared in class Y X.java:9: error: incompatible types: inference variable U has incompatible bounds String s = foo(ref, first); ^ upper bounds: String,Object lower bounds: Y,Y where U,T are type-variables: U extends Object declared in method foo(U,U) T extends Object declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends T from capture of ? extends T X.java:13: error: incompatible types: bad type in conditional expression ref.next = first == null ? ref : first; ^ Y cannot be converted to Y where T is a type-variable: T extends Object declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends T from capture of ? extends T CAP#2 extends T from capture of ? extends T X.java:13: warning: [unchecked] unchecked conversion ref.next = first == null ? ref : first; ^ required: Y found: Y where T is a type-variable: T extends Object declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends T from capture of ? extends T X.java:14: error: incompatible types: bad type in conditional expression String s = first == null ? ref : first; ^ Y cannot be converted to String where T is a type-variable: T extends Object declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends T from capture of ? extends T X.java:14: error: incompatible types: bad type in conditional expression String s = first == null ? ref : first; ^ Y cannot be converted to String X.java:15: error: incompatible types: bad type in conditional expression ref.next = first2 == null ? ref : first2; ^ Y cannot be converted to Y where T is a type-variable: T extends Object declared in class X where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends T from capture of ? extends T CAP#2 extends T from capture of ? extends T X.java:15: warning: [unchecked] unchecked conversion ref.next = first2 == null ? ref : first2; ^ required: Y found: Y where T is a type-variable: T extends Object declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends T from capture of ? extends T X.java:18: warning: [unchecked] unchecked conversion return first == null ? ref : first; ^ required: Y found: Y where T is a type-variable: T extends Object declared in class X 5 errors 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Constructor Constructor[] constrs = X.class.getConstructors(); ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor X.java:7: warning: [rawtypes] found raw type: Constructor for (Constructor constructor : constrs) { ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor X.java:8: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Constructor final String message = constructor.getAnnotation(AnnClass).message(); ^ where T is a type-variable: T extends Annotation declared in method getAnnotation(Class) X.java:8: error: cannot find symbol final String message = constructor.getAnnotation(AnnClass).message(); ^ symbol: method message() location: interface Annotation 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Class X.class.getConstructor(new Class[0]).getAnnotation(Ann.class).message(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Y void bar(Y y, X x) { ^ missing type arguments for generic class Y where V is a type-variable: V extends Object declared in class Y X.java:3: warning: [unchecked] unchecked call to foo(X) as a member of the raw type Y y.foo(x).zz(); ^ where T is a type-variable: T extends Z declared in method foo(X) X.java:3: error: cannot find symbol y.foo(x).zz(); ^ symbol: method zz() location: class Z 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: incompatible types: Object[] cannot be converted to CAP#1 y.foo(os); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object[] from capture of ? extends Object[] X.java:16: error: incompatible types: Cloneable cannot be converted to CAP#1 y.foo(c); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Cloneable from capture of ? extends Cloneable Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: inference variable T has incompatible bounds String s = foo(numbers, floats); ^ upper bounds: String,Object lower bounds: Float[],Number[] where T is a type-variable: T extends Object declared in method foo(T,T) X.java:14: error: incompatible types: inference variable T has incompatible bounds String s2 = foo(integers, floats); ^ upper bounds: String,Object lower bounds: Float[],Integer[] where T is a type-variable: T extends Object declared in method foo(T,T) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:29: error: method swapFirstTwoValues in class X cannot be applied to given types; swapFirstTwoValues(multiList); ^ required: List> found: List> reason: cannot infer type-variable(s) T (argument mismatch; List> cannot be converted to List>) where T is a type-variable: T extends Object declared in method swapFirstTwoValues(List>) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Prop void foo(Prop p) { ^ missing type arguments for generic class Prop where BeanT is a type-variable: BeanT extends Object declared in interface Prop 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:4: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:5: warning: [unchecked] unchecked assignment to variable ax as member of raw type X x.ax = new AX(); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: warning: [rawtypes] found raw type: Set1 void f1(Set1 s) { ^ missing type arguments for generic class Set1 where N is a type-variable: N extends Node declared in interface Set1 X.java:22: error: incompatible types: Object cannot be converted to Node Node n_ = s.iterator().next(); ^ X.java:25: error: incompatible types: Object cannot be converted to Node for (Node n : s) { ^ X.java:35: warning: [rawtypes] found raw type: Set3 void f3(Set3 s) { ^ missing type arguments for generic class Set3 where N is a type-variable: N extends Node declared in interface Set3 X.java:38: error: incompatible types: Object cannot be converted to Node for (Node n : s) { ^ 3 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X.Inner private X.Inner inner; ^ missing type arguments for generic class X.Inner where T is a type-variable: T extends Object declared in class X X.java:4: warning: [rawtypes] found raw type: X.Inner private X.Inner[] inners; ^ missing type arguments for generic class X.Inner where T is a type-variable: T extends Object declared in class X X.java:5: warning: [rawtypes] found raw type: X.Inner public X(T t, X.Inner in, X.Inner[] ins) { ^ missing type arguments for generic class X.Inner where T is a type-variable: T extends Object declared in class X X.java:5: warning: [rawtypes] found raw type: X.Inner public X(T t, X.Inner in, X.Inner[] ins) { ^ missing type arguments for generic class X.Inner where T is a type-variable: T extends Object declared in class X X.java:8: warning: [rawtypes] found raw type: X this.inner = new X(null, null, null).new Inner(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:8: warning: [unchecked] unchecked call to X(T,X.Inner,X.Inner[]) as a member of the raw type X this.inner = new X(null, null, null).new Inner(); ^ where T is a type-variable: T extends Object declared in class X X.java:8: warning: [rawtypes] found raw type: X.Inner this.inner = new X(null, null, null).new Inner(); ^ missing type arguments for generic class X.Inner where T is a type-variable: T extends Object declared in class X X.java:10: warning: [rawtypes] found raw type: X.Inner this.inners = new X.Inner[10]; ^ missing type arguments for generic class X.Inner where T is a type-variable: T extends Object declared in class X 8 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X.Inner this.inner = new X.Inner(); ^ missing type arguments for generic class X.Inner where T is a type-variable: T extends Object declared in class X X.java:8: warning: [rawtypes] found raw type: X.Inner this.inners = new X.Inner[10]; ^ missing type arguments for generic class X.Inner where T is a type-variable: T extends Object declared in class X X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal generic type for instanceof if (o instanceof E[]) { //incorrect: cannot test non-reifiable type ^ X.java:5: warning: [unchecked] unchecked cast E[] es = (E[]) o; ^ required: E[] found: Object where E is a type-variable: E extends Object declared in class X X.java:7: error: illegal generic type for instanceof if (o instanceof List[]) { //incorrect too ^ X.java:8: warning: [unchecked] unchecked cast List[] es = (List[]) o; ^ required: List[] found: Object where E is a type-variable: E extends Object declared in class X X.java:15: error: illegal generic type for instanceof if (al instanceof List[]) { //incorrect too ^ 3 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast E[] o = (E[]) e; ^ required: E[] found: Object[][] where E is a type-variable: E extends Object declared in class X X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where E is a type-variable: E extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal generic type for instanceof if (o instanceof List[][]) { //incorrect too ^ X.java:5: warning: [unchecked] unchecked cast List[][] es = (List[][]) o; ^ required: List[][] found: Object[] where E is a type-variable: E extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [rawtypes] found raw type: List void foo(List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:16: error: illegal generic type for instanceof if (l instanceof List) {} ^ X.java:18: warning: [rawtypes] found raw type: List void foo(List[] ls) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:20: error: illegal generic type for instanceof if (ls instanceof List[]) {} ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: MyInterface public class X implements MyInterface { ^ missing type arguments for generic class MyInterface where T is a type-variable: T extends Object declared in interface MyInterface 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: I public class X implements I { ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [serial] serializable class A has no definition of serialVersionUID class A implements Serializable, Runnable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [serial] serializable class A has no definition of serialVersionUID class A implements Serializable, Runnable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] unchecked cast ((V) t).run(); ^ required: V found: T where T,V are type-variables: T extends Serializable,Runnable declared in class X V extends T declared in class X X.java:16: warning: [serial] serializable class A has no definition of serialVersionUID class A implements Serializable, Runnable { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] unchecked cast ((V) t).run(); ^ required: V found: T where T,V are type-variables: T extends Serializable,Runnable declared in class X V extends T declared in class X X.java:12: warning: [serial] serializable class A has no definition of serialVersionUID class A implements Serializable, Runnable { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X X t1 = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:9: warning: [rawtypes] found raw type: X X t1 = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [unchecked] unchecked call to test(V1,V2) as a member of the raw type X t1.test(a, b); //this gives an error but should be OK ^ where V1,V2 are type-variables: V1 extends Object declared in method test(V1,V2) V2 extends V1 declared in method test(V1,V2) X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X X t1 = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:7: warning: [rawtypes] found raw type: X X t1 = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:8: warning: [unchecked] unchecked call to test(V1,V2) as a member of the raw type X t1.test(a, b); //this gives an error but should be OK ^ where V1,V2 are type-variables: V1 extends Object declared in method test(V1,V2) V2 extends List declared in method test(V1,V2) X.java:10: error: method test in class X cannot be applied to given types; t2.test(a, b); //this compiles OK ^ required: V1,V2 found: XA,List reason: inference variable V2 has incompatible bounds upper bounds: List lower bounds: List where V1,V2,T are type-variables: V1 extends Object declared in method test(V1,V2) V2 extends List declared in method test(V1,V2) T extends Object declared in class X 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Transformable interface Transformable ^ missing type arguments for generic class Transformable where T is a type-variable: T extends Transformable declared in interface Transformable X.java:5: warning: [rawtypes] found raw type: Volume interface Volume extends Transformable ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume X.java:12: warning: [rawtypes] found raw type: Volume Volume v1 = null; ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume X.java:13: warning: [rawtypes] found raw type: Volume Volume v2 = v1.transform(); ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume X.java:13: error: incompatible types: Transformable cannot be converted to Volume Volume v2 = v1.transform(); ^ X.java:16: warning: [rawtypes] found raw type: Volume Volume v1 = null; ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume X.java:17: warning: [rawtypes] found raw type: Volume Volume v2 = v1.transform(); ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Transformable interface Transformable ^ missing type arguments for generic class Transformable where T is a type-variable: T extends Transformable declared in interface Transformable X.java:5: warning: [rawtypes] found raw type: Volume interface Volume extends Transformable ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume X.java:11: warning: [rawtypes] found raw type: Volume Volume v1 = null; ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume X.java:12: warning: [rawtypes] found raw type: Volume Volume v2 = v1.transform(); ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume X.java:15: warning: [rawtypes] found raw type: Volume Volume v1 = null; ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume X.java:16: warning: [rawtypes] found raw type: Volume Volume v2 = v1.transform(); ^ missing type arguments for generic class Volume where V is a type-variable: V extends Volume declared in interface Volume 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: X X x = (X) o; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:6: warning: [unchecked] unchecked cast X xs = (X)o; ^ required: X found: Object X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [rawtypes] found raw type: List List l = (List) al; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [unchecked] unchecked cast Object o2 = (List) o1; ^ required: List found: Object X.java:6: warning: [unchecked] unchecked cast foo((List)o2); ^ required: List found: Object 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class C1 where T is a type-variable: T extends Object declared in class C1 X.java:6: warning: [unchecked] unchecked cast C1.C11[] ts = (C1.C11[]) new C1.C11[5]; ^ required: C1.C11[] found: C1.C11[] where T is a type-variable: T extends Object declared in class C1 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [unchecked] unchecked conversion collection = (Collection) set; ^ required: Collection found: Collection X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: List cannot be converted to String bar(l.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- AClass.java:1: warning: [rawtypes] found raw type: AClass public interface AClass { ^ missing type arguments for generic class AClass where X is a type-variable: X extends AClass declared in interface AClass AClass.java:2: warning: [rawtypes] found raw type: BClass public interface BClass extends AClass { ^ missing type arguments for generic class BClass where T is a type-variable: T extends BClass declared in interface BClass 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- com/test/TestClass.java:9: warning: [serial] serializable class MyException has no definition of serialVersionUID public static class MyException extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- generics/user/User.java:19: error: cannot find symbol Zork z; ^ symbol: class Zork location: class User generics/user/User.java:5: warning: [rawtypes] found raw type: NodeList.Cursor Cursor raw; ^ missing type arguments for generic class NodeList.Cursor where E is a type-variable: E extends Object declared in class NodeList generics/user/User.java:6: warning: [rawtypes] found raw type: NodeList.Cursor NodeList.Cursor rawQualified; ^ missing type arguments for generic class NodeList.Cursor where E is a type-variable: E extends Object declared in class NodeList generics/user/User.java:10: warning: [unchecked] unchecked conversion parameterized= rawQualified; //unchecked warning (OK) ^ required: NodeList.Cursor found: NodeList.Cursor generics/user/User.java:13: warning: [unchecked] unchecked conversion parameterized= raw; //should just give unchecked warning, but errors ^ required: NodeList.Cursor found: NodeList.Cursor 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Comparator List bar() { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator X.java:5: warning: [rawtypes] found raw type: Comparator List l = foo(); ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: inference variable T has incompatible bounds List result2 = merge(list1, list2); ^ upper bounds: String,Object lower bounds: StringBuilder,String where T is a type-variable: T extends Object declared in method merge(List,List) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: List cannot be converted to List Object result4 = (List)merge(list1, list2); ^ where INT#1 is an intersection type: INT#1 extends Object,Serializable,CharSequence 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol public void testGeneric(Generic aGeneric) { ^ symbol: class Generic location: class X X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [rawtypes] found raw type: ArrayList public void testList(ArrayList aList) { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: List cannot be converted to CAP#1 col.add(n); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection from capture of ? extends Collection Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where E is a type-variable: E extends Object declared in class X X.java:6: warning: [unchecked] unchecked cast List nums= (List) asList; // correct warning ^ required: List found: Collection where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number X.java:7: warning: [unchecked] unchecked cast List numz= (LinkedList) asList; // type safety warning missing ^ required: LinkedList found: Collection where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number 1 error 2 warnings --- javac err: --- X.java:5: warning: [unchecked] unchecked cast List nums= (List) asList; // correct warning ^ required: List found: Collection where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number X.java:6: warning: [unchecked] unchecked cast List numz= (LinkedList) asList; // type safety warning missing ^ required: LinkedList found: Collection where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: warning: [unchecked] unchecked cast return (T) o; // OK ^ required: T found: Object where T is a type-variable: T extends Object declared in method f(Object) X.java:7: warning: [unchecked] unchecked cast return (T) o; // bug??? ^ required: T found: Object where T,U are type-variables: T extends U declared in method g(Object) U extends Object declared in method g(Object) X.java:15: warning: [unchecked] unchecked cast return (T) o; ^ required: T found: Object where T is a type-variable: T extends Object declared in method castTo(Object) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [unchecked] unchecked cast return (Bar)f; ^ required: Bar found: Foo 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: a type variable may not be followed by other bounds T foo() { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Form.java:7: warning: [unchecked] unchecked cast return (T) field; ^ required: T found: Field where T is a type-variable: T extends Field declared in method getField() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: FieldManager FieldManager manager = new FieldManagerImpl(); ^ missing type arguments for generic class FieldManager where F is a type-variable: F extends Field declared in class FieldManager X.java:4: warning: [unchecked] unchecked method invocation: constructor in class FieldMeta is applied to given types FieldMeta meta = new FieldMeta(manager); ^ required: FieldManager found: FieldManager where F is a type-variable: F extends Field declared in class FieldMeta X.java:4: warning: [unchecked] unchecked conversion FieldMeta meta = new FieldMeta(manager); ^ required: FieldManager found: FieldManager where F is a type-variable: F extends Field declared in class FieldMeta X.java:5: warning: [rawtypes] found raw type: Field Field field = new FieldImpl(meta); ^ missing type arguments for generic class Field where F is a type-variable: F extends Field declared in class Field X.java:6: warning: [rawtypes] found raw type: Field FieldMeta meta2 = field.getFieldMeta(); ^ missing type arguments for generic class Field where F is a type-variable: F extends Field declared in class Field FieldMeta.java:1: warning: [rawtypes] found raw type: Field public class FieldMeta { ^ missing type arguments for generic class Field where F is a type-variable: F extends Field declared in class Field FieldMeta.java:7: warning: [unchecked] unchecked cast return (FB) fieldManager; ^ required: FB found: FieldManager where F,FB are type-variables: F extends Field declared in class FieldMeta FB extends FieldManager declared in method getFieldManager() Field.java:1: warning: [rawtypes] found raw type: Field public class Field { ^ missing type arguments for generic class Field where F is a type-variable: F extends Field declared in class Field FieldManager.java:1: warning: [rawtypes] found raw type: Field public abstract class FieldManager {} ^ missing type arguments for generic class Field where F is a type-variable: F extends Field declared in class Field ExtFieldManager.java:1: warning: [rawtypes] found raw type: Field public interface ExtFieldManager {} ^ missing type arguments for generic class Field where F is a type-variable: F extends Field declared in class Field 10 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: a type variable may not be followed by other bounds public void m(T t) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:13: error: cannot select a static class from a parameterized type B.J bar(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: warning: [rawtypes] found raw type: List List o = Foo.foo1(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:20: error: incompatible types: no instance(s) of type variable(s) T exist so that List> conforms to List List o = Foo.foo1(); ^ where T is a type-variable: T extends Runnable declared in method foo1() X.java:21: error: method bar1 in class Foo cannot be applied to given types; Foo.bar1(o); ^ required: List> found: List reason: cannot infer type-variable(s) T (argument mismatch; List cannot be converted to List>) where T is a type-variable: T extends Runnable declared in method bar1(List>) X.java:24: warning: [rawtypes] found raw type: List List o = Foo.foo2(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:25: warning: [unchecked] unchecked method invocation: method bar2 in class Foo is applied to given types Foo.bar2(o); ^ required: List found: List where T is a type-variable: T extends Runnable declared in method bar2(List) X.java:25: warning: [unchecked] unchecked conversion Foo.bar2(o); ^ required: List found: List where T is a type-variable: T extends Runnable declared in method bar2(List) 2 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Collection public class X implements Collection { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:5: warning: [rawtypes] found raw type: Collection public class X implements Collection { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:18: warning: [rawtypes] found raw type: Iterator public Iterator iterator() { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:38: warning: [rawtypes] found raw type: Collection public boolean containsAll(Collection arg0) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:42: warning: [rawtypes] found raw type: Collection public boolean addAll(Collection arg0) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:46: warning: [rawtypes] found raw type: Collection public boolean removeAll(Collection arg0) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:50: warning: [rawtypes] found raw type: Collection public boolean retainAll(Collection arg0) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:25: error: modifier static not allowed here static class N3 { ^ X.java:30: error: cannot select a static class from a parameterized type M4.N4 n = m.new N4(); ^ X.java:30: error: cannot select a static class from a parameterized type M4.N4 n = m.new N4(); ^ X.java:30: error: qualified new of static class M4.N4 n = m.new N4(); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: ObjectFormUI private static final Map, Class> uiMap = new HashMap, Class>(); ^ missing type arguments for generic class ObjectFormUI where T is a type-variable: T extends DatabaseObject declared in class ObjectFormUI X.java:6: warning: [rawtypes] found raw type: ObjectFormUI private static final Map, Class> uiMap = new HashMap, Class>(); ^ missing type arguments for generic class ObjectFormUI where T is a type-variable: T extends DatabaseObject declared in class ObjectFormUI X.java:11: error: incompatible types: bad type in conditional expression ? uiMap.get(persistentClass) ^ Class cannot be converted to Class> where T is a type-variable: T extends DatabaseObject declared in method getUI(Class) where CAP#1 is a fresh type-variable: CAP#1 extends ObjectFormUI from capture of ? extends ObjectFormUI X.java:12: warning: [unchecked] unchecked cast : (Class>) uiMap.get(persistentClass); ^ required: Class> found: Class where T is a type-variable: T extends DatabaseObject declared in method getUI(Class) where CAP#1 is a fresh type-variable: CAP#1 extends ObjectFormUI from capture of ? extends ObjectFormUI 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Class> cannot be converted to Class Class cc = cco; // ko ^ X.java:6: error: incompatible types: Class cannot be converted to Class> Class> cco2 = cc; // ko ^ X.java:9: warning: [rawtypes] found raw type: Class Class cec = ceco; // ok ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: error: incompatible types: Class cannot be converted to Class> Class> ceco2 = cec; // ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Class from capture of ? extends Class 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: warning: [rawtypes] found raw type: Class void bar(T t) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:4: warning: [unchecked] unchecked conversion Class c = t; // ok - unchecked ^ required: Class found: T where T is a type-variable: T extends Class declared in method bar(T) X.java:6: warning: [rawtypes] found raw type: Class void bar2(List let) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:7: warning: [unchecked] unchecked conversion Class c = let.get(0); // ok - unchecked ^ required: Class found: CAP#1 where T is a type-variable: T extends Class declared in method bar2(List) where CAP#1 is a fresh type-variable: CAP#1 extends T from capture of ? extends T X.java:9: warning: [rawtypes] found raw type: Class void bar3(List lec) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:10: warning: [unchecked] unchecked conversion Class c = lec.get(0); // ok - unchecked ^ required: Class found: CAP#1 where CAP#1 is a fresh type-variable: CAP#1 extends Class from capture of ? extends Class 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: List cannot be converted to String String s = (String) Foo.foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: U cannot be converted to String String s = (String) Foo.foo(); ^ where U is a type-variable: U extends List 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: U cannot be converted to String String s = (String) foo(u); ^ where U is a type-variable: U extends List declared in method foo(U) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method foo in class X cannot be applied to given types; String s = (String)foo(listu); ^ required: U found: List reason: inference variable U has incompatible bounds equality constraints: U lower bounds: List where U is a type-variable: U extends List declared in method foo(U) X.java:6: warning: [cast] redundant cast to String String s = (String)foo(listu); ^ X.java:11: error: method foo in class X cannot be applied to given types; String s = (String)foo(listv); ^ required: U found: List reason: inference variable U has incompatible bounds equality constraints: V lower bounds: List where U,V are type-variables: U extends List declared in method foo(U) V extends List declared in method bar(V) X.java:11: warning: [cast] redundant cast to String String s = (String)foo(listv); ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: Class cannot be converted to String String s = getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X X.java:8: warning: [unchecked] unchecked method invocation: method getDefault in class X is applied to given types return (String) getDefault(getClass()); ^ required: Class found: Class where T is a type-variable: T extends X declared in method getDefault(Class) where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X X.java:8: error: incompatible types: X cannot be converted to String return (String) getDefault(getClass()); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: a type variable may not be followed by other bounds public static > int m( ^ X.java:4: error: cannot find symbol return comparableNumberObj.compareTo(comparableNumberObj); ^ symbol: method compareTo(A) location: variable comparableNumberObj of type A where A,C are type-variables: A extends C declared in method m(A) C extends Number declared in method m(A) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- error: Source option 1.4 is no longer supported. Use 6 or later. ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0886 - 10 X.java [ public class X { void test() { "Hello".compareTo((Object) "Hello"); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bar.java:4: error: incompatible types: X cannot be converted to Foo Foo f = x; ^ where X is a type-variable: X extends Foo> declared in class Bar 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bar.java:4: error: incompatible types: X cannot be converted to Foo Foo f = x; ^ where X is a type-variable: X extends Foo> declared in class Bar 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:3: warning: [serial] serializable class Group has no definition of serialVersionUID class Group> extends ArrayList implements ^ Test.java:10: warning: [serial] serializable class Sequence has no definition of serialVersionUID class Sequence> extends TreeSet implements ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Object oc1 = m1(c2, c3).new C1Member(); ^ symbol: class C1Member 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [static] static variable should be qualified by type name, I1, instead of by an expression int ii1 = m1(c2, c3).i1f1; ^ X.java:15: warning: [static] static variable should be qualified by type name, I2, instead of by an expression int ii2 = m1(c2, c3).i2f1; ^ X.java:18: error: unexpected type Object oc1 = m1(c2, c3).new C1Member(); ^ required: class,package found: value X.java:19: error: unexpected type Object oi1 = m1(c2, c3).new I1Member(); ^ required: class,package found: value X.java:19: warning: [static] static class should be qualified by type name, I1, instead of by an expression Object oi1 = m1(c2, c3).new I1Member(); ^ X.java:19: error: qualified new of static class Object oi1 = m1(c2, c3).new I1Member(); ^ X.java:20: error: unexpected type Object oi2 = m1(c2, c3).new I2Member(); ^ required: class,package found: value X.java:20: warning: [static] static class should be qualified by type name, I2, instead of by an expression Object oi2 = m1(c2, c3).new I2Member(); ^ X.java:20: error: qualified new of static class Object oi2 = m1(c2, c3).new I2Member(); ^ 5 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: cannot find symbol class Y extends Zork {} ^ symbol: class Zork X.java:3: error: anonymous class implements interface; cannot have type arguments Object o = new I() {}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [unchecked] unchecked cast ((Comparable) new Implements()).toString(); ^ required: Comparable found: Implements where R is a type-variable: R extends Object declared in class X X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where R is a type-variable: R extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: inference variable T has incompatible bounds return foo(i, f); ^ upper bounds: Object[],Object lower bounds: float[],int[] where T is a type-variable: T extends Object declared in method foo(T,T) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: I public class X implements I { ^ missing type arguments for generic class I where V is a type-variable: V extends Object declared in interface I X.java:5: warning: [unchecked] unchecked cast I x1 = (I) (X) null; ^ required: I found: X X.java:6: warning: [unchecked] unchecked cast I x2 = (I) new X(); ^ required: I found: X 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:24: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Collection List lc1 = null; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:11: warning: [rawtypes] found raw type: Collection List lc4 = null; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:12: error: incompatible types: List> cannot be converted to List lc1 = lc2; //1 ko ^ X.java:13: error: incompatible types: List cannot be converted to List lc1 = lc3; //2 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection from capture of ? extends Collection X.java:14: error: incompatible types: List cannot be converted to List lc1 = lc4; //3 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection from capture of ? extends Collection X.java:15: error: incompatible types: List cannot be converted to List> lc2 = lc1; //4 ko ^ X.java:16: error: incompatible types: List cannot be converted to List> lc2 = lc3; //5 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection from capture of ? extends Collection X.java:17: error: incompatible types: List cannot be converted to List> lc2 = lc4; //6 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection from capture of ? extends Collection X.java:18: error: incompatible types: List cannot be converted to List> lc3 = lc1; //7 ko ^ X.java:20: error: incompatible types: List cannot be converted to List> lc3 = lc4; //9 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection from capture of ? extends Collection X.java:25: warning: [rawtypes] found raw type: Collection private final List aList = new ArrayList(); ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:25: warning: [rawtypes] found raw type: Collection private final List aList = new ArrayList(); ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:27: error: no suitable constructor found for ArrayList(List) final List> listCopy = new ArrayList>(this.aList); // ko ^ constructor ArrayList.ArrayList(int) is not applicable (argument mismatch; List cannot be converted to int) constructor ArrayList.ArrayList(Collection>) is not applicable (argument mismatch; List cannot be converted to Collection>) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt 9 errors 4 warnings --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Collection List lc1 = null; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:10: warning: [rawtypes] found raw type: Collection List lc4 = null; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:11: error: incompatible types: List> cannot be converted to List lc1 = lc2; //1 ko ^ X.java:12: error: incompatible types: List cannot be converted to List lc1 = lc3; //2 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection from capture of ? super Collection X.java:13: error: incompatible types: List cannot be converted to List lc1 = lc4; //3 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection from capture of ? super Collection X.java:14: error: incompatible types: List cannot be converted to List> lc2 = lc1; //4 ko ^ X.java:15: error: incompatible types: List cannot be converted to List> lc2 = lc3; //5 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection from capture of ? super Collection X.java:16: error: incompatible types: List cannot be converted to List> lc2 = lc4; //6 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection from capture of ? super Collection X.java:21: error: incompatible types: List> cannot be converted to List lc4 = lc2; //11 ko ^ X.java:22: error: incompatible types: List cannot be converted to List lc4 = lc3; //12 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection from capture of ? super Collection 8 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Collection void foo(List[]> l1, List l2) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:5: error: incompatible types: List cannot be converted to List[]> l1 = l2; ^ X.java:6: error: incompatible types: List cannot be converted to List l2 = l1; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection[] from capture of ? extends Collection[] 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Collection List lc1 = null; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:7: warning: [rawtypes] found raw type: Collection List lc4 = null; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:8: error: incompatible types: List[]> cannot be converted to List lc1 = lc2; //1 ko ^ X.java:9: error: incompatible types: List cannot be converted to List lc1 = lc3; //2 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection[] from capture of ? extends Collection[] X.java:10: error: incompatible types: List cannot be converted to List lc1 = lc4; //3 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection[] from capture of ? extends Collection[] X.java:11: error: incompatible types: List cannot be converted to List[]> lc2 = lc1; //4 ko ^ X.java:12: error: incompatible types: List cannot be converted to List[]> lc2 = lc3; //5 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection[] from capture of ? extends Collection[] X.java:13: error: incompatible types: List cannot be converted to List[]> lc2 = lc4; //6 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection[] from capture of ? extends Collection[] X.java:14: error: incompatible types: List cannot be converted to List[]> lc3 = lc1; //7 ko ^ X.java:16: error: incompatible types: List cannot be converted to List[]> lc3 = lc4; //9 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Collection[] from capture of ? extends Collection[] 8 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Collection List lc1 = null; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:7: warning: [rawtypes] found raw type: Collection List lc4 = null; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:8: error: incompatible types: List[]> cannot be converted to List lc1 = lc2; //1 ko ^ X.java:9: error: incompatible types: List cannot be converted to List lc1 = lc3; //2 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection[] from capture of ? super Collection[] X.java:10: error: incompatible types: List cannot be converted to List lc1 = lc4; //3 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection[] from capture of ? super Collection[] X.java:11: error: incompatible types: List cannot be converted to List[]> lc2 = lc1; //4 ko ^ X.java:12: error: incompatible types: List cannot be converted to List[]> lc2 = lc3; //5 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection[] from capture of ? super Collection[] X.java:13: error: incompatible types: List cannot be converted to List[]> lc2 = lc4; //6 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection[] from capture of ? super Collection[] X.java:18: error: incompatible types: List[]> cannot be converted to List lc4 = lc2; //11 ko ^ X.java:19: error: incompatible types: List cannot be converted to List lc4 = lc3; //12 ko ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: Collection[] from capture of ? super Collection[] 8 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: a generic class may not extend java.lang.Throwable class Y1 extends Throwable { ^ X.java:9: error: a generic class may not extend java.lang.Throwable class Y3 extends Throwable { ^ X.java:15: error: a generic class may not extend java.lang.Throwable class Y4 extends Throwable {} ^ X.java:15: warning: [serial] serializable class Y4 has no definition of serialVersionUID class Y4 extends Throwable {} ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot select from a type variable public class X extends X2 { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot select from a type variable public class X extends X2 { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot select from a type variable public class X { Class c = T.class; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected public class X extends X2 { } ^ X.java:1: error: expected public class X extends X2 { } ^ X.java:2: error: reached end of file while parsing class X2 { } ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:3: warning: [rawtypes] found raw type: List List list_raw_list; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Test.java:5: error: incompatible types: List cannot be converted to Collection> Collection> col = list_raw_list; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Class cannot be converted to Class> X.a(t.getClass()); ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:40: warning: [deprecation] Long(long) in Long has been deprecated longs.add(new Long(1)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: incompatible types: List cannot be converted to List RESULT = lst; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: List cannot be converted to Collection x1.addAll(x2); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Enum Class enumType = null; ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:7: warning: [unchecked] unchecked method invocation: method allOf in class X is applied to given types final Collection test = allOf(enumType); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) where CAP#1 is a fresh type-variable: CAP#1 extends Enum from capture of ? extends Enum X.java:7: warning: [unchecked] unchecked conversion final Collection test = allOf(enumType); ^ required: Collection found: Collection where E is a type-variable: E extends Enum declared in method fails() X.java:9: warning: [rawtypes] found raw type: Enum Collection colType = null; ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:10: error: incompatible types: Collection cannot be converted to Collection final Collection test2 = colType; ^ where E is a type-variable: E extends Enum declared in method fails() where CAP#1 is a fresh type-variable: CAP#1 extends Enum from capture of ? extends Enum 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol { Zork z; } ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: not a statement X.I= 10; ^ X.java:4: error: ';' expected X.I= 10; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- b/DefaultFoo.java:34: error: incompatible types: Inner cannot be converted to String String s11 = foo1.getCustomInner(); ^ b/DefaultFoo.java:35: error: incompatible types: Inner cannot be converted to String String s12 = foo2.getDefaultInner(); ^ b/DefaultFoo.java:36: error: incompatible types: Inner cannot be converted to String String s21 = foo2.getCustomInner(); ^ b/DefaultFoo.java:37: error: incompatible types: Inner cannot be converted to String String s22 = foo2.getDefaultInner(); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: Inner cannot be converted to String String s = inner; ^ where W is a type-variable: W extends Object declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: Inner.InInner cannot be converted to String String s = inner; ^ where W is a type-variable: W extends Object declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: X.Inner cannot be converted to String String s = inner; ^ where W is a type-variable: W extends Object declared in class Y X.java:13: error: incompatible types: X.Inner.InInner cannot be converted to String s = inner2; ^ where W is a type-variable: W extends Object declared in class Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ExtendedOuter.java:4: warning: [rawtypes] found raw type: Outer.Inner static void method(Outer.Inner x) {} ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer ExtendedOuter.java:14: error: cannot find symbol Zork zk; ^ symbol: class Zork location: class ExtendedOuter where E is a type-variable: E extends Object declared in class ExtendedOuter 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ExtendedOuter.java:14: error: cannot find symbol Zork zk; ^ symbol: class Zork location: class ExtendedOuter where E is a type-variable: E extends Object declared in class ExtendedOuter 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ExtendedOuter.java:14: error: cannot find symbol Zork zk; ^ symbol: class Zork location: class ExtendedOuter where E is a type-variable: E extends Object declared in class ExtendedOuter 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ExtendedOuter.java:14: error: cannot find symbol Zork zk; ^ symbol: class Zork location: class ExtendedOuter where E is a type-variable: E extends A declared in class ExtendedOuter 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: List cannot be converted to List RESULT = lst; // 1 ^ where U is a type-variable: U extends Object declared in method bar3(List) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: Set cannot be converted to Set Set s2 = (Set) method(l); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: method transferBug in class X cannot be applied to given types; transferBug(objArray, strList); ^ required: Var[],Collection found: Object[],ArrayList reason: inference variable Var has incompatible bounds equality constraints: String lower bounds: Object where Var is a type-variable: Var extends Object declared in method transferBug(Var[],Collection) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T public Iterable m(T... ts) { ^ where T is a type-variable: T extends Object declared in method m(T...) X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable public void m3(Iterable... ts) { ^ where T is a type-variable: T extends Object declared in method m3(Iterable...) X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable[] m3(m(3, 3, 3)); ^ X.java:11: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable[] m3(m()); ^ X.java:12: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable[] m3(m(new Object[]{})); ^ X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T[] public Iterable m(T[]... ts) { ^ where T is a type-variable: T extends Object declared in method m(T[]...) X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable public void m3(Iterable... ts) { ^ where T is a type-variable: T extends Object declared in method m3(Iterable...) X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable[] m3(m(new Integer[]{3, 3, 3})); ^ X.java:11: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable[] m3(m()); ^ X.java:12: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable[] m3(m(new Object[][]{})); ^ X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T[] public Iterable m(T[]... ts) { ^ where T is a type-variable: T extends Object declared in method m(T[]...) X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable public void m3(Iterable... ts) { ^ where T is a type-variable: T extends Object declared in method m3(Iterable...) X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T public Iterable m(T... ts) { ^ where T is a type-variable: T extends Object declared in method m(T...) X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable public void m3(Iterable... ts) { ^ where T is a type-variable: T extends Object declared in method m3(Iterable...) X.java:8: warning: non-varargs call of varargs method with inexact argument type for last parameter; m3(m(null)); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:8: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable[] m3(m(null)); ^ X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: generic array creation Member[] members = new Member[]{};//2 ^ X.java:26: error: generic array creation Local[] locals = new Local[]{};//4 ^ X.java:38: error: generic array creation Member[] members = new Member[5];//6 ^ X.java:51: error: generic array creation Local[] locals = new Local[5];//8 ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal generic type for instanceof if (o instanceof List[]) { //incorrect: bug 104695 ^ X.java:5: warning: [unchecked] unchecked cast List[] es= (List[]) o; //unchecked ^ required: List[] found: Object where E is a type-variable: E extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- error: Class names, 'UsingGenericsClass', are only accepted if annotation processing is explicitly requested 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:27: error: cannot find symbol Zork z; ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: Reference cannot be converted to Soft Soft soft= (Soft) remove; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where A is a type-variable: A extends Object declared in class X X.java:7: warning: [rawtypes] found raw type: X X x = newInstance(); ^ missing type arguments for generic class X where A is a type-variable: A extends Object declared in class X X.java:8: warning: [rawtypes] found raw type: X return new X[] { x }; ^ missing type arguments for generic class X where A is a type-variable: A extends Object declared in class X X.java:8: warning: [unchecked] unchecked conversion return new X[] { x }; ^ required: X[] found: X[] 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where A is a type-variable: A extends Object declared in class X X.java:6: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where A is a type-variable: A extends Object declared in class X X.java:6: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where A is a type-variable: A extends Object declared in class X X.java:7: warning: [rawtypes] found raw type: Comparable Comparable c = newInstance2(x); ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:7: warning: [unchecked] unchecked method invocation: method newInstance2 in class X is applied to given types Comparable c = newInstance2(x); ^ required: X found: X where B is a type-variable: B extends Comparable declared in method newInstance2(X) X.java:7: warning: [unchecked] unchecked conversion Comparable c = newInstance2(x); ^ required: X found: X where B is a type-variable: B extends Comparable declared in method newInstance2(X) 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: a generic class may not extend java.lang.Throwable throw new Exception("Bug134645") { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: Class cannot be converted to Class> protected static final Class> theClass = (Class>) X.class; ^ X.java:4: error: incompatible types: Class cannot be converted to Class> Class> cx1 = cx; ^ X.java:5: error: incompatible types: Class cannot be converted to Class> Class> cx2 = (Class>) cx; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Child.java:5: warning: [rawtypes] found raw type: Base class Base {} ^ missing type arguments for generic class Base where T is a type-variable: T extends Base declared in class Base 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: Collection cannot be inherited with different arguments: <> and public class X extends ArrayList implements I { ^ X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends ArrayList implements I { ^ X.java:4: warning: [rawtypes] found raw type: Collection interface I extends Collection { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: cannot select a static class from a parameterized type I1.I2 i1i2 = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: X interface I1 extends X { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in interface X X.java:3: warning: [rawtypes] found raw type: I1 interface I2 extends I1 { ^ missing type arguments for generic class I1 where T is a type-variable: T extends Object declared in interface I1 X.java:6: warning: [rawtypes] found raw type: I1 interface I3 extends I1 { ^ missing type arguments for generic class I1 where T is a type-variable: T extends Object declared in interface I1 X.java:9: warning: [rawtypes] found raw type: I2 interface I4 extends I1.I2, I1.I3 { ^ missing type arguments for generic class I2 where T is a type-variable: T extends Object declared in interface I2 X.java:9: warning: [rawtypes] found raw type: I3 interface I4 extends I1.I2, I1.I3 { ^ missing type arguments for generic class I3 where T is a type-variable: T extends Object declared in interface I3 X.java:14: warning: [rawtypes] found raw type: I1 I1 i1 = null; ^ missing type arguments for generic class I1 where T is a type-variable: T extends Object declared in interface I1 X.java:15: warning: [rawtypes] found raw type: I2 I1.I2 i2 = null; ^ missing type arguments for generic class I2 where T is a type-variable: T extends Object declared in interface I2 X.java:16: error: cannot select a static class from a parameterized type I1.I2 i1i2 = null; ^ X.java:16: warning: [rawtypes] found raw type: I2 I1.I2 i1i2 = null; ^ missing type arguments for generic class I2 where T is a type-variable: T extends Object declared in interface I2 1 error 8 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner public static void method(Outer.Inner x) { ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner Outer.Inner x = null; ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner public static void method(Outer.Inner x) { ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner Outer.Inner x = null; ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner public static void method(Outer.Inner x) { ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner Outer.Inner x = null; ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer 2 warnings --- javac err: --- ExtendedOuter.java:4: warning: [rawtypes] found raw type: Outer.Inner Outer.Inner in; ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol public class X extends ArrayList { ^ symbol: class Bean X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends ArrayList { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Worker.java:2: warning: [rawtypes] found raw type: Outer.Inner public static void method(Outer.Inner i) {} ^ missing type arguments for generic class Outer.Inner where O is a type-variable: O extends Object declared in class Outer 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Worker.java:2: warning: [rawtypes] found raw type: Outer.Inner.Inner2 public static void method(Outer.Inner.Inner2 i) {} ^ missing type arguments for generic class Outer.Inner.Inner2 where O is a type-variable: O extends Object declared in class Outer 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: List cannot be converted to Collection l1.addAll(l2); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: inference variable T has incompatible bounds List> lco = Arrays.asList(String.class, Integer.class, Long.class); ^ equality constraints: Class lower bounds: Class,Class,Class where T is a type-variable: T extends Object declared in method asList(T...) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- T.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated i.setObj(new Integer(100)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart public ISheetViewer getViewer() { return null; } ^ return type ISheetViewer is not compatible with EditPartViewer X.java:7: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart abstract class GLinkElementView extends AbstractLinkView {} ^ return type ISheetViewer is not compatible with EditPartViewer 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart public SheetViewer getViewer() { return null; } ^ return type SheetViewer is not compatible with EditPartViewer X.java:7: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart abstract class GLinkElementView extends AbstractLinkView {} ^ return type SheetViewer is not compatible with EditPartViewer 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Child.java:2: warning: [rawtypes] found raw type: IParent abstract class Parent extends Grandparent implements IParent {} ^ missing type arguments for generic class IParent where T is a type-variable: T extends Object declared in interface IParent Child.java:2: error: IGrandparent cannot be inherited with different arguments: <> and abstract class Parent extends Grandparent implements IParent {} ^ Child.java:1: error: IGrandparent cannot be inherited with different arguments: <> and public class Child extends Parent {} ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Child.java:2: error: unexpected type abstract class Parent extends Grandparent implements IParent {} ^ required: class or interface without bounds found: ? Child.java:1: error: IGrandparent cannot be inherited with different arguments: and public class Child extends Parent {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: IX cannot be inherited with different arguments: and class SX extends TX implements IX {} ^ X.java:1: error: IX cannot be inherited with different arguments: and public class X extends SX implements IX {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Collection public abstract class X implements Collection, I { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:2: error: Collection cannot be inherited with different arguments: <> and public abstract class X implements Collection, I { ^ X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type Collection this.add(new Object()); ^ where E is a type-variable: E extends Object declared in interface Collection X.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type Collection this.add(null); ^ where E is a type-variable: E extends Object declared in interface Collection 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: warning: [unchecked] unchecked cast return (T) new X(); ^ required: T found: X where T is a type-variable: T extends X declared in class ATest 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: unexpected type (b ? x1 : x2).new Inner(); ^ required: class,package found: value 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0994 - 10 X.java [ public class X { public class Inner { Inner() { System.out.println("SUCCESS"); } } void foo(boolean b, X1 x1, X2 x2) { (b ? x1 : x2).new Inner(); } public static void main(String[] args) { new X().foo(true, new X1(), new X2()); } } class X1 extends X implements Comparable { public int compareTo(X1 other) { return 0; } } class X2 extends X implements Comparable { public int compareTo(X2 other) { return 0; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: incompatible types: inference variable U has incompatible equality constraints X,List final List> l2 = castList(l1, List.class); ^ where U is a type-variable: U extends Object declared in method castList(List,Class) X.java:22: warning: [rawtypes] found raw type: X List l3 = l2; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:22: error: incompatible types: List> cannot be converted to List List l3 = l2; ^ X.java:24: error: incompatible types: List> cannot be converted to List l3 = l4; ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: warning: [unchecked] unchecked cast return (T) new X(); ^ required: T found: X where T is a type-variable: T extends Outer declared in class ATest 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterator public static final Iterator chain(Iterator... it) { ^ where E,T are type-variables: E extends T declared in method chain(Iterator...) T extends Object declared in method chain(Iterator...) X.java:9: warning: [rawtypes] found raw type: Iterator Iterator it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() }); ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:9: warning: [unchecked] unchecked method invocation: method chain in class X is applied to given types Iterator it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() }); ^ required: Iterator[] found: Iterator[] where E,T are type-variables: E extends T declared in method chain(Iterator...) T extends Object declared in method chain(Iterator...) X.java:9: warning: [unchecked] unchecked conversion Iterator it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() }); ^ required: Iterator[] found: Iterator[] where E,T are type-variables: E extends T declared in method chain(Iterator...) T extends Object declared in method chain(Iterator...) X.java:9: warning: [unchecked] unchecked conversion Iterator it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() }); ^ required: Iterator found: Iterator X.java:14: error: method chain in class X cannot be applied to given types; Iterator it2 = X.chain(l1.iterator(), l2.iterator()); ^ required: Iterator[] found: Iterator,Iterator reason: inference variable E has incompatible equality constraints Float,Integer where E,T are type-variables: E extends T declared in method chain(Iterator...) T extends Object declared in method chain(Iterator...) X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator[] Iterator it2 = X.chain(l1.iterator(), l1.iterator()); ^ 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterator public static final Iterator chain(Iterator... it) { ^ where T is a type-variable: T extends Object declared in method chain(Iterator...) X.java:9: warning: [rawtypes] found raw type: Iterator Iterator it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() }); ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:9: warning: [unchecked] unchecked method invocation: method chain in class X is applied to given types Iterator it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() }); ^ required: Iterator[] found: Iterator[] where T is a type-variable: T extends Object declared in method chain(Iterator...) X.java:9: warning: [unchecked] unchecked conversion Iterator it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() }); ^ required: Iterator[] found: Iterator[] where T is a type-variable: T extends Object declared in method chain(Iterator...) X.java:9: warning: [unchecked] unchecked conversion Iterator it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() }); ^ required: Iterator found: Iterator X.java:14: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator[] Iterator it2 = X.chain(l1.iterator(), l2.iterator()); ^ X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator[] Iterator it2 = X.chain(l1.iterator(), l1.iterator()); ^ 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Base.java:3: error: type argument Foo is not within bounds of type-variable F class Foo>> { ^ where U,V,F,E are type-variables: U extends Base declared in class Foo V extends Bar> declared in class Foo F extends Foo> declared in class Bar E extends Base declared in class Bar Base.java:7: error: type argument Bar is not within bounds of type-variable V class Bar>> { ^ where E,F,V,U are type-variables: E extends Base declared in class Bar F extends Foo> declared in class Bar V extends Bar> declared in class Foo U extends Base declared in class Foo 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [unchecked] unchecked cast return (RT)(obj == NULL_REF ? null : obj); ^ required: RT found: Object where RT is a type-variable: RT extends Object declared in method unwrap(Object) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T1,T2 are type-variables: T1 extends Object declared in class X T2 extends Object declared in class X X.java:7: warning: [unchecked] unchecked cast return (RT)(obj == NULL_REF ? null : obj); ^ required: RT found: Object where RT is a type-variable: RT extends Object declared in method unwrap(Object) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- GenericsProblem.java:5: error: incompatible types: Class cannot be converted to Class Class cl = val.getClass(); ^ where T is a type-variable: T extends Object declared in method test(T) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Map void foo(Map map) { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:5: error: method bar in class X cannot be applied to given types; bar(map); ^ required: Map> found: Map reason: cannot infer type-variable(s) U,V (argument mismatch; Map cannot be converted to Map>) where U,V are type-variables: U extends Object declared in method bar(Map>) V extends Object declared in method bar(Map>) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Map void foo(Map map) { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:5: error: method bar in class X cannot be applied to given types; bar(map); ^ required: Map> found: Map reason: cannot infer type-variable(s) U,V (argument mismatch; Map cannot be converted to Map>) where U,V are type-variables: U extends Object declared in method bar(Map>) V extends Object declared in method bar(Map>) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: HashMap void foo(HashMap map, String s, Map map2) { ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap X.java:4: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types bar(map, s, map2); //1 ^ required: Map,U,Map found: HashMap,String,Map where U is a type-variable: U extends Object declared in method bar(Map,U,Map) X.java:4: warning: [unchecked] unchecked conversion bar(map, s, map2); //1 ^ required: Map found: HashMap where U is a type-variable: U extends Object declared in method bar(Map,U,Map) X.java:6: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types bar2(map, s, map2); //3 ^ required: Map,String,Map found: HashMap,String,Map X.java:6: warning: [unchecked] unchecked conversion bar2(map, s, map2); //3 ^ required: Map found: HashMap X.java:7: warning: [unchecked] unchecked method invocation: method bar3 in class X is applied to given types bar3(map, s, map2); //4 ^ required: Map,U,Map found: HashMap,String,Map where U is a type-variable: U extends Object declared in method bar3(Map,U,Map) X.java:7: warning: [unchecked] unchecked conversion bar3(map, s, map2); //4 ^ required: Map found: HashMap 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: L void foo(L l, C c) { ^ missing type arguments for generic class L where E is a type-variable: E extends Object declared in class L X.java:3: warning: [unchecked] unchecked method invocation: method bar1 in class X is applied to given types X x = bar1(l, c); ^ required: L,C found: L,C where T is a type-variable: T extends Object declared in method bar1(L,C) X.java:3: warning: [unchecked] unchecked conversion X x = bar1(l, c); ^ required: L found: L where T is a type-variable: T extends Object declared in method bar1(L,C) X.java:4: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types L lx = bar2(l, c); ^ required: L,C found: L,C where T is a type-variable: T extends Object declared in method bar2(L,C) X.java:4: warning: [unchecked] unchecked conversion L lx = bar2(l, c); ^ required: L found: L where T is a type-variable: T extends Object declared in method bar2(L,C) X.java:4: warning: [unchecked] unchecked conversion L lx = bar2(l, c); ^ required: L found: L X.java:5: warning: [unchecked] unchecked method invocation: method bar3 in class X is applied to given types C cx = bar3(l, c); ^ required: L,C found: L,C where T is a type-variable: T extends Object declared in method bar3(L,C) X.java:5: warning: [unchecked] unchecked conversion C cx = bar3(l, c); ^ required: L found: L where T is a type-variable: T extends Object declared in method bar3(L,C) X.java:5: warning: [unchecked] unchecked conversion C cx = bar3(l, c); ^ required: C found: C X.java:14: error: cannot find symbol return zork; ^ symbol: variable zork location: class X 1 error 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol System.out.println(zork); ^ symbol: variable zork location: class X X.java:14: warning: [rawtypes] found raw type: List void foo(List l1, List l2) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:15: warning: [unchecked] unchecked method invocation: method bar1 in class X is applied to given types X x = bar1(l1, l2); ^ required: List,List found: List,List where T is a type-variable: T extends Object declared in method bar1(List,List) X.java:15: warning: [unchecked] unchecked conversion X x = bar1(l1, l2); ^ required: List found: List where T is a type-variable: T extends Object declared in method bar1(List,List) X.java:17: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types List lx = bar2(l1, l2); ^ required: List,List found: List,List where T is a type-variable: T extends Object declared in method bar2(List,List) X.java:17: warning: [unchecked] unchecked conversion List lx = bar2(l1, l2); ^ required: List found: List where T is a type-variable: T extends Object declared in method bar2(List,List) X.java:17: warning: [unchecked] unchecked conversion List lx = bar2(l1, l2); ^ required: List found: List 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: List void foo1(List l, List ls) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types Set> mss1 = bar(l, ls).entrySet(); ^ required: List,List found: List,List where U,V are type-variables: U extends Object declared in method bar(List,List) V extends Object declared in method bar(List,List) X.java:5: warning: [unchecked] unchecked conversion Set> mss1 = bar(l, ls).entrySet(); ^ required: List found: List where U,V are type-variables: U extends Object declared in method bar(List,List) V extends Object declared in method bar(List,List) X.java:5: warning: [unchecked] unchecked conversion Set> mss1 = bar(l, ls).entrySet(); ^ required: Set> found: Set X.java:6: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types String s = bar(l, ls).entrySet(); ^ required: List,List found: List,List where U,V are type-variables: U extends Object declared in method bar(List,List) V extends Object declared in method bar(List,List) X.java:6: warning: [unchecked] unchecked conversion String s = bar(l, ls).entrySet(); ^ required: List found: List where U,V are type-variables: U extends Object declared in method bar(List,List) V extends Object declared in method bar(List,List) X.java:6: error: incompatible types: Set cannot be converted to String String s = bar(l, ls).entrySet(); ^ 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: List List ls1 = bar(null); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: error: incompatible types: no instance(s) of type variable(s) U exist so that List conforms to String String s = bar(null); ^ where U is a type-variable: U extends Object declared in method bar(List) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SortedList.java:3: warning: [rawtypes] found raw type: Comparable public class SortedList extends LinkedList ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable SortedList.java:6: error: no suitable method found for binarySearch(SortedList,E) int index = Collections.binarySearch(this,e); ^ method Collections.binarySearch(List>,T#1) is not applicable (cannot infer type-variable(s) T#1 (argument mismatch; SortedList cannot be converted to List>)) method Collections.binarySearch(List,T#2,Comparator) is not applicable (cannot infer type-variable(s) T#2 (actual and formal argument lists differ in length)) where E,T#1,T#2 are type-variables: E extends Comparable declared in class SortedList T#1 extends Object declared in method binarySearch(List>,T#1) T#2 extends Object declared in method binarySearch(List,T#2,Comparator) SortedList.java:3: warning: [serial] serializable class SortedList has no definition of serialVersionUID public class SortedList extends LinkedList ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: method deepToString in class X cannot be applied to given types; System.out.println(deepToString(d1)); ^ required: T[] found: double[] reason: inference variable T has incompatible bounds equality constraints: double upper bounds: Object where T is a type-variable: T extends Object declared in method deepToString(T[]) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Exception cannot be converted to CAP#1 l1.add(l2.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Exception from capture of ? extends Exception Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/SomeClass2.java:3: error: cyclic inheritance involving SomeClass2 public abstract class SomeClass2 extends M { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: incompatible types: Class cannot be converted to Class Class clazz = input.getClass(); ^ where T is a type-variable: T extends Object declared in method testWithGeneric(T) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: Entry cannot be converted to Entry for (Map.Entry entry : props.entrySet()) { ^ X.java:11: error: incompatible types: Properties cannot be converted to Map for (Map.Entry entry : ((Map) props).entrySet()) { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- GenericBaseClass.java:9: warning: [rawtypes] found raw type: GenericBaseClass class ASubGenericClass extends GenericBaseClass { ^ missing type arguments for generic class GenericBaseClass where P,C are type-variables: P extends Object declared in class GenericBaseClass C extends Object declared in class GenericBaseClass GenericBaseClass.java:9: warning: [rawtypes] found raw type: GenericBaseClass class ASubGenericClass extends GenericBaseClass { ^ missing type arguments for generic class GenericBaseClass where P,C are type-variables: P extends Object declared in class GenericBaseClass C extends Object declared in class GenericBaseClass GenericBaseClass.java:12: warning: [rawtypes] found raw type: GenericBaseClass GenericBaseClass hey = this; ^ missing type arguments for generic class GenericBaseClass where P,C are type-variables: P extends Object declared in class GenericBaseClass C extends Object declared in class GenericBaseClass GenericBaseClass.java:12: warning: [rawtypes] found raw type: GenericBaseClass GenericBaseClass hey = this; ^ missing type arguments for generic class GenericBaseClass where P,C are type-variables: P extends Object declared in class GenericBaseClass C extends Object declared in class GenericBaseClass 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:24: error: incompatible types: Object cannot be converted to Comparable Comparable o = new Object(); // 4 ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] unchecked cast return (T) new ObjectInputStream(in).readObject(); ^ required: T found: Object where T is a type-variable: T extends Object declared in method test(String) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:8: warning: [unchecked] unchecked cast return (T) new ObjectInputStream(in).readObject(); ^ required: T found: Object where T is a type-variable: T extends Object declared in method test(String) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:3: warning: [rawtypes] found raw type: X X x = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:4: warning: [unchecked] unchecked call to bar1(Class...) as a member of the raw type X x.bar1(Integer.TYPE); ^ X.java:6: error: method bar2 in class X cannot be applied to given types; x.bar2(""); ^ required: Class[] found: String reason: varargs mismatch; String cannot be converted to Class where T is a type-variable: T extends Object declared in class X X.java:9: warning: [rawtypes] found raw type: Class void bar2(Class... classes) {} ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ChainedClosure.java:12: warning: [rawtypes] found raw type: Closure Closure[] closures = new Closure[] { closure1, closure2 }; ^ missing type arguments for generic class Closure where I is a type-variable: I extends Object declared in interface Closure ChainedClosure.java:33: error: incompatible types: inference variable I has incompatible bounds return ChainedClosure.getInstance(closure1, closure2); ^ equality constraints: String upper bounds: CAP#1,CAP#2,Object where I,J are type-variables: I extends Object declared in method getInstance(Closure,Closure) J extends Object declared in method chainedClosure3(Closure,Closure) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: J from capture of ? super J CAP#2 extends Object super: J from capture of ? super J 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol List list; ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X X.java:3: error: cannot find symbol List list; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:4: error: cannot find symbol Map.Entry,List> entry; ^ symbol: class Map location: class X where T is a type-variable: T extends String declared in class X X.java:4: error: cannot find symbol Map.Entry,List> entry; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:4: error: cannot find symbol Map.Entry,List> entry; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:4: error: cannot find symbol Map.Entry,List> entry; ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X X.java:4: error: cannot find symbol Map.Entry,List> entry; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:4: error: cannot find symbol Map.Entry,List> entry; ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X X.java:4: error: cannot find symbol Map.Entry,List> entry; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:5: error: package jaavaa.util does not exist jaavaa.util.Map.Entry,List> entry2; ^ X.java:5: error: cannot find symbol jaavaa.util.Map.Entry,List> entry2; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:5: error: cannot find symbol jaavaa.util.Map.Entry,List> entry2; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:5: error: cannot find symbol jaavaa.util.Map.Entry,List> entry2; ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X X.java:5: error: cannot find symbol jaavaa.util.Map.Entry,List> entry2; ^ symbol: class Zork location: class X where T is a type-variable: Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt T extends String declared in class X X.java:5: error: cannot find symbol jaavaa.util.Map.Entry,List> entry2; ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X X.java:5: error: cannot find symbol jaavaa.util.Map.Entry,List> entry2; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:7: error: package p.q.Map does not exist p.q.Map.Entry entry3; ^ X.java:9: error: type String does not take parameters String.Y y; // wrong ^ X.java:9: error: cannot find symbol String.Y y; // wrong ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X X.java:10: error: cannot find symbol X.Y y1; // wrong ^ symbol: class Y location: class X X.java:10: error: cannot find symbol X.Y y1; // wrong ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X X.java:11: error: cannot find symbol X.Y y2; ^ symbol: class Y location: class X X.java:11: error: cannot find symbol X.Y y2; ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X 23 errors --- javac err: --- X.java:3: error: cannot find symbol List list; ^ symbol: class List location: class X where T is a type-variable: T extends String declared in class X X.java:3: error: cannot find symbol List list; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X X.java:4: error: package Map does not exist Map.Entry entry; ^ X.java:4: error: cannot find symbol Map.Entry entry; ^ symbol: class Zork location: class X where T is a type-variable: T extends String declared in class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: warning: [static] static variable should be qualified by type name, Value, instead of by an expression String i = CONST.NAME; // keep for possible ^ X.java:22: warning: [static] static variable should be qualified by type name, Value, instead of by an expression String j = param.NAME; // may optimize out ^ X.java:23: warning: [static] static variable should be qualified by type name, Value, instead of by an expression String k = LOCAL_STATIC.NAME; // may optimize out ^ X.java:24: warning: [static] static variable should be qualified by type name, Value, instead of by an expression String l = local_field.NAME; // may optimize out ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: warning: [static] static variable should be qualified by type name, I, instead of by an expression String i = this.CONST.NAME; // keep for possible ^ X.java:21: warning: [static] static variable should be qualified by type name, Value, instead of by an expression String i = this.CONST.NAME; // keep for possible ^ X.java:22: warning: [static] static variable should be qualified by type name, B, instead of by an expression String k = this.LOCAL_STATIC.NAME; // may optimize out ^ X.java:22: warning: [static] static variable should be qualified by type name, Value, instead of by an expression String k = this.LOCAL_STATIC.NAME; // may optimize out ^ X.java:23: warning: [static] static variable should be qualified by type name, Value, instead of by an expression String l = this.local_field.NAME; // may optimize out ^ 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X p/X.java:5: warning: [rawtypes] found raw type: X X rawx = null; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X p/X.java:6: warning: [rawtypes] found raw type: X X[] rawxs = { rawx }; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X p/X.java:10: warning: [rawtypes] found raw type: X p.X rawx = null; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X p/X.java:11: warning: [rawtypes] found raw type: X p.X[] rawxs = { rawx }; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: Class cannot be converted to Class Class c = x.getClass(); ^ where T is a type-variable: T extends Object declared in method foo(T) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: type argument ? extends S is not within bounds of type-variable S void test(A a) { ^ where S,T are type-variables: S extends T declared in class A T extends Number declared in class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: type argument ? extends S is not within bounds of type-variable S X x; ^ where S,T are type-variables: S extends T declared in class X T extends Number declared in class X 1 error org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1045 - 10 ---------------------------------------- X.java [ class X { X x; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast data = (E[]) new Object[100]; ^ required: E[] found: Object[] where E is a type-variable: E extends Object declared in class Container 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Class Class clazz= X.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:11: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Class Bar bar= clazz.getAnnotation(Bar.class); ^ where A is a type-variable: A extends Annotation declared in method getAnnotation(Class) X.java:11: error: incompatible types: Annotation cannot be converted to Bar Bar bar= clazz.getAnnotation(Bar.class); ^ X.java:12: warning: [unchecked] unchecked call to getMethod(String,Class...) as a member of the raw type Class Method method= clazz.getMethod("bar"); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] unchecked call to compareTo(T) as a member of the raw type Comparable System.out.println(((Comparable) obj).compareTo(((Map.Entry) obj).getValue())); ^ where T is a type-variable: T extends Object declared in interface Comparable X.java:16: warning: [rawtypes] found raw type: GenericType new GenericType().doSomething("a1"); ^ missing type arguments for generic class GenericType where E is a type-variable: E extends Object,Comparable,Entry declared in class GenericType X.java:16: warning: [unchecked] unchecked call to doSomething(E) as a member of the raw type GenericType new GenericType().doSomething("a1"); ^ where E is a type-variable: E extends Object,Comparable,Entry declared in class GenericType 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:8: error: incompatible types: inference variable S has incompatible bounds Number b = test(a); ^ equality constraints: CAP#1 upper bounds: Number,Object where S is a type-variable: S extends Object declared in method test(A) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: X cannot be converted to Set Set element1 = iterator.next(); ^ X.java:10: warning: [unchecked] unchecked cast Set element2 = (Set) iterator.next(); // warning ^ required: Set found: X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: Cloneable cannot be converted to Set Set element1 = iterator.next(); ^ X.java:10: warning: [unchecked] unchecked cast Set element2 = (Set) iterator.next(); // warning ^ required: Set found: Cloneable 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: X cannot be converted to HashSet HashSet element1 = iterator.next(); ^ X.java:9: error: incompatible types: X cannot be converted to HashSet HashSet element2 = (HashSet) iterator.next(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: List List l = new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [rawtypes] found raw type: ArrayList List l = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type List l.add("zork"); ^ where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [unchecked] unchecked conversion List la = l; ^ required: List found: List X.java:8: warning: [unchecked] unchecked conversion List lb = l; ^ required: List found: List 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: > expected List x = null; ^ X.java:3: error: expected List x = null; ^ X.java:3: error: expected List x = null; ^ X.java:4: error: expected void[] y; ^ X.java:4: error: expected void[] y; ^ X.java:5: error: expected void[] foo(void[] arg) { ^ X.java:5: error: invalid method declaration; return type required void[] foo(void[] arg) { ^ X.java:5: error: expected void[] foo(void[] arg) { ^ X.java:5: error: ',', ')', or '[' expected void[] foo(void[] arg) { ^ X.java:6: error: illegal start of expression void[] local; ^ X.java:6: error: ';' expected void[] local; ^ X.java:6: error: not a statement void[] local; ^ 12 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: > expected List x = null; ^ X.java:3: error: expected List x = null; ^ X.java:3: error: expected List x = null; ^ X.java:4: error: expected void[] y; ^ X.java:4: error: expected void[] y; ^ X.java:5: error: expected void[] foo(void[] arg) { ^ X.java:5: error: invalid method declaration; return type required void[] foo(void[] arg) { ^ X.java:5: error: expected void[] foo(void[] arg) { ^ X.java:5: error: ',', ')', or '[' expected void[] foo(void[] arg) { ^ X.java:6: error: illegal start of expression void[] local; ^ X.java:6: error: ';' expected void[] local; ^ X.java:6: error: not a statement void[] local; ^ X.java:7: error: illegal start of expression Class c = void[].class; ^ X.java:7: error: ';' expected Class c = void[].class; ^ X.java:7: error: expected Class c = void[].class; ^ X.java:9: error: reached end of file while parsing } ^ 16 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: > expected List x = null; ^ X.java:3: error: expected List x = null; ^ X.java:3: error: expected List x = null; ^ X.java:4: error: expected void[] y; ^ X.java:4: error: expected void[] y; ^ X.java:5: error: expected void[] foo(void[] arg) { ^ X.java:5: error: invalid method declaration; return type required void[] foo(void[] arg) { ^ X.java:5: error: expected void[] foo(void[] arg) { ^ X.java:5: error: ',', ')', or '[' expected void[] foo(void[] arg) { ^ X.java:7: error: illegal start of expression void[] local; ^ X.java:7: error: ';' expected void[] local; ^ X.java:7: error: not a statement void[] local; ^ X.java:8: error: illegal start of expression Class c = void[].class; ^ X.java:8: error: ';' expected Class c = void[].class; ^ X.java:8: error: expected Class c = void[].class; ^ X.java:9: error: expected } catch(void[] e) { ^ X.java:9: error: ')' expected } catch(void[] e) { ^ X.java:9: error: not a statement } catch(void[] e) { ^ X.java:9: error: ';' expected } catch(void[] e) { ^ X.java:9: error: 'catch' without 'try' } catch(void[] e) { ^ X.java:6: error: 'try' without 'catch', 'finally' or resource declarations try { ^ X.java:12: error: reached end of file while parsing } ^ 22 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: > expected List x = null; ^ X.java:3: error: expected List x = null; ^ X.java:3: error: expected List x = null; ^ X.java:4: error: expected void[] y; ^ X.java:4: error: expected void[] y; ^ X.java:5: error: expected void[] foo(void[] arg) { ^ X.java:5: error: invalid method declaration; return type required void[] foo(void[] arg) { ^ X.java:5: error: expected void[] foo(void[] arg) { ^ X.java:5: error: ',', ')', or '[' expected void[] foo(void[] arg) { ^ X.java:7: error: illegal start of expression void[] local = new void[0]; ^ X.java:7: error: ';' expected void[] local = new void[0]; ^ X.java:7: error: expected void[] local = new void[0]; ^ X.java:7: error: '(' or '[' expected void[] local = new void[0]; ^ X.java:7: error: ';' expected void[] local = new void[0]; ^ X.java:8: error: illegal start of expression void[] local1 = new void[]{ null, null }; ^ X.java:8: error: ';' expected void[] local1 = new void[]{ null, null }; ^ X.java:8: error: expected void[] local1 = new void[]{ null, null }; ^ X.java:8: error: '(' or '[' expected void[] local1 = new void[]{ null, null }; ^ X.java:8: error: ';' expected void[] local1 = new void[]{ null, null }; ^ X.java:8: error: not a statement void[] local1 = new void[]{ null, null }; ^ X.java:8: error: ';' expected void[] local1 = new void[]{ null, null }; ^ X.java:9: error: illegal start of expression void[] local2 = { null, null }; ^ X.java:9: error: ';' expected void[] local2 = { null, null }; ^ X.java:9: error: illegal start of expression void[] local2 = { null, null }; ^ X.java:9: error: not a statement void[] local2 = { null, null }; ^ X.java:9: error: ';' expected void[] local2 = { null, null }; ^ X.java:10: error: ')' expected System.out.println((void[]) null); ^ X.java:10: error: illegal start of expression System.out.println((void[]) null); ^ X.java:10: error: ';' expected Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt System.out.println((void[]) null); ^ X.java:11: error: illegal start of expression Class c = void[].class; ^ X.java:11: error: ';' expected Class c = void[].class; ^ X.java:11: error: expected Class c = void[].class; ^ X.java:12: error: expected } catch(void[] e) { ^ X.java:12: error: ')' expected } catch(void[] e) { ^ X.java:12: error: not a statement } catch(void[] e) { ^ X.java:12: error: ';' expected } catch(void[] e) { ^ X.java:12: error: 'catch' without 'try' } catch(void[] e) { ^ X.java:6: error: 'try' without 'catch', 'finally' or resource declarations try { ^ X.java:15: error: reached end of file while parsing } ^ 39 errors --- javac err: --- Y.java:1: warning: [rawtypes] found raw type: X public class Y extends X {} ^ missing type arguments for generic class X where T is a type-variable: T extends X.J declared in class X 1 warning --- javac err: --- Y.java:1: warning: [rawtypes] found raw type: X public class Y extends X {} ^ missing type arguments for generic class X where T is a type-variable: T extends X.J declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: List List list = (List)object;//[1] ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:14: warning: [unchecked] unchecked cast foo((List)object);//[4]unchecked cast ^ required: List found: Object X.java:19: warning: [unchecked] unchecked cast foo((Map)object);//[8]unchecked cast ^ required: Map found: Object X.java:20: warning: [unchecked] unchecked cast foo((Map)object);//[9]unchecked cast ^ required: Map found: Object X.java:21: warning: [unchecked] unchecked cast foo((Map)object);//[10]unchecked cast ^ required: Map found: Object X.java:22: warning: [unchecked] unchecked cast foo((Map)object);//[11]unchecked cast ^ required: Map found: Object X.java:24: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast return (AX) o; ^ required: AX found: Object X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where E is a type-variable: E extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where E is a type-variable: E extends Object declared in class X X.java:3: warning: [unchecked] unchecked cast return (CX) x; // unchecked ^ required: CX found: X where E is a type-variable: E extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: X cannot be converted to BX return (BX) x; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where E is a type-variable: E extends Object declared in class X X.java:3: warning: [unchecked] unchecked cast return (CX) x; // unchecked ^ required: CX found: X where E is a type-variable: E extends Object declared in class X X.java:8: warning: [rawtypes] found raw type: AX class CX extends AX {} ^ missing type arguments for generic class AX where F is a type-variable: F extends Object declared in class AX 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [unchecked] unchecked cast java.util.List b = (LinkedList) a; // unchecked ^ required: LinkedList found: List where CAP#1 is a fresh type-variable: CAP#1 extends Serializable from capture of ? extends Serializable X.java:14: warning: [unchecked] unchecked cast java.util.List c = (LinkedList) a; // unchecked ^ required: LinkedList found: List where CAP#1 is a fresh type-variable: CAP#1 extends Serializable from capture of ? extends Serializable X.java:15: error: incompatible types: List cannot be converted to LinkedList java.util.List d = (LinkedList) a; // inconvertible / unchecked ? ^ where CAP#1 is a fresh type-variable: CAP#1 extends Serializable from capture of ? extends Serializable X.java:18: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Y Z l2 = (Z) l1; ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y X.java:8: warning: [rawtypes] found raw type: Y Z l2 = (Z) l1; ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y X.java:8: error: incompatible types: Z> cannot be converted to Z Z l2 = (Z) l1; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:2: error: self-reference in initializer Z z1 = z1; ^ Y.java:3: error: self-reference in initializer Z[] z2 = z2; ^ Y.java:6: error: illegal forward reference E e0 = es[0]; ^ Y.java:7: error: self-reference in initializer E e = e; ^ Y.java:8: error: self-reference in initializer E[] es = es; ^ Y.java:9: error: self-reference in initializer E e2 = e2.e; ^ Y.java:9: error: cannot find symbol E e2 = e2.e; ^ symbol: variable e location: variable e2 of type E where E is a type-variable: E extends Object declared in class Y 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol b.foo(); // unbound (Bar is member type) ^ symbol: method foo() location: variable b of type X.Bar where Bar is a type-variable: Bar extends IFoo declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where M is a type-variable: M extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: self-reference in initializer T t = t; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] unchecked cast Map.Entry aa = (Map.Entry)a; ^ required: Entry found: Object X.java:10: warning: [unchecked] unchecked cast Map.Entry aa = (Map.Entry)a; ^ required: Entry found: Number X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Class_01.java:1: warning: [rawtypes] found raw type: Class_01 public interface Class_01> extends ^ missing type arguments for generic class Class_01 where H is a type-variable: H extends Class_02 declared in interface Class_01 Class_09.java:1: warning: [rawtypes] found raw type: Class_09 public interface Class_09> extends ^ missing type arguments for generic class Class_09 where H is a type-variable: H extends Class_10 declared in interface Class_09 Class_02.java:1: warning: [rawtypes] found raw type: Class_02 public interface Class_02> extends ^ missing type arguments for generic class Class_02 where E is a type-variable: E extends Class_01 declared in interface Class_02 Class_10.java:1: warning: [rawtypes] found raw type: Class_10 public interface Class_10> extends ^ missing type arguments for generic class Class_10 where E is a type-variable: E extends Class_09 declared in interface Class_10 Class_08.java:1: warning: [rawtypes] found raw type: Class_07 public abstract class Class_08, H extends Class_10, P extends Class_06> ^ missing type arguments for generic class Class_07

where P is a type-variable: P extends Class_06 declared in interface Class_07 Class_03.java:1: warning: [rawtypes] found raw type: Class_07 public abstract class Class_03, H extends Class_02, P extends Class_06> ^ missing type arguments for generic class Class_07

where P is a type-variable: P extends Class_06 declared in interface Class_07 Class_06.java:1: warning: [rawtypes] found raw type: Class_06 public interface Class_06> extends ^ missing type arguments for generic class Class_06 where H is a type-variable: H extends Class_07 declared in interface Class_06 Class_07.java:1: warning: [rawtypes] found raw type: Class_07 public interface Class_07

> extends ^ missing type arguments for generic class Class_07

where P is a type-variable: P extends Class_06 declared in interface Class_07 8 warnings --- javac err: --- Class_01.java:1: warning: [rawtypes] found raw type: Class_01 public interface Class_01> extends ^ missing type arguments for generic class Class_01 where H is a type-variable: H extends Class_02 declared in interface Class_01 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [rawtypes] found raw type: X X x2 = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:12: warning: [unchecked] unchecked call to bar(T) as a member of the raw type X System.out.println(x2.foo().bar("OK")); ^ where T is a type-variable: T extends Object declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Constructor public String getAnnotationValue(Constructor constructor){ ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor X.java:11: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Constructor Annot annotation = constructor.getAnnotation(Annot.class); ^ where T is a type-variable: T extends Annotation declared in method getAnnotation(Class) X.java:11: error: incompatible types: Annotation cannot be converted to Annot Annot annotation = constructor.getAnnotation(Annot.class); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol class Y extends Zork {} ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: warning: [unchecked] Possible heap pollution from parameterized vararg type V public List newList(V... values) { ^ where V,U are type-variables: V extends U declared in method newList(V...) U extends Object declared in method newList(V...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Y class Z extends Y { ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y X.java:8: error: name clash: foo(X) in Z and foo(X) in Y have the same erasure, yet neither overrides the other public void foo(final X x) { ^ X.java:9: warning: [unchecked] unchecked call to foo(X) as a member of the raw type Y super.foo(x); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: illegal start of type list.add(X.create("", "")); ^ X.java:15: error: illegal start of expression list.add(X.create("", "")); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: illegal start of type new X(null); ^ X.java:11: error: illegal start of expression new X(null); ^ X.java:11: error: : expected new X(null); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of type this(null); ^ X.java:5: error: illegal start of expression this(null); ^ X.java:5: error: : expected this(null); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: illegal start of type new X(null).new A(null); ^ X.java:9: error: illegal start of expression new X(null).new A(null); ^ X.java:9: error: : expected new X(null).new A(null); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of type Class foo = Class.forName(Integer.class.getName()); ^ X.java:3: error: illegal start of expression Class foo = Class.forName(Integer.class.getName()); ^ X.java:3: error: not a statement Class foo = Class.forName(Integer.class.getName()); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: a generic class may not extend java.lang.Throwable public class Y extends Exception { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: HashMap private void processLocks(HashMap locksMap, Object key) { ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap X.java:9: warning: [rawtypes] found raw type: Iterator for (Iterator iter = locksMap.keySet().iterator(); iter.hasNext();) { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:11: warning: [rawtypes] found raw type: List List locks = externLocks((Collection) locksMap.get(call), call); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:15: warning: [rawtypes] found raw type: Collection private List externLocks(Collection locks, Object call) { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:15: warning: [rawtypes] found raw type: List private List externLocks(Collection locks, Object call) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:16: warning: [rawtypes] found raw type: List List result = new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:16: warning: [rawtypes] found raw type: ArrayList List result = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast return (T) o; // should get unchecked warning ^ required: T found: Object where T is a type-variable: T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: A A ua = a; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:9: warning: [unchecked] unchecked assignment to variable foo as member of raw type A ua.foo = new Object(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: A A ua = this; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A ua.foo = new Object(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: A A ua = this; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A ua.foo = new Object(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: A A ua = a; ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:10: warning: [unchecked] unchecked assignment to variable foo as member of raw type A ua.foo = new Object(); ^ X.java:12: warning: [static] static variable should be qualified by type name, X, instead of by an expression X s = a.foo.ROOT; ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [static] static variable should be qualified by type name, I, instead of by an expression return c.CONST; ^ X.java:20: warning: [rawtypes] found raw type: Z Z rawz = z; ^ missing type arguments for generic class Z where T is a type-variable: T extends Serializable,I declared in class Z X.java:21: warning: [unchecked] unchecked assignment to variable c as member of raw type Z rawz.c = new Serializable(){}; ^ X.java:17: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements Serializable, I { ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [static] static variable should be qualified by type name, I, instead of by an expression Value v1 = this.CONST; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method foo in class X cannot be applied to given types; foo(cls); ^ required: Class found: Class reason: inference variable T has incompatible bounds equality constraints: CAP#1 upper bounds: List where T,I are type-variables: T extends List declared in method foo(Class) I extends Object declared in method foo(Class) where CAP#1 is a fresh type-variable: CAP#1 extends List from capture of ? extends List 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: type argument OnlyRunnable is not within bounds of type-variable T X x1 = null; // error ^ where T is a type-variable: T extends Comparable,Runnable declared in class X X.java:8: error: type argument OnlyComparable is not within bounds of type-variable T X x2 = null; // error ^ where T is a type-variable: T extends Comparable,Runnable declared in class X X.java:10: error: type argument ComparableRunnableThrowable is not within bounds of type-variable T X x4 = null; // ok ^ where T is a type-variable: T extends Comparable,Runnable declared in class X X.java:17: error: incompatible types: X cannot be converted to X foo2(x1); // error ^ X.java:18: error: incompatible types: X cannot be converted to X foo2(x2); // error ^ X.java:19: error: incompatible types: X cannot be converted to X foo2(x3); // error ^ X.java:26: error: incompatible types: INT#1 cannot be converted to CAP#2 x.get().compareTo(x.get()); // error ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends INT#1 from capture of ? CAP#2 extends INT#2 from capture of ? where INT#1,INT#2 are intersection types: INT#1 extends Object,Comparable,Runnable INT#2 extends Object,Comparable,Runnable X.java:31: error: incompatible types: INT#1 cannot be converted to CAP#2 x.get().compareTo(x.get()); // error ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends INT#1 from capture of ? extends Throwable CAP#2 extends INT#2 from capture of ? extends Throwable where INT#1,INT#2 are intersection types: INT#1 extends Throwable,Comparable,Runnable INT#2 extends Throwable,Comparable,Runnable Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only, which has to be the first parameter Zork.this.this(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot select from a type variable System.out.println(T[].class); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot select from a type variable System.out.println(T[].class); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: > expected Class c6 = void[].class; ^ X.java:8: error: ';' expected Class c6 = void[].class; ^ X.java:8: error: illegal start of expression Class c6 = void[].class; ^ X.java:8: error: ';' expected Class c6 = void[].class; ^ X.java:8: error: expected Class c6 = void[].class; ^ X.java:10: error: reached end of file while parsing } ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [rawtypes] found raw type: X public static class InnerClassThatShowsBug extends X { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:15: warning: [unchecked] unchecked call to X(T) as a member of the raw type X super(null); ^ where T is a type-variable: T extends Object declared in class X X.java:19: error: incompatible types: Object cannot be converted to Entry for (Map.Entry entry : myMap().entrySet()) { ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class C where T is a type-variable: T extends Object declared in class C X.java:15: warning: [rawtypes] found raw type: C static C.B c = new C().new B(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:18: warning: [rawtypes] found raw type: C C.B temp = new C().new B(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:25: warning: [rawtypes] found raw type: C return new C().new B(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: improperly formed type, type arguments given on a raw type static C.B c = new C().new B(); ^ X.java:14: warning: [rawtypes] found raw type: C static C.B c = new C().new B(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:14: error: improperly formed type, type arguments given on a raw type static C.B c = new C().new B(); ^ X.java:17: error: improperly formed type, type arguments given on a raw type C.B temp = new C().new B(); ^ X.java:17: warning: [rawtypes] found raw type: C C.B temp = new C().new B(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:17: error: improperly formed type, type arguments given on a raw type C.B temp = new C().new B(); ^ X.java:23: error: improperly formed type, type arguments given on a raw type static C.B bar() { ^ X.java:24: warning: [rawtypes] found raw type: C return new C().new B(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:24: error: improperly formed type, type arguments given on a raw type return new C().new B(); ^ X.java:27: error: improperly formed type, type arguments given on a raw type static void foo(C.B arg) { ^ 7 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: A public class X extends A { ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:7: error: improperly formed type, type arguments given on a raw type new Member(); ^ X.java:8: error: improperly formed type, type arguments given on a raw type new X().new Member(); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: incompatible types: bad type in conditional expression String s = b ? arg1 : arg2; ^ IX cannot be converted to String X.java:18: error: incompatible types: bad type in conditional expression String s = b ? arg1 : arg2; ^ IX cannot be converted to String where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object X.java:21: error: incompatible types: bad type in conditional expression String s = b ? arg1 : arg2; ^ Arg1 cannot be converted to String X.java:21: error: incompatible types: bad type in conditional expression String s = b ? arg1 : arg2; ^ Arg2 cannot be converted to String 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: bad type in conditional expression String s = b ? l1.get(0) : l2.get(0); ^ CAP#1 cannot be converted to String where T is a type-variable: T extends Comparable,Serializable declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends T from capture of ? extends T X.java:8: error: incompatible types: bad type in conditional expression String s = b ? l1.get(0) : l2.get(0); ^ CAP#1 cannot be converted to String where T is a type-variable: T extends Comparable,Serializable declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends Comparable from capture of ? extends Comparable 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: bad type in conditional expression String s = b ? l1.get(0) : l2.get(0); ^ CAP#1 cannot be converted to String where V,T are type-variables: V extends T declared in method foo4(boolean,List,List>) T extends Comparable,Serializable declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends V from capture of ? extends V X.java:6: error: incompatible types: bad type in conditional expression String s = b ? l1.get(0) : l2.get(0); ^ CAP#1 cannot be converted to String where V,T are type-variables: V extends T declared in method foo4(boolean,List,List>) T extends Comparable,Serializable declared in class X where CAP#1 is a fresh type-variable: CAP#1 extends Comparable from capture of ? extends Comparable 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: X X myThing = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:7: error: incompatible types: Object cannot be converted to Integer Integer i = myThing.getList().get(0); // Type Mismatch error - Since ^ X.java:24: warning: [rawtypes] found raw type: X X myThing = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:25: warning: [unchecked] unchecked conversion List l = myThing.getList(); ^ required: List found: List 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: X void m(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:11: error: incompatible types: List cannot be converted to List List l1 = x.foo(); ^ X.java:12: warning: [unchecked] unchecked conversion List l2 = x.bar(); ^ required: List found: List 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: X void m(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:11: warning: [unchecked] unchecked conversion List l1 = x.foo(); ^ required: List found: List X.java:12: warning: [unchecked] unchecked conversion List l2 = x.bar(); ^ required: List found: List X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: Baz has private access in X public class X extends Foo { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: warning: [cast] redundant cast to Collection Collection result2 = (Collection)foo(); ^ X.java:22: error: incompatible types: no instance(s) of type variable(s) T exist so that Collection conforms to String String result3 = foo(); ^ where T is a type-variable: T extends Container declared in method foo() X.java:23: error: incompatible types: Collection cannot be converted to String String result4 = (String) foo(); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements java.io.Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:9: error: cyclic inheritance involving X public class X extends Super> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:9: error: cannot find symbol public class X extends Super> { ^ symbol: class Super p/X.java:2: error: cannot find symbol import static p.X.Super; ^ symbol: static Super location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:8: error: cyclic inheritance involving X public class X extends p.X.Super> { ^ p/X.java:8: warning: [static] static class should be qualified by type name, X, instead of by an expression public class X extends p.X.Super> { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: no instance(s) of type variable(s) E exist so that List conforms to int int i = asList(a, b); ^ where E is a type-variable: E extends Object declared in method asList(E,E) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Iterable> cannot be converted to Iterable> Iterable> itc2 = itc1; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Comparator Comparator a, ^ where T is a type-variable: T extends Object declared in method compound(Comparator,Comparator,Comparator...) X.java:7: error: incompatible types: no instance(s) of type variable(s) E exist so that List conforms to int int i = asList(a, b, rest); ^ where E is a type-variable: E extends Object declared in method asList(E,E,E...) X.java:8: error: incompatible types: no instance(s) of type variable(s) E exist so that List conforms to int int j = asList2(a, b); ^ where E is a type-variable: E extends Object declared in method asList2(E,E) X.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type E public static List asList(E a, E b, E... rest) { ^ where E is a type-variable: E extends Object declared in method asList(E,E,E...) 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Comparator cannot be converted to int int i = cx; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: X from capture of ? super X X.java:5: error: incompatible types: Comparator[] cannot be converted to int int j = cxs; ^ X.java:6: error: incompatible types: Comparator cannot be converted to int int k = cxs[0]; ^ X.java:7: error: incompatible types: no instance(s) of type variable(s) E exist so that List conforms to int int l = asList2(cxs[0], cxs[1]); ^ where E is a type-variable: E extends Object declared in method asList2(E,E) 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: improperly formed type, some parameters are missing Reference.Other.Deeply.Inside> u; ^ X.java:9: warning: [rawtypes] found raw type: X.Other.Deeply.Inside Reference.Other.Deeply.Inside> u; ^ missing type arguments for generic class X.Other.Deeply.Inside where V,U,T are type-variables: V extends Object declared in class X.Other.Deeply.Inside U extends Object declared in class X.Other T extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:9: warning: [rawtypes] found raw type: X Y(X someX) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X Y.java:10: warning: [unchecked] unchecked conversion this.x = someX.x; ^ required: Reference found: Reference Y.java:11: warning: [unchecked] unchecked conversion this. y = someX.y; ^ required: Reference found: Reference Y.java:12: warning: [unchecked] unchecked conversion this.z = someX.z; ^ required: Reference found: Reference Y.java:13: warning: [unchecked] unchecked conversion this.t = someX.t; ^ required: Reference.Other.Deeply> found: Reference Y.java:14: warning: [unchecked] unchecked conversion this.u = someX.u; ^ required: Reference.Other.Deeply.Inside> found: Reference 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: method func in class X cannot be applied to given types; func(XX.class); ^ required: Class> found: Class reason: cannot infer type-variable(s) A,B (argument mismatch; Class cannot be converted to Class>) where A,B are type-variables: A extends Object declared in method func(Class>) B extends Object declared in method func(Class>) X.java:6: error: incompatible types: Class cannot be converted to Class> Class> c = XX.class; ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: type argument ? super A is not within bounds of type-variable V D d1 = null; ^ where V,U are type-variables: V extends U declared in class D U extends A declared in class D X.java:11: error: type argument C is not within bounds of type-variable V D d3 = null; ^ where V,U are type-variables: V extends U declared in class D U extends A declared in class D 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: type argument V is not within bounds of type-variable U public class X> extends Z{ ^ where V,U are type-variables: V extends Z declared in class X U extends Y declared in class Z X.java:3: error: type argument V is not within bounds of type-variable U public class X> extends Z{ ^ where V,U are type-variables: V extends Z declared in class X U extends Y declared in class Z 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: variable mObj might not have been initialized Object o1 = mObj; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot assign a value to final variable mObj mObj = "1"; ^ X.java:8: error: cannot assign a value to final variable mObj Object o2 = mObj = "2"; ^ X.java:11: error: cannot assign a value to final variable mObj mObj = "3"; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: type argument ? super A is not within bounds of type-variable V D d1 = null; ^ where V,U are type-variables: V extends U declared in class D U extends A declared in class D X.java:11: error: type argument C is not within bounds of type-variable V D d3 = null; ^ where V,U are type-variables: V extends U declared in class D U extends A declared in class D 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: error: type argument ? extends B is not within bounds of type-variable F Bar(Foo bar) {} ^ where B,F are type-variables: B extends Object declared in class Foo.Bar F extends Enum declared in class Foo 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- example/Container.java:8: error: type argument ? extends T1 is not within bounds of type-variable U Container b, ^ where T1,U1,V1,T,U are type-variables: T1 extends Object declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) U1 extends T1 declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) V1 extends A declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) T extends Object declared in interface Container U extends T declared in interface Container example/Container.java:10: error: type argument ? extends U1 is not within bounds of type-variable U Container d, ^ where U1,T1,V1,T,U are type-variables: U1 extends T1 declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) T1 extends Object declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) V1 extends A declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) T extends Object declared in interface Container U extends T declared in interface Container example/Container.java:12: error: type argument A is not within bounds of type-variable V Container> f, ^ where T,V are type-variables: T extends Object declared in interface Container V extends A declared in interface Container example/Container.java:13: error: type argument A is not within bounds of type-variable V Container> g, ^ where U1,T1,V1,T,V are type-variables: U1 extends T1 declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) T1 extends Object declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) V1 extends A declared in method f(Container,Container,Container,Container,Container,Container>,Container>,Container>) T extends Object declared in interface Container V extends A declared in interface Container 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- example/Container2.java:8: error: type argument ? extends T1 is not within bounds of type-variable U Container2 b, ^ where T1,U1,V1,T,U are type-variables: T1 extends Object declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) U1 extends T1 declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) V1 extends A declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) T extends Object declared in interface Container2 U extends T declared in interface Container2 example/Container2.java:10: error: type argument ? extends U1 is not within bounds of type-variable U Container2 d, ^ where U1,T1,V1,T,U are type-variables: U1 extends T1 declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) T1 extends Object declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) V1 extends A declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) T extends Object declared in interface Container2 U extends T declared in interface Container2 example/Container2.java:12: error: type argument A is not within bounds of type-variable V Container2> f, ^ where T,V are type-variables: T extends Object declared in interface Container2 V extends A declared in interface Container2 example/Container2.java:14: error: type argument U1 is not within bounds of type-variable U Container2 h); ^ where U1,T1,V1,T,U are type-variables: U1 extends T1 declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) T1 extends Object declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) V1 extends A declared in method g(Container2,Container2,Container2,Container2,Container2,Container2>,Container2>,Container2) T extends Object declared in interface Container2 U extends T declared in interface Container2 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- example/Container3.java:8: error: type argument ? extends T1 is not within bounds of type-variable U Container3 b, ^ where T1,U1,V1,T,U are type-variables: T1 extends Object declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) U1 extends T1 declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) V1 extends A declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T extends Object declared in interface Container3 U extends T declared in interface Container3 example/Container3.java:10: error: type argument ? extends U1 is not within bounds of type-variable U Container3 d, ^ where U1,T1,V1,T,U are type-variables: U1 extends T1 declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T1 extends Object declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) V1 extends A declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T extends Object declared in interface Container3 U extends T declared in interface Container3 example/Container3.java:12: error: type argument A is not within bounds of type-variable V Container3> f, ^ where T,V are type-variables: T extends Object declared in interface Container3 V extends A declared in interface Container3 example/Container3.java:13: error: type argument A is not within bounds of type-variable V Container3> g, ^ where U1,T1,V1,T,V are type-variables: U1 extends T1 declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T1 extends Object declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) V1 extends A declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T extends Object declared in interface Container3 V extends A declared in interface Container3 example/Container3.java:14: error: type argument U1 is not within bounds of type-variable U Container3 h, ^ where U1,T1,V1,T,U are type-variables: U1 extends T1 declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T1 extends Object declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) V1 extends A declared in method g(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T extends Object declared in interface Container3 U extends T declared in interface Container3 example/Container3.java:15: error: type argument A is not within bounds of type-variable V Container3> i, ^ where T,V are type-variables: T extends Object declared in interface Container3 V extends A declared in interface Container3 example/Container3.java:16: error: type argument A is not within bounds of type-variable V Container3 j); ^ where V,T are type-variables: V extends A declared in interface Container3 T extends Object declared in interface Container3 example/Container3.java:16: warning: [rawtypes] found raw type: A Container3 j); ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in class A Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt example/Container3.java:20: error: type argument ? extends T1 is not within bounds of type-variable U Container3 b, ^ where T1,U1,V1,T,U are type-variables: T1 extends Object declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) U1 extends T1 declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) V1 extends B declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T extends Object declared in interface Container3 U extends T declared in interface Container3 example/Container3.java:22: error: type argument ? extends U1 is not within bounds of type-variable U Container3 d, ^ where U1,T1,V1,T,U are type-variables: U1 extends T1 declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T1 extends Object declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) V1 extends B declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T extends Object declared in interface Container3 U extends T declared in interface Container3 example/Container3.java:24: error: type argument B is not within bounds of type-variable V Container3> f, ^ where T,V are type-variables: T extends Object declared in interface Container3 V extends A declared in interface Container3 example/Container3.java:25: error: type argument B is not within bounds of type-variable V Container3> g, ^ where U1,T1,V1,T,V are type-variables: U1 extends T1 declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T1 extends Object declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) V1 extends B declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T extends Object declared in interface Container3 V extends A declared in interface Container3 example/Container3.java:26: error: type argument U1 is not within bounds of type-variable U Container3 h, ^ where U1,T1,V1,T,U are type-variables: U1 extends T1 declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T1 extends Object declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) V1 extends B declared in method h(Container3,Container3,Container3,Container3,Container3,Container3>,Container3>,Container3,Container3>,Container3) T extends Object declared in interface Container3 U extends T declared in interface Container3 example/Container3.java:27: error: type argument B is not within bounds of type-variable V Container3> i, ^ where T,V are type-variables: T extends Object declared in interface Container3 V extends A declared in interface Container3 example/Container3.java:28: error: type argument B is not within bounds of type-variable V Container3 j); ^ where V,T are type-variables: V extends A declared in interface Container3 T extends Object declared in interface Container3 example/Container3.java:28: warning: [rawtypes] found raw type: B Container3 j); ^ missing type arguments for generic class B where E is a type-variable: E extends Object declared in class B 14 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: String cannot be converted to CAP#1 (b ? xs : xn).field = xs.field; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Serializable from capture of ? extends Serializable 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Integer cannot be converted to CAP#1 (b ? x1 : x2).field = x1.field; ^ where CAP#1 is a fresh type-variable: CAP#1 extends INT#1 from capture of ? extends INT#1 where INT#1,INT#2 are intersection types: INT#1 extends Number,Comparable INT#2 extends Number,Comparable 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: CAP#1 cannot be converted to CAP#2 (b ? x1 : x2).field = (b ? x1 : x2).field; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends INT#1 from capture of ? extends INT#1 CAP#2 extends INT#3 from capture of ? extends INT#3 where INT#1,INT#2,INT#3,INT#4 are intersection types: INT#1 extends Number,Comparable INT#2 extends Number,Comparable INT#3 extends Number,Comparable INT#4 extends Number,Comparable 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: C cannot be converted to CAP#1 (b ? x1 : x2).field = new C(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends C from capture of ? extends C 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: unexpected type public class X {} ^ required: class found: type parameter V where V is a type-variable: V extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: a type variable may not be followed by other bounds public static , R extends S & T> R max1(T arg1, S arg2) { ^ X.java:3: warning: [unchecked] unchecked cast return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2); ^ required: R found: Object where R,S,T are type-variables: R extends S declared in method max1(T,S) S extends Object declared in method max1(T,S) T extends Comparable declared in method max1(T,S) X.java:6: error: a type variable may not be followed by other bounds public static , S, R extends S & Comparable> R max2(T arg1, S arg2) { ^ X.java:7: warning: [unchecked] unchecked cast return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2); ^ required: R found: Object where R,T,S are type-variables: R extends S declared in method max2(T,S) T extends Comparable declared in method max2(T,S) S extends Object declared in method max2(T,S) X.java:11: warning: [unchecked] unchecked cast return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2); ^ required: R found: Object where R,T,S are type-variables: R extends Comparable declared in method max3(T,S) T extends Comparable declared in method max3(T,S) S extends Object declared in method max3(T,S) 2 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: name clash: max(T#1,S#1) and max(T#2,S#2) have the same erasure public static , S, R extends S & Comparable> R max(T arg1, S arg2) { ^ where T#1,S#1,R#1,S#2,T#2,R#2 are type-variables: T#1 extends Comparable declared in method max(T#1,S#1) S#1 extends Object declared in method max(T#1,S#1) R#1 extends S#1,Comparable declared in method max(T#1,S#1) S#2 extends Object declared in method max(T#2,S#2) T#2 extends Comparable declared in method max(T#2,S#2) R#2 extends S#2,T#2 declared in method max(T#2,S#2) X.java:8: error: name clash: max(T#1,S#1) and max(T#2,S#2) have the same erasure public static , S, R extends Comparable> R max(T arg1, S arg2) { ^ where T#1,S#1,R#1,S#2,T#2,R#2 are type-variables: T#1 extends Comparable declared in method max(T#1,S#1) S#1 extends Object declared in method max(T#1,S#1) R#1 extends Comparable declared in method max(T#1,S#1) S#2 extends Object declared in method max(T#2,S#2) T#2 extends Comparable declared in method max(T#2,S#2) R#2 extends S#2,T#2 declared in method max(T#2,S#2) X.java:2: error: a type variable may not be followed by other bounds public static , R extends S & T> R max(T arg1, S arg2) { ^ X.java:3: warning: [unchecked] unchecked cast return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2); ^ required: R found: Object where R,S,T are type-variables: R extends S declared in method max(T,S) S extends Object declared in method max(T,S) T extends Comparable declared in method max(T,S) X.java:5: error: a type variable may not be followed by other bounds public static , S, R extends S & Comparable> R max(T arg1, S arg2) { ^ X.java:6: warning: [unchecked] unchecked cast return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2); ^ required: R found: Object where R,T,S are type-variables: R extends S declared in method max(T,S) T extends Comparable declared in method max(T,S) S extends Object declared in method max(T,S) X.java:9: warning: [unchecked] unchecked cast return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2); ^ required: R found: Object where R,T,S are type-variables: R extends Comparable declared in method max(T,S) T extends Comparable declared in method max(T,S) S extends Object declared in method max(T,S) 4 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X { ^ symbol: class Zork X.java:1: error: cannot find symbol public class X { ^ symbol: class Zork 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X { ^ symbol: class Zork X.java:3: warning: [rawtypes] found raw type: X void foo(X x) { ^ missing type arguments for generic class X where T is a type-variable: T declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(Class>) and foo(Class) have the same erasure void foo(Class> c) {} ^ where A,B,T are type-variables: A extends Object declared in method foo(Class>) B extends Object declared in method foo(Class>) T extends Object declared in method foo(Class) X.java:5: error: method foo2(Class>) is already defined in class X void foo2(Class> c) {} ^ where U,V are type-variables: U extends Object declared in class X V extends Object declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: X cannot be converted to X x1 = (X) x2; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Number from capture of ? extends Number X.java:8: error: incompatible types: X cannot be converted to X x1 = (X) x2; ^ where CAP#1 is a fresh type-variable: CAP#1 extends Runnable from capture of ? extends Runnable 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] unchecked cast x1 = (X) x2; ^ required: X found: X where CAP#1 is a fresh type-variable: CAP#1 extends Runnable from capture of ? extends Runnable X.java:7: error: incompatible types: X cannot be converted to X x1 = (X) x2; ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: Integer cannot be converted to S S a = (S) i; // error? ^ where S,T are type-variables: S extends Comparable declared in method foo(Integer) T extends String declared in method foo(Integer) X.java:6: warning: [unchecked] unchecked cast U a = (U) i; // unchecked? ^ required: U found: Integer where U is a type-variable: U extends Comparable declared in method bar(Integer) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast S a = (S) n; // unchecked? ^ required: S found: Number where S,T are type-variables: S extends Comparable declared in method foo(Number) T extends String declared in method foo(Number) X.java:6: warning: [unchecked] unchecked cast U a = (U) n; // unchecked? ^ required: U found: Number where U is a type-variable: U extends Comparable declared in method bar(Number) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast S a = (S) i; // unchecked1? ^ required: S found: Integer where S,U,T are type-variables: S extends Comparable declared in method foo2(Integer) U extends Integer declared in method foo2(Integer) T extends U declared in method foo2(Integer) X.java:4: warning: [unchecked] unchecked cast Comparable b = (Comparable) i; // unchecked2? ^ required: Comparable found: Integer where T,U,S are type-variables: T extends U declared in method foo2(Integer) U extends Integer declared in method foo2(Integer) S extends Comparable declared in method foo2(Integer) X.java:7: error: incompatible types: Integer cannot be converted to S S a = (S) i; // error? ^ where S,U,T are type-variables: S extends Comparable declared in method foo3(Integer) U extends String declared in method foo3(Integer) T extends U declared in method foo3(Integer) X.java:8: error: incompatible types: Integer cannot be converted to Comparable Comparable b = (Comparable) i; // error3? ^ where T,U,S are type-variables: T extends U declared in method foo3(Integer) U extends String declared in method foo3(Integer) S extends Comparable declared in method foo3(Integer) 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: ArrayList cannot be converted to List Object o = (List) a; // ko ^ X.java:7: error: incompatible types: List cannot be converted to ArrayList Object o = (ArrayList) a; // ko ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: X cannot be converted to X X bar = (X) param; // unchecked warning vs error ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: A from capture of ? super A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incomparable types: Class and Class if (t.getClass() == Object.class) ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/Class.java:1: error: package exists in another module: java.base package java.lang; ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1195 - 10 java/lang/Class.java [ package java.lang; public class Class { Class getSuperclass() { return null; } void foo() { boolean foo = getSuperclass() == Enum.class; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: YYY Class ybb = yb.getClass(); ^ missing type arguments for generic class YYY where T is a type-variable: T extends B declared in class YYY X.java:10: error: incompatible types: Class cannot be converted to Class> Class> ybb2 = yb.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends YYY from capture of ? extends YYY X.java:11: error: incompatible types: Class cannot be converted to Class> Class> ybb3 = yb.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends YYY from capture of ? extends YYY 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: warning: [unchecked] unchecked cast return (Map, X>) make(type, value);//2 ^ required: X.Map,X> found: X.Map,X> where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? X.java:25: error: incompatible types: X.Map,X> cannot be converted to X.Map,X> return (Map, X>) make(X.class, value);//4 ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol X.foo(); ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: method foobar in class Y cannot be applied to given types; this.foobar(one, two); ^ required: String,String found: String,String reason: wrong number of type arguments; required 1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method throwE in class X cannot be applied to given types; throwE(objs); ^ required: E found: Object[] reason: inference variable E has incompatible bounds upper bounds: Exception lower bounds: Object[] where E is a type-variable: E extends Exception declared in method throwE(E) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method throwE in class X cannot be applied to given types; throwE(objs); ^ required: E,Object[] found: Object[] reason: inference variable E has incompatible bounds upper bounds: Exception lower bounds: Object[] where E is a type-variable: E extends Exception declared in method throwE(E,Object...) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: no unique maximal instance exists for type variable E with upper bounds Object[],Exception Object[] o = throwE(objs); ^ where E is a type-variable: E extends Exception declared in method throwE(Object...) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: I cannot be inherited with different arguments: and class Y extends X implements I, J {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: A.P.pval is defined in an inaccessible class or interface int pval = myA.box.t.pval;// intermediate access through P already flagged as error ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: A.P.pval is defined in an inaccessible class or interface int pval = myA.box.t.pval;// intermediate access through P already flagged as error ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: A.P.pval is defined in an inaccessible class or interface int pval = myA.box.t.pval;// intermediate access through P already flagged as error ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated ((List) stringList).add(new Integer(1000)); ^ X.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type List ((List) stringList).add(new Integer(1000)); ^ where E is a type-variable: E extends Object declared in interface List 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Object cannot be converted to CAP#1 list.add(list.remove(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: List Set listSet = new HashSet(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [rawtypes] found raw type: List Set listSet = new HashSet(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [rawtypes] found raw type: List Set otherListSet = new HashSet(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [rawtypes] found raw type: List Set otherListSet = new HashSet(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:11: error: incompatible types: Set cannot be converted to String otherStringSet.add((String) stringSet); ^ 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: IsABug[] cannot be converted to String String s1 = IsABug.values(); ^ X.java:10: error: incompatible types: IsABug cannot be converted to String String s2 = IsABug.valueOf(s1); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Class public class X { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Class public class X { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:4: error: incompatible types: X cannot be converted to String String s = binString.$new$().root(); ^ 1 error 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Class public class X { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning --- javac err: --- Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:4: error: incompatible types: X cannot be converted to String String s = binString.$new$().root(); ^ 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Class public class X { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning --- javac err: --- Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:3: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binString = new X(null, null).new Binner().new BinnerInner(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Z.java:4: warning: [rawtypes] found raw type: Class X.Binner.BinnerInner binNumber = binString.$new$(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: SuperInterface public interface SubInterface extends SuperInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:11: warning: [rawtypes] found raw type: SuperInterface public SubInterface and(SuperInterface s); ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: G void a3(G x) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:7: warning: [rawtypes] found raw type: H H hraw = null; ^ missing type arguments for generic class H where T3 is a type-variable: T3 extends Object declared in class H X.java:8: error: reference to a3 is ambiguous new X().a3(hx); ^ both method a3(G) in X and method a3(T) in X match where T is a type-variable: T extends F declared in method a3(T) X.java:9: error: reference to a3 is ambiguous new X().a3(hraw); ^ both method a3(G) in X and method a3(T) in X match where T is a type-variable: T extends F declared in method a3(T) 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: H H hraw = null; ^ missing type arguments for generic class H where T3 is a type-variable: T3 extends Object declared in class H X.java:9: warning: [unchecked] unchecked method invocation: method a3 in class X is applied to given types new X().a3(hraw); ^ required: T found: H where T is a type-variable: T extends G declared in method a3(T) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: SuperInterface public interface SubInterface extends SuperInterface, OtherSubInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:9: warning: [rawtypes] found raw type: OtherSubInterface public interface SubInterface extends SuperInterface, OtherSubInterface { ^ missing type arguments for generic class OtherSubInterface where U is a type-variable: U extends Object declared in interface OtherSubInterface X.java:11: warning: [rawtypes] found raw type: SuperInterface public SubInterface and(SuperInterface s); ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked call to and(SuperInterface) as a member of the raw type OtherSubInterface SubInterface sub3 = sub1.and(sub2); ^ where U is a type-variable: U extends Object declared in interface OtherSubInterface X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface SubInterface sub3 = sub1.and(sub2); ^ X.java:9: warning: [rawtypes] found raw type: SuperInterface public interface SubInterface extends SuperInterface, OtherSubInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:9: warning: [rawtypes] found raw type: OtherSubInterface public interface SubInterface extends SuperInterface, OtherSubInterface { ^ missing type arguments for generic class OtherSubInterface where U is a type-variable: U extends Object declared in interface OtherSubInterface 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface SubInterface sub3 = sub1.and(sub2); ^ X.java:9: warning: [rawtypes] found raw type: SuperInterface public interface SubInterface extends SuperInterface, OtherSubInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:11: warning: [rawtypes] found raw type: SuperInterface public interface OtherSubInterface extends SuperInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:12: warning: [rawtypes] found raw type: SuperInterface public OtherSubInterface and(SuperInterface a); ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to and is ambiguous SubInterface sub3 = sub1.and(sub2); ^ both method and(SuperInterface) in OtherSubInterface and method and(SuperInterface) in SubInterface match X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface SubInterface sub3 = sub1.and(sub2); ^ X.java:9: warning: [rawtypes] found raw type: SuperInterface public interface SubInterface extends SuperInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:11: warning: [rawtypes] found raw type: SuperInterface public SubInterface and(SuperInterface s); ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:13: error: types OtherSubInterface and SubInterface are incompatible; both define and(X.SuperInterface), but with unrelated return types public interface CombinedSubInterface extends SubInterface, OtherSubInterface {} ^ X.java:15: warning: [rawtypes] found raw type: SuperInterface public interface OtherSubInterface extends SuperInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:16: warning: [rawtypes] found raw type: SuperInterface public OtherSubInterface and(SuperInterface a); ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface 3 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: SuperInterface public interface SubInterface extends SuperInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:11: warning: [rawtypes] found raw type: SuperInterface public SubInterface and(SuperInterface s); ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:14: warning: [rawtypes] found raw type: SuperInterface public OtherSubInterface and(SuperInterface a); ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: SuperInterface public interface SubInterface extends SuperInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:10: warning: [rawtypes] found raw type: SuperInterface public interface OtherSubInterface extends SuperInterface { ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface X.java:11: warning: [rawtypes] found raw type: SuperInterface public CombinedSubInterface and(SuperInterface a); ^ missing type arguments for generic class SuperInterface where E is a type-variable: E extends Object declared in interface SuperInterface 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: Entry has private access in Pool abstract class Pool> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: Private has private access in Secondary public class X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: Private has private access in X public class X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method eval in class X cannot be applied to given types; X.> eval(foo); ^ required: T found: Foo reason: explicit type argument Foo does not conform to declared bound(s) Iterable> where T is a type-variable: T extends Iterable declared in method eval(T) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:10: warning: [unchecked] unchecked conversion C c = getB().getC(); ^ required: C found: C 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub X.java:9: warning: [unchecked] unchecked conversion static Sub[] ARRAY = new Sub[] { }; ^ required: Sub[] found: Sub[] 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class XList where T is a type-variable: T extends Object declared in class XList X.java:7: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub X.java:7: warning: [unchecked] unchecked conversion static Sub[] ARRAY = new Sub[] { }; ^ required: Sub[] found: Sub[] 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub X.java:7: warning: [unchecked] unchecked conversion static Sub[] ARRAY = new Sub[] { }; ^ required: Sub[] found: Sub[] 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] unchecked conversion static Sub[] ARRAY = new Sub[] { }; ^ required: Sub[] found: Sub[] 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub X.java:7: warning: [unchecked] unchecked conversion static Sub[] ARRAY = new Sub[] { }; ^ required: Sub[] found: Sub[] 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub X.java:7: warning: [unchecked] unchecked conversion static Sub[] ARRAY = new Sub[] { }; ^ required: Sub[] found: Sub[] 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: inference variable T has incompatible bounds static XList> LIST = asList(ARRAY); ^ equality constraints: Sub lower bounds: Sub where T is a type-variable: T extends Object declared in method asList(T[]) X.java:7: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] unchecked conversion static Sub[] ARRAY = new Sub[] { }; ^ required: Sub[] found: Sub[] 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Sub static X.Foo.Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Sub static Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: Sub static Foo.Sub[] ARRAY = new Sub[] { }; ^ missing type arguments for generic class Sub where T is a type-variable: T extends Object declared in interface Sub 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:24: error: method put in class X cannot be applied to given types; put(Integer.class, combine(FUNC2, FUNC1)); ^ required: Class,TO found: Class,OO reason: no instance(s) of type variable(s) E#2,V exist so that OO conforms to TO where E#1,E#2,T,V are type-variables: E#1 extends Object declared in method put(Class,TO) E#2 extends Object declared in method combine(OO,OO) T extends Object declared in method combine(OO,OO) V extends Object declared in method combine(OO,OO) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [overloads] combine(TT,TO) in X is potentially ambiguous with combine(TO,OO) in X static TO combine(final TT x, final TO y) { // # 1 ^ where E#1,E#2,T are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(TO,OO) T extends Object declared in method combine(TO,OO) X.java:28: error: reference to combine is ambiguous put(Integer.class, combine(FUNC2, FUNC1)); ^ both method combine(TT,TO) in X and method combine(TO,OO) in X match where E#1,E#2,T are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(TO,OO) T extends Object declared in method combine(TO,OO) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [overloads] combine(TT,TO) in X is potentially ambiguous with combine(TO,OO) in X static TO combine(final TT x, final TO y) { // # 1 ^ where E#1,E#2,T are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(TO,OO) T extends Object declared in method combine(TO,OO) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [overloads] combine(TT,TO) in X is potentially ambiguous with combine(OO,OO) in X static TO combine(final TT x, final TO y) { // # 1 ^ where E#1,E#2,T,V are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(OO,OO) T extends Object declared in method combine(OO,OO) V extends Object declared in method combine(OO,OO) X.java:28: error: reference to combine is ambiguous put(Integer.class, combine(FUNC2, FUNC1)); ^ both method combine(TT,TO) in X and method combine(OO,OO) in X match where E#1,E#2,T,V are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(OO,OO) T extends Object declared in method combine(OO,OO) V extends Object declared in method combine(OO,OO) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [overloads] combine(TT,TO) in X is potentially ambiguous with combine(OO,OO) in X static TO combine(final TT x, final TO y) { // # 1 ^ where E#1,E#2,T,V are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(OO,OO) T extends Object declared in method combine(OO,OO) V extends Object declared in method combine(OO,OO) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [overloads] combine(TO,OO) in X is potentially ambiguous with combine(OO,OO) in X static TO combine(final TO x, final OO y) { // # 2 ^ where E#1,T#1,E#2,T#2,V are type-variables: E#1 extends Object declared in method combine(TO,OO) T#1 extends Object declared in method combine(TO,OO) E#2 extends Object declared in method combine(OO,OO) T#2 extends Object declared in method combine(OO,OO) V extends Object declared in method combine(OO,OO) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [overloads] combine(TT,TO) in X is potentially ambiguous with combine(OO,OO) in X static TO combine(final TT x, final TO y) { // # 1 ^ where E#1,E#2,T,V are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(OO,OO) T extends Object declared in method combine(OO,OO) V extends Object declared in method combine(OO,OO) X.java:32: error: reference to combine is ambiguous put(Integer.class, combine(FUNC2, FUNC1)); ^ both method combine(TT,TO) in X and method combine(TO,OO) in X match where E#1,E#2,T are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(TO,OO) T extends Object declared in method combine(TO,OO) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: warning: [overloads] combine(TT,TO) in X is potentially ambiguous with combine(OO,OO) in X static TO combine(final TT x, final TO y) { // # 1 ^ where E#1,E#2,T,V are type-variables: E#1 extends Object declared in method combine(TT,TO) E#2 extends Object declared in method combine(OO,OO) T extends Object declared in method combine(OO,OO) V extends Object declared in method combine(OO,OO) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: TO cannot be converted to TT combine(too, oo); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object super: String from capture of ? super String Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: TO[] cannot be converted to TT[] combine(too, oo); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [unchecked] unchecked cast return (I2) i; ^ required: I2 found: I1 where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: Z cannot be converted to I1 y.foo(z2).get().getThreadGroup(); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [unchecked] unchecked cast return (I2) i; ^ required: I2 found: I1 where U is a type-variable: U extends Object declared in class Y X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [unchecked] unchecked cast return (I2) i; ^ required: I2 found: I1 where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [unchecked] unchecked cast return (I2) i; ^ required: I2 found: I1> where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [unchecked] unchecked cast return (I2) i; ^ required: I2 found: I1> where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class Y X.java:8: error: incompatible types: Z cannot be converted to I1> y.foo(z1).get().getThreadGroup(); ^ X.java:9: error: incompatible types: Z cannot be converted to I1> y.foo(z2).get().getThreadGroup(); // heap pollution: we get a CCE because we return a U2 ^ X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T,U are type-variables: T extends Object declared in class X U extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: inference variable T has incompatible bounds java.util.List> list5 = java.util.Arrays.asList(songCounter, genreCounter); ^ equality constraints: Deejay.Counter lower bounds: Deejay.Counter,Deejay.Counter where T is a type-variable: T extends Object declared in method asList(T...) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- EMap.java:9: warning: [serial] serializable class EMap.EList has no definition of serialVersionUID protected class EList> extends ArrayList{ ^ EMap.java:6: warning: [serial] serializable class Unsettable.UnsettableEList has no definition of serialVersionUID protected class UnsettableEList> extends EList { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Constructor Constructor c = null; ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor X.java:7: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Constructor Documented d = c.getAnnotation(Documented.class); ^ where T is a type-variable: T extends Annotation declared in method getAnnotation(Class) X.java:7: error: incompatible types: Annotation cannot be converted to Documented Documented d = c.getAnnotation(Documented.class); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y where T is a type-variable: T extends Object declared in class Y Y.java:9: warning: [rawtypes] found raw type: Y void foo(Y y) { ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y Y.java:10: error: incompatible types: Y cannot be converted to Z Z z = y.itself(); // Y cannot be converted to Z (itself() return type got erased) ^ Y.java:11: warning: [unchecked] unchecked conversion List l = y.list(); // unchecked conversion from List to List ^ required: List found: List Y.java:12: warning: [unchecked] unchecked conversion Y ys = y.someY(); // unchecked conversion from Y to Y ^ required: Y found: Y 2 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:14: warning: [rawtypes] found raw type: Constructor void bar1(java.lang.reflect.Constructor constr, Class ann) { ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor Y.java:15: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Constructor MyAnnotation a = constr.getAnnotation(ann); // 1 ^ where T is a type-variable: T extends Annotation declared in method getAnnotation(Class) Y.java:15: error: incompatible types: Annotation cannot be converted to MyAnnotation MyAnnotation a = constr.getAnnotation(ann); // 1 ^ Y.java:17: warning: [rawtypes] found raw type: MyConstructor void bar2(MyConstructor constr, Class ann) { ^ missing type arguments for generic class MyConstructor where V is a type-variable: V extends Object declared in class MyConstructor Y.java:18: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type MyConstructor MyAnnotation a = constr.getAnnotation(ann); // 2 ^ where T is a type-variable: T extends Annotation declared in method getAnnotation(Class) Y.java:18: error: incompatible types: Annotation cannot be converted to MyAnnotation MyAnnotation a = constr.getAnnotation(ann); // 2 ^ 2 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Class Set classes = (Set)getClasses(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:4: warning: [rawtypes] found raw type: Class Set classes = (Set)getClasses(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:4: error: incompatible types: Set> cannot be converted to Set Set classes = (Set)getClasses(); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: generic array creation List[] l2 = new List[2]; ^ X.java:7: error: incompatible types: List[] cannot be converted to List List l3 = new List[3]; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [rawtypes] found raw type: Y if (false) return new Y(b);//1 ^ missing type arguments for generic class Y where K is a type-variable: K extends Object declared in class Y X.java:11: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y if (false) return new Y(b);//1 ^ where K is a type-variable: K extends Object declared in class Y X.java:12: warning: [rawtypes] found raw type: Y if (false) return new Y((K) b);//2 ^ missing type arguments for generic class Y where K is a type-variable: K extends Object declared in class Y X.java:12: warning: [unchecked] unchecked cast if (false) return new Y((K) b);//2 ^ required: K found: B where K is a type-variable: K extends Object declared in class X X.java:12: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y if (false) return new Y((K) b);//2 ^ where K is a type-variable: K extends Object declared in class Y X.java:13: warning: [rawtypes] found raw type: Y return new Y((K) (Object) b);//3 ^ missing type arguments for generic class Y where K is a type-variable: K extends Object declared in class Y X.java:13: warning: [unchecked] unchecked cast return new Y((K) (Object) b);//3 ^ required: K found: Object where K is a type-variable: K extends Object declared in class X X.java:13: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y return new Y((K) (Object) b);//3 ^ where K is a type-variable: K extends Object declared in class Y X.java:16: error: incompatible types: B cannot be converted to K if (false) return new Y(b);//4 ^ where K is a type-variable: K extends Object declared in class X X.java:17: warning: [unchecked] unchecked cast if (false) return new Y((K) b);//5 ^ required: K found: B where K is a type-variable: K extends Object declared in class X X.java:18: warning: [unchecked] unchecked cast return new Y((K) (Object) b);//6 ^ required: K found: Object where K is a type-variable: K extends Object declared in class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 10 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: missing return statement > T foo3(String name, T value) {} ^ X.java:15: error: reference to foo is ambiguous new X().foo("HI", null); // correctly report error ^ both method foo(String,String) in X and method foo(String,T) in X match where T is a type-variable: T extends M declared in method foo(String,T) X.java:16: error: reference to foo2 is ambiguous new X().foo2("HI", null); // miss ambiguous error ^ both method foo2(String,String) in X and method foo2(String,T) in X match where T is a type-variable: T extends N declared in method foo2(String,T) X.java:18: error: cannot find symbol Thread t1 = foo3("HI", null); ^ symbol: method foo3(String,) location: class Test X.java:19: error: cannot find symbol Thread t2 = (Thread)foo3("HI", null); ^ symbol: method foo3(String,) location: class Test X.java:19: warning: [cast] redundant cast to Thread Thread t2 = (Thread)foo3("HI", null); ^ 5 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: method foo2 in class X cannot be applied to given types; new X().>foo2("HI", null); ^ required: String,T found: String, reason: explicit type argument N does not conform to declared bound(s) N> where T is a type-variable: T extends N declared in method foo2(String,T) X.java:10: error: method foo2 in class X cannot be applied to given types; new X().>>foo2("HI", null); ^ required: String,T found: String, reason: explicit type argument N> does not conform to declared bound(s) N>> where T is a type-variable: T extends N declared in method foo2(String,T) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Thingy x.doStuff(Bob.class, new Thingy()); ^ missing type arguments for generic class Thingy where T is a type-variable: T extends Bob declared in class Thingy X.java:6: warning: [unchecked] unchecked method invocation: method doStuff in class X is applied to given types x.doStuff(Bob.class, new Thingy()); ^ required: Class,Thingy found: Class,Thingy where T is a type-variable: T extends Bob declared in method doStuff(Class,Thingy) X.java:6: warning: [unchecked] unchecked conversion x.doStuff(Bob.class, new Thingy()); ^ required: Thingy found: Thingy where T is a type-variable: T extends Bob declared in method doStuff(Class,Thingy) X.java:15: warning: [rawtypes] found raw type: Thingy x.doStuff(Jim.class, new Thingy()); ^ missing type arguments for generic class Thingy where T is a type-variable: T extends Bob declared in class Thingy X.java:15: error: method doStuff in class X cannot be applied to given types; x.doStuff(Jim.class, new Thingy()); ^ required: Class,Thingy found: Class,Thingy reason: inference variable T has incompatible bounds equality constraints: Jim upper bounds: Bob where T is a type-variable: T extends Bob declared in method doStuff(Class,Thingy) 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Thingy x.doStuff(Bob.class, new Thingy()); ^ missing type arguments for generic class Thingy where T is a type-variable: T extends Bob declared in class Thingy X.java:6: warning: [unchecked] unchecked method invocation: method doStuff in class X is applied to given types x.doStuff(Bob.class, new Thingy()); ^ required: Class,Thingy found: Class,Thingy where T is a type-variable: T extends Bob declared in method doStuff(Class,Thingy) X.java:6: warning: [unchecked] unchecked conversion x.doStuff(Bob.class, new Thingy()); ^ required: Thingy found: Thingy where T is a type-variable: T extends Bob declared in method doStuff(Class,Thingy) X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: X void bar(X x) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:6: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types X xs2 = foo(x); ^ required: X found: X where T,U are type-variables: T extends Object declared in method foo(X) U extends Object declared in method foo(X) X.java:6: warning: [unchecked] unchecked conversion X xs2 = foo(x); ^ required: X found: X where T,U are type-variables: T extends Object declared in method foo(X) U extends Object declared in method foo(X) X.java:6: error: incompatible types: Object cannot be converted to X X xs2 = foo(x); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X void bar(X x, X xs) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:9: error: method foo in class X cannot be applied to given types; X xs2 = foo(xs, x).identity(); ^ required: X,X found: X,X reason: inference variable T has incompatible bounds equality constraints: String upper bounds: Thread where T,U,E are type-variables: T extends Thread declared in method foo(X,X) U extends Object declared in method foo(X,X) E extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X void bar(X x, X xs) { ^ missing type arguments for generic class X where E is a type-variable: E extends Object declared in class X X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types X xs2 = foo(x, xs).identity(); ^ required: X,X found: X,X where T,U are type-variables: T extends Object declared in method foo(X,X) U extends Object declared in method foo(X,X) X.java:9: warning: [unchecked] unchecked conversion X xs2 = foo(x, xs).identity(); ^ required: X found: X where T,U are type-variables: T extends Object declared in method foo(X,X) U extends Object declared in method foo(X,X) X.java:9: warning: [unchecked] unchecked conversion X xs2 = foo(x, xs).identity(); ^ required: X found: X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: inference variable U has incompatible bounds String s = foo(lb, lc); ^ upper bounds: String,A lower bounds: C,B where U is a type-variable: U extends A declared in method foo(List,List) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file public java.util.Map map = new java.util.LinkedHashMap(); ^ p/Model.java:3: warning: [rawtypes] found raw type: Value public java.util.Map map = new java.util.LinkedHashMap(); ^ missing type arguments for generic class Value where B is a type-variable: B extends Object declared in interface Value p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file public java.util.Map map = new java.util.LinkedHashMap(); ^ p/Model.java:3: warning: [rawtypes] found raw type: Value public java.util.Map map = new java.util.LinkedHashMap(); ^ missing type arguments for generic class Value where B is a type-variable: B extends Object declared in interface Value 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file public java.util.Map map = new java.util.LinkedHashMap(); ^ p/Model.java:3: warning: [rawtypes] found raw type: Value public java.util.Map map = new java.util.LinkedHashMap(); ^ missing type arguments for generic class Value where B is a type-variable: B extends Object declared in interface Value p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file public java.util.Map map = new java.util.LinkedHashMap(); ^ p/Model.java:3: warning: [rawtypes] found raw type: Value public java.util.Map map = new java.util.LinkedHashMap(); ^ missing type arguments for generic class Value where B is a type-variable: B extends Object declared in interface Value 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:3: warning: [unchecked] unchecked cast T t = ((SomeDerivedInterface) i).getItem(); ^ required: SomeDerivedInterface found: SomeInterface where T is a type-variable: T extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast Other.Member m = (Other.Member) om2; ^ required: Other.Member found: Other2.Member2 where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast Other.Member m = (Other.Member) om2; ^ required: Other.Member found: Other2.Member2 where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: Class cannot be converted to Exception Exception class1 = someObject.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? extends Object X.java:4: error: incompatible types: Class cannot be converted to Exception Exception class2 = intObject.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Integer from capture of ? extends Integer 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/Object.java:1: error: package exists in another module: java.base package java.lang; ^ java/lang/Object.java:5: error: incompatible types: Class cannot be converted to Exception Exception e1 = getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? java/lang/Object.java:6: error: incompatible types: Class cannot be converted to Exception Exception e2 = this.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Derived_A.java:5: warning: auxiliary class Base_B in Derived_B.java should not be accessed from outside its own source file public Map getMap() { ^ Derived_A.java:5: warning: [rawtypes] found raw type: Base_B public Map getMap() { ^ missing type arguments for generic class Base_B where T is a type-variable: T extends Object declared in class Base_B Derived_A.java:6: warning: auxiliary class Base_B in Derived_B.java should not be accessed from outside its own source file return new HashMap(); ^ Derived_A.java:6: warning: [rawtypes] found raw type: Base_B return new HashMap(); ^ missing type arguments for generic class Base_B where T is a type-variable: T extends Object declared in class Base_B 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: List cannot be converted to Collection foo((Collection) Arrays.asList(i, d)); ^ where INT#1,INT#2 are intersection types: INT#1 extends Number,Comparable INT#2 extends Number,Comparable 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Adapter public class X extends Adapter { ^ missing type arguments for generic class Adapter where T is a type-variable: T extends Object declared in class Adapter X.java:8: error: name clash: makeSetter() in X and makeSetter() in Adapter have the same erasure, yet neither overrides the other public X.Setter makeSetter() { ^ X.java:8: warning: [rawtypes] found raw type: Adapter.Setter public X.Setter makeSetter() { ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter X.java:9: warning: [rawtypes] found raw type: X return new X().new Setter() {}; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:9: warning: [rawtypes] found raw type: Adapter.Setter return new X().new Setter() {}; ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter X.java:12: warning: [rawtypes] found raw type: Adapter.Setter List l = new ArrayList(); ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter X.java:12: warning: [rawtypes] found raw type: Adapter.Setter List l = new ArrayList(); ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Adapter public class X extends Adapter { ^ missing type arguments for generic class Adapter where T is a type-variable: T extends Object declared in class Adapter X.java:8: error: name clash: makeSetter() in X and makeSetter() in Adapter have the same erasure, yet neither overrides the other public X.Setter makeSetter() { ^ X.java:8: warning: [rawtypes] found raw type: Adapter.Setter public X.Setter makeSetter() { ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter X.java:9: warning: [rawtypes] found raw type: X return (String) new X().new Setter() {}; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:9: warning: [rawtypes] found raw type: Adapter.Setter return (String) new X().new Setter() {}; ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter X.java:9: error: incompatible types: cannot be converted to String return (String) new X().new Setter() {}; ^ where T is a type-variable: T extends Object declared in class X X.java:12: warning: [rawtypes] found raw type: Adapter.Setter List l = new ArrayList(); ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter X.java:12: warning: [rawtypes] found raw type: Adapter.Setter List l = new ArrayList(); ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter 2 errors 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Adapter public class X extends Adapter { ^ missing type arguments for generic class Adapter where T is a type-variable: T extends Object declared in class Adapter X.java:7: warning: [rawtypes] found raw type: Adapter.Setter public Adapter.Setter makeSetter() { ^ missing type arguments for generic class Adapter.Setter where V,T are type-variables: V extends Object declared in class Adapter.Setter T extends Object declared in class Adapter X.java:8: error: incompatible types: String cannot be converted to Adapter.Setter return (X.Setter) "a"; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:2: warning: [rawtypes] found raw type: Base.Member DeprecatedType.Member m1; // DeprecatedType and Member are raw + indirect access to Member ^ missing type arguments for generic class Base.Member where U is a type-variable: U extends Object declared in class Base.Member X.java:2: warning: [deprecation] DeprecatedType in unnamed package has been deprecated DeprecatedType.Member m1; // DeprecatedType and Member are raw + indirect access to Member ^ X.java:3: warning: [deprecation] DeprecatedType in unnamed package has been deprecated DeprecatedType.Member m2; // DeprecatedType is raw + indirect access to Member ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:15: warning: [unchecked] unchecked cast (DAFDataWithRefController) controller00; ^ required: DAFDataWithRefController found: DAFDataController where CAP#1 is a fresh type-variable: CAP#1 extends SymbolTypeSettings from capture of ? extends SymbolTypeSettings 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Scratch.java:11: error: cannot find symbol class Z { Zork z; } ^ symbol: class Zork location: class Z Scratch.java:2: warning: [rawtypes] found raw type: Y private Y rawObject = new Y(); ^ missing type arguments for generic class Y where S is a type-variable: S extends Object declared in class Y Scratch.java:2: warning: [rawtypes] found raw type: Y private Y rawObject = new Y(); ^ missing type arguments for generic class Y where S is a type-variable: S extends Object declared in class Y Scratch.java:4: warning: [unchecked] unchecked method invocation: method method in class Scratch is applied to given types method(new X>(), rawObject); // compile error in javac, unchecked conversion in Eclipse ^ required: X,T found: X>,Y where T is a type-variable: T extends Object declared in method method(X,T) Scratch.java:4: warning: [unchecked] unchecked conversion method(new X>(), rawObject); // compile error in javac, unchecked conversion in Eclipse ^ required: T found: Y where T is a type-variable: T extends Object declared in method method(X,T) Scratch.java:5: warning: [unchecked] unchecked method invocation: method method in class Scratch is applied to given types this.>method(new X>(), rawObject); // unchecked warning in both ^ required: X,T found: X>,Y where T is a type-variable: T extends Object declared in method method(X,T) Scratch.java:5: warning: [unchecked] unchecked conversion this.>method(new X>(), rawObject); // unchecked warning in both ^ required: T found: Y where T is a type-variable: T extends Object declared in method method(X,T) 1 error 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: exception IOException is never thrown in body of corresponding try statement } catch(IOException e) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: Private has private access in X public abstract class X implements Map { ^ X.java:8: error: SecondaryPrivate has private access in Secondary public abstract class X implements Map { ^ X.java:7: error: Private has private access in X @Ann(X.Private.class) // Private is not visible here ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: X.Inter.Private has private access in X.Inter public abstract class X implements List { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked cast return (T)new Object(); ^ required: T found: Object where T is a type-variable: T extends Object declared in method getValue(Object,String) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: inferred type does not conform to upper bound(s) int i = getValue(0, s); ^ inferred: Comparable upper bound(s): Integer,Object where INT#1 is an intersection type: INT#1 extends Object,Serializable,Comparable 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Status.java:11: error: illegal reference to static field from initializer if (Status.mapping == null) { ^ Status.java:12: error: illegal reference to static field from initializer Status.mapping = new HashMap(); ^ Status.java:15: error: illegal reference to static field from initializer Status.mapping.put(newValue, this); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol private static Map var; ^ symbol: class Map location: class X X.java:4: error: cannot find symbol var= new HashMap(); ^ symbol: class HashMap location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol private static Map map = new HashMap(); ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol A a; // E is undefined on purpose ^ symbol: class E location: class X X.java:3: error: cannot find symbol X() { a = new A(); } // causes Missing code implementation ^ symbol: class E location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall()); ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends Object declared in class NonPublicInterfaceImplementor 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall()); ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends NonPublicInterface declared in class NonPublicInterfaceImplementor 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- restricted/NonPublicInterfaceImplementor.java:2: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor public class NonPublicInterfaceImplementor implements NonPublicInterface { ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends NonPublicInterfaceImplementor declared in class NonPublicInterfaceImplementor usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall()); ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends NonPublicInterfaceImplementor declared in class NonPublicInterfaceImplementor 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().next); ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends Object declared in class NonPublicInterfaceImplementor 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor(); ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends Object declared in class NonPublicInterfaceImplementor usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor(); ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends Object declared in class NonPublicInterfaceImplementor 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor(); ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends Object declared in class NonPublicInterfaceImplementor usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor(); ^ missing type arguments for generic class NonPublicInterfaceImplementor where E is a type-variable: E extends Object declared in class NonPublicInterfaceImplementor 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] unchecked cast throw (T) new InterruptedException(); ^ required: T found: InterruptedException where T is a type-variable: T extends Exception declared in method foo() X.java:15: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [serial] serializable class RemoteException has no definition of serialVersionUID class RemoteException extends Throwable {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] unchecked cast return (T)new InterruptedException(); ^ required: T found: InterruptedException where T is a type-variable: T extends Exception declared in method foo() X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: IA is not public in p; cannot be accessed from outside package this.t.baz(); ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1381 - 10 X.java [ public class X { T t; void foo() { this.t.baz(); } public static void main(String[] args) { X xcc = new X(); xcc.t = new CC(); xcc.foo(); } } class AA { void bar() {} } class CC extends AA implements p.IB { public void baz() { System.out.println("done"); } } ] p/IB.java [ package p; interface IA { void baz(); } public interface IB extends IA { } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: IA is not public in p; cannot be accessed from outside package xt.get().baz(); ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1386 - 10 X.java [ public class X { T get() { return null; } void foo(X xt) { xt.get().baz(); } } class AA { void bar() {} } ] p/IB.java [ package p; interface IA { void baz(); } public interface IB extends IA { } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression System.out.println(this.t.baz); ^ X.java:4: error: IA is not public in p; cannot be accessed from outside package System.out.println(this.t.baz); ^ 1 error 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1387 - 10 X.java [ public class X { T t; void foo() { System.out.println(this.t.baz); } public static void main(String[] args) { X xcc = new X(); xcc.t = new CC(); xcc.foo(); } } class AA { void bar() {} } class CC extends AA implements p.IB { } ] p/IB.java [ package p; interface IA { Object baz = "done"; } public interface IB extends IA { } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression System.out.println(t.baz); ^ org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1388 - 10 X.java [ public class X { X.java:4: error: IA is not public in p; cannot be accessed from outside package T t; void foo() { System.out.println(t.baz); System.out.println(t.baz); ^ } 1 error 1 warning public static void main(String[] args) { X xcc = new X(); ---------------------------------------- xcc.t = new CC(); xcc.foo(); } } class AA { void bar() {} } class CC extends AA implements p.IB { } ] p/IB.java [ package p; interface IA { Object baz = "done"; } public interface IB extends IA { } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: type argument SubX2 is not within bounds of type-variable T#2 public class X>> { ^ where T#1,T#2 are type-variables: T#1 extends SubX1> declared in class X T#2 extends SubX2 declared in class SubX1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class A where T is a type-variable: T extends Object declared in class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class A where T is a type-variable: T extends Object declared in class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class A where T is a type-variable: T extends Object declared in class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class A where T is a type-variable: T extends Object declared in class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class A where T is a type-variable: T extends Object declared in class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: error: expected Class c = A.class; ^ A.java:3: error: expected Class c = A.class; ^ A.java:6: error: reached end of file while parsing } ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X X raw = bar(); // 1 accepted ^ missing type arguments for generic class X where A is a type-variable: A extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: List X(List rawList, List unboundList) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [rawtypes] found raw type: Map Map m0 = (Map) Collections.emptyList(); ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:8: warning: [rawtypes] found raw type: Map Map m1 = (Map) rawList; ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:9: warning: [rawtypes] found raw type: Map Map m2 = (Map) unboundList; ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- GenericTest.java:5: warning: [rawtypes] found raw type: Set Set testList = GenericTest.method1(new Class[] { ArrayList.class }); ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set GenericTest.java:5: warning: [rawtypes] found raw type: Class Set testList = GenericTest.method1(new Class[] { ArrayList.class }); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class GenericTest.java:5: warning: [unchecked] unchecked method invocation: method method1 in class GenericTest is applied to given types Set testList = GenericTest.method1(new Class[] { ArrayList.class }); ^ required: Class[] found: Class[] GenericTest.java:5: warning: [unchecked] unchecked conversion Set testList = GenericTest.method1(new Class[] { ArrayList.class }); ^ required: Class[] found: Class[] GenericTest.java:5: error: incompatible types: Object cannot be converted to Set Set testList = GenericTest.method1(new Class[] { ArrayList.class }); ^ 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:4: warning: [unchecked] unchecked method invocation: method m1 in class Foo is applied to given types Foo l1 = m1((Class)Foo.class); ^ required: Class found: Class Foo.java:4: warning: [unchecked] unchecked conversion Foo l1 = m1((Class)Foo.class); ^ required: Class found: Class Foo.java:4: error: incompatible types: Object cannot be converted to Foo Foo l1 = m1((Class)Foo.class); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z = (List) i; ^ symbol: class Zork location: class X X.java:7: error: cannot find symbol Zork z = (ArrayList) i; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: List cannot be converted to LinkedList LinkedList lo = (LinkedList) lx; ^ X.java:5: warning: [unchecked] unchecked cast LinkedList ls = (LinkedList) lw; ^ required: LinkedList found: List where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: I[] cannot be converted to Y[] Y[] y3 = (Y[]) x; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:23: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:6: warning: [unchecked] unchecked cast return (X) child; ^ required: X found: Child where U is a type-variable: U extends Object declared in method create() X.java:21: warning: [unchecked] unchecked cast return (X) willWarn; ^ required: X found: X where U is a type-variable: U extends Object declared in method raisesTheWarning() 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: A A a1 = new A(); ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:14: warning: [unchecked] unchecked conversion List s1 = bx.a1.foo(); ^ required: List found: List X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: warning: [rawtypes] found raw type: ArrayList HashMap m = new HashMap(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:3: warning: [rawtypes] found raw type: ArrayList HashMap m = new HashMap(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:4: warning: [unchecked] unchecked conversion ArrayList ax = m.get(""); ^ required: ArrayList found: ArrayList 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [rawtypes] found raw type: B B y = (B)a; ^ missing type arguments for generic class B where T is a type-variable: T extends Object declared in class B 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: type argument SOURCE#1 is not within bounds of type-variable SOURCE#2 interface D> extends C {} ^ where SOURCE#1,SOURCE#2,RELATED are type-variables: SOURCE#1 extends B declared in interface D SOURCE#2 extends RELATED declared in interface C RELATED extends A declared in interface C X.java:8: error: type argument B is not within bounds of type-variable SOURCE C,B> wrong; ^ where SOURCE,RELATED are type-variables: SOURCE extends RELATED declared in interface C RELATED extends A declared in interface C 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: incompatible types: Box cannot be converted to Box b.value.next = new Box(new B()); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Box from capture of ? CAP#2 extends CAP#1 from capture of ? X.java:17: error: incompatible types: CAP#1 cannot be converted to String String s = b.value; ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends CAP#2 from capture of ? CAP#2 extends Box from capture of ? X.java:18: error: incompatible types: Box cannot be converted to Box b.value.next.next = new Box(new B()); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Box from capture of ? CAP#2 extends CAP#1 from capture of ? 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: incompatible types: Box cannot be converted to Box b.getValue().next = new Box(new B()); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Box from capture of ? CAP#2 extends CAP#1 from capture of ? X.java:18: error: incompatible types: CAP#1 cannot be converted to String String s = b.getValue(); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends CAP#2 from capture of ? CAP#2 extends Box from capture of ? X.java:19: error: incompatible types: Box cannot be converted to Box b.getValue().next.next = new Box(new B()); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Box from capture of ? CAP#2 extends CAP#1 from capture of ? 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: incompatible types: Box cannot be converted to CAP#1 b.value.next(new Box(new B())); ^ where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends CAP#2 from capture of ? CAP#2 extends Box from capture of ? X.java:16: error: incompatible types: Box cannot be converted to CAP#3 b.value.next(b.value); ^ where CAP#1,CAP#2,CAP#3,CAP#4 are fresh type-variables: CAP#1 extends Box from capture of ? CAP#2 extends CAP#1 from capture of ? CAP#3 extends CAP#4 from capture of ? CAP#4 extends Box from capture of ? Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type public abstract class HibernateDAOBase implements DAO> {}; ^ required: class found: type parameter DomainObject where DomainObject is a type-variable: DomainObject declared in class X.HibernateDAOBase 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type public abstract class HibernateDAOBase implements DAO.Zork> {}; ^ required: class found: type parameter DomainObject where DomainObject is a type-variable: DomainObject declared in class X.HibernateDAOBase 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type public abstract class HibernateDAOBase implements DAO> {}; ^ required: class found: type parameter DomainObject where DomainObject is a type-variable: DomainObject declared in class X.HibernateDAOBase X.java:5: error: cannot find symbol public abstract class HibernateDAOBase implements DAO> {}; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unexpected type public abstract class HibernateDAOBase implements DAO.Zork> {}; ^ required: class found: type parameter DomainObject where DomainObject is a type-variable: DomainObject declared in class X.HibernateDAOBase X.java:5: error: cannot find symbol public abstract class HibernateDAOBase implements DAO.Zork> {}; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: YYY Class ybb = yb.getClass(); ^ missing type arguments for generic class YYY where T is a type-variable: T extends B declared in class YYY X.java:13: error: incompatible types: Class cannot be converted to Class> Class> ybb2 = yb.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends YYY from capture of ? extends YYY X.java:14: error: incompatible types: Class cannot be converted to Class> Class> ybb3 = yb.getClass(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends YYY from capture of ? extends YYY 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal generic type for instanceof return null instanceof List; ^ X.java:7: error: illegal generic type for instanceof return null instanceof T; ^ X.java:10: error: illegal generic type for instanceof return null instanceof Map; ^ X.java:13: error: illegal generic type for instanceof return null instanceof T; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Foo Integer i = m(new Foo>(), new Foo()); ^ missing type arguments for generic class Foo where T is a type-variable: T extends Object declared in class Foo X.java:4: warning: [unchecked] unchecked method invocation: method m in class X is applied to given types Integer i = m(new Foo>(), new Foo()); ^ required: Foo,T found: Foo>,Foo where T is a type-variable: T extends Object declared in method m(Foo,T) X.java:4: warning: [unchecked] unchecked conversion Integer i = m(new Foo>(), new Foo()); ^ required: T found: Foo where T is a type-variable: T extends Object declared in method m(Foo,T) X.java:4: error: incompatible types: Foo cannot be converted to Integer Integer i = m(new Foo>(), new Foo()); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Foo m(new Foo>(), new Foo()); ^ missing type arguments for generic class Foo where T is a type-variable: T extends Object declared in class Foo X.java:4: warning: [unchecked] unchecked method invocation: method m in class X is applied to given types m(new Foo>(), new Foo()); ^ required: Foo,T found: Foo>,Foo where T is a type-variable: T extends Object declared in method m(Foo,T) X.java:4: warning: [unchecked] unchecked conversion m(new Foo>(), new Foo()); ^ required: T found: Foo where T is a type-variable: T extends Object declared in method m(Foo,T) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: repeated interface class OO implements I, I {} ^ X.java:4: error: type argument String is not within bounds of type-variable T class N extends M {} ^ where T is a type-variable: T extends Number declared in class M X.java:5: error: repeated interface class O implements I, I {} ^ X.java:5: error: I cannot be inherited with different arguments: and class O implements I, I {} ^ X.java:8: error: type argument String is not within bounds of type-variable T class NN extends MM {} ^ where T is a type-variable: T extends Number declared in class X.MM X.java:9: error: I cannot be inherited with different arguments: and class OO implements I, I {} ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Foo Integer j = ffi.bar(ffi, new Foo()); ^ missing type arguments for generic class Foo where T is a type-variable: T extends Object declared in class Foo X.java:9: warning: [unchecked] unchecked method invocation: method bar in class Foo is applied to given types Integer j = ffi.bar(ffi, new Foo()); ^ required: Foo,T found: Foo>,Foo where T is a type-variable: T extends Object declared in class Foo X.java:9: warning: [unchecked] unchecked conversion Integer j = ffi.bar(ffi, new Foo()); ^ required: T found: Foo where T is a type-variable: T extends Object declared in class Foo X.java:9: error: incompatible types: Foo cannot be converted to Integer Integer j = ffi.bar(ffi, new Foo()); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X X.java:5: warning: [rawtypes] found raw type: X void bar(X x) { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:6: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types foo(x); ^ required: X found: X where U is a type-variable: U extends Object declared in method foo(X) X.java:6: warning: [unchecked] unchecked conversion foo(x); ^ required: X found: X where U is a type-variable: U extends Object declared in method foo(X) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:4: warning: [unchecked] unchecked method invocation: method m2 in class Foo is applied to given types Foo l2 = m2((Class)Foo.class); ^ required: Class found: Class where I is a type-variable: I extends Object declared in method m2(Class) Foo.java:4: warning: [unchecked] unchecked conversion Foo l2 = m2((Class)Foo.class); ^ required: Class found: Class where I is a type-variable: I extends Object declared in method m2(Class) Foo.java:4: error: incompatible types: Object cannot be converted to Foo Foo l2 = m2((Class)Foo.class); ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List void bar(List l, IllegalArgumentException iae) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types foo(l, iae); ^ required: List,T found: List,IllegalArgumentException where U,T are type-variables: org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1436 - 10 U extends List declared in method foo(List,T) T extends Throwable declared in method foo(List,T) X.java:8: warning: [unchecked] unchecked conversion X.java [ foo(l, iae); ^ import java.util.*; required: List public class X { found: List where U,T are type-variables: , T extends Throwable> void foo(List lu, T t) throws T { if (lu.isEmpty()) throw t; U extends List declared in method foo(List,T) } T extends Throwable declared in method foo(List,T) void bar(List l, IllegalArgumentException iae) { 3 warnings try { foo(l, iae); } catch (IllegalArgumentException e) { } ---------------------------------------- } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List void bar(List l, IllegalArgumentException iae) { ^ missing type arguments for generic class List where E is a type-variable: org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1437 - 10 E extends Object declared in interface List X.java [ import java.util.*; X.java:8: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types public class X { new X(l, iae); ^ required: List,T , T extends Throwable> X(List lu, T t) throws T { found: List,IllegalArgumentException if (lu.isEmpty()) throw t; } where U,T are type-variables: void bar(List l, IllegalArgumentException iae) { try { U extends List declared in constructor X(List,T) new X(l, iae); } catch (IllegalArgumentException e) { T extends Throwable declared in constructor X(List,T) } } } X.java:8: warning: [unchecked] unchecked conversion ] new X(l, iae); ^ required: List found: List where U,T are type-variables: U extends List declared in constructor X(List,T) T extends Throwable declared in constructor X(List,T) 3 warnings ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: List void bar(List l, IllegalArgumentException iae) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [unchecked] unchecked method invocation: constructor in class is applied to given typeorg.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1438 - 10 s X.java [ new X(l, iae){}; import java.util.*; ^ public class X { required: List,T found: List,IllegalArgumentException , T extends Throwable> X(List lu, T t) throws T { where U,T are type-variables: if (lu.isEmpty()) throw t; } U extends List declared in constructor X(List,T) void bar(List l, IllegalArgumentException iae) { try { T extends Throwable declared in constructor X(List,T) new X(l, iae){}; } catch (IllegalArgumentException e) { X.java:8: warning: [unchecked] unchecked conversion } } new X(l, iae){}; } ^ ] required: List found: List where U,T are type-variables: U extends List declared in constructor X(List,T) T extends Throwable declared in constructor X(List,T) 3 warnings ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types this((List) null, null); ^ required: List,T found: List, where U,T are type-variables: U extends List declared in constructor X(List,T) T extends Throwable declared in constructor X(List,T) X.java:7: warning: [unchecked] unchecked conversion this((List) null, null); ^ required: List found: List where U,T are type-variables: U extends List declared in constructor X(List,T) T extends Throwable declared in constructor X(List,T) X.java:12: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types super((List)lu, t); ^ required: List,T#1 found: List,T#2 where U#1,T#1,T#2,U#2 are type-variables: U#1 extends List declared in constructor X(List,T#1) T#1 extends Throwable declared in constructor X(List,T#1) T#2 extends Throwable declared in constructor Y(List,T#2) U#2 extends List declared in constructor Y(List,T#2) X.java:12: warning: [unchecked] unchecked conversion super((List)lu, t); ^ required: List found: List where U,T are type-variables: U extends List declared in constructor X(List,T) T extends Throwable declared in constructor X(List,T) X.java:12: error: unreported exception Throwable; must be caught or declared to be thrown super((List)lu, t); ^ 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: unexpected type class NewMapType> extends HashMap, V> {} ^ required: class found: type parameter R where R is a type-variable: R declared in class NewMapType X.java:3: warning: [serial] serializable class NewMapType has no definition of serialVersionUID class NewMapType> extends HashMap, V> {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Object cannot be converted to CAP#1 (x1 != null ? x1 : x2).bar(new Object()); ^ where CAP#1 is a fresh type-variable: CAP#1 extends INT#1 from capture of ? extends INT#1 where INT#1,INT#2 are intersection types: INT#1 extends Object,Serializable,Comparable INT#2 extends Object,Serializable,Comparable Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: type argument Comparable is not within bounds of type-variable T X> x; ^ where T is a type-variable: T extends Comparable declared in class X X.java:6: error: type argument Comparable is not within bounds of type-variable T if (array.length == ((X>) o).array.length) { ^ where T is a type-variable: T extends Comparable declared in class X X.java:6: warning: [unchecked] unchecked cast if (array.length == ((X>) o).array.length) { ^ required: X> found: Object where T is a type-variable: T extends Comparable declared in class X X.java:1: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method public class X> { ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: A void bar (List a) { ^ missing type arguments for generic class A where T is a type-variable: T extends B declared in class A X.java:7: warning: [unchecked] unchecked method invocation: method baz in class X is applied to given types baz((List)a); ^ required: List> found: List where T,R are type-variables: T extends B declared in method baz(List>) R extends C declared in method baz(List>) X.java:7: warning: [unchecked] unchecked conversion baz((List)a); ^ required: List> found: List where T,R are type-variables: T extends B declared in method baz(List>) R extends C declared in method baz(List>) X.java:13: error: method baz in class X cannot be applied to given types; baz(a); ^ required: List> found: List reason: cannot infer type-variable(s) R,T (argument mismatch; List cannot be converted to List>) where T,R are type-variables: T extends B declared in method baz(List>) R extends C declared in method baz(List>) X.java:16: warning: [rawtypes] found raw type: List > void buz(List a) {} ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:36: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:11: warning: [unchecked] unchecked cast return lst.toArray((T[]) java.lang.reflect.Array.newInstance(clazz, lst.size())); ^ required: T[] found: Object where T is a type-variable: T extends Object declared in method asArray(Iterator,Class) X.java:16: warning: [unchecked] unchecked method invocation: method asArray in class X is applied to given types asString = X. asArray(getIterator(), String.class); ^ required: Iterator,Class found: Iterator,Class where T is a type-variable: T extends Object declared in method asArray(Iterator,Class) X.java:16: warning: [unchecked] unchecked conversion asString = X. asArray(getIterator(), String.class); ^ required: Iterator found: Iterator where T is a type-variable: T extends Object declared in method asArray(Iterator,Class) X.java:18: warning: [unchecked] unchecked conversion Iterator iterator = getIterator(); ^ required: Iterator found: Iterator X.java:22: warning: [unchecked] unchecked cast asString = X. asArray((Iterator) getIterator(), String.class); ^ required: Iterator found: Iterator X.java:24: warning: [rawtypes] found raw type: Iterator @SuppressWarnings("all") public Iterator getIterator() { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:25: warning: [rawtypes] found raw type: Iterator return new Iterator() { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator 1 error 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: List static void bar(List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types new X(l).foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in constructor X(List) X.java:9: warning: [unchecked] unchecked conversion org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1445 - 10 new X(l).foo(l); X.java [ ^ required: List found: List import java.io.IOException; where T is a type-variable: import java.util.List; public class X { T extends Throwable declared in constructor X(List) X(List lt) throws T { } X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types List foo(List t) throws T { return t; } new X(l).foo(l); ^ static void bar(List l) { required: List new X(l).foo(l); } found: List where T is a type-variable: static void baz(List l) throws IOException { T extends Throwable declared in method foo(List) new X(l). foo(l); } X.java:9: warning: [unchecked] unchecked conversion X(List l, long l2) throws IOException { new X(l).foo(l); ^ this(l); } required: List found: List static void baz2(List l) throws IOException { where T is a type-variable: new X(l){}. foo(l); } T extends Throwable declared in method foo(List) } X.java:11: warning: [rawtypes] found raw type: List ] static void baz(List l) throws IOException { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:12: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types new X(l). foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in constructor X(List) X.java:12: warning: [unchecked] unchecked conversion new X(l). foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in constructor X(List) X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types new X(l). foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in method foo(List) X.java:12: warning: [unchecked] unchecked conversion new X(l). foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in method foo(List) X.java:15: warning: [rawtypes] found raw type: List X(List l, long l2) throws IOException { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:16: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types this(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in constructor X(List) X.java:16: warning: [unchecked] unchecked conversion this(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in constructor X(List) X.java:19: warning: [rawtypes] found raw type: List static void baz2(List l) throws IOException { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:20: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types new X(l){}. foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in constructor X(List) X.java:20: warning: [unchecked] unchecked conversion new X(l){}. foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in constructor X(List) X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types new X(l){}. foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in method foo(List) X.java:20: warning: [unchecked] unchecked conversion new X(l){}. foo(l); ^ required: List found: List where T is a type-variable: T extends Throwable declared in method foo(List) 18 warnings ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: type argument Integer is not within bounds of type-variable T class X>> extends TreeMap> {} ^ where T is a type-variable: T extends A declared in class B X.java:4: error: type argument String is not within bounds of type-variable T class X>> extends TreeMap> {} ^ where T is a type-variable: T extends A declared in class B X.java:4: warning: [serial] serializable class X has no definition of serialVersionUID class X>> extends TreeMap> {} ^ X.java:8: error: type argument D is not within bounds of type-variable T#2 class Y extends E> {} ^ where T#1,T#2 are type-variables: T#1 extends Object declared in class Y T#2 extends Number declared in class E 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: type argument T1 is not within bounds of type-variable T2 class X extends C>>, A>> {} ^ where T1,T2 are type-variables: T1 extends Object declared in class X T2 extends Number declared in class B X.java:4: error: type argument T2#1 is not within bounds of type-variable T2#2 class X extends C>>, A>> {} ^ where T2#1,T2#2 are type-variables: T2#1 extends Object declared in class X T2#2 extends Number declared in class B X.java:5: error: type argument T is not within bounds of type-variable T2 class Y extends A>> {} ^ where T,T2 are type-variables: T extends Object declared in class Y T2 extends Number declared in class B X.java:6: error: type argument T is not within bounds of type-variable T2 class Z extends C, A>> {} ^ where T,T2 are type-variables: T extends Object declared in class Z T2 extends Number declared in class B X.java:6: error: type argument T is not within bounds of type-variable T2 class Z extends C, A>> {} ^ where T,T2 are type-variables: T extends Object declared in class Z T2 extends Number declared in class B 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: B.Secret has private access in B class B extends A { ^ A.java:7: error: B.Secret has private access in B class C extends B.Secret {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unexpected type class Y implements I {} ^ required: class or interface without bounds found: ? X.java:2: error: unexpected type I i = new I() {}; ^ required: class or interface without bounds found: ? 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:8: warning: [unchecked] unchecked cast Inner that = (Inner) other; ^ required: Outer.Inner found: Object where E is a type-variable: E extends Object declared in class Outer 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [unchecked] unchecked cast list.add(((S)se).value); ^ required: X.S found: E where V,K are type-variables: V extends Object declared in class X K extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:11: error: wrong number of type arguments; required 3 X.Y.Z x; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- CompilerBug.java:18: error: CompilerBug.privateMethod() is defined in an inaccessible class or interface getClass().newInstance().privateMethod(); ^ CompilerBug.java:20: error: CompilerBug.privateInt is defined in an inaccessible class or interface getClass().newInstance().privateInt = 10; ^ CompilerBug.java:23: error: cannot find symbol Zork z; ^ symbol: class Zork location: class CompilerBug 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:3: warning: [rawtypes] found raw type: I public B(Collection> c, I i) { ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I B.java:4: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types super(c, i); ^ required: V,I,Object[] found: Collection>,I where V,T are type-variables: V extends T declared in constructor X(V,I,Object...) T extends Object declared in class X B.java:4: warning: [unchecked] unchecked conversion super(c, i); ^ required: I found: I where T is a type-variable: T extends Object declared in class X 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:9: error: illegal generic type for instanceof if(!(o instanceof MyEntry)) ^ Test.java:5: warning: [overrides] Class Test.MyEntry overrides equals, but neither it nor any superclass overrides hashCode method class MyEntry implements MyInt { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- JoinImpl.java:1: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.Expression; ^ JoinImpl.java:2: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.Fetch; ^ JoinImpl.java:3: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.From; ^ JoinImpl.java:4: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.Join; ^ JoinImpl.java:5: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.JoinType; ^ JoinImpl.java:6: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.Path; ^ JoinImpl.java:7: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.Attribute; ^ JoinImpl.java:8: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.Bindable; ^ JoinImpl.java:9: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.ManagedType; ^ JoinImpl.java:10: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.Metamodel; ^ FromImpl.java:7: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.CollectionJoin; ^ FromImpl.java:8: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.Expression; ^ FromImpl.java:9: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.Fetch; ^ FromImpl.java:10: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.From; ^ FromImpl.java:11: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.Join; ^ FromImpl.java:12: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.JoinType; ^ FromImpl.java:13: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.ListJoin; ^ FromImpl.java:14: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.MapJoin; ^ FromImpl.java:15: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.Path; ^ FromImpl.java:16: error: package javax.persistence.criteria does not exist import javax.persistence.criteria.SetJoin; ^ FromImpl.java:17: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.Attribute; ^ FromImpl.java:18: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.Bindable; ^ FromImpl.java:19: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.CollectionAttribute; ^ FromImpl.java:20: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.ListAttribute; ^ FromImpl.java:21: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.ManagedType; ^ FromImpl.java:22: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.MapAttribute; ^ FromImpl.java:23: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.Metamodel; ^ FromImpl.java:24: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.PluralAttribute; ^ FromImpl.java:25: error: package javax.persistence.metamodel does not exist import javax.persistence.metamodel.SingularAttribute; ^ FromImpl.java:26: error: package javax.persistence.metamodel.Attribute does not exist import javax.persistence.metamodel.Attribute.PersistentAttributeType; ^ FromImpl.java:27: error: package javax.persistence.metamodel.PluralAttribute does not exist import javax.persistence.metamodel.PluralAttribute.CollectionType; ^ FromImpl.java:28: error: package javax.persistence.metamodel.Type does not exist import javax.persistence.metamodel.Type.PersistenceType; ^ FromImpl.java:30: error: package org.eclipse.persistence.internal.helper does not exist Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt import org.eclipse.persistence.internal.helper.ClassConstants; ^ FromImpl.java:31: error: package org.eclipse.persistence.internal.localization does not exist import org.eclipse.persistence.internal.localization.ExceptionLocalization; ^ FromImpl.java:33: error: cannot find symbol public class FromImpl extends PathImpl implements javax.persistence.criteria.From { ^ symbol: class PathImpl FromImpl.java:33: error: package javax.persistence.criteria does not exist public class FromImpl extends PathImpl implements javax.persistence.criteria.From { ^ JoinImpl.java:11: error: cannot find symbol public class JoinImpl extends FromImpl implements Join, Fetch { ^ symbol: class Join JoinImpl.java:11: error: cannot find symbol public class JoinImpl extends FromImpl implements Join, Fetch { ^ symbol: class Fetch FromImpl.java:35: error: cannot find symbol protected Set> joins; ^ symbol: class Join location: class FromImpl where Z,X are type-variables: Z extends Object declared in class FromImpl X extends Object declared in class FromImpl FromImpl.java:37: error: cannot find symbol public Set> getJoins() { ^ symbol: class Join location: class FromImpl where Z,X are type-variables: Z extends Object declared in class FromImpl X extends Object declared in class FromImpl FromImpl.java:41: error: cannot find symbol public void findJoins(AbstractQueryImpl query){ ^ symbol: class AbstractQueryImpl location: class FromImpl where Z,X are type-variables: Z extends Object declared in class FromImpl X extends Object declared in class FromImpl FromImpl.java:42: warning: [rawtypes] found raw type: Stack Stack stack = new Stack(); ^ missing type arguments for generic class Stack where E is a type-variable: E extends Object declared in class Stack FromImpl.java:42: warning: [rawtypes] found raw type: Stack Stack stack = new Stack(); ^ missing type arguments for generic class Stack where E is a type-variable: E extends Object declared in class Stack FromImpl.java:43: warning: [unchecked] unchecked call to push(E) as a member of the raw type Stack stack.push(this); ^ where E is a type-variable: E extends Object declared in class Stack FromImpl.java:45: warning: [rawtypes] found raw type: FromImpl FromImpl currentJoin = (FromImpl) stack.pop(); ^ missing type arguments for generic class FromImpl where Z,X are type-variables: Z extends Object declared in class FromImpl X extends Object declared in class FromImpl FromImpl.java:46: warning: [unchecked] unchecked call to addAll(Collection) as a member of the raw type Vector stack.addAll(currentJoin.getJoins()); ^ where E is a type-variable: E extends Object declared in class Vector FromImpl.java:47: error: cannot find symbol if (currentJoin.isLeaf){ ^ symbol: variable isLeaf location: variable currentJoin of type FromImpl FromImpl.java:47: error: illegal parenthesized expression if (currentJoin.isLeaf){ ^ 43 errors 5 warnings --- javac err: --- AnotherClass.java:5: error: incompatible types: AnotherClass cannot be converted to AnotherClass m_var = a; ^ where CAP#1 is a fresh type-variable: CAP#1 extends IReferencedInterface from capture of ? extends IReferencedInterface 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BaseType.java:4: error: clone() in Object cannot implement clone() in BaseType interface SubType extends BaseType { ^ attempting to assign weaker access privileges; was public 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:8: error: incompatible types: Class cannot be converted to Class.Cell> Class.Cell> cellClass = Cell.class; ^ where T is a type-variable: T extends Object declared in class Outer Outer.java:10: error: incompatible types: Class cannot be converted to Class.Cell> this.cellClass = Cell.class; ^ where T is a type-variable: T extends Object declared in class Outer Outer.java:11: error: incompatible types: Class cannot be converted to Class.Cell> this.cellClass = Outer.Cell.class; ^ where T is a type-variable: T extends Object declared in class Outer 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: Class cannot be converted to Class.Arr> super(Arr.class); ^ where T is a type-variable: T extends Object declared in class X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- GenericDemo.java:4: warning: [rawtypes] found raw type: Comparable static class A implements Comparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable GenericDemo.java:10: warning: [unchecked] unchecked method invocation: method min in class Collections is applied to given types A min = Collections.min(list); ^ required: Collection found: List where T is a type-variable: T extends Object,Comparable declared in method min(Collection) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug268798.java:4: warning: [rawtypes] found raw type: SomeInterface class A implements SomeInterface { ^ missing type arguments for generic class SomeInterface where T is a type-variable: T extends Object declared in interface SomeInterface Bug268798.java:10: warning: [unchecked] unchecked method invocation: method someMethod in class Bug268798 is applied to given types A a = someMethod(); ^ required: no arguments found: no arguments 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: warning: [rawtypes] found raw type: Test.W_Description W_Description wdescription = get(W_Description.class, object); ^ missing type arguments for generic class Test.W_Description where WRAPPED is a type-variable: WRAPPED extends Object declared in class Test.W_Description Test.java:4: warning: [unchecked] unchecked method invocation: method get in class Test is applied to given types W_Description wdescription = get(W_Description.class, object); ^ required: Class,T found: Class,Object where W,T are type-variables: W extends Test.WrapperLogic declared in method get(Class,T) T extends Object declared in method get(Class,T) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] unchecked method invocation: method get in class L is applied to given types return l.get(vtype(), B.class); ^ required: Class,Class found: Class,Class where V#1,S,V#2 are type-variables: V#1 extends Object declared in method get(Class,Class) S extends A declared in method get(Class,Class) V#2 extends Object declared in class A X.java:8: warning: [unchecked] unchecked conversion return l.get(vtype(), B.class); ^ required: A found: B where V is a type-variable: V extends Object declared in class A X.java:18: warning: [unchecked] unchecked method invocation: method get in class L is applied to given types return l.get(vtype(), B.class); ^ required: Class,Class found: Class,Class where V#1,S,V#2 are type-variables: V#1 extends Object declared in method get(Class,Class) S extends A declared in method get(Class,Class) V#2 extends Object declared in class B X.java:18: warning: [unchecked] unchecked conversion return l.get(vtype(), B.class); ^ required: B found: B where V is a type-variable: V extends Object declared in class B 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:3: warning: [unchecked] unchecked method invocation: method get in class Test is applied to given types return get(WWorkflow.class, null); ^ required: Class,T found: Class, where W,T are type-variables: W extends WrapperLogic declared in method get(Class,T) T extends Object declared in method get(Class,T) Test.java:3: warning: [unchecked] unchecked conversion return get(WWorkflow.class, null); ^ required: WWorkflow found: WWorkflow 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SimpleExample.java:10: warning: [unchecked] unchecked method invocation: method cloneCollection in class SimpleExample is applied to given types clone.setData(cloneCollection(data, HashSet.class, Data.class)); ^ required: T,Class,Class found: Set,Class,Class where T,U are type-variables: T extends Collection declared in method cloneCollection(T,Class,Class) U extends Interface declared in method cloneCollection(T,Class,Class) SimpleExample.java:10: warning: [unchecked] unchecked method invocation: method setData in class SimpleExample is applied to given types clone.setData(cloneCollection(data, HashSet.class, Data.class)); ^ required: Set found: Set SimpleExample.java:10: warning: [unchecked] unchecked conversion clone.setData(cloneCollection(data, HashSet.class, Data.class)); ^ required: Set found: Set 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:7: error: improperly formed type, type arguments given on a raw type new In.Inner(); ^ A.java:7: error: an enclosing instance that contains Nested.In.Inner is required new In.Inner(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:7: error: improperly formed type, type arguments given on a raw type new In.Inner(); ^ A.java:7: error: an enclosing instance that contains A.Nested.In.Inner is required new In.Inner(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- D.java:8: warning: auxiliary class Bar in A.java should not be accessed from outside its own source file Bar bar = new Bar(); ^ D.java:8: warning: auxiliary class Bar in A.java should not be accessed from outside its own source file Bar bar = new Bar(); ^ D.java:9: error: cannot find symbol foos.get(0).bar(bar); ^ symbol: method bar(Bar) location: class B 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Potential fluctuation of a performance test: average long compile time 1618.6666666666667ms should be less than 10.0x the average short compile time 1218.1666666666667ms long compile times: [#5 1507ms (excluded), #9 1513ms (excluded), #6 1527ms, #8 1585ms, #3 1616ms, #1 1623ms, #2 1679ms, #7 1682ms, #10 1690ms (excluded), #4 1796ms (excluded)] short compile times: [#5 1124ms (excluded), #3 1180ms (excluded), #9 1197ms, #10 1199ms, #8 1203ms, #1 1223ms, #7 1224ms, #4 1263ms, #6 1298ms (excluded), #2 1328ms (excluded)] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Potential fluctuation of a performance test: average long compile time 1197.5ms should be less than 10.0x the average short compile time 1110.5ms long compile times: [#2 1096ms (excluded), #1 1167ms (excluded), #8 1183ms, #3 1189ms, #5 1189ms, #4 1190ms, #7 1216ms, #6 1218ms, #10 1230ms (excluded), #9 1231ms (excluded)] short compile times: [#1 1037ms (excluded), #3 1089ms (excluded), #2 1094ms, #8 1095ms, #5 1097ms, #9 1112ms, #4 1114ms, #7 1151ms, #10 1171ms (excluded), #6 1251ms (excluded)] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class GenericsRegressionTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:5: error: method test in class Impl cannot be applied to given types; t1.test(new Impl(), n); ^ required: Test,U found: Impl,Number reason: inference variable U has incompatible bounds upper bounds: Double,Object lower bounds: Number where U,T are type-variables: U extends Object declared in method test(Test,U) T extends Number declared in class Impl 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:2: error: type argument ? super U is not within bounds of type-variable T public void test(Test t, U value); ^ where U,T are type-variables: U extends Exception declared in method test(Test,U) T extends Number declared in interface Test 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:2: error: type argument U is not within bounds of type-variable T public void test(Test t, U value); ^ where U,T are type-variables: U extends Object declared in method test(Test,U) T extends Number declared in interface Test 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X.EntityKey EntityKey entityKey = null; ^ missing type arguments for generic class X.EntityKey where I is a type-variable: I extends Object declared in class X.EntityKey X.java:4: warning: [unchecked] unchecked method invocation: method condense in class EntityCondenser is applied to given types new EntityCondenser().condense(entityKey); ^ required: K found: X.EntityKey where K,I,E are type-variables: K extends X.EntityKey declared in method condense(K) I extends Object declared in method condense(K) E extends EntityType declared in method condense(K) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incomparable types: Class and Class I.class == X.class || ^ X.java:13: error: incomparable types: Class and Class X.class == I.class; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incomparable types: Class and Class x.getClass() == clazz || ^ where T is a type-variable: T extends I declared in method main(Class,X) where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X X.java:6: error: incomparable types: Class and Class clazz == x.getClass(); ^ where T is a type-variable: T extends I declared in method main(Class,X) where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incomparable types: Class and Class x.getClass() == clazz || ^ where T is a type-variable: T extends I declared in method main(Class,X) where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X X.java:6: error: incomparable types: Class and Class clazz == x.getClass(); ^ where T is a type-variable: T extends I declared in method main(Class,X) where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incomparable types: Class and Class boolean b = ci == X.class || ^ X.java:9: error: incomparable types: Class and Class X.class == ci || ^ X.java:10: error: incomparable types: Class and Class I.class == X.class || ^ X.java:11: error: incomparable types: Class and Class X.class == I.class || ^ X.java:12: error: incomparable types: Class and Class ti == I.class || ^ X.java:13: error: incomparable types: Class and Class I.class == ti || ^ X.java:14: error: incomparable types: Class and Class ti == ci || ^ X.java:15: error: incomparable types: Class and Class ci == ti; ^ 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class public Object getAdapter(Class clazz); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:5: warning: [rawtypes] found raw type: Class public Object getAdapter(Class clazz) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class public Object getAdapter(Class clazz); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:5: warning: [rawtypes] found raw type: Class public Object getAdapter(Class clazz) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Class public Object getAdapter(Class clazz) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Class public Object getAdapter(Class clazz) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:11: warning: [rawtypes] found raw type: Class public Object getAdapter(Class clazz) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: List public void set(List arg) { } // OK to warn in 1.5 code ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [rawtypes] found raw type: List public List get() { return null; } // OK to warn in 1.5 code ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [rawtypes] found raw type: List public void set(List arg) { // should not warn (overrides) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:11: warning: [rawtypes] found raw type: List public List get() { // should not warn (overrides) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: List public void set(List arg) { } // OK to warn in 1.5 code ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [rawtypes] found raw type: List public void set(List arg) { // should not warn (overrides) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:11: warning: [unchecked] get() in Sub overrides get() in Top public List get() { // should warn (super's return type is not raw) ^ return type requires unchecked conversion from List to List X.java:11: warning: [rawtypes] found raw type: List public List get() { // should warn (super's return type is not raw) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Top.java:3: warning: [rawtypes] found raw type: List public void set(List arg) { } // OK to warn in 1.5 code ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Top.java:4: warning: [rawtypes] found raw type: List public List get() { return null; } // OK to warn in 1.5 code ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Top.java:5: warning: [rawtypes] found raw type: List List list; // OK to warn in 1.5 code ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Sub.java:4: warning: [rawtypes] found raw type: List public void set(List arg) { // should not warn (overrides) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List arg.set(0, "A"); // should not warn ('arg' is forced raw) ^ where E is a type-variable: E extends Object declared in interface List Sub.java:9: warning: [rawtypes] found raw type: List public List get() { // should not warn (overrides) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List new Top().list.add("arg"); // should not warn (uses raw field declared elsewhere) ^ where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List new Top().get().add("arg"); // should not warn (uses raw API) ^ where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: List List raw= new Top().get(); // OK to warn ('raw' declared here) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List raw.add("arg"); // OK to warn ('raw' declared here) ^ where E is a type-variable: E extends Object declared in interface List X.java:10: warning: [unchecked] unchecked conversion List unchecked= new Top().get(); // should not warn (forced) ^ required: List found: List X.java:14: warning: [unchecked] unchecked cast List cast= (List) new Top().get(); ^ required: List found: List 12 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Top.java:3: warning: [rawtypes] found raw type: List public void set(List arg) { } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Top.java:4: warning: [rawtypes] found raw type: List public List get() { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Top.java:5: warning: [rawtypes] found raw type: List List list; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Sub.java:4: warning: [rawtypes] found raw type: List public void set(List arg) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List arg.set(0, "A"); ^ where E is a type-variable: E extends Object declared in interface List Sub.java:9: warning: [rawtypes] found raw type: List public List get() { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List new Top().list.add("arg"); ^ where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List new Top().get().add("arg"); ^ where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: List List raw= new Top().get(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List raw.add("arg"); ^ where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [unchecked] unchecked conversion List unchecked= new Top().get(); ^ required: List found: List X.java:10: warning: [unchecked] unchecked cast List cast= (List) new Top().get(); ^ required: List found: List 12 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Top.java:3: warning: [rawtypes] found raw type: List public void set(List arg) { } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Top.java:4: warning: [rawtypes] found raw type: List public List get() { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Top.java:5: warning: [rawtypes] found raw type: List List list; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Sub.java:4: warning: [rawtypes] found raw type: List public void set(List arg) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List arg.set(0, "A"); ^ where E is a type-variable: E extends Object declared in interface List Sub.java:9: warning: [rawtypes] found raw type: List public List get() { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List new Top().list.add("arg"); ^ where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List new Top().get().add("arg"); ^ where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [rawtypes] found raw type: List List raw= new Top().get(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List raw.add("arg"); ^ where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [unchecked] unchecked conversion List unchecked= new Top().get(); ^ required: List found: List X.java:10: warning: [unchecked] unchecked cast List cast= (List) new Top().get(); ^ required: List found: List 12 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: List public void set(List arg) { } // OK to warn in 1.5 code ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:4: warning: [rawtypes] found raw type: List public List get() { return null; } // OK to warn in 1.5 code ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: warning: [rawtypes] found raw type: List public void set(List arg) { // should not warn (overrides) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:10: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List arg.set(0, "A"); // should not warn ('arg' is forced raw) ^ where E is a type-variable: E extends Object declared in interface List X.java:13: warning: [rawtypes] found raw type: List public List get() { // should not warn (overrides) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:19: warning: [unchecked] unchecked call to add(E) as a member of the raw type List new Top().get().add("arg"); ^ where E is a type-variable: E extends Object declared in interface List X.java:20: warning: [rawtypes] found raw type: List List raw= new Top().get(); // OK to warn ('raw' declared here) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List raw.add("arg"); // OK to warn ('raw' declared here) ^ where E is a type-variable: E extends Object declared in interface List X.java:22: warning: [unchecked] unchecked conversion List unchecked= new Top().get(); ^ required: List found: List X.java:24: warning: [unchecked] unchecked cast List cast= (List) new Top().get(); ^ required: List found: List 10 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Set Set set= new HashSet(Arrays.asList(elements)); ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:6: warning: [rawtypes] found raw type: HashSet Set set= new HashSet(Arrays.asList(elements)); ^ missing type arguments for generic class HashSet where E is a type-variable: E extends Object declared in class HashSet X.java:6: warning: [unchecked] unchecked call to HashSet(Collection) as a member of the raw type HashSet Set set= new HashSet(Arrays.asList(elements)); ^ where E is a type-variable: E extends Object declared in class HashSet 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cyclic inheritance involving A public class X {} ^ where A is a type-variable: A declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol zork z; ^ symbol: class zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: X is not abstract and does not override abstract method foo(String) in C public class X extends C { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol zork z; ^ symbol: class zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: X is not abstract and does not override abstract method foo(String) in B public class X extends C { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: foo(String) in C cannot override foo(T) in C public class X extends C { ^ overriding method is static where T is a type-variable: T extends Object declared in class C 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] unchecked conversion t = (T) s; //casting to raw type, no error ^ required: T found: T 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- q/Y.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y q/Y.java:5: error: foo has private access in X System.out.println(t.foo); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Y.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y p/Y.java:4: error: foo has private access in X System.out.println(t.foo); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: foo has private access in X System.out.println(t.foo); ^ X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: foo() has private access in X t.foo(); ^ X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cyclic inheritance involving A public class X {} ^ where A is a type-variable: A declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Project.java:3: warning: [rawtypes] found raw type: Map public Map getOptions(boolean b) { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 1 warning --- javac err: --- Y.java:5: warning: [unchecked] unchecked conversion project != null ? project.getOptions(true) : null; ^ required: Map found: Map Y.java:6: warning: [unchecked] unchecked conversion options = project.getOptions(true); ^ required: Map found: Map Y.java:7: warning: [unchecked] unchecked conversion options = project == null ? null : project.getOptions(true); ^ required: Map found: Map 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Project.java:3: warning: [rawtypes] found raw type: Map public Map getOptions(boolean b) { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 1 warning --- javac err: --- Y.java:5: warning: [unchecked] unchecked conversion project != null ? project.getOptions(true) : null; ^ required: Map found: Map Y.java:6: warning: [unchecked] unchecked conversion options = project.getOptions(true); ^ required: Map found: Map Y.java:7: warning: [unchecked] unchecked conversion options = project == null ? null : project.getOptions(true); ^ required: Map found: Map 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: List protected List fList; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [rawtypes] found raw type: List protected List fSubList; // raw type warning (good) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [rawtypes] found raw type: ArrayList fSubList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fList.add(null); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:11: warning: [unchecked] unchecked call to add(E) as a member of the raw type List super.fList.add(null); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fSubList.add(null); // type safety warning (good, should not be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:15: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fList.add(s); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List super.fList.add(s); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:17: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fSubList.add(s); // type safety warning (good, should not be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:20: warning: [rawtypes] found raw type: ArrayList fSubList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fList.add(s); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:22: warning: [unchecked] unchecked call to add(E) as a member of the raw type List super.fList.add(s); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fSubList.add(s); // type safety warning (good, should not be hidden) ^ where E is a type-variable: E extends Object declared in interface List 13 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: List protected List fList; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [rawtypes] found raw type: List protected List fSubList; // raw type warning (good) ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [rawtypes] found raw type: ArrayList fSubList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fList.add(null); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:11: warning: [unchecked] unchecked call to add(E) as a member of the raw type List super.fList.add(null); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fSubList.add(null); // type safety warning (good, should not be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:15: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fList.add(s); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List super.fList.add(s); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:17: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fSubList.add(s); // type safety warning (good, should not be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:20: warning: [rawtypes] found raw type: ArrayList fSubList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fList.add(s); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:22: warning: [unchecked] unchecked call to add(E) as a member of the raw type List super.fList.add(s); // type safety warning (TODO: bad, should be hidden) ^ where E is a type-variable: E extends Object declared in interface List X.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type List fSubList.add(s); // type safety warning (good, should not be hidden) ^ where E is a type-variable: E extends Object declared in interface List 13 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [rawtypes] found raw type: Map public A (Map m) { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:3: warning: [rawtypes] found raw type: Map public X(Map m) { // should warn about raw type m ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:5: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map m.put("one", 1); // warns about raw method invocation (good) ^ where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [rawtypes] found raw type: Map public A (Map m) { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:3: warning: [rawtypes] found raw type: Map public X(Map m) { // should warn about raw type m ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:5: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map m.put("one", 1); // warns about raw method invocation (good) ^ where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Try.java:6: warning: [unchecked] unchecked cast takeObj((E) Bar.getObject()); ^ required: E found: Object where E is a type-variable: E extends Object declared in class Try Try.java:7: warning: [unchecked] unchecked cast takeObj((E) Bar.getArray()); ^ required: E found: Object[] where E is a type-variable: E extends Object declared in class Try Try.java:8: warning: [unchecked] unchecked cast takeObj((E) Array.newInstance(Integer.class, 2)); ^ required: E found: Object where E is a type-variable: E extends Object declared in class Try Try.java:12: warning: [unchecked] unchecked cast takeArray((E[]) Bar.getArray()); ^ required: E[] found: Object[] where E is a type-variable: E extends Object declared in class Try Try.java:13: warning: [unchecked] unchecked cast takeArray((E[]) Array.newInstance(Integer.class, 2)); ^ required: E[] found: Object where E is a type-variable: E extends Object declared in class Try Try.java:17: warning: [unchecked] unchecked cast list.toArray((L[]) Bar.getArray()); ^ required: L[] found: Object[] where L is a type-variable: L extends Object declared in method foo(List) Try.java:18: warning: [unchecked] unchecked cast list.toArray((L[]) Array.newInstance(Integer.class, 2)); ^ required: L[] found: Object where L is a type-variable: L extends Object declared in method foo(List) Try.java:21: warning: [unchecked] unchecked cast List l = (List) Bar.getObject(); ^ required: List found: Object Try.java:22: warning: [unchecked] unchecked conversion List l2 = Bar.getRawList(); ^ required: List found: List Try.java:23: warning: [unchecked] unchecked cast ArrayList l3 = (ArrayList) Bar.getRawList(); ^ required: ArrayList found: List Bar.java:11: warning: [rawtypes] found raw type: List public static List getRawList() { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Bar.java:12: warning: [rawtypes] found raw type: ArrayList return new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 12 warnings --- javac err: --- Try.java:6: warning: [unchecked] unchecked cast takeObj((E) Bar.getObject()); ^ required: E found: Object where E is a type-variable: E extends Object declared in class Try Try.java:7: warning: [unchecked] unchecked cast takeObj((E) Bar.getArray()); ^ required: E found: Object[] where E is a type-variable: E extends Object declared in class Try Try.java:8: warning: [unchecked] unchecked cast takeObj((E) Array.newInstance(Integer.class, 2)); ^ required: E found: Object where E is a type-variable: E extends Object declared in class Try Try.java:12: warning: [unchecked] unchecked cast takeArray((E[]) Bar.getArray()); ^ required: E[] found: Object[] where E is a type-variable: E extends Object declared in class Try Try.java:13: warning: [unchecked] unchecked cast takeArray((E[]) Array.newInstance(Integer.class, 2)); ^ required: E[] found: Object where E is a type-variable: E extends Object declared in class Try Try.java:17: warning: [unchecked] unchecked cast list.toArray((L[]) Bar.getArray()); ^ required: L[] found: Object[] where L is a type-variable: L extends Object declared in method foo(List) Try.java:18: warning: [unchecked] unchecked cast list.toArray((L[]) Array.newInstance(Integer.class, 2)); ^ required: L[] found: Object where L is a type-variable: L extends Object declared in method foo(List) Try.java:21: warning: [unchecked] unchecked cast List l = (List) Bar.getObject(); ^ required: List found: Object Try.java:22: warning: [unchecked] unchecked conversion List l2 = Bar.getRawList(); ^ required: List found: List Try.java:23: warning: [unchecked] unchecked cast ArrayList l3 = (ArrayList) Bar.getRawList(); ^ required: ArrayList found: List Bar.java:11: warning: [rawtypes] found raw type: List public static List getRawList() { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Bar.java:12: warning: [rawtypes] found raw type: ArrayList return new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 12 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of type X<> x1 = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal start of type public class X implements Map<> { ^ X.java:3: error: illegal start of type static Map<> foo (Map<> x) { ^ X.java:3: error: illegal start of type static Map<> foo (Map<> x) { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of type static Map<> foo () { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of type X.Y<> [] y = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of type X.Y<> y = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of type if (x instanceof X<>) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: ';' expected public void foo(Object x) throws X.Y<>.LException { ^ X.java:2: error: expected public void foo(Object x) throws X.Y<>.LException { ^ X.java:2: error: illegal start of type public void foo(Object x) throws X.Y<>.LException { ^ X.java:2: error: expected public void foo(Object x) throws X.Y<>.LException { ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot create array with '<>' Object o = new X<> [10]; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of type X<>[] x1 = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal start of type X<>[] x1 = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of type X<> x1 = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal start of type X<> f1 = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal start of type public void foo(X<> args) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: method does not override or implement a method from a supertype void newMethod(){ ^ (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X X Test = new X<>(){ ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:4: error: method does not override or implement a method from a supertype void newMethod(){ ^ (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype) X.java:6: error: incompatible types: void cannot be converted to X }.testFunction("SUCCESS"); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot infer type arguments for X X Test = new X<>(); ^ reason: cannot use '<>' with non-generic class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: B F> f011 = F.g(); ^ missing type arguments for generic class B where V is a type-variable: V extends Object declared in class B X.java:9: warning: [rawtypes] found raw type: B F> f011 = F.g(); ^ missing type arguments for generic class B where V is a type-variable: V extends Object declared in class B 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: B X f = getX(); ^ missing type arguments for generic class B where V is a type-variable: V extends Object declared in class B 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [unchecked] unchecked method invocation: method castTo in class NumberRange is applied to given types return castTo((Class) null).containsNC((Comparable) null); ^ required: Class found: Class where N is a type-variable: N extends Number,Comparable declared in method castTo(Class) X.java:13: warning: [unchecked] unchecked conversion return castTo((Class) null).containsNC((Comparable) null); ^ required: Class found: Class where N is a type-variable: N extends Number,Comparable declared in method castTo(Class) X.java:13: warning: [unchecked] unchecked call to containsNC(T) as a member of the raw type Range return castTo((Class) null).containsNC((Comparable) null); ^ where T is a type-variable: T extends Comparable declared in class Range 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:13: warning: [unchecked] unchecked method invocation: method castTo in class NumberRange is applied to given types return castTo((Class) null).containsNC((Comparable) null); ^ required: Class found: Class where N is a type-variable: N extends Number,Comparable declared in method castTo(Class) X.java:13: warning: [unchecked] unchecked conversion return castTo((Class) null).containsNC((Comparable) null); ^ required: Class found: Class where N is a type-variable: N extends Number,Comparable declared in method castTo(Class) X.java:13: warning: [unchecked] unchecked call to containsNC(T) as a member of the raw type Range return castTo((Class) null).containsNC((Comparable) null); ^ where T is a type-variable: T extends Comparable declared in class Range 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: method foo in class X cannot be applied to given types; return foo(c2,c); ^ required: C1,C2 found: C2,C1 reason: inference variable C2 has incompatible bounds upper bounds: Collection lower bounds: C1 where C1,C2 are type-variables: C1 extends Object declared in method foo(C1,C2) C2 extends Collection declared in method foo(C1,C2) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- App.java:25: warning: [rawtypes] found raw type: Context private static void compileError(Context context) { ^ missing type arguments for generic class Context where T is a type-variable: T extends Object declared in class Context App.java:26: warning: [unchecked] unchecked call to addListener(Command_1) as a member of the raw type ObservableEventWithArg.Monitor context.getSubmissionErrorEventMonitor().addListener( ^ where T is a type-variable: T extends Object declared in class ObservableEventWithArg 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X Runnable runnable = new X().cast(new Object()); ^ missing type arguments for generic class X where T is a type-variable: T extends Object,Runnable declared in class X X.java:7: warning: [unchecked] unchecked call to cast(T) as a member of the raw type X Runnable runnable = new X().cast(new Object()); ^ where T is a type-variable: T extends Object,Runnable declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X new B().foo(null, null); ^ p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public void foo(T ... o) { System.out.println("PGMB"); } ^ where T is a type-variable: T extends A declared in method foo(T...) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: Y is not abstract and does not override abstract method foo(List) in Base class Y extends X {} ^ where T is a type-variable: T extends Object declared in method foo(List) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public void foo(T ... o) { } ^ where T is a type-variable: T extends A declared in method foo(T...) X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X new B().foo(null, null); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T void foo (T... p); ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:5: warning: foo(Object[]) in A implements foo(T...) in I; overriding method is missing '...' public void foo(Object [] p) {} ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:7: warning: foo(Object[]) in A implements foo(T...) in I; overriding method is missing '...' public class X extends A { ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:10: error: method foo in class A cannot be applied to given types; a.foo("hello", "world"); ^ required: Object[] found: String,String reason: actual and formal argument lists differ in length 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T void foo (T... p); ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:9: warning: foo(Object[]) in A implements foo(T...) in I; overriding method is missing '...' abstract class B extends A implements I { ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:11: warning: foo(Object[]) in A implements foo(T...) in I; overriding method is missing '...' public class X extends B implements I { ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:14: error: method foo in class A cannot be applied to given types; b.foo("hello", "world"); ^ required: Object[] found: String,String reason: actual and formal argument lists differ in length 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T void foo (T... p); ^ where T is a type-variable: T extends Object declared in method foo(T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X new B().foo(null, null); ^ p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public void foo(T ... o) { System.out.println("PGMB"); } ^ where T is a type-variable: T extends A declared in method foo(T...) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/B.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T public void foo(T ... o) { System.out.println("PGMB"); } ^ where T is a type-variable: T extends A declared in method foo(T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: inference variable T has incompatible bounds Class id = id(new X().getClass()); ^ upper bounds: Class,Object lower bounds: Class where T is a type-variable: T extends Object declared in method id(T) where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: package org.junit does not exist import static org.junit.Assert.assertArrayEquals; ^ X.java:1: error: static import only from classes and interfaces import static org.junit.Assert.assertArrayEquals; ^ X.java:3: error: package org.junit does not exist import org.junit.Test; ^ X.java:17: error: cannot find symbol public static class ClassInheritanceDepthComparator implements Comparator> { ^ symbol: class Comparator location: class X X.java:5: error: cannot find symbol @Test(expected = IllegalArgumentException.class) ^ symbol: class Test location: class X X.java:7: warning: [rawtypes] found raw type: Class Arrays.sort(new Class[] {Chimp.class, Cat.class}, ClassInheritanceDepthComparator.INSTANCE); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:7: error: no suitable method found for sort(Class[],ClassInheritanceDepthComparator) Arrays.sort(new Class[] {Chimp.class, Cat.class}, ClassInheritanceDepthComparator.INSTANCE); ^ method Arrays.sort(T#1[],Comparator) is not applicable (cannot infer type-variable(s) T#1 (argument mismatch; ClassInheritanceDepthComparator cannot be converted to Comparator)) method Arrays.sort(T#2[],int,int,Comparator) is not applicable (cannot infer type-variable(s) T#2 (actual and formal argument lists differ in length)) where T#1,T#2 are type-variables: T#1 extends Object declared in method sort(T#1[],Comparator) T#2 extends Object declared in method sort(T#2[],int,int,Comparator) X.java:19: error: method does not override or implement a method from a supertype @Override ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 7 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- K1.java:4: warning: [rawtypes] found raw type: List public Map get(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List K.java:4: warning: [rawtypes] found raw type: List public Map get() { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types return Enum.valueOf(clazz.asSubclass(Enum.class), value); ^ required: Class,String found: Class,String where T,U are type-variables: T extends Enum declared in method valueOf(Class,String) U extends Object declared in method asSubclass(Class) where CAP#1 is a fresh type-variable: CAP#1 extends Enum from capture of ? extends U X.java:6: warning: [rawtypes] found raw type: Enum return Enum.valueOf(clazz.asSubclass(Enum.class), value); ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:6: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types return Enum.valueOf(clazz.asSubclass(Enum.class), value); ^ required: Class,String found: Class,String where T is a type-variable: T extends Enum declared in method valueOf(Class,String) where CAP#1 is a fresh type-variable: CAP#1 extends Enum from capture of ? extends Enum X.java:9: warning: [rawtypes] found raw type: Enum Class enumType = clazz.asSubclass(Enum.class); ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:10: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types return Enum.valueOf(enumType, value); ^ required: Class,String found: Class,String where T is a type-variable: T extends Enum declared in method valueOf(Class,String) where CAP#1 is a fresh type-variable: CAP#1 extends Enum from capture of ? extends Enum 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:7: warning: [rawtypes] found raw type: Foo doit( workers.toArray( new Foo[workers.size()] ) ); ^ missing type arguments for generic class Foo where C is a type-variable: C extends Object declared in class Foo Foo.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type Foo public static void doit( Foo... workers ) ^ where C is a type-variable: C extends Object declared in method doit(Foo...) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate public static Predicate and(Predicate... arg) { return null; } ^ where T is a type-variable: T extends Object declared in method and(Predicate...) X.java:8: error: no suitable method found for and(Predicate,Predicate) org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest#test443596 - 10 public void error(Predicate arg) { and(predicate, in(arg)); } // no compile ^ X.java [ method X.and(Predicate...) is not applicable (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object) public final class X { method X.and(Predicate,Predicate) is not applicable static interface Predicate { boolean test(T object); } (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object) public static Predicate in(Predicate arg) { return null; } where E,T#1,T#2 are type-variables: E extends Object declared in class FilteredCollection public static Predicate and(Predicate... arg) { return null; } T#1 extends Object declared in method and(Predicate...) public static Predicate and(Predicate arg0, Predicate arg1) { return null; } static class FilteredCollection { T#2 extends Object declared in method and(Predicate,Predicate) Predicate predicate; where CAP#1,CAP#2,CAP#3 are fresh type-variables: public void error(Predicate arg) { and(predicate, in(arg)); } // no compile CAP#1 extends Object super: E from capture of ? super E } } CAP#2 extends Object from capture of ? ] CAP#3 extends Object from capture of ? 1 error 1 warning ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] unchecked method invocation: method doSomething in class X is applied to given types doSomething(returnClassType(Class.class)); ^ required: Class found: Class where T is a type-variable: T extends Object declared in method doSomething(Class) X.java:5: warning: [unchecked] unchecked conversion doSomething(returnClassType(Class.class)); ^ required: Class found: Class where T is a type-variable: T extends Object declared in method doSomething(Class) X.java:6: warning: [rawtypes] found raw type: List doSomething(returnListType(new ArrayList())); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:6: warning: [unchecked] unchecked method invocation: method doSomething in class X is applied to given types doSomething(returnListType(new ArrayList())); ^ required: List found: List where T is a type-variable: T extends Object declared in method doSomething(List) X.java:6: warning: [unchecked] unchecked conversion doSomething(returnListType(new ArrayList())); ^ required: List found: List where T is a type-variable: T extends Object declared in method doSomething(List) 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method element in class X cannot be applied to given types; int x = element(new int [] { 1234 }); ^ required: T#1[] found: int[] reason: inference variable T#1 has incompatible bounds equality constraints: int upper bounds: Object where T#1,T#2 are type-variables: T#1 extends Object declared in method element(T#1[]) T#2 extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated int x = element(10, new Integer(20)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated int x = element(10, new Integer(20)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated int x = element(10, new Integer(20)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TypeInferenceProblem.java:28: warning: [static] static method should be qualified by type name, TypeInferenceProblem, instead of by an expression this.expect(unboundedMockHeaderAccess.getHeader()).andReturn(new Object()); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TypeUnsafe.java:12: error: incompatible types: inference variable Type has incompatible equality constraints Integer,String Collection integers = nullAsCollection(String.class); ^ where Type,CollectionType are type-variables: Type extends Object declared in method nullAsCollection(Class) CollectionType extends Collection declared in method nullAsCollection(Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TypeUnsafe.java:13: error: incompatible types: inference variable Type has incompatible equality constraints Integer,String Collection integers = nullAsList(String.class); ^ where Type,CollectionType are type-variables: Type extends Object declared in method nullAsList(Class) CollectionType extends List declared in method nullAsList(Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ExampleClass.java:1: error: cyclic inheritance involving a public class ExampleClass extends aspose.b.a.a {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: J void foo(J[] list, I> i) { ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:3: error: incompatible types: I> cannot be converted to I sort(list, i); ^ X.java:5: warning: [rawtypes] found raw type: J J[] sort(J[] list, I i) { ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:5: warning: [rawtypes] found raw type: J J[] sort(J[] list, I i) { ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:5: warning: [rawtypes] found raw type: J J[] sort(J[] list, I i) { ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: J void foo(J[] list, I> i) { ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:3: error: incompatible types: I> cannot be converted to I sort(list, i); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] unchecked cast return (List) data(b ? (Serializable) get() : null); ^ required: List found: Serializable X.java:14: warning: [serial] serializable class X.A has no definition of serialVersionUID public class A implements Serializable { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: I void foo(I[] e, I> comp) { ^ missing type arguments for generic class I where T is a type-variable: T extends Object declared in interface I X.java:4: error: incompatible types: I> cannot be converted to I sort(e, comp); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types doSomethingWithFoo( any( Foo.class ), any( Foo.class ) ); ^ required: Foo,Foo found: Foo,Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) X.java:8: warning: [unchecked] unchecked conversion doSomethingWithFoo( any( Foo.class ), any( Foo.class ) ); ^ required: Foo found: Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) X.java:8: warning: [unchecked] unchecked conversion doSomethingWithFoo( any( Foo.class ), any( Foo.class ) ); ^ required: Foo found: Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) X.java:12: warning: [rawtypes] found raw type: Foo Foo foo = any( Foo.class ); ^ missing type arguments for generic class Foo where T is a type-variable: T extends Object declared in interface Foo X.java:13: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types doSomethingWithFoo( foo, foo ); ^ required: Foo,Foo found: Foo,Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) X.java:13: warning: [unchecked] unchecked conversion doSomethingWithFoo( foo, foo ); ^ required: Foo found: Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) X.java:13: warning: [unchecked] unchecked conversion doSomethingWithFoo( foo, foo ); ^ required: Foo found: Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) X.java:17: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types this.doSomethingWithFoo( any( Foo.class ), any( Foo.class ) ); ^ required: Foo,Foo found: Foo,Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) X.java:17: warning: [unchecked] unchecked conversion this.doSomethingWithFoo( any( Foo.class ), any( Foo.class ) ); ^ required: Foo found: Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) X.java:17: warning: [unchecked] unchecked conversion this.doSomethingWithFoo( any( Foo.class ), any( Foo.class ) ); ^ required: Foo found: Foo where T is a type-variable: T extends Object declared in method doSomethingWithFoo(Foo,Foo) 10 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BugEclipse.java:7: error: incompatible types: no unique maximal instance exists for type variable T with upper bounds Cat,Dog Cat cat = getDog(); // <- error here, eclipse compile this line but the execution print ClassCastException ^ where T is a type-variable: T extends Dog declared in method getDog() BugEclipse.java:11: warning: [unchecked] unchecked cast return (T) dog; ^ required: T found: Dog where T is a type-variable: T extends Dog declared in method getDog() 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- EclipseJava8Generics.java:28: error: reference to doFoo is ambiguous final Object propertyValue = typedProperty.getBar().doFoo(null); ^ both method doFoo(String) in Foo and method doFoo(Integer) in Nasty match where V is a type-variable: V extends Object declared in interface Foo 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:4: warning: [serial] serializable class SingletonList has no definition of serialVersionUID private static class SingletonList ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Main.java:2: warning: [rawtypes] found raw type: ASTNode abstract class ASTNode implements Iterable { ^ missing type arguments for generic class ASTNode where T is a type-variable: T extends ASTNode declared in class ASTNode test/Main.java:5: warning: [rawtypes] found raw type: ASTNode abstract class List extends ASTNode { } ^ missing type arguments for generic class ASTNode where T is a type-variable: T extends ASTNode declared in class ASTNode test/Main.java:30: warning: [rawtypes] found raw type: ASTNode String test(ASTNode node, ASTNode rawNode) { ^ missing type arguments for generic class ASTNode where T is a type-variable: T extends ASTNode declared in class ASTNode 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Main.java:7: warning: [rawtypes] found raw type: EcoreEMap EcoreEMap map = new EcoreEMap(); ^ missing type arguments for generic class EcoreEMap where K,V are type-variables: K extends Object declared in class EcoreEMap V extends Object declared in class EcoreEMap test/Main.java:7: warning: [rawtypes] found raw type: EcoreEMap EcoreEMap map = new EcoreEMap(); ^ missing type arguments for generic class EcoreEMap where K,V are type-variables: K extends Object declared in class EcoreEMap V extends Object declared in class EcoreEMap test/Main.java:8: error: incompatible types: Object cannot be converted to Entry map.addUnique(new Object()); //Error here ONLY in 4.4 ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- example/CollectionFactory.java:87: warning: [unchecked] unchecked method invocation: method noneOf in class EnumSet is applied to given types return EnumSet.noneOf((Class) elementType); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method noneOf(Class) example/CollectionFactory.java:87: warning: [unchecked] unchecked conversion return EnumSet.noneOf((Class) elementType); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method noneOf(Class) example/CollectionFactory.java:87: warning: [unchecked] unchecked conversion return EnumSet.noneOf((Class) elementType); ^ required: Collection found: EnumSet where E is a type-variable: E extends Object declared in method createCollection(Class,Class,int) example/CollectionFactory.java:94: warning: [deprecation] newInstance() in Class has been deprecated return (Collection) collectionClass.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class example/CollectionFactory.java:94: warning: [unchecked] unchecked cast return (Collection) collectionClass.newInstance(); ^ required: Collection found: CAP#1 where E is a type-variable: E extends Object declared in method createCollection(Class,Class,int) where CAP#1 is a fresh type-variable: CAP#1 extends Object from capture of ? 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- EnumTest.java:8: warning: [rawtypes] found raw type: Class public T getOne(Class enumType) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class EnumTest.java:9: error: type argument ? extends T is not within bounds of type-variable E EnumSet set = EnumSet.allOf(enumType); ^ where T,E are type-variables: T extends Cloneable declared in method getOne(Class) E extends Enum declared in class EnumSet EnumTest.java:9: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types EnumSet set = EnumSet.allOf(enumType); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) EnumTest.java:9: warning: [unchecked] unchecked conversion EnumSet set = EnumSet.allOf(enumType); ^ required: Class found: Class where E is a type-variable: E extends Enum declared in method allOf(Class) EnumTest.java:9: warning: [unchecked] unchecked conversion EnumSet set = EnumSet.allOf(enumType); ^ required: EnumSet found: EnumSet where T is a type-variable: T extends Cloneable declared in method getOne(Class) 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- EnumTest.java:8: warning: [rawtypes] found raw type: Class public void getOne(Class enumType) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class EnumTest.java:9: error: type argument ? extends EnumTest is not within bounds of type-variable E EnumSet set = null; ^ where E is a type-variable: E extends Enum declared in class EnumSet 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: type argument ? extends U is not within bounds of type-variable T X l = null; ^ where U,T are type-variables: U extends B declared in method m() T extends A declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:6: error: method b in class Test cannot be applied to given types; b(newList(type)); ^ required: List found: CAP#1 reason: inference variable L has incompatible bounds equality constraints: CAP#2 upper bounds: List,List where T,L are type-variables: T extends Object declared in method b(List) L extends List declared in method newList(Class) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends List from capture of ? extends List CAP#2 extends List from capture of ? extends List 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- bug/AbstractC.java:4: error: cannot select from a type variable public abstract class AbstractC extends T.AbstractD { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/A.java:3: warning: [rawtypes] found raw type: Iterable public interface A { ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable test/B1.java:3: warning: [rawtypes] found raw type: Iterable public interface B1 extends A { ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable test/B2.java:3: warning: [rawtypes] found raw type: Iterable public interface B2 extends A { ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/A.java:6: warning: [rawtypes] found raw type: List static List f; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 warning --- javac err: --- test/B.java:4: error: invalid method declaration; return type required public static test() { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: type argument ? extends V is not within bounds of type-variable U public static Y one() { ^ where V,U are type-variables: V extends Object declared in method one() U extends Z declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:8: error: method method() is already defined in class Test private void method() { ^ Test.java:4: warning: [rawtypes] found raw type: Map private Map field = new HashMap(); ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map Test.java:4: warning: [rawtypes] found raw type: HashMap private Map field = new HashMap(); ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap Test.java:6: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map field.put("key", "value"); ^ where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map Test.java:9: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map field.put("key", "value"); ^ where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- subtypes/TestImpl.java:8: warning: [rawtypes] found raw type: GenericType protected List> giveMeAListOfTypes() { ^ missing type arguments for generic class GenericType where REQ,RES are type-variables: REQ extends A declared in class GenericType RES extends B declared in class GenericType 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X/C120644mr.java:3: error: cannot select from a type variable public class C120644mr extends X.C16280iv { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X/C120644mr.java:6: error: cannot select from a type variable public class C120644mr extends X.Inner { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:3: error: incompatible types: T cannot be converted to String return x instanceof String; ^ where T is a type-variable: T extends CharSequence,List declared in method m(T) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:11: error: incompatible types: List.C> cannot be converted to List.C> List.C> y = x.list; ^ where CAP#1 is a fresh type-variable: CAP#1 extends B from capture of ? extends B 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:17: error: incompatible types: List.C> cannot be converted to List.C> foo(l); ^ where T is a type-variable: T extends Object declared in class A A.java:33: error: incompatible types: List> cannot be converted to List> foo2(l); ^ where T is a type-variable: T extends Object declared in class A Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ForeachStatementTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol for (int value : new int[] {value}) { ^ symbol: variable value location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol for (int value : value) { ^ symbol: variable value location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: variable i might not have been initialized System.out.println(sum + i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: variable i might already have been assigned i = 1; ^ X.java:13: error: variable i might not have been initialized System.out.println(i); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Iterable void foo(Iterable col) { ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable X.java:3: error: incompatible types: Object cannot be converted to X for (X x : col) { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: String cannot be converted to X for (X x : col) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: int[] cannot be converted to int loop: for (final int e : tab) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated arrayList.add(new Integer(i)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: String cannot be converted to Thread for (Thread s : new AX()) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: List List list = new ArrayList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:7: warning: [rawtypes] found raw type: ArrayList List list = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type List list.add(arg); ^ where E is a type-variable: E extends Object declared in interface List 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: ArrayList java.util.ArrayList i; ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: ArrayList ArrayList arr = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:6: warning: [rawtypes] found raw type: ArrayList ArrayList arr = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList arr.add(new Object()); ^ where E is a type-variable: E extends Object declared in class ArrayList 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: List void foo3(java.util.List l) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:9: warning: [rawtypes] found raw type: Set Set [] OK= new Set[] { x, y }; ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:9: warning: [unchecked] unchecked conversion Set [] OK= new Set[] { x, y }; ^ required: Set[] found: Set[] X.java:10: warning: [rawtypes] found raw type: Set for (Set BUG : new Set[] { x, y }) { ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:10: warning: [unchecked] unchecked conversion for (Set BUG : new Set[] { x, y }) { ^ required: Set found: Set X.java:14: warning: [rawtypes] found raw type: Set Set [] set = new Set[] { x, y }; ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:14: warning: [rawtypes] found raw type: Set Set [] set = new Set[] { x, y }; ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:15: warning: [unchecked] unchecked conversion for (Set BUG : set) { ^ required: Set found: Set 1 error 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:9: warning: [rawtypes] found raw type: Set @SuppressWarnings("unchecked") Set [] OK= new Set[] { x, y }; ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:10: warning: [rawtypes] found raw type: Set for (@SuppressWarnings("unchecked") Set BUG : new Set[] { x, y }) { ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set X.java:10: warning: [unchecked] unchecked conversion for (@SuppressWarnings("unchecked") Set BUG : new Set[] { x, y }) { ^ required: Set found: Set X.java:15: warning: [unchecked] unchecked conversion for (@SuppressWarnings("unchecked") Set BUG : set) { ^ required: Set found: Set 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [unchecked] unchecked conversion List stringList = lists.get(0); // (1) ^ required: List found: List X.java:5: warning: [unchecked] unchecked conversion for (List strings : lists) // (2) ^ required: List found: List X.java:7: warning: [unchecked] unchecked conversion for (@SuppressWarnings("unchecked") List strings : lists) // no warning ^ required: List found: List 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class StaticImportTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:9: error: cannot find symbol void m1(YMember m) {} ^ symbol: class YMember location: class X p/X.java:10: error: cannot find symbol void m2(ZMember m) {} ^ symbol: class ZMember location: class X p/X.java:3: error: cannot find symbol import static p2.Z.Zint; ^ symbol: static Zint location: class Z p/X.java:4: error: cannot find symbol import static p2.Z.ZMember; ^ symbol: static ZMember location: class Z p/X.java:6: error: cannot find symbol int x = y(1); ^ symbol: method y(int) location: class X p/X.java:7: error: cannot find symbol int y = Yint; ^ symbol: variable Yint location: class X p/X.java:8: error: cannot find symbol int z = Zint; ^ symbol: variable Zint location: class X 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:9: error: cannot find symbol void m1(YMember m) {} ^ symbol: class YMember location: class X p/X.java:10: error: cannot find symbol void m2(ZMember m) {} ^ symbol: class ZMember location: class X p/X.java:3: error: cannot find symbol import static p2.Z.Zint; ^ symbol: static Zint location: class Z p/X.java:4: error: cannot find symbol import static p2.Z.ZMember; ^ symbol: static ZMember location: class Z p/X.java:6: error: cannot find symbol int x = y(1); ^ symbol: method y(int) location: class X p/X.java:7: error: cannot find symbol int y = Yint; ^ symbol: variable Yint location: class X p/X.java:8: error: cannot find symbol int z = Zint; ^ symbol: variable Zint location: class X 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:3: error: cannot find symbol import static p2.Z.ZNonStatic; ^ symbol: static ZNonStatic location: class Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: package java does not exist import static java.lang.System; ^ p/X.java:2: error: static import only from classes and interfaces import static java.lang.System; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:3: error: cannot find symbol public class X {Method m;} ^ symbol: class Method location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method arraycopy in class System cannot be applied to given types; void foo() { arraycopy(); } ^ required: Object,int,Object,int,int found: no arguments reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol class XXX extends M.Missing {} ^ symbol: class Missing location: class M 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol import static p.Z.Zz.WW.*; ^ symbol: class WW location: class Z.Zz X.java:8: error: cannot find symbol import p.Y.ZZ; ^ symbol: class ZZ location: class Y X.java:9: error: cannot find symbol import static p.Y.ZZ.*; ^ symbol: class ZZ location: class Y X.java:10: error: cannot find symbol import static p.Y.ZZ.WW; ^ symbol: class ZZ location: class Y X.java:10: error: static import only from classes and interfaces import static p.Y.ZZ.WW; ^ X.java:11: error: cannot find symbol import static p.Y.ZZ.WW.*; ^ symbol: class ZZ location: class Y X.java:12: error: cannot find symbol import static p.Y.ZZ.ZZZ; ^ symbol: class ZZ location: class Y X.java:12: error: static import only from classes and interfaces import static p.Y.ZZ.ZZZ; ^ X.java:13: error: cannot find symbol import static p.Y.ZZ.WW.WWW; ^ symbol: class ZZ location: class Y X.java:13: error: static import only from classes and interfaces import static p.Y.ZZ.WW.WWW; ^ X.java:6: error: cannot find symbol import static p.Y.Zz; ^ symbol: static Zz location: class Y 11 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: package java does not exist import static java.lang.*; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- bug/A.java:4: error: cannot find symbol private B b2 = b; ^ symbol: variable b location: class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol void foo() { cos(0); } ^ symbol: method cos(int) location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol import static p.B.foo; ^ symbol: static foo location: class B X.java:3: error: cannot find symbol void test() { foo(); } ^ symbol: method foo() location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to F is ambiguous int i = F; ^ both variable F in A and variable F in B match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/B.java:5: error: reference to m is ambiguous public class B { public static void main(String[] args) { m(); } } ^ both method m() in C and method m() in A match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol foo bar; ^ symbol: class foo location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:6: error: cannot find symbol b.fooB(); ^ symbol: method fooB() location: variable b of type B 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/Test.java:4: error: cannot find symbol Inner1 i; // not found ^ symbol: class Inner1 location: class Test 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- PointRadius.java:7: error: cannot find symbol radius = sqrt(pondArea / Math.PI); ^ symbol: variable pondArea location: class PointRadius 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X2.java:3: error: reference to foo is ambiguous public class X2 { void test() {foo();} } ^ both method foo() in A and method foo() in B match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:6: error: method foo in class B cannot be applied to given types; void test() { foo(1); } ^ required: Object,String found: int reason: actual and formal argument lists differ in length 1 error --- javac err: --- A.java:4: error: method foo in class A.B cannot be applied to given types; void foo() { foo(1, 1); } ^ required: no arguments found: int,int reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol import static p.A.CONSTANT_B; ^ symbol: static CONSTANT_B location: class A X.java:5: error: CONSTANT_B is not public in B; cannot be accessed from outside package static int j = p.A.CONSTANT_B; ^ X.java:7: error: cannot find symbol static int n = CONSTANT_B; ^ symbol: variable CONSTANT_B location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol import static p.A.foo_I; ^ symbol: static foo_I location: class A X.java:2: error: cannot find symbol import static p.A.foo_B; ^ symbol: static foo_B location: class A X.java:4: error: non-static method foo_I() cannot be referenced from a static context static int i = p.A.foo_I(); ^ X.java:5: error: foo_B() is not public in B; cannot be accessed from outside package static int j = p.A.foo_B(); ^ X.java:6: error: cannot find symbol static int m = foo_I(); ^ symbol: method foo_I() location: class X X.java:7: error: cannot find symbol static int n = foo_B(); ^ symbol: method foo_B() location: class X 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol import static p.A.foo_I; ^ symbol: static foo_I location: class A X.java:4: error: non-static method foo_I() cannot be referenced from a static context static int i = p.A.foo_I(); ^ X.java:6: error: cannot find symbol static int m = foo_I(); ^ symbol: method foo_I() location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ImportTest.java:4: error: method toString2 in class SuperTest cannot be applied to given types; static void printArgs(Object... args) { toString2(args); } ^ required: no arguments found: Object[] reason: actual and formal argument lists differ in length 1 error --- javac err: --- ImportTest.java:4: error: method toString in class Object cannot be applied to given types; static void printArgs(Object... args) { toString(args); } ^ required: no arguments found: Object[] reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter; void test2() { format("fails?", null); } ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: method arrayList in class X cannot be applied to given types; public class X { static void arrayList(int x) { arrayList(); } } ^ required: int found: no arguments reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Three.java:3: error: incompatible types: String cannot be converted to int public class Three extends Two { public static void test(String s) { arrayList(s); } } ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error --- javac err: --- test/Three.java:3: error: incompatible types: String cannot be converted to int public class Three extends Two { public static void test(String s) { arrayList(s); } } ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- error/Importer.java:6: error: method getName in class Base cannot be applied to given types; getName(Importer.class); ^ required: no arguments found: Class reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- sample/X.java:22: error: variable i might not have been initialized i++; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- sample/X.java:21: error: variable i might not have been initialized i++; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- sample/X.java:7: error: variable i might not have been initialized i++; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:7: error: cannot find symbol System.out.println(getZ().value); ^ symbol: variable value location: class Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:4: error: type Z does not take parameters public class X extends Z { ^ p/X.java:5: error: type Z does not take parameters Z getZ() { return null; } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:2: error: cannot find symbol import static q.A.a; ^ symbol: static a location: class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:6: error: reference to a is ambiguous System.out.println(a); ^ both variable a in B and variable a in J match p/X.java:7: error: reference to b is ambiguous System.out.println(b); ^ both variable b in B and variable b in I match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:4: error: reference to M is ambiguous M m; ^ both class p2.I.M in I and class p2.B.M in B match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol import static p.I.E.C; ^ symbol: static C location: enum E 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- node/Test/node.java:1: error: package node.Test clashes with class of same name package node.Test; ^ node/Test.java:2: error: class Test clashes with package of same name public class Test { ^ node2/Test2.java:3: error: cannot find symbol import static Test.node; ^ symbol: class Test node2/Test2.java:3: error: static import only from classes and interfaces import static Test.node; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/A.java:6: error: cannot find symbol int v1 = b.fooB; ^ symbol: variable fooB location: variable b of type B 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Outer.java:2: error: cannot find symbol import static test.Outer.Inner.VALUE; ^ symbol: static VALUE location: class Inner test/Outer.java:4: error: cannot find symbol int i = VALUE; ^ symbol: variable VALUE location: class Outer 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Outer.java:4: error: cannot find symbol int i = VALUE; ^ symbol: variable VALUE location: class Outer 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test074 - 10 test/Outer.java [ package test; import static test.Outer.Inner.*; public class Outer { int i = VALUE; int i2 = Inner.VALUE; static class Inner { private static final int VALUE = 0; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test078 - 10 A/A.java [ package A; import static B.B.C1; import B.B.C1; public abstract class A { protected void A1(Object task) { C1 c = C1(task); } } ] B/B.java [ package B; final public class B { private B() {} public static class C1 {} public static C1 C1(Object o) { return new C1(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test079 - 10 A/A.java [ package A; import static B.B.C1; import B.B.C1; public abstract class A { protected void A1(C1 c) { } } ] B/B.java [ package B; final public class B { public static class C1 {} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- a/B.java:2: error: class B clashes with package of same name public class B {} ^ a/B/C.java:1: error: package a.B clashes with class of same name package a.B; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/Test.java:15: error: cannot find symbol int abc = b.a; ^ symbol: variable a location: variable b of type B 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:7: error: reference to B is ambiguous System.out.println(B.class.getCanonicalName().toString()); ^ both class p1.Bar.B in Bar and class p3.Foo.B in Foo match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:7: error: reference to B is ambiguous System.out.println(B.class.getCanonicalName().toString()); ^ both class p1.SuperBar.B in SuperBar and class p3.Foo.B in Foo match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:2: error: a type with the same simple name is already defined by the static single-type-import of B import p3.Foo.B; ^ Test.java:7: error: reference to B is ambiguous System.out.println(B.class.getCanonicalName().toString()); ^ both class p1.Bar.B in Bar and class p3.Foo.B in Foo match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:1: error: B is already defined in this compilation unit import static p1.Bar.B; ^ Test.java:6: error: reference to B is ambiguous System.out.println(B.class.getCanonicalName().toString()); ^ both class p1.Bar.B in Bar and class B in unnamed package match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: reference to f is ambiguous { f = 0; } ^ both variable f in p.X and variable f in q.X match X.java:9: error: reference to C is ambiguous { C c = null; } ^ both class p.X.C in p.X and class q.X.C in q.X match X.java:10: error: reference to I is ambiguous { I i = null; } ^ both class p.X.I in p.X and class q.X.I in q.X match 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- x/y/R.java:6: error: cannot find symbol a b; ^ symbol: class a location: class R 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:6: error: cannot find symbol static class Outer { ^ symbol: class Inner location: class A1 p/X.java:3: error: cannot find symbol import static p.A1.AnotherOuter.Inner; ^ symbol: static Inner location: class AnotherOuter 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:5: error: cannot find symbol static class Outer { ^ symbol: class Inner location: class A1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:6: error: cannot find symbol static class Outer { ^ symbol: class Inner location: class A1 p/X.java:9: error: cannot find symbol static class AnotherOuter { ^ symbol: class Inner location: class A1 p/X.java:2: error: cannot find symbol import static p.A1.Outer.Inner; ^ symbol: static Inner location: class Outer p/X.java:3: error: cannot find symbol import static p.A1.AnotherOuter.Inner; ^ symbol: static Inner location: class AnotherOuter 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#testBug520874d - 10 p/X.java [ package p; import static p.A.B.Inner; import p.Bar.Inner; public class X {} class A { static class B extends Bar {} } ] p/Bar.java [ package p; public class Bar {; public static class Inner {} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#testBug520874e - 10 p/X.java [ package p; import static p.A.B.Inner; import p.Bar.*; public class X {} class A { static class B extends Bar {} } ] p/Bar.java [ package p; public class Bar {; public static class Inner {} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class VarargsTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.byte2(null); ^ cast to byte[] for a varargs call cast to byte[][] for a non-varargs call and to suppress this warning X.java:4: error: method byte2 in class Y cannot be applied to given types; Y.byte2((byte) 1); ^ required: byte[][] found: byte reason: varargs mismatch; byte cannot be converted to byte[] X.java:7: error: method byte2 in class Y cannot be applied to given types; Y.byte2(new byte[][][] {}); ^ required: byte[][] found: byte[][][] reason: varargs mismatch; byte[][][] cannot be converted to byte[] X.java:9: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.object(null); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.object(new byte[][] {}); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:13: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.object(new byte[][][] {}); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:16: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.object(new String[] {}); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:17: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.object(new String[][] {}); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:19: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.object2(null); ^ cast to Object[] for a varargs call cast to Object[][] for a non-varargs call and to suppress this warning X.java:20: error: method object2 in class Y cannot be applied to given types; Y.object2((byte) 1); ^ required: Object[][] found: byte reason: varargs mismatch; byte cannot be converted to Object[] X.java:21: error: method object2 in class Y cannot be applied to given types; Y.object2(new byte[] {}); ^ required: Object[][] found: byte[] reason: varargs mismatch; byte[] cannot be converted to Object[] X.java:23: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.object2(new byte[][][] {}); ^ cast to Object[] for a varargs call cast to Object[][] for a non-varargs call and to suppress this warning X.java:25: error: method object2 in class Y cannot be applied to given types; Y.object2(new String()); ^ required: Object[][] found: String reason: varargs mismatch; String cannot be converted to Object[] X.java:27: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.object2(new String[][] {}); ^ cast to Object[] for a varargs call cast to Object[][] for a non-varargs call and to suppress this warning X.java:29: warning: non-varargs call of varargs method with inexact argument type for last parameter; Y.string(null); ^ cast to String for a varargs call cast to String[] for a non-varargs call and to suppress this warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt X.java:32: error: method string in class Y cannot be applied to given types; Y.string(new String[][] {}); ^ required: String[] found: String[][] reason: varargs mismatch; String[][] cannot be converted to String X.java:34: error: method string in class Y cannot be applied to given types; Y.string(new Object()); ^ required: String[] found: Object reason: varargs mismatch; Object cannot be converted to String X.java:35: error: method string in class Y cannot be applied to given types; Y.string(new Object[] {}); ^ required: String[] found: Object[] reason: varargs mismatch; Object[] cannot be converted to String X.java:36: error: method string in class Y cannot be applied to given types; Y.string(new Object[][] {}); ^ required: String[] found: Object[][] reason: varargs mismatch; Object[][] cannot be converted to String 9 errors 10 warnings --- javac err: --- X.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter; y = new Y(true, null); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter; y = new Y('i', null); ^ cast to int[] for a varargs call cast to int[][] for a non-varargs call and to suppress this warning 2 warnings --- javac err: --- X.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter; y = new Y(true, null); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter; y = new Y('i', null); ^ cast to int[] for a varargs call cast to int[][] for a non-varargs call and to suppress this warning 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to string is ambiguous Y.string(null); ^ both method string(String) in Y and method string(String...) in Y match X.java:4: error: reference to string2 is ambiguous Y.string2(null); ^ both method string2(String[]) in Y and method string2(String[]...) in Y match X.java:5: error: reference to int2 is ambiguous Y.int2(null); ^ both method int2(int[]) in Y and method int2(int[]...) in Y match 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: count(int[]) in Y overrides count(int...) in X; overriding method is missing '...' class Y extends X { void count(int[] values) {} } ^ X.java:3: warning: count(int...) in Z overrides count(int[]) in Y; overridden method has no '...' class Z extends Y { void count(int... values) {} } ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to count is ambiguous Y.count(new int[0]); ^ both method count(int[],int...) in Y and method count(int[],int[]...) in Y match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to count is ambiguous Y.count(new int[0]); ^ both method count(int[],int...) in Y and method count(int[],int[]...) in Y match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to count is ambiguous Y.count(new int[0]); ^ both method count(int[],int...) in Y and method count(int[],int[][]...) in Y match X.java:4: error: reference to count is ambiguous Y.count(new int[0], null); ^ both method count(int[],int...) in Y and method count(int[],int[][]...) in Y match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to count is ambiguous Y.count(new int[0], 1); ^ both method count(int[],int...) in Y and method count(int[],int,int...) in Y match X.java:4: error: reference to count is ambiguous Y.count(new int[0], 1, 1); ^ both method count(int[],int...) in Y and method count(int[],int,int...) in Y match X.java:5: error: reference to count is ambiguous Y.count(new int[0], 1, 1, 1); ^ both method count(int[],int...) in Y and method count(int[],int,int...) in Y match 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: List List l = Arrays.asList(x); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter; System.out.println(asList(x[0], x[1]).get(1).getClass().getName()); ^ cast to Serializable for a varargs call cast to Serializable[] for a non-varargs call and to suppress this warning X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type U static List asList(U u1, U... us) { ^ where U is a type-variable: U extends Object declared in method asList(U,U...) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type U static List asList(U u1, U... us) { ^ where U is a type-variable: U extends Object declared in method asList(U,U...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter; System.out.println(foo(null)); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: List List l = Arrays.asList(strarray); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: modifier transient not allowed here transient private X() {} ^ 1 error --- javac err: --- X.java:2: error: modifier transient not allowed here transient private X(Object... o) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:7: warning: [rawtypes] found raw type: Class method.invoke(this, new Class[0]); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter; method.invoke(this, new Class[0]); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:8: warning: [rawtypes] found raw type: Class method.invoke(this, (Object[])new Class[0]); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:15: warning: non-varargs call of varargs method with inexact argument type for last parameter; System.out.printf("", s); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] unchecked generic array creation for varargs parameter of type INT#1[] audit("osvaldo", "localhost", "logged", "X", Integer.valueOf(0)); ^ where INT#1,INT#2 are intersection types: INT#1 extends Object,Serializable,Comparable INT#2 extends Object,Serializable,Comparable X.java:6: warning: [deprecation] Float(float) in Float has been deprecated audit("osvaldo", "localhost", "logged", new Float(0), new java.awt.Point(0, 0)); ^ X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type A public static void audit(String login, ^ where A is a type-variable: A extends Serializable declared in method audit(String,String,String,A...) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type A abstract void method(A... args); ^ where A is a type-variable: A extends Object declared in class Test 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Functor.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T public void func(T... args) { ^ where T is a type-variable: T extends Object declared in class Functor 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: reference to a is ambiguous x.a(true); ^ both method a(boolean,Object...) in X and method a(Object...) in X match X.java:7: error: reference to a is ambiguous x.a(true, "foobar"); ^ both method a(boolean,Object...) in X and method a(Object...) in X match 2 errors --- javac err: --- X.java:8: error: reference to b is ambiguous x.b(true); ^ both method b(boolean,Object...) in X and method b(Boolean...) in X match X.java:9: error: reference to b is ambiguous x.b(true, false); ^ both method b(boolean,Object...) in X and method b(Boolean...) in X match X.java:10: error: reference to c is ambiguous x.c(true, true, true); ^ both method c(boolean,boolean,Object...) in X and method c(Boolean,Object...) in X match X.java:11: error: reference to c is ambiguous x.c(Boolean.TRUE, Boolean.TRUE, Boolean.TRUE); ^ both method c(boolean,boolean,Object...) in X and method c(Boolean,Object...) in X match 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: reference to a is ambiguous x.a(true); ^ both method a(boolean,Object...) in X and method a(Object...) in X match X.java:7: error: reference to a is ambiguous x.a(true, "foobar"); ^ both method a(boolean,Object...) in X and method a(Object...) in X match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static void foo(T ... values) { ^ where T is a type-variable: T extends Object declared in method foo(T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Class Collection classes = new ArrayList(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:4: warning: [rawtypes] found raw type: Class Collection classes = new ArrayList(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- V.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter; v.foo2("", null); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning V.java:8: warning: non-varargs call of varargs method with inexact argument type for last parameter; v.foo2("", null, null); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning V.java:9: warning: non-varargs call of varargs method with inexact argument type for last parameter; v.foo3("", v, null, "", null); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 3 warnings --- javac err: --- V.java:4: error: reference to foo2 is ambiguous v.foo2(null, ""); ^ both method foo2(String,Object...) in V and method foo2(String,Object,Object...) in V match V.java:5: error: reference to foo2 is ambiguous v.foo2(null, "", ""); ^ both method foo2(String,Object...) in V and method foo2(String,Object,Object...) in V match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: non-varargs call of varargs method with inexact argument type for last parameter; array(new Integer[] {5, 6}); //warns (as javac does) ^ cast to Serializable for a varargs call cast to Serializable[] for a non-varargs call and to suppress this warning X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter; array(null); //warns (as javac does) ^ cast to Serializable for a varargs call cast to Serializable[] for a non-varargs call and to suppress this warning 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: non-varargs call of varargs method with inexact argument type for last parameter; array(new Integer[] {5, 6}); //warns (as javac does) ^ cast to Serializable for a varargs call cast to Serializable[] for a non-varargs call and to suppress this warning X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter; array(null); //warns (as javac does) ^ cast to Serializable for a varargs call cast to Serializable[] for a non-varargs call and to suppress this warning X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [cast] redundant cast to Serializable[] array((Serializable[]) new Serializable[] {3, 4}); //warns about unnecessary cast ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [cast] redundant cast to Serializable[] array((Serializable[]) new Serializable[] {3, 4}); //warns about unnecessary cast ^ X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: reference to foo is ambiguous new X().foo(new Y(), "a", "b"); ^ both method foo(Y,Object,String...) in X and method foo(Object,String...) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Y void bar(Y... y) { ^ missing type arguments for generic class Y where E is a type-variable: E extends Object declared in class Y X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [cast] redundant cast to Control[] addAll((Control[]) composite.getChildren()); ^ X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:19: warning: non-varargs call of varargs method with inexact argument type for last parameter; varargs(i); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning X.java:22: warning: non-varargs call of varargs method with inexact argument type for last parameter; varargs(i.clone()); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: non-varargs call of varargs method with inexact argument type for last parameter; System.out.print("null length array: " + elementCount(null)); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter; System.out.print("null length array: " + elementCount(null)); ^ cast to Object for a varargs call cast to Object[] for a non-varargs call and to suppress this warning 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type Collection public IteratorChain(Collection a, Collection b, Collection ... collections) { ^ where T is a type-variable: T extends Object declared in class IteratorChain X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Collection[] new IteratorChain(null, null); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:23: error: annotation type not applicable to this kind of declaration @SafeVarargs ^ X.java:4: error: Invalid SafeVarargs annotation. Method asList() is not a varargs method. public static List asList() { // Error, not varargs ^ where T is a type-variable: T extends Object declared in method asList() X.java:8: error: Invalid SafeVarargs annotation. Instance method asList2(T...) is neither final nor private. public List asList2(T ... a) { // error not static or final ^ where T is a type-variable: T extends Object declared in method asList2(T...) X.java:28: error: Invalid SafeVarargs annotation. Instance method asList(T...) is neither final nor private. public List asList(T ... t); ^ where T is a type-variable: T extends Object declared in method asList(T...) 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: Invalid SafeVarargs annotation. Method X() is not a varargs method. public X() { // Error, not varargs ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol public List asList(Zork t, String ... a) { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T public X(T ... a) { ^ where T is a type-variable: T extends Object declared in constructor X(T...) X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public X(int i, T ... a) { ^ where T is a type-variable: T extends Object declared in constructor X(int,T...) X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T public List asList(T ... a) { ^ where T is a type-variable: T extends Object declared in method asList(T...) X.java:10: warning: [unchecked] Possible heap pollution from parameterized vararg type T public List asList(T t, T ... a) { ^ where T is a type-variable: T extends Object declared in method asList(T,T...) 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: Invalid SafeVarargs annotation. Instance method asList(T...) is neither final nor private. public List asList(T ... a) { ^ where T is a type-variable: T extends Object declared in method asList(T...) X.java:14: error: Invalid SafeVarargs annotation. Instance method asList(T,T...) is neither final nor private. public List asList(T t, T ... a) { ^ where T is a type-variable: T extends Object declared in method asList(T,T...) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static List asList2(T ... a) { ^ where T is a type-variable: T extends Object declared in method asList2(T...) X.java:13: warning: [unchecked] unchecked generic array creation for varargs parameter of type Class[] classes = X.asList2(String.class, Boolean.class); ^ where INT#1,INT#2 are intersection types: INT#1 extends Object,Serializable,Comparable INT#2 extends Object,Serializable,Comparable 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [unchecked] unchecked generic array creation for varargs parameter of type Class[] classes = X.asList2(String.class, Boolean.class); ^ where INT#1,INT#2 are intersection types: INT#1 extends Object,Serializable,Comparable INT#2 extends Object,Serializable,Comparable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/C.java:6: error: method foo in class B cannot be applied to given types; (new B()).foo(new B(), new B()); ^ required: A[] found: B,B reason: formal varargs element type A is not accessible from class C 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: reference to test is ambiguous test(1); ^ both method test(int...) in X and method test(Object...) in X match where T is a type-variable: T extends Object declared in method test(Object...) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to count is ambiguous count(1); ^ both method count(int...) in X and method count(int,int...) in X match X.java:4: error: reference to count is ambiguous count(1, 1); ^ both method count(int...) in X and method count(int,int...) in X match X.java:5: error: reference to count is ambiguous count(1, 1, 1); ^ both method count(int...) in X and method count(int,int...) in X match 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: reference to b is ambiguous x.b(true); ^ both method b(boolean,Object...) in X and method b(Boolean...) in X match X.java:9: error: reference to b is ambiguous x.b(true, false); ^ both method b(boolean,Object...) in X and method b(Boolean...) in X match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T public native static void bar(T[] t, T t1, T... t2); ^ where T is a type-variable: T extends Object declared in method bar(T[],T,T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/C.java:5: error: constructor B in class B cannot be applied to given types; new B(new B(), new B()); ^ required: A[] found: B,B reason: formal varargs element type A is not accessible from class C 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: method foo in class B cannot be applied to given types; new B().foo(null, null); ^ required: A[] found: , reason: formal varargs element type A is not accessible from class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: reference to foo is ambiguous foo(new W()); // 1.8 Error: Ambiguous method error ^ both method foo(W...) in X and method foo(W,A...) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: reference to bar is ambiguous bar(5); ^ both method bar(Object...) in X and method bar(int,Object...) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: reference to test is ambiguous test(1,"test"); ^ both method test(int,Object...) in X and method test(Object...) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T private Y foo(T ... a) { ^ where T is a type-variable: T extends Object declared in method foo(T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class EnumTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot assign a value to final variable BLEU BLEU = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable BLEU is already defined in enum X BLEU; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected public enum X { ^ X.java:3: error: ',', '}', or ';' expected public BLEU, ^ X.java:3: error: '}' expected public BLEU, ^ X.java:6: error: class, interface, or enum expected abstract RED { ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: clone() in X cannot override clone() in Enum protected Object clone() { return this; } ^ overridden method is final 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method values() is already defined in enum X void values() {} ^ X.java:9: error: method dup() is already defined in enum X void dup() {} ^ X.java:10: error: method values() is already defined in enum X void values() {} ^ X.java:11: error: cannot find symbol Missing dup() {} ^ symbol: class Missing location: class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: duplicate case label case BLEU : ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: method values() is already defined in enum X void values() {} ^ X.java:8: error: method values() is already defined in enum X void values() {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method run() in Runnable public enum X implements Runnable { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: constructor X in enum X cannot be applied to given types; BLEU(10), ^ required: no arguments found: int reason: actual and formal argument lists differ in length X.java:4: error: constructor X in enum X cannot be applied to given types; BLANC(20), ^ required: no arguments found: int reason: actual and formal argument lists differ in length X.java:5: error: constructor X in enum X cannot be applied to given types; ROUGE(30); ^ required: no arguments found: int reason: actual and formal argument lists differ in length 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: constructor X in enum X cannot be applied to given types; BLANC(), ^ required: int found: no arguments reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot inherit from final X class XX extends X implements X { ^ X.java:5: error: interface expected here class XX extends X implements X { ^ X.java:5: error: enum types are not extensible class XX extends X implements X { ^ X.java:5: warning: [serial] serializable class XX has no definition of serialVersionUID class XX extends X implements X { ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- MonthEnum.java:25: warning: [fallthrough] possible fall-through into case default: return days; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: error: non-static method foo() cannot be referenced from a static context void bar() { foo(); } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: an enum switch case label must be the unqualified name of an enumeration constant case MX.BLEU : break; ^ X.java:8: error: an enum switch case label must be the unqualified name of an enumeration constant case MX.BLANC : break; ^ X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant case MX.ROUGE : break; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: modifier final not allowed here public final enum X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol void foo(Couleur c) { ^ symbol: class Couleur location: class Y X.java:8: error: cannot find symbol case BLEU : ^ symbol: variable BLEU location: class Y X.java:10: error: cannot find symbol case BLANC : ^ symbol: variable BLANC location: class Y X.java:12: error: cannot find symbol case ROUGE : ^ symbol: variable ROUGE location: class Y 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: cannot find symbol FOO(); ^ symbol: method FOO() location: class X.Y X.java:19: error: cannot find symbol C++; ^ symbol: variable C location: class X.Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: classes cannot directly extend java.lang.Enum public class X extends Enum { ^ X.java:1: warning: [rawtypes] found raw type: Enum public class X extends Enum { ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends Enum { ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: call to super not allowed in enum constructor super(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: modifier abstract not allowed here public abstract enum X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo() in X public enum X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: is not abstract and does not override abstract method foo() in X A() {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo() in X public enum X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: bad operand types for binary operator '==' if (x == a) a++; // incomparable types: X and int ^ first type: X second type: int X.java:16: error: an enum switch case label must be the unqualified name of an enumeration constant case aa : // unqualified enum constant error ^ X.java:17: error: cannot find symbol System.out.println(a); // cannot find a ^ symbol: variable a location: class A 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- com/flarion/test/b/MyClass.java:16: error: unreported exception Exception; must be caught or declared to be thrown throw new Exception(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant case D: ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant case X.D: ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: enum types may not be instantiated X e= new X() { ^ X.java:4: error: cannot inherit from final X X e= new X() { ^ X.java:4: error: enum types are not extensible X e= new X() { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: method getSquare() is already defined in enum X abstract int getSquare(); ^ X.java:1: error: X is not abstract and does not override abstract method getSquare() in X public enum X { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: modifier public not allowed here public X(int i, int j) { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: modifier protected not allowed here protected X(int i, int j) { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X3.java:1: error: X3 is not abstract and does not override abstract method test() in X3 public enum X3 implements I { ^ 1 error --- javac err: --- X3a.java:1: error: X3a is not abstract and does not override abstract method test() in X3a public enum X3a implements I { ^ 1 error --- javac err: --- X3c.java:2: error: is not abstract and does not override abstract method test() in X3c A() { void random() {} }; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X4.java:1: error: X4 is not abstract and does not override abstract method test() in X4 public enum X4 { ^ 1 error --- javac err: --- X4a.java:1: error: X4a is not abstract and does not override abstract method test() in X4a public enum X4a { ^ 1 error --- javac err: --- X4c.java:2: error: is not abstract and does not override abstract method test() in X4c A() { void random() {} }; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X5.java:1: error: X5 is not abstract and does not override abstract method test() in I public enum X5 implements I { ^ 1 error --- javac err: --- X5a.java:1: error: X5a is not abstract and does not override abstract method test() in I public enum X5a implements I { ^ 1 error --- javac err: --- X5c.java:2: error: is not abstract and does not override abstract method test() in I A() { void random() {} }; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: modifier strictfp not allowed here private strictfp X() {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: enum types must not be local enum E {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: enum declarations allowed only in static contexts enum E {} ^ 1 error --- javac err: --- X.java:4: error: enum declarations allowed only in static contexts enum E {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incomparable types: Test1 and Test2 boolean b = t1 == t2; ^ X.java:15: warning: [rawtypes] found raw type: Enum void foo3(Test1 t1, Enum t2) { ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:19: error: incomparable types: Test1 and Test2 boolean booleanTest = (Test1.test11 == Test2.test22); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: clone() in Test1 cannot override clone() in Enum protected final Test1 clone() { return V; } ^ overridden method is final 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/Object.java:1: error: package exists in another module: java.base package java.lang; ^ X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: interface expected here class Member { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo() in I public enum X implements I, J { ^ 1 error --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo(int) in I public enum X implements I, J { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: A public void foo(A a) {} ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 warning --- javac err: --- X.java:2: warning: [rawtypes] found raw type: A ROUGE { public void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 warning --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo(A) in I public enum X implements I { ^ X.java:3: error: name clash: foo(A) in X and foo(A) in I have the same erasure, yet neither overrides the other public void foo(A a) {} ^ X.java:5: warning: [rawtypes] found raw type: A interface I { void foo(A a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- E.java:6: error: an enum switch case label must be the unqualified name of an enumeration constant case BLUE: ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- E.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Colors 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot select a static class from a parameterized type A.E e1 = e; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal reference to static field from initializer private final X thisOne = anEnumValue; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: type argument Bar is not within bounds of type-variable U Foo foo = null; ^ where U is a type-variable: U extends Foo declared in class Foo X.java:19: warning: [rawtypes] found raw type: Foo class Bar extends Foo { ^ missing type arguments for generic class Foo where U is a type-variable: U extends Foo declared in class Foo 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BadEnum.java:10: error: class, interface, or enum expected } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: Illegal static declaration in inner class static int bar; ^ modifier 'static' is only allowed in constant variable declarations 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- EnumTest.java:17: warning: [rawtypes] found raw type: Class Class c = Class.forName(className); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class EnumTest.java:18: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Class ExpectedModifiers em = (ExpectedModifiers) c.getAnnotation(ExpectedModifiers.class); ^ where A is a type-variable: A extends Annotation declared in method getAnnotation(Class) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: illegal reference to static field from initializer VALUE = null; ^ X.java:9: error: illegal reference to static field from initializer ASD = 5; ^ X.java:10: error: illegal reference to static field from initializer X.VALUE = null; ^ X.java:11: error: illegal reference to static field from initializer X.ASD = 5; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: illegal reference to static field from initializer BLEU = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: illegal reference to static field from initializer X x = BLEU.BLANC; // ko ^ X.java:6: error: illegal reference to static field from initializer X x = BLEU.BLANC; // ko ^ X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression X x = BLEU.BLANC; // ko ^ X.java:7: error: illegal reference to static field from initializer X x2 = BLEU; // ko ^ X.java:10: warning: [static] static variable should be qualified by type name, X, instead of by an expression X x = BLEU.BLANC; // ok ^ X.java:13: error: illegal reference to static field from initializer X dummy = BLEU; // ko ^ X.java:16: error: illegal reference to static field from initializer X x = BLEU.BLANC; // ko ^ X.java:16: error: illegal reference to static field from initializer X x = BLEU.BLANC; // ko ^ X.java:16: warning: [static] static variable should be qualified by type name, X, instead of by an expression X x = BLEU.BLANC; // ko ^ X.java:17: error: illegal reference to static field from initializer X x2 = BLEU; // ko ^ 7 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: ArrayList static ArrayList someList; ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:10: error: illegal reference to static field from initializer if (someList == null) { ^ X.java:11: error: illegal reference to static field from initializer someList = new ArrayList(); ^ X.java:11: warning: [rawtypes] found raw type: ArrayList someList = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal reference to static field from initializer final X a = A; ^ X.java:5: error: illegal reference to static field from initializer final X a2 = B.A; ^ X.java:5: error: illegal reference to static field from initializer final X a2 = B.A; ^ X.java:5: warning: [static] static variable should be qualified by type name, X, instead of by an expression final X a2 = B.A; ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: illegal reference to static field from initializer error = "error"; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: an enum switch case label must be the unqualified name of an enumeration constant case (NORMAL) : ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:4: error: illegal reference to static field from initializer t[0]=x; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: non-static variable val cannot be referenced from a static context val=3; ^ X.java:7: error: non-static variable val cannot be referenced from a static context return Integer.toString(val); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: E is not abstract and does not override abstract method values() in I enum E implements I { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Enum Enum e = new Enum("foo", 2) { ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:3: warning: [rawtypes] found raw type: Enum Enum e = new Enum("foo", 2) { ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:3: error: classes cannot directly extend java.lang.Enum Enum e = new Enum("foo", 2) { ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal reference to static field from initializer System.out.printf("After the %s constructor\n",INITIAL); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: variable b might not have been initialized return b; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: is not abstract and does not override abstract method eval(double,double) in MINUS { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: is not abstract and does not override abstract method eval2(double,double) in MINUS { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: X cannot be converted to Runnable Runnable r = (Runnable)x; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: is not abstract and does not override abstract method a() in A { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: '{' expected public enum X {} ^ X.java:1: error: expected public enum X {} ^ X.java:1: error: reached end of file while parsing public enum X {} ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ClassC.java:3: warning: [static] static variable should be qualified by type name, EnumA, instead of by an expression EnumA.B1.B1.foo(); ^ ClassC.java:4: warning: [static] static variable should be qualified by type name, EnumA, instead of by an expression EnumA.B1.B2.foo(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: variable test might not have been initialized } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: variable test might not have been initialized } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:3: error: modifier abstract not allowed here public abstract enum E { ^ 1 error --- javac err: --- Y.java:1: error: package p does not exist import p.X; ^ Y.java:4: error: package X does not exist System.out.println(X.E.SUCCESS); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:3: error: modifier abstract not allowed here public abstract enum E implements Runnable { ^ 1 error --- javac err: --- Y.java:1: error: package p does not exist import p.X; ^ Y.java:4: error: package X does not exist System.out.println(X.E.SUCCESS); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestEnum.java:6: error: illegal reference to static field from initializer TestEnum.test=10; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestEnum2.java:5: error: illegal reference to static field from initializer TestEnum2.test=11; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:5: error: illegal reference to static field from initializer this(Foo.val); ^ Foo.java:6: error: illegal reference to static field from initializer System.out.println(Foo.val); ^ Foo.java:10: error: illegal reference to static field from initializer System.out.println(Foo.val); ^ Foo.java:12: error: illegal reference to static field from initializer int field = Foo.val; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:5: error: illegal reference to static field from initializer this(val); ^ Foo.java:6: error: illegal reference to static field from initializer System.out.println(val); ^ Foo.java:10: error: illegal reference to static field from initializer System.out.println(val); ^ Foo.java:12: error: illegal reference to static field from initializer int field = val; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:5: error: cannot reference this before supertype constructor has been called this(get().val); ^ Foo.java:5: error: illegal reference to static field from initializer this(get().val); ^ Foo.java:5: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression this(get().val); ^ Foo.java:6: error: illegal reference to static field from initializer System.out.println(get().val); ^ Foo.java:6: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression System.out.println(get().val); ^ Foo.java:10: error: illegal reference to static field from initializer System.out.println(get().val); ^ Foo.java:10: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression System.out.println(get().val); ^ Foo.java:12: error: illegal reference to static field from initializer int field = get().val; ^ Foo.java:12: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression int field = get().val; ^ 5 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:5: error: cannot reference this before supertype constructor has been called this(get().val = 1); ^ Foo.java:5: error: illegal reference to static field from initializer this(get().val = 1); ^ Foo.java:5: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression this(get().val = 1); ^ Foo.java:6: error: illegal reference to static field from initializer System.out.println(get().val = 2); ^ Foo.java:6: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression System.out.println(get().val = 2); ^ Foo.java:10: error: illegal reference to static field from initializer System.out.println(get().val = 3); ^ Foo.java:10: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression System.out.println(get().val = 3); ^ Foo.java:12: error: illegal reference to static field from initializer int field = get().val = 4; ^ Foo.java:12: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression int field = get().val = 4; ^ 5 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Status.java:11: error: illegal reference to static field from initializer if (Status.mapping == null) { ^ Status.java:12: error: illegal reference to static field from initializer Status.mapping = new HashMap(); ^ Status.java:15: error: illegal reference to static field from initializer Status.mapping.put(newValue, this); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method valueOf(String) is already defined in enum X private X valueOf(String arg0) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: variable dupField is already defined in class Other int dupField;//2 ^ X.java:4: error: variable dupField is already defined in class Other int dupField;//3 ^ X.java:5: error: variable dupField is already defined in class Other int dupField;//4 ^ X.java:7: error: method dupMethod(int) is already defined in class Other void dupMethod(int i) {}//6 ^ X.java:8: error: method dupMethod(int) is already defined in class Other void dupMethod(int i) {}//7 ^ X.java:9: error: method dupMethod(int) is already defined in class Other void dupMethod(int i) {}//8 ^ X.java:17: error: method valueOf(String) is already defined in enum X private X valueOf(String arg0) { return null; }//9 ^ X.java:18: error: method valueOf(String) is already defined in enum X private X valueOf(String arg0) { return null; }//10 ^ X.java:19: error: method valueOf(String) is already defined in enum X private X valueOf(String arg0) { return null; }//11 ^ X.java:11: error: incompatible types: void cannot be converted to int int i = dupMethod(dupField); ^ X.java:21: error: incompatible types: X cannot be converted to int int i = valueOf(""); ^ 11 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method valueOf(String) is already defined in enum X private int valueOf(String arg0) { return 0; }//11 ^ X.java:5: error: incompatible types: X cannot be converted to int int i = valueOf(""); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method valueOf(String) is already defined in enum X static int valueOf(String arg0) { return 0; }//9 ^ X.java:5: error: incompatible types: X cannot be converted to int int i = X.valueOf(""); ^ Other.java:3: error: incompatible types: X cannot be converted to int int i = X.valueOf(""); ^ 3 errors --- javac err: --- Other.java:3: error: cannot find symbol int i = X.valueOf(""); ^ symbol: variable X location: class Other 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: self-reference in initializer CRAZY(CRAZY), // <-- illegal forward reference reported by all compilers ^ X.java:3: error: self-reference in initializer IMPOSSIBLE(BadEnum.IMPOSSIBLE); // <-- illegal forward reference (javac 1.6 only) ^ X.java:8: error: self-reference in initializer X x1 = new X(x1);//1 - WRONG ^ X.java:17: error: self-reference in initializer X x1 = new X(x1);//6 - WRONG ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: self-reference in initializer NOWAY(BadEnum.NOWAY.CONST), ^ X.java:2: warning: [static] static variable should be qualified by type name, BadEnum, instead of by an expression NOWAY(BadEnum.NOWAY.CONST), ^ X.java:3: error: self-reference in initializer INVALID(INVALID.CONST), ^ X.java:3: warning: [static] static variable should be qualified by type name, BadEnum, instead of by an expression INVALID(INVALID.CONST), ^ X.java:4: error: self-reference in initializer WRONG(WRONG.VALUE()), ^ X.java:4: warning: [static] static method should be qualified by type name, BadEnum, instead of by an expression WRONG(WRONG.VALUE()), ^ X.java:5: error: self-reference in initializer ILLEGAL(ILLEGAL.value()); ^ X.java:14: error: self-reference in initializer X x4 = new X(x4.CONST);//4 - WRONG ^ X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression X x4 = new X(x4.CONST);//4 - WRONG ^ X.java:15: error: self-reference in initializer X x5 = new X(x5.value());//5 - WRONG ^ 6 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal forward reference Tuesday("Tue", Days.Wednesday.hashCode()), // should complain since enum constant ^ X.java:4: error: illegal forward reference Wednesday("Wed", OFFSET + 2); // should complain since unqualified ^ X.java:12: error: illegal forward reference public static final int BAR = OFFSET + 1; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- E.java:2: error: illegal forward reference A(E.STATIK); ^ E2.java:2: error: illegal forward reference A(E2.STATIK); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Map Map m = new HashMap(); ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:12: warning: [rawtypes] found raw type: HashMap Map m = new HashMap(); ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap X.java:13: warning: [rawtypes] found raw type: Enum for (Enum e : enumConstant.getDeclaringClass().getEnumConstants()) { ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:14: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map m.put(e.name(), e); ^ where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Enum i(new Enum[] {A.L, A.M, A.N, A.O}); ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:11: warning: [rawtypes] found raw type: Enum static void i(Enum[] tab) { ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:12: warning: [rawtypes] found raw type: Map Map m = new HashMap(); ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:12: warning: [rawtypes] found raw type: HashMap Map m = new HashMap(); ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap X.java:13: warning: [rawtypes] found raw type: Enum for (Enum s : tab) { ^ missing type arguments for generic class Enum where E is a type-variable: E extends Enum declared in class Enum X.java:14: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map m.put(s.name(), s); ^ where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration X(@Deprecated String s) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration X(@Deprecated String s, int i, @Deprecated String name) { ^ X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration X(@Deprecated String s, int i, @Deprecated String name) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration Y(@Deprecated String s, int i, @Deprecated String name) { ^ X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration Y(@Deprecated String s, int i, @Deprecated String name) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration Y(@Deprecated String s, int i, @Deprecated String name) { ^ X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration Y(@Deprecated String s, int i, @Deprecated String name) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: unreported exception Exception; must be caught or declared to be thrown A, B; ^ X.java:2: error: unreported exception Exception; must be caught or declared to be thrown A, B; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:10: warning: [fallthrough] possible fall-through into case default : System.out.println("unknown"); break; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:10: error: missing return statement } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: '{' expected public enum X { ^ X.java:1: error: expected public enum X { ^ X.java:2: error: expected OBJ; ^ X.java:3: error: reached end of file while parsing } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class MethodVerifyTest (null tests) *************************************************************************** --- javac err: --- Y.java:1: error: name clash: foo(T) in Y and foo(A) in X have the same erasure, yet neither overrides the other public class Y extends X { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- J.java:1: error: J is not abstract and does not override abstract method foo(A) in I public class J implements I { public void foo(T t) {} } ^ J.java:1: error: name clash: foo(T) in J and foo(A) in I have the same erasure, yet neither overrides the other public class J implements I { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class J 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- YY.java:1: warning: [rawtypes] found raw type: X public class YY extends X { public void foo(T t) {} } ^ missing type arguments for generic class X where U is a type-variable: U extends Object declared in class X YY.java:1: error: name clash: foo(T) in YY and foo(Object) in X have the same erasure, yet neither overrides the other public class YY extends X { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class YY 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- JJ.java:1: warning: [rawtypes] found raw type: I public class JJ implements I { public void foo(T t) {} } ^ missing type arguments for generic class I where U is a type-variable: U extends Object declared in interface I JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I public class JJ implements I { public void foo(T t) {} } ^ JJ.java:1: error: name clash: foo(T) in JJ and foo(Object) in I have the same erasure, yet neither overrides the other public class JJ implements I { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class JJ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: name clash: foo(T) in Y and foo(A) in X have the same erasure, yet neither overrides the other public class Y extends X { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- J.java:1: error: J is not abstract and does not override abstract method foo(A) in I public class J implements I { public void foo(T t) {} } ^ J.java:1: error: name clash: foo(T) in J and foo(A) in I have the same erasure, yet neither overrides the other public class J implements I { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class J 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- YY.java:1: warning: [rawtypes] found raw type: X public class YY extends X { public void foo(T t) {} } ^ missing type arguments for generic class X where U is a type-variable: U extends Object declared in class X YY.java:1: error: name clash: foo(T) in YY and foo(Object) in X have the same erasure, yet neither overrides the other public class YY extends X { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class YY 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- JJ.java:1: warning: [rawtypes] found raw type: I public class JJ implements I { public void foo(T t) {} } ^ missing type arguments for generic class I where U is a type-variable: U extends Object declared in interface I JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I public class JJ implements I { public void foo(T t) {} } ^ JJ.java:1: error: name clash: foo(T) in JJ and foo(Object) in I have the same erasure, yet neither overrides the other public class JJ implements I { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class JJ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: name clash: foo(T) in Y and foo(A) in X have the same erasure, yet neither overrides the other public class Y extends X { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- J.java:1: error: J is not abstract and does not override abstract method foo(A) in I public class J implements I { public void foo(T t) {} } ^ J.java:1: error: name clash: foo(T) in J and foo(A) in I have the same erasure, yet neither overrides the other public class J implements I { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class J 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- YY.java:1: warning: [rawtypes] found raw type: X public class YY extends X { public void foo(T t) {} } ^ missing type arguments for generic class X where U is a type-variable: U extends Object declared in class X YY.java:1: error: name clash: foo(T) in YY and foo(Object) in X have the same erasure, yet neither overrides the other public class YY extends X { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class YY 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- JJ.java:1: warning: [rawtypes] found raw type: I public class JJ implements I { public void foo(T t) {} } ^ missing type arguments for generic class I where U is a type-variable: U extends Object declared in interface I JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I public class JJ implements I { public void foo(T t) {} } ^ JJ.java:1: error: name clash: foo(T) in JJ and foo(Object) in I have the same erasure, yet neither overrides the other public class JJ implements I { public void foo(T t) {} } ^ where T is a type-variable: T extends Object declared in class JJ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ALL.java:5: error: J is not abstract and does not override abstract method foo() in I class J implements I { public T foo() {return null;} } ^ ALL.java:5: error: foo() in J cannot implement foo() in I class J implements I { public T foo() {return null;} } ^ return type T is not compatible with B where T,U are type-variables: T extends Object declared in class J U extends Object declared in interface I ALL.java:7: warning: [rawtypes] found raw type: I class L implements I { public T foo() {return null;} } ^ missing type arguments for generic class I where U is a type-variable: U extends Object declared in interface I ALL.java:8: error: foo() in Y cannot override foo() in X class Y extends X { @Override public T foo() { return super.foo(); } } ^ return type T is not compatible with A where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class X ALL.java:8: error: method does not override or implement a method from a supertype class Y extends X { @Override public T foo() { return super.foo(); } } ^ ALL.java:8: error: incompatible types: A cannot be converted to T class Y extends X { @Override public T foo() { return super.foo(); } } ^ where T is a type-variable: T extends Object declared in class Y ALL.java:10: warning: [rawtypes] found raw type: X class W extends X { @Override public T foo() { return super.foo(); } } ^ missing type arguments for generic class X where U is a type-variable: U extends Object declared in class X ALL.java:10: error: incompatible types: Object cannot be converted to T class W extends X { @Override public T foo() { return super.foo(); } } ^ where T is a type-variable: T extends Object declared in class W 6 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- J.java:1: error: J is not abstract and does not override abstract method foo() in I class J implements I { public T foo() {return null;} } ^ J.java:1: error: foo() in J cannot implement foo() in I class J implements I { public T foo() {return null;} } ^ return type T is not compatible with B where T,U are type-variables: T extends Object declared in class J U extends Object declared in interface I L.java:1: warning: [rawtypes] found raw type: I class L implements I { public T foo() {return null;} } ^ missing type arguments for generic class I where U is a type-variable: U extends Object declared in interface I Y.java:1: error: foo() in Y cannot override foo() in X class Y extends X { @Override public T foo() { return super.foo(); } } ^ return type T is not compatible with A where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class X Y.java:1: error: method does not override or implement a method from a supertype class Y extends X { @Override public T foo() { return super.foo(); } } ^ Y.java:1: error: incompatible types: A cannot be converted to T class Y extends X { @Override public T foo() { return super.foo(); } } ^ where T is a type-variable: T extends Object declared in class Y W.java:1: warning: [rawtypes] found raw type: X class W extends X { @Override public T foo() { return super.foo(); } } ^ missing type arguments for generic class X where U is a type-variable: U extends Object declared in class X W.java:1: error: incompatible types: Object cannot be converted to T class W extends X { @Override public T foo() { return super.foo(); } } ^ where T is a type-variable: T extends Object declared in class W 6 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- J.java:1: error: J is not abstract and does not override abstract method foo() in I class J implements I { public T foo() {return null;} } ^ J.java:1: error: foo() in J cannot implement foo() in I class J implements I { public T foo() {return null;} } ^ return type T is not compatible with B where T,U are type-variables: T extends Object declared in class J U extends Object declared in interface I L.java:1: warning: [rawtypes] found raw type: I class L implements I { public T foo() {return null;} } ^ missing type arguments for generic class I where U is a type-variable: U extends Object declared in interface I Y.java:1: error: foo() in Y cannot override foo() in X class Y extends X { @Override public T foo() { return super.foo(); } } ^ return type T is not compatible with A where T,U are type-variables: T extends Object declared in class Y U extends Object declared in class X Y.java:1: error: method does not override or implement a method from a supertype class Y extends X { @Override public T foo() { return super.foo(); } } ^ Y.java:1: error: incompatible types: A cannot be converted to T class Y extends X { @Override public T foo() { return super.foo(); } } ^ where T is a type-variable: T extends Object declared in class Y W.java:1: warning: [rawtypes] found raw type: X class W extends X { @Override public T foo() { return super.foo(); } } ^ missing type arguments for generic class X where U is a type-variable: U extends Object declared in class X W.java:1: error: incompatible types: Object cannot be converted to T class W extends X { @Override public T foo() { return super.foo(); } } ^ where T is a type-variable: T extends Object declared in class W 6 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class J in A.java should not be accessed from outside its own source file abstract class X1 extends A implements J {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class J in A.java should not be accessed from outside its own source file abstract class X2 extends A implements J {} ^ A.java:2: error: foo() in I clashes with foo() in J interface I extends J { Object foo(); } ^ return type Object is not compatible with String 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X5 extends A implements I {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X6 extends A implements I {} ^ X.java:1: error: foo() in A cannot implement foo() in I abstract class X6 extends A implements I {} ^ return type Object is not compatible with String 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: get(short,short) in B cannot override get(short,short) in A class B extends A { @Override short get(short i, short s) {return i; } } ^ return type short is not compatible with int A.java:2: error: method does not override or implement a method from a supertype class B extends A { @Override short get(short i, short s) {return i; } } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ALL.java:4: error: foo() in C cannot override foo() in B class C extends B { @Override public A foo() { return null; } } ^ return type A is not compatible with B 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: error: name clash: foo(G) in A and foo(G) in I have the same erasure, yet neither overrides the other abstract class A implements I { void foo(G x) {} } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: error: name clash: foo(G) in A and foo(G) in I have the same erasure, yet neither overrides the other abstract class A implements I { I foo(G x) { return null; } } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X1 extends A implements I {} ^ X.java:1: error: foo(T#1) in A cannot implement foo(T#2) in I abstract class X1 extends A implements I {} ^ attempting to assign weaker access privileges; was public where T#1,T#2 are type-variables: T#1 extends Object declared in method foo(T#1) T#2 extends Object declared in method foo(T#2) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X2 extends A implements I {} ^ X.java:1: error: name clash: foo(T#1) in A and foo(T#2) in I have the same erasure, yet neither overrides the other abstract class X2 extends A implements I {} ^ where T#1,S,T#2 are type-variables: T#1 extends Object declared in method foo(T#1) S extends Object declared in method foo(T#1) T#2 extends Object declared in method foo(T#2) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X3 extends A implements I {} ^ X.java:1: error: name clash: foo(T#1) in A and foo(T#2) in I have the same erasure, yet neither overrides the other abstract class X3 extends A implements I {} ^ where T#1,T#2,S are type-variables: T#1 extends Object declared in method foo(T#1) T#2 extends Object declared in method foo(T#2) S extends Object declared in method foo(T#2) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: foo(Object) in Y1 cannot override foo(T) in A class Y1 extends A { @Override void foo(Object s) {} } ^ attempting to assign weaker access privileges; was public where T is a type-variable: T extends Object declared in method foo(T) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: foo(Object[]) in Y2 cannot override foo(T[]) in A class Y2 extends A { @Override void foo(Object[] s) {} } ^ attempting to assign weaker access privileges; was public where T is a type-variable: T extends Object declared in method foo(T[]) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: foo(Class) in Y3 cannot override foo(Class) in A class Y3 extends A { @Override void foo(Class s) {} } ^ attempting to assign weaker access privileges; was public 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X0 extends A implements I {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X1 extends A implements I {} ^ X.java:1: error: name clash: foo(Class) in A and foo(Class) in I have the same erasure, yet neither overrides the other abstract class X1 extends A implements I {} ^ where T#1,S,T#2 are type-variables: T#1 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X2 extends A implements I {} ^ X.java:1: error: name clash: foo(Class) in A and foo(Class) in I have the same erasure, yet neither overrides the other abstract class X2 extends A implements I {} ^ where T#1,T#2,S are type-variables: T#1 extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X3 extends A implements I {} ^ X.java:1: error: name clash: foo(Class) in A and foo(Class) in I have the same erasure, yet neither overrides the other abstract class X3 extends A implements I {} ^ where T#1,S,T#2 are type-variables: T#1 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file abstract class X4 extends A implements I {} ^ X.java:1: error: name clash: foo(Class) in A and foo(Class) in I have the same erasure, yet neither overrides the other abstract class X4 extends A implements I {} ^ where T#1,T#2,S are type-variables: T#1 extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file class X5 extends A implements I { public void foo(Class s) {} } ^ X.java:1: error: name clash: foo(Class) in X5 and foo(Class) in A have the same erasure, yet neither overrides the other class X5 extends A implements I { public void foo(Class s) {} } ^ where T#1,T#2,S are type-variables: T#1 extends Object declared in method foo(Class) T#2 extends Object declared in method foo(Class) S extends Object declared in method foo(Class) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: A class X { void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:2: warning: [rawtypes] found raw type: A class Y extends X { void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: A class X { void foo(A[] a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:2: warning: [rawtypes] found raw type: A class Y extends X { void foo(A[] a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: A class Y extends X { void foo(A[] a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: A class Y extends X { void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: A class X { void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:2: error: name clash: foo(A) in Y and foo(A) in X have the same erasure, yet neither overrides the other class Y extends X { void foo(A a) {} } ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: A class X { void foo(A[] a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:2: error: name clash: foo(A[]) in Y and foo(A[]) in X have the same erasure, yet neither overrides the other class Y extends X { void foo(A[] a) {} } ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: A class Y { public void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:2: warning: [rawtypes] found raw type: A interface I { void foo(A a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: A class Y { public void foo(A[] a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:2: warning: [rawtypes] found raw type: A interface I { void foo(A[] a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: A class Y { public void foo(A[] a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: A class Y { public void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: name clash: foo(A) in Y and foo(A) in I have the same erasure, yet neither overrides the other abstract class X extends Y implements I { } ^ X.java:2: warning: [rawtypes] found raw type: A interface I { void foo(A a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: name clash: foo(A[]) in Y and foo(A[]) in I have the same erasure, yet neither overrides the other abstract class X extends Y implements I { } ^ X.java:2: warning: [rawtypes] found raw type: A interface I { void foo(A[] a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: test(X) in Z and test(X) in Y have the same erasure, yet neither overrides the other class Z extends Y { void test(X a) {} } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: test(X) in Z and test(X) in Y have the same erasure, yet neither overrides the other class Z extends Y { void test(X a) {} } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: name clash: compareTo(Object) in X and compareTo(X) in Comparable have the same erasure, yet neither overrides the other public int compareTo(Object o) { return 0; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:2: error: foo(Map>) in B cannot override foo(Map>) in A @Override void foo(java.util.Map> m) { } ^ attempting to assign weaker access privileges; was public 1 error --- javac err: --- B.java:2: error: foo(Map>) in B cannot override foo(Map>) in A @Override void foo(java.util.Map> m) { } ^ attempting to assign weaker access privileges; was public 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: warning: [rawtypes] found raw type: List class A { List getList() { return null; } } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: warning: [unchecked] getList() in B overrides getList() in A class B extends A { @Override List getList() { return null; } } ^ return type requires unchecked conversion from List to List A.java:3: warning: [rawtypes] found raw type: List class B extends A { @Override List getList() { return null; } } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:5: error: methods foo(T) from A and foo(String) from A are inherited with the same signature class B extends A {} ^ where T is a type-variable: T extends Object declared in class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:5: error: name clash: m(E) in B and m(Object) in A have the same erasure, yet neither overrides the other public void m(E e) {} ^ where E is a type-variable: E extends Object declared in method m(E) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:8: error: name clash: m(E) in C and m(Object) in B have the same erasure, yet neither overrides the other public void m(E e) {} ^ where E is a type-variable: E extends Object declared in method m(E) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] test() in B overrides test() in A @Override Integer test() { return 1; } ^ return type requires unchecked conversion from Integer to T where T is a type-variable: T extends Number declared in method test() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] test() in B overrides test() in A @Override Integer[] test() { return new Integer[] {2}; } ^ return type requires unchecked conversion from Integer[] to T[] where T is a type-variable: T extends Number declared in method test() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated System.out.println(new B().test(new Integer(1))); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated public Integer call() { return new Integer(1); } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: X interface X { T x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in interface X X.java:2: warning: [rawtypes] found raw type: X abstract class Y implements X { public abstract S x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in interface X X.java:3: warning: [rawtypes] found raw type: X abstract class Z implements X { public abstract X x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in interface X X.java:3: warning: [rawtypes] found raw type: X abstract class Z implements X { public abstract X x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in interface X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: X interface X { T[] x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in interface X X.java:2: warning: [rawtypes] found raw type: X abstract class Y implements X { public abstract S[] x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in interface X X.java:3: warning: [rawtypes] found raw type: X abstract class Z implements X { public abstract X[] x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in interface X X.java:3: warning: [rawtypes] found raw type: X abstract class Z implements X { public abstract X[] x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends X declared in interface X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: D + new D().test().getClass()); ^ missing type arguments for generic class D where U,V are type-variables: U extends Object declared in class D V extends Number declared in class D X.java:12: warning: [rawtypes] found raw type: A class B extends A { ^ missing type arguments for generic class A where T is a type-variable: T extends Number declared in class A X.java:13: warning: [rawtypes] found raw type: A A test() { return super.test(); } ^ missing type arguments for generic class A where T is a type-variable: T extends Number declared in class A 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: AbstractMap public class X extends java.util.AbstractMap { ^ missing type arguments for generic class AbstractMap where K,V are type-variables: K extends Object declared in class AbstractMap V extends Object declared in class AbstractMap X.java:3: warning: [rawtypes] found raw type: Set public java.util.Set entrySet() { return null; } ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] test() in C overrides test() in A @Override A test() { return super.test(); } ^ return type requires unchecked conversion from A to A where T is a type-variable: T extends Number declared in class A X.java:10: warning: [rawtypes] found raw type: A @Override A test() { return super.test(); } ^ missing type arguments for generic class A where T is a type-variable: T extends Number declared in class A 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: name clash: test() in Y and test() in X have the same erasure, yet neither overrides the other class Y extends X { void test() {} } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: name clash: test(Object,T) in Y and test(T,T) in X have the same erasure, yet neither overrides the other class Y extends X { void test(Object o, T t) {} } ^ where T is a type-variable: T extends Object declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: name clash: setA(A) in InvertedPair and setA(B) in Pair have the same erasure, yet neither overrides the other public void setA(A a) {} ^ where A,B are type-variables: A extends Object declared in class InvertedPair B extends Object declared in class InvertedPair 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: I interface I { T foo(); } ^ missing type arguments for generic class I where T is a type-variable: T extends I declared in interface I 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: hashCode() in X cannot override hashCode() in Object interface X { long hashCode(); } ^ return type long is not compatible with int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: types J and I are incompatible; both define foo(), but with unrelated return types public class X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: foo() in A cannot implement foo() in I public class X {} ^ return type Object is not compatible with String X.java:4: error: foo() in J clashes with foo() in I interface J extends I { Object foo(); } ^ return type Object is not compatible with String 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: A interface I { Number foo(A a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:4: warning: [rawtypes] found raw type: J public class X implements I, J { ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:5: warning: [rawtypes] found raw type: A public Integer foo(A a) {return 1;} ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:8: warning: [rawtypes] found raw type: J J j = null; ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:1: warning: [rawtypes] found raw type: Comparable interface I { void test(E element); } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:1: warning: [rawtypes] found raw type: Comparable interface I { void test(E element); } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable B.java:3: error: name clash: test(Comparable) in B and test(Integer) in I have the same erasure, yet neither overrides the other public class B extends A implements I { public void test(Comparable i) {} } ^ B.java:3: warning: [rawtypes] found raw type: Comparable public class B extends A implements I { public void test(Comparable i) {} } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:3: error: name clash: test(Comparable) in B and test(Integer) in I have the same erasure, yet neither overrides the other public class B extends A { public void test(Comparable i) {} } ^ B.java:3: warning: [rawtypes] found raw type: Comparable public class B extends A { public void test(Comparable i) {} } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:1: warning: [rawtypes] found raw type: Comparable abstract class AA { abstract void test(E element); } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable B.java:3: error: name clash: test(Comparable) in B and test(Integer) in AA have the same erasure, yet neither overrides the other public class B extends A { public void test(Comparable i) {} } ^ B.java:3: warning: [rawtypes] found raw type: Comparable public class B extends A { public void test(Comparable i) {} } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- E.java:3: error: name clash: compareTo(Object) in E and compareTo(E) in I have the same erasure, yet neither overrides the other public class E extends F { public int compareTo(Object o) { return 0; } } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: compareTo(Object) in X and compareTo(X) in Comparable have the same erasure, yet neither overrides the other public int compareTo(Object o) { return 0; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Equivalent class X implements Equivalent, EqualityComparable { ^ missing type arguments for generic class Equivalent where T is a type-variable: T extends Object declared in interface Equivalent X.java:1: warning: [rawtypes] found raw type: EqualityComparable class X implements Equivalent, EqualityComparable { ^ missing type arguments for generic class EqualityComparable where T is a type-variable: T extends Object declared in interface EqualityComparable X.java:4: warning: [rawtypes] found raw type: Equivalent abstract class Y implements Equivalent, EqualityComparable {} ^ missing type arguments for generic class Equivalent where T is a type-variable: T extends Object declared in interface Equivalent X.java:4: warning: [rawtypes] found raw type: EqualityComparable abstract class Y implements Equivalent, EqualityComparable {} ^ missing type arguments for generic class EqualityComparable where T is a type-variable: T extends Object declared in interface EqualityComparable 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Equivalent class X implements Equivalent, EqualityComparable { ^ missing type arguments for generic class Equivalent where T is a type-variable: T extends Comparable declared in interface Equivalent X.java:1: warning: [rawtypes] found raw type: EqualityComparable class X implements Equivalent, EqualityComparable { ^ missing type arguments for generic class EqualityComparable where T is a type-variable: T extends Number declared in interface EqualityComparable X.java:2: warning: [rawtypes] found raw type: Comparable public boolean equalTo(Comparable other) { return true; } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:10: warning: [rawtypes] found raw type: Comparable interface Equivalent { boolean equalTo(T other); } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:5: warning: [rawtypes] found raw type: Equivalent abstract class Y implements Equivalent, EqualityComparable {} ^ missing type arguments for generic class Equivalent where T is a type-variable: T extends Comparable declared in interface Equivalent X.java:5: warning: [rawtypes] found raw type: EqualityComparable abstract class Y implements Equivalent, EqualityComparable {} ^ missing type arguments for generic class EqualityComparable where T is a type-variable: T extends Number declared in interface EqualityComparable X.java:7: warning: [rawtypes] found raw type: Comparable public boolean equalTo(Comparable other) { return true; } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Comparable class X implements Equivalent, EqualityComparable { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:10: warning: [rawtypes] found raw type: Comparable interface Equivalent { boolean equalTo(T other); } ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:5: warning: [rawtypes] found raw type: Comparable abstract class Y implements Equivalent, EqualityComparable {} ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:6: warning: [rawtypes] found raw type: Comparable class Z extends Y { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other abstract class Y implements Equivalent, EqualityComparable { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other abstract class Y implements Equivalent, EqualityComparable { ^ Y.java:2: error: name clash: equalTo(Object) in Y and equalTo(Integer) in EqualityComparable have the same erasure, yet neither overrides the other public abstract boolean equalTo(Object other); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other abstract class Y implements Equivalent, EqualityComparable { ^ Y.java:2: error: name clash: class Y has two methods with the same erasure, yet neither overrides the other public abstract boolean equalTo(String other); ^ first method: equalTo(String) in Equivalent second method: equalTo(Integer) in EqualityComparable 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: name clash: equalTo(String) in Equivalent and equalTo(Integer) in EqualityComparable have the same erasure, yet neither overrides the other abstract class Y implements EqualityComparable, Equivalent { ^ Y.java:2: error: name clash: class Y has two methods with the same erasure, yet neither overrides the other public boolean equalTo(Integer other) { return true; } ^ first method: equalTo(Integer) in EqualityComparable second method: equalTo(String) in Equivalent 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: A interface I { void foo(A a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:9: error: name clash: foo(A) in K and foo(A) in I have the same erasure, yet neither overrides the other interface K extends I { void foo(A a); } ^ X.java:4: warning: [rawtypes] found raw type: A class YYY implements J, I { public void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:5: warning: [rawtypes] found raw type: A class XXX implements I, J { public void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:6: warning: [rawtypes] found raw type: A class ZZZ implements K { public void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- XX.java:1: error: name clash: foo(A) in XX and foo(A) in I have the same erasure, yet neither overrides the other public abstract class XX implements I, J { public abstract void foo(A a); } ^ XX.java:2: warning: [rawtypes] found raw type: A interface I { void foo(A a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- XX.java:1: error: XX is not abstract and does not override abstract method foo(A) in I public class XX implements I, J { public void foo(A a) {} } ^ XX.java:1: error: name clash: foo(A) in XX and foo(A) in I have the same erasure, yet neither overrides the other public class XX implements I, J { public void foo(A a) {} } ^ XX.java:4: warning: [rawtypes] found raw type: A interface I { void foo(A a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A XX.java:2: error: YY is not abstract and does not override abstract method foo(A) in I class YY implements J, I { public void foo(A a) {} } ^ XX.java:2: error: name clash: foo(A) in YY and foo(A) in I have the same erasure, yet neither overrides the other class YY implements J, I { public void foo(A a) {} } ^ XX.java:3: error: ZZ is not abstract and does not override abstract method foo(A) in I class ZZ implements K { public void foo(A a) {} } ^ XX.java:3: error: name clash: foo(A) in ZZ and foo(A) in I have the same erasure, yet neither overrides the other class ZZ implements K { public void foo(A a) {} } ^ XX.java:6: error: name clash: foo(A) in K and foo(A) in I have the same erasure, yet neither overrides the other interface K extends I { void foo(A a); } ^ 7 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: name clash: foo(A) in Y and foo(A) in I have the same erasure, yet neither overrides the other public abstract class X extends Y implements I { } ^ X.java:2: warning: [rawtypes] found raw type: A interface I { void foo(A a); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: A class Y { void foo(A a) {} } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:1: error: foo(A) in Y cannot implement foo(A) in I public abstract class X extends Y implements I { } ^ attempting to assign weaker access privileges; was public 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: name clash: foo(T#1) in Y and foo(T#2) in I have the same erasure, yet neither overrides the other public abstract class X extends Y implements I { } ^ where T#1,T#2,S are type-variables: T#1 extends Object declared in method foo(T#1) T#2 extends Object declared in method foo(T#2) S extends Object declared in method foo(T#2) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: name clash: foo(A) in X and foo(A) in H have the same erasure, yet neither overrides the other public class X extends H { void foo(A a) {} } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: warning: [unchecked] test() in B overrides test() in A class B extends A { @Override Integer test() { return 1; } } ^ return type requires unchecked conversion from Integer to T where T is a type-variable: T extends Number declared in method test() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: warning: [unchecked] getList() in B overrides getList() in A class B extends A { @Override List getList() { return null; } } ^ return type requires unchecked conversion from List to List A.java:3: warning: [rawtypes] found raw type: List class B extends A { @Override List getList() { return null; } } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] x() in Y implements x() in X abstract class Y implements X { public abstract X x(); } ^ return type requires unchecked conversion from X to X where T,S are type-variables: T extends Object declared in interface X S extends Object declared in class Y X.java:2: warning: [rawtypes] found raw type: X abstract class Y implements X { public abstract X x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in interface X X.java:3: warning: [rawtypes] found raw type: X abstract class Z implements X { public abstract X x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in interface X X.java:3: warning: [rawtypes] found raw type: X abstract class Z implements X { public abstract X x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in interface X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] x() in Y implements x() in X abstract class Y implements X { public abstract X[] x(); } ^ return type requires unchecked conversion from X[] to X[] where T,S are type-variables: T extends Object declared in interface X S extends Object declared in class Y X.java:2: warning: [rawtypes] found raw type: X abstract class Y implements X { public abstract X[] x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in interface X X.java:3: warning: [rawtypes] found raw type: X abstract class Z implements X { public abstract X[] x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in interface X X.java:3: warning: [rawtypes] found raw type: X abstract class Z implements X { public abstract X[] x(); } ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in interface X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: foo(String...) in X implements foo(String[]) in I; overridden method has no '...' class Y extends X implements I { } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: foo(String[]) in X implements foo(String...) in I; overriding method is missing '...' class Y extends X implements I { } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: A public class X { public A foo() { return null; } } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:3: warning: [unchecked] foo() in X implements foo() in I class Y extends X implements I { } ^ return type requires unchecked conversion from A to A 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: Y is not abstract and does not override abstract method foo() in I class Y extends X implements I { } ^ where T is a type-variable: T extends Object declared in method foo() X.java:3: warning: [unchecked] foo() in X implements foo() in I class Y extends X implements I { } ^ return type requires unchecked conversion from Object to T where T is a type-variable: T extends Object declared in method foo() 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: id(B) in I and id(A) in C have the same erasure, yet neither overrides the other abstract class E extends C implements I {} ^ where B,A are type-variables: B extends Object declared in class E A extends Object declared in class E 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: id(A) in C and id(B) in I have the same erasure, yet neither overrides the other abstract class E extends C implements I {} ^ where A,B are type-variables: A extends Object declared in class E B extends Object declared in class E 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: reference to id is ambiguous public class X { void test(E e) { e.id(Integer.valueOf(2)); } } ^ both method id(B) in I and method id(A) in C match where B,A are type-variables: B extends Object declared in interface I A extends Number declared in class C 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: reference to id is ambiguous public class X { void test(E e) { e.id(Integer.valueOf(111)); } } ^ both method id(A) in C and method id(B) in E match where A,B are type-variables: A extends Number declared in class C B extends Object declared in class E 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to id is ambiguous m.id(Integer.valueOf(111)); ^ both method id(A) in C and method id(B) in M match where A,B are type-variables: A extends Number declared in class C B extends Object declared in class M 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Y.java:4: warning: [rawtypes] found raw type: List List l = null; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List p/Y.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static void foo(T... e) {} ^ where T is a type-variable: T extends Object declared in method foo(T...) p/Z.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type List public static void foo(List... e) {} ^ where T is a type-variable: T extends Object declared in method foo(List...) p/X.java:6: warning: [unchecked] unchecked method invocation: method foo in class Z is applied to given types public X() { foo(data.l); } ^ required: List[] found: List where T is a type-variable: T extends Object declared in method foo(List...) p/X.java:6: warning: [unchecked] unchecked conversion public X() { foo(data.l); } ^ required: List found: List p/X.java:6: warning: [unchecked] unchecked generic array creation for varargs parameter of type List[] public X() { foo(data.l); } ^ 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Y.java:4: warning: [rawtypes] found raw type: List List l = null; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List p/Y.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static void foo(T... e) {} ^ where T is a type-variable: T extends Object declared in method foo(T...) p/Y.java:6: warning: [unchecked] Possible heap pollution from parameterized vararg type List public static void foo(List... e) {} ^ where T is a type-variable: T extends Object declared in method foo(List...) p/X.java:5: warning: [unchecked] unchecked method invocation: method foo in class Y is applied to given types public X() { foo(data.l); } ^ required: List[] found: List where T is a type-variable: T extends Object declared in method foo(List...) p/X.java:5: warning: [unchecked] unchecked conversion public X() { foo(data.l); } ^ required: List found: List p/X.java:5: warning: [unchecked] unchecked generic array creation for varargs parameter of type List[] public X() { foo(data.l); } ^ 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated m.id(new Integer(111), new Integer(112)); ^ X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated m.id(new Integer(111), new Integer(112)); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to id is ambiguous m.id(Integer.valueOf(111)); ^ both method id(T1) in C and method id(T6) in M match where T1,T6 are type-variables: T1 extends Number declared in class C T6 extends Object declared in class M 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: foo() in XS cannot override foo() in X class XS extends X { @Override void foo() {} } ^ overridden method is final 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: foo() in XS cannot override foo() in X class XS extends X { @Override void foo() {} } ^ attempting to assign weaker access privileges; was public 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: foo() in XS cannot override foo() in X class XS extends X { @Override void foo() throws ClassNotFoundException {} } ^ overridden method does not throw ClassNotFoundException 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: foo() in XS cannot override foo() in X class XS extends X { @Override int foo() {} } ^ return type int is not compatible with void X.java:2: error: method does not override or implement a method from a supertype class XS extends X { @Override int foo() {} } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Class public Foo get(Class c) { return null; } ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:3: error: name clash: putAll(Map) in X1 and putAll(Map) in HashMap have the same erasure, yet neither overrides the other public Object putAll(Map a) { return null; } ^ X1.java:2: warning: [serial] serializable class X1 has no definition of serialVersionUID public class X1 extends LinkedHashMap { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X2.java:2: error: name clash: foo(I) in X2 and foo(I) in Y have the same erasure, yet neither overrides the other public Object foo(I z) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X3.java:2: error: name clash: foo(I) in X3 and foo(I) in Y have the same erasure, yet neither overrides the other public void foo(I z) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X4.java:2: error: name clash: foo(I) in X4 and foo(I) in Y have the same erasure, yet neither overrides the other public String foo(I z) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X5.java:2: error: name clash: foo(I) in X5 and foo(I) in Y have the same erasure, yet neither overrides the other public Object foo(I z) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X6.java:2: error: name clash: foo(I) in X6 and foo(I) in Y have the same erasure, yet neither overrides the other public void foo(I z) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X7.java:2: error: name clash: foo(I) in X7 and foo(I) in Y have the same erasure, yet neither overrides the other public String foo(I z) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X8.java:2: error: name clash: foo(I) in X8 and foo(I) in Y have the same erasure, yet neither overrides the other public Object foo(I z) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: name clash: id(A) and id(T) have the same erasure @Override A id(A x) { return x; } ^ where T is a type-variable: T extends A declared in class Y X.java:6: error: name clash: id(T) in Y and id(A) in X have the same erasure, yet neither overrides the other @Override T id(T x) { return x; } ^ where T is a type-variable: T extends A declared in class Y X.java:7: warning: [unchecked] id(A) in Y overrides id(T#1) in X @Override A id(A x) { return x; } ^ return type requires unchecked conversion from A to T#2 where T#1,T#2 are type-variables: T#1 extends Object declared in class X T#2 extends A declared in class Y 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: methods id(T#1) from X and id(A) from X are inherited with the same signature class Y extends X {} ^ where T#1,T#2 are type-variables: T#1 extends Object declared in class X T#2 extends A declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo() and foo() have the same erasure public static N foo() { System.out.print("B"); return null; } ^ where N,S are type-variables: N extends B declared in method foo() S extends A declared in method foo() X.java:7: warning: [static] static method should be qualified by type name, X, instead of by an expression new X().foo(); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo() and foo() have the same erasure public static N foo() { System.out.print("B"); return null; } ^ where N,S are type-variables: N extends B declared in method foo() S extends A declared in method foo() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: method foo(Object) is already defined in class X.C1 Z foo(Object o) { return null; } // duplicate ^ X.java:8: error: name clash: foo(Object) and foo(Object) have the same erasure T foo(Object o) { return null; } // duplicate ^ where T#1,T#2 are type-variables: T#1 extends Z declared in method foo(Object) T#2 extends Y declared in method foo(Object) X.java:12: error: method foo(Object) is already defined in class X.C3 A foo(Object o) { return null; } // duplicate ^ X.java:16: error: method foo(Object) is already defined in class X.C4 T foo(Object o) { return null; } // duplicate ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: foo(A) and foo(A) have the same erasure A foo(A o) { return null; } // duplicate ^ X.java:8: error: name clash: foo(A) and foo(A) have the same erasure T foo(A o) { return null; } // ok ^ where T#1,T#2 are type-variables: T#1 extends Z declared in method foo(A) T#2 extends Y declared in method foo(A) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: foo(Object) and foo(Object) have the same erasure T foo(Object o) { return null; } // ok ^ where T#1,T#2,U are type-variables: T#1 extends Z declared in method foo(Object) T#2 extends Y declared in method foo(Object) U extends Object declared in method foo(Object) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: a(A) and a(A) have the same erasure Object a(A n) { return null; } ^ where N#1,N#2 are type-variables: N#1 extends Object declared in method a(A) N#2 extends B declared in method a(A) X.java:5: error: name clash: b(A) and b(A) have the same erasure B b(A n) { return null; } ^ where N#1,N#2 are type-variables: N#1 extends B declared in method b(A) N#2 extends B declared in method b(A) X.java:7: error: name clash: c(A) and c(A) have the same erasure B c(A n) { return null; } ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: a(A) and a(A) have the same erasure B a(A n) { return null; } ^ where N#1,N#2 are type-variables: N#1 extends Object declared in method a(A) N#2 extends B declared in method a(A) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: b(A) and b(A) have the same erasure B b(A n) { return null; } ^ where N#1,N#2 are type-variables: N#1 extends B declared in method b(A) N#2 extends B declared in method b(A) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: c(A) and c(A) have the same erasure B c(A n) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: a(A) and a(A) have the same erasure Object a(A n) { return null; } ^ where N#1,N#2 are type-variables: N#1 extends Object declared in method a(A) N#2 extends B declared in method a(A) X.java:5: error: name clash: b(A) and b(A) have the same erasure Object b(A n) { return null; } ^ where N#1,N#2 are type-variables: N#1 extends Object declared in method b(A) N#2 extends B declared in method b(A) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: a(A) and a(A) have the same erasure B a(A n) { return null; } ^ where N#1,N#2 are type-variables: N#1 extends Object declared in method a(A) N#2 extends B declared in method a(A) X.java:5: error: name clash: b(A) and b(A) have the same erasure B b(A n) { return null; } ^ where N#1,N#2 are type-variables: N#1 extends Object declared in method b(A) N#2 extends B declared in method b(A) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method a(A) is already defined in class X B a(A n) { return null; } ^ where N is a type-variable: N extends B declared in method a(A) X.java:5: error: method b(A) is already defined in class X B b(A n) { return null; } ^ where N is a type-variable: N extends B declared in method b(A) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method a(A) is already defined in class X B a(A n) { return null; } ^ X.java:5: error: method b(A) is already defined in class X B b(A n) { return null; } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method foo(T) in I public class X implements I { ^ where T is a type-variable: T extends Object declared in method foo(T) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(A) and foo(A) have the same erasure void foo(A a) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: foo(A) and foo(A) have the same erasure Object foo(A a) { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: warning: [rawtypes] found raw type: A public A test() { return null; } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:7: warning: [unchecked] test() in B overrides test() in A @Override public B test() { return null; } ^ return type requires unchecked conversion from B to A where U is a type-variable: U extends Object declared in method test() A.java:8: warning: [unchecked] test2() in B overrides test2() in A @Override public A test2() { return null; } ^ return type requires unchecked conversion from A to A where U is a type-variable: U extends Object declared in method test2() A.java:8: warning: [rawtypes] found raw type: A @Override public A test2() { return null; } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A A.java:9: warning: [unchecked] test3() in B overrides test3() in A @Override public A test3() { return null; } ^ return type requires unchecked conversion from A to A where U is a type-variable: U extends Object declared in method test3() 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: A void test(A a) { B b = a.foo(); } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:2: error: incompatible types: A cannot be converted to B void test(A a) { B b = a.foo(); } ^ X.java:3: error: incompatible types: no instance(s) of type variable(s) U exist so that A conforms to B void test2(A a) { B b = a.foo(); } ^ where U is a type-variable: U extends Object declared in method foo() X.java:10: warning: [unchecked] foo() in B overrides foo() in A @Override B foo() { return null; } ^ return type requires unchecked conversion from B to A where U is a type-variable: U extends Object declared in method foo() 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: a(T) and a(Object) have the same erasure T a(T x) { return null; } ^ where T is a type-variable: T extends Object declared in method a(T) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: aaa(T) and aaa(X) have the same erasure T aaa(T x) { return null; } ^ where T,T1,T2 are type-variables: T extends X declared in method aaa(T) T1 extends Object declared in method aaa(X) T2 extends Object declared in method aaa(X) X.java:5: error: name clash: aa(T#1) and aa(X) have the same erasure T aa(T x) { return null; } ^ where T#1,T#2 are type-variables: T#1 extends X declared in method aa(T#1) T#2 extends Object declared in method aa(X) X.java:7: error: name clash: a(T) and a(X) have the same erasure T a(T x) { return null; } ^ where T is a type-variable: T extends X declared in method a(T) X.java:9: error: name clash: z(X) and z(X) have the same erasure Object z(X x) { return null; } ^ where T#1,S,T#2 are type-variables: T#1 extends Object declared in method z(X) S extends Object declared in method z(X) T#2 extends Object declared in method z(X) 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method foo(X) is already defined in class X String foo(X s) { return null; } ^ where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method dupT() is already defined in class X > Object dupT() {return null;} ^ where T1 is a type-variable: T1 extends X declared in method dupT() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: a(A) and a(A) have the same erasure String a(A o) {return null;} ^ where T#1,T#2 are type-variables: T#1 extends Object declared in method a(A) T#2 extends Object declared in method a(A) X.java:5: error: name clash: aa(A) and aa(A) have the same erasure String aa(A o) {return null;} ^ where T is a type-variable: T extends Object declared in method aa(A) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: A A a = new C(); ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in interface A X.java:4: warning: [unchecked] unchecked call to f(T) as a member of the raw type A try { a.f(new Object()); } catch (ClassCastException e) { ^ where T is a type-variable: T extends Object declared in interface A 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: name clash: foo(A) and foo(T) have the same erasure void foo(A a) {} ^ where A,T are type-variables: A extends Object declared in class X T extends Object declared in method foo(T) X.java:9: error: name clash: foo2(A) and foo2(T#2) have the same erasure void foo2(A a) {} ^ where T#1,A,T#2 are type-variables: T#1 extends Object declared in method foo2(A) A extends Object declared in class X T#2 extends Object declared in method foo2(T#2) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to foo is ambiguous new X().foo("X"); ^ both method foo(A) in Y and method foo(T) in X match where A,T are type-variables: A extends Object declared in class Y T extends Object declared in method foo(T) X.java:4: error: reference to foo2 is ambiguous new X().foo2("X"); ^ both method foo2(A) in Y and method foo2(T#2) in X match where T#1,A,T#2 are type-variables: T#1 extends Object declared in method foo2(A) A extends Object declared in class Y T#2 extends Object declared in method foo2(T#2) X.java:6: error: name clash: foo(T) in X and foo(A) in Y have the same erasure, yet neither overrides the other T foo(T t) {return null;} ^ where T,A are type-variables: T extends Object declared in method foo(T) A extends Object declared in class X X.java:7: error: name clash: foo2(T) in X and foo2(A) in Y have the same erasure, yet neither overrides the other T foo2(T t) {return null;} ^ where T,A are type-variables: T extends Object declared in method foo2(T) A extends Object declared in class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:5: warning: [rawtypes] found raw type: Iterator public void method(Iterator iter) {} ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I2.java:5: warning: [rawtypes] found raw type: Iterator public void method(Iterator[] iter) {} ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I3.java:4: error: TestClass is not abstract and does not override abstract method method(Iterator[]) in I3 public static class TestClass implements I3 { ^ I3.java:5: warning: [rawtypes] found raw type: Iterator public void method(Iterator[][] iter) {} ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Try.java:9: warning: [rawtypes] found raw type: Ex Ex ex2 = ex; ^ missing type arguments for generic class Ex where C is a type-variable: C extends Object declared in class Ex Try.java:10: warning: [unchecked] unchecked call to one(C,M) as a member of the raw type Ex ex2.one("eclipse", Integer.valueOf(1)); ^ where M,C are type-variables: M extends Object declared in method one(C,M) C extends Object declared in class Ex Try.java:11: warning: [unchecked] unchecked call to two(M) as a member of the raw type Ex ex2.two(Integer.valueOf(1)); ^ where M is a type-variable: M extends Object declared in method two(M) Try.java:12: warning: [unchecked] unchecked call to three(C) as a member of the raw type Ex ex2.three("eclipse"); ^ where C is a type-variable: C extends Object declared in class Ex Try.java:13: warning: [unchecked] unchecked call to four(C) as a member of the raw type Ex ex2.four("eclipse"); ^ where M,C are type-variables: M extends Object declared in method four(C) C extends Object declared in class Ex 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Errors.java:5: error: reference to five is ambiguous ex.five("eclipse"); ^ both method five(TC) in Top and method five(C) in Ex match where TM,TC,C are type-variables: TM extends Object declared in method five(TC) TC extends Object declared in class Top C extends Object declared in class Ex Errors.java:6: error: reference to six is ambiguous ex.six("eclipse"); ^ both method six(TC) in Top and method six(C) in Ex match where TC,M,C are type-variables: TC extends Object declared in class Top M extends Object declared in method six(C) C extends Object declared in class Ex Errors.java:7: warning: [rawtypes] found raw type: Ex Ex ex2 = ex; ^ missing type arguments for generic class Ex where C is a type-variable: C extends Object declared in class Ex Errors.java:9: error: reference to five is ambiguous ex2.five("eclipse"); ^ both method five(TC) in Top and method five(C) in Ex match where TM,TC,C are type-variables: TM extends Object declared in method five(TC) TC extends Object declared in class Top C extends Object declared in class Ex Errors.java:9: warning: [unchecked] unchecked call to five(TC) as a member of the raw type Top ex2.five("eclipse"); ^ where TM,TC are type-variables: TM extends Object declared in method five(TC) TC extends Object declared in class Top Errors.java:10: error: reference to six is ambiguous ex2.six("eclipse"); ^ both method six(TC) in Top and method six(C) in Ex match where TC,M,C are type-variables: TC extends Object declared in class Top M extends Object declared in method six(C) C extends Object declared in class Ex Errors.java:10: warning: [unchecked] unchecked call to six(TC) as a member of the raw type Top ex2.six("eclipse"); ^ where TC is a type-variable: TC extends Object declared in class Top Errors.java:20: error: name clash: five(C) in Ex and five(C) in Top have the same erasure, yet neither overrides the other @Override void five(C cEx) {} ^ where C is a type-variable: C extends Object declared in class Ex Errors.java:20: error: method does not override or implement a method from a supertype @Override void five(C cEx) {} ^ Errors.java:21: error: name clash: six(C) in Ex and six(C) in Top have the same erasure, yet neither overrides the other @Override void six(C cEx) {} ^ where C is a type-variable: C extends Object declared in class Ex Errors.java:21: error: method does not override or implement a method from a supertype @Override void six(C cEx) {} ^ 8 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: IStructuredContentProvider public class X implements IStructuredContentProvider { ^ missing type arguments for generic class IStructuredContentProvider where I,E are type-variables: I extends Object declared in interface IStructuredContentProvider E extends I declared in interface IStructuredContentProvider 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: IStructuredContentProvider public class X implements IStructuredContentProvider { ^ missing type arguments for generic class IStructuredContentProvider where I,E are type-variables: I extends Object declared in interface IStructuredContentProvider E extends List declared in interface IStructuredContentProvider X.java:12: warning: [rawtypes] found raw type: List public List[] getElements(Object inputElement) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:18: warning: [rawtypes] found raw type: List public List[] getChildren(List parent) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:18: warning: [rawtypes] found raw type: List public List[] getChildren(List parent) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: X is not abstract and does not override abstract method x3() in I public class X implements I { ^ where N is a type-variable: N extends Object declared in method x3() X.java:4: error: name clash: x2() in X and x2() in I have the same erasure, yet neither overrides the other public void x2() {} ^ X.java:5: error: name clash: x3() in X and x3() in I have the same erasure, yet neither overrides the other public void x3() {} ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BooleanFactory.java:6: warning: [deprecation] newInstance() in Class has been deprecated try { return c.newInstance(); } catch(Exception e) { return null; } ^ where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- D.java:2: error: name clash: m(Number) in D and m(Integer) in A have the same erasure, yet neither overrides the other @Override void m(Number t) {} ^ D.java:2: error: method does not override or implement a method from a supertype @Override void m(Number t) {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- NumericArray4.java:5: error: method does not override or implement a method from a supertype @Override public void add(Number n) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- NumericArray5.java:5: error: method does not override or implement a method from a supertype @Override public void add(Number n, Integer i) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: method does not override or implement a method from a supertype interface J extends I { @Override void clone(); } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:1: error: method does not override or implement a method from a supertype interface I { @Override void clone(); } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: error: hashCode() in I cannot override hashCode() in Object float hashCode(); ^ return type float is not compatible with int A.java:6: error: hashCode() in Object cannot implement hashCode() in I abstract class A implements J {} ^ return type int is not compatible with float 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: name clash: foo() in B and foo() in A have the same erasure, yet neither overrides the other class B extends A { @Override > void foo() { } } ^ A.java:2: error: method does not override or implement a method from a supertype class B extends A { @Override > void foo() { } } ^ A.java:3: error: name clash: foo() in C and foo() in A have the same erasure, yet neither overrides the other class C extends A { @Override void foo() { } } ^ A.java:3: error: method does not override or implement a method from a supertype class C extends A { @Override void foo() { } } ^ A.java:3: warning: [rawtypes] found raw type: I class C extends A { @Override void foo() { } } ^ missing type arguments for generic class I where TT is a type-variable: TT extends Object declared in interface I 4 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: method does not override or implement a method from a supertype class B extends A { @Override > void foo(V v, T1 t, S1 s) { } } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: error: method foo() is already defined in class A & J> void foo() { } ^ where T,S are type-variables: T extends Object declared in method foo() S extends J,I declared in method foo() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: error: name clash: foo() and foo() have the same erasure & K> void foo() { } ^ where T#1,S#1,T#2,S#2 are type-variables: T#1 extends Object declared in method foo() S#1 extends I,K declared in method foo() T#2 extends Object declared in method foo() S#2 extends J,I declared in method foo() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated Object o = new A().foo(new Integer(1)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: warning: [rawtypes] found raw type: A class B extends A { void x(A s) {} } ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in class A A.java:2: error: name clash: x(A) in B and x(A) in A have the same erasure, yet neither overrides the other class B extends A { void x(A s) {} } ^ A.java:3: warning: [rawtypes] found raw type: A class C extends A { @Override void x(A s) {} } ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in class A A.java:3: warning: [rawtypes] found raw type: A class C extends A { @Override void x(A s) {} } ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in class A A.java:4: warning: [rawtypes] found raw type: A class D extends A { void x(A s) {} } ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in class A A.java:4: error: name clash: x(A) in D and x(A) in A have the same erasure, yet neither overrides the other class D extends A { void x(A s) {} } ^ 2 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- HashOrder.java:2: warning: [unchecked] create() in HashOrder overrides create() in DoubleHash public static HashOrder create() { return null; } ^ return type requires unchecked conversion from HashOrder to DoubleHash where U is a type-variable: U extends Object declared in method create() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: bar() in X cannot implement bar() in I public A bar() { return null; } ^ return type A is not compatible with A where S#1,U,S#2 are type-variables: S#1 extends Object declared in method bar() U extends Object declared in class X S#2 extends Object declared in method bar() X.java:2: warning: [unchecked] foo() in X implements foo() in I public A foo() { return null; } ^ return type requires unchecked conversion from A to A where T is a type-variable: T extends Object declared in method foo() 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- V.java:1: warning: [unchecked] foo() in V overrides foo() in U public class V extends U { @Override public C foo() { return null; } } ^ return type requires unchecked conversion from C to C where T is a type-variable: T extends A declared in method foo() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:1: error: A is not abstract and does not override abstract method foo4(U,M) in I public class A implements I { ^ where U is a type-variable: U extends Number declared in method foo4(U,M) A.java:2: error: name clash: foo4(Number,T1) in A and foo4(U,M) in I have the same erasure, yet neither overrides the other public void foo4(Number n, T1 m) {} ^ where T1,U are type-variables: T1 extends M declared in class A U extends Number declared in method foo4(U,M) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Parent.java:3: warning: [rawtypes] found raw type: Collection static void staticCase1(Collection c) {} ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection Parent.java:5: warning: [rawtypes] found raw type: Collection void instanceCase1(Collection c) {} ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection Parent.java:9: error: name clash: staticCase1(Collection) in Child and staticCase1(Collection) in Parent have the same erasure, yet neither hides the other static void staticCase1(Collection c) {} ^ Parent.java:10: warning: [rawtypes] found raw type: Collection static void staticCase2(Collection c) {} ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection Parent.java:11: error: name clash: instanceCase1(Collection) in Child and instanceCase1(Collection) in Parent have the same erasure, yet neither overrides the other void instanceCase1(Collection c) {} ^ Parent.java:12: warning: [rawtypes] found raw type: Collection @Override void instanceCase2(Collection c) {} ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection 2 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Parent.java:3: warning: [rawtypes] found raw type: Collection static void staticMismatchCase1(Collection c) {} ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection Parent.java:5: warning: [rawtypes] found raw type: Collection void mismatchCase1(Collection c) {} ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection Parent.java:9: error: staticMismatchCase1(Collection) in Child cannot override staticMismatchCase1(Collection) in Parent void staticMismatchCase1(Collection c) {} ^ overridden method is static Parent.java:9: warning: [rawtypes] found raw type: Collection void staticMismatchCase1(Collection c) {} ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection Parent.java:10: error: staticMismatchCase2(Collection) in Child cannot override staticMismatchCase2(Collection) in Parent void staticMismatchCase2(Collection c) {} ^ overridden method is static Parent.java:11: error: mismatchCase1(Collection) in Child cannot override mismatchCase1(Collection) in Parent static void mismatchCase1(Collection c) {} ^ overriding method is static Parent.java:11: warning: [rawtypes] found raw type: Collection static void mismatchCase1(Collection c) {} ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection Parent.java:12: error: mismatchCase2(Collection) in Child cannot override mismatchCase2(Collection) in Parent static void mismatchCase2(Collection c) {} ^ overriding method is static 4 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: foo(Object) in CX cannot implement foo(U) in IX public abstract class X extends CX implements IX {} ^ overriding method is static where U is a type-variable: U extends Object declared in interface IX X.java:3: warning: [rawtypes] found raw type: CX abstract class X2 extends CX implements IX {} ^ missing type arguments for generic class CX where T is a type-variable: T extends Object declared in class CX X.java:3: warning: [rawtypes] found raw type: IX abstract class X2 extends CX implements IX {} ^ missing type arguments for generic class IX where U is a type-variable: U extends Object declared in interface IX X.java:3: error: foo(Object) in CX cannot implement foo(U) in IX abstract class X2 extends CX implements IX {} ^ overriding method is static where U is a type-variable: U extends Object declared in interface IX 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method copyData(A) in I public class X implements I { public void copyData(T data) {} } ^ where A is a type-variable: A extends Data declared in method copyData(A) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:11: warning: [unchecked] doStuff() in Interface4 overrides

doStuff() in Interface3 Collection doStuff(); ^ return type requires unchecked conversion from Collection to Collection

where P is a type-variable: P extends Interface1 declared in method

doStuff() 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: X is not abstract and does not override abstract method run() in Runnable public class X extends ArrayList implements I,Runnable { ^ X.java:5: error: incompatible types: Object cannot be converted to T0 this.add(new Object()); ^ where T0 is a type-variable: T0 extends Object declared in class X X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends ArrayList implements I,Runnable { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: List cannot be inherited with different arguments: and abstract class X2 extends X3 implements List {} ^ X.java:2: error: X is not abstract and does not override abstract method subList(int,int) in List public class X extends X2 {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- DataSet.java:4: warning: [rawtypes] found raw type: List class DataSet implements List, Iterator, Serializable { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List DataSet.java:4: warning: [rawtypes] found raw type: Iterator class DataSet implements List, Iterator, Serializable { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator DataSet.java:4: error: DataSet is not abstract and does not override abstract method toArray(Object[]) in List class DataSet implements List, Iterator, Serializable { ^ DataSet.java:6: error: name clash: toArray(S[]) in DataSet and toArray(Object[]) in List have the same erasure, yet neither overrides the other public S[] toArray(S[] s) { ^ where S is a type-variable: S extends Object declared in method toArray(S[]) DataSet.java:12: warning: [rawtypes] found raw type: Collection public boolean addAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:13: warning: [rawtypes] found raw type: Collection public boolean addAll(int index, Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:16: warning: [rawtypes] found raw type: Collection public boolean containsAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:20: warning: [rawtypes] found raw type: Iterator public Iterator iterator() { return null; } ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator DataSet.java:22: warning: [rawtypes] found raw type: ListIterator public ListIterator listIterator() { return null; } ^ missing type arguments for generic class ListIterator where E is a type-variable: E extends Object declared in interface ListIterator DataSet.java:23: warning: [rawtypes] found raw type: ListIterator public ListIterator listIterator(int index) { return null; } ^ missing type arguments for generic class ListIterator where E is a type-variable: E extends Object declared in interface ListIterator DataSet.java:26: warning: [rawtypes] found raw type: Collection public boolean removeAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:27: warning: [rawtypes] found raw type: Collection public boolean retainAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:30: warning: [rawtypes] found raw type: List Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt public List subList(int fromIndex, int toIndex) { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID class DataSet implements List, Iterator, Serializable { ^ 2 errors 12 warnings --- javac err: --- DataSet.java:4: warning: [rawtypes] found raw type: List class DataSet implements List, Iterator, Serializable { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List DataSet.java:4: warning: [rawtypes] found raw type: Iterator class DataSet implements List, Iterator, Serializable { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator DataSet.java:4: error: DataSet is not abstract and does not override abstract method toArray(Object[]) in List class DataSet implements List, Iterator, Serializable { ^ DataSet.java:12: warning: [rawtypes] found raw type: Collection public boolean addAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:13: warning: [rawtypes] found raw type: Collection public boolean addAll(int index, Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:16: warning: [rawtypes] found raw type: Collection public boolean containsAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:20: warning: [rawtypes] found raw type: Iterator public Iterator iterator() { return null; } ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator DataSet.java:22: warning: [rawtypes] found raw type: ListIterator public ListIterator listIterator() { return null; } ^ missing type arguments for generic class ListIterator where E is a type-variable: E extends Object declared in interface ListIterator DataSet.java:23: warning: [rawtypes] found raw type: ListIterator public ListIterator listIterator(int index) { return null; } ^ missing type arguments for generic class ListIterator where E is a type-variable: E extends Object declared in interface ListIterator DataSet.java:26: warning: [rawtypes] found raw type: Collection public boolean removeAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:27: warning: [rawtypes] found raw type: Collection public boolean retainAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:30: warning: [rawtypes] found raw type: List public List subList(int fromIndex, int toIndex) { return null; } Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID class DataSet implements List, Iterator, Serializable { ^ 1 error 12 warnings --- javac err: --- DataSet.java:9: error: name clash: toArray(Object[]) and toArray(S[]) have the same erasure public Object[] toArray(Object[] o) { ^ where S is a type-variable: S extends Object declared in method toArray(S[]) DataSet.java:4: warning: [rawtypes] found raw type: List class DataSet implements List, Iterator, Serializable { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List DataSet.java:4: warning: [rawtypes] found raw type: Iterator class DataSet implements List, Iterator, Serializable { ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator DataSet.java:6: error: name clash: toArray(S[]) in DataSet and toArray(Object[]) in List have the same erasure, yet neither overrides the other public S[] toArray(S[] s) { ^ where S is a type-variable: S extends Object declared in method toArray(S[]) DataSet.java:14: warning: [rawtypes] found raw type: Collection public boolean addAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:15: warning: [rawtypes] found raw type: Collection public boolean addAll(int index, Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:18: warning: [rawtypes] found raw type: Collection public boolean containsAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:22: warning: [rawtypes] found raw type: Iterator public Iterator iterator() { return null; } ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator DataSet.java:24: warning: [rawtypes] found raw type: ListIterator public ListIterator listIterator() { return null; } ^ missing type arguments for generic class ListIterator where E is a type-variable: E extends Object declared in interface ListIterator DataSet.java:25: warning: [rawtypes] found raw type: ListIterator public ListIterator listIterator(int index) { return null; } ^ missing type arguments for generic class ListIterator where E is a type-variable: E extends Object declared in interface ListIterator DataSet.java:28: warning: [rawtypes] found raw type: Collection public boolean removeAll(Collection c) { return false; } ^ missing type arguments for generic class Collection Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt where E is a type-variable: E extends Object declared in interface Collection DataSet.java:29: warning: [rawtypes] found raw type: Collection public boolean retainAll(Collection c) { return false; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection DataSet.java:32: warning: [rawtypes] found raw type: List public List subList(int fromIndex, int toIndex) { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID class DataSet implements List, Iterator, Serializable { ^ 2 errors 12 warnings --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Y void foo(Y[] array) ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y X.java:9: error: incompatible types: List cannot be converted to Collection> y.addAll(Arrays.asList(array)); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ProblemClass.java:7: error: ProblemClass is not abstract and does not override abstract method doIt(Collection) in SuperInterface public class ProblemClass implements SuperInterface { ^ where A is a type-variable: A extends JLabel declared in method doIt(Collection) ProblemClass.java:8: error: name clash: doIt(Collection) in ProblemClass and doIt(Collection) in SuperInterface have the same erasure, yet neither overrides the other public void doIt(Collection as) { ^ where A is a type-variable: A extends JLabel declared in method doIt(Collection) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:4: error: name clash: removeAll(Collection) in Y and removeAll(Collection) in X have the same erasure, yet neither overrides the other boolean removeAll(Collection c) { ^ where T,E are type-variables: T extends E declared in method removeAll(Collection) E extends Object declared in class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: name clash: getX(List) and getX(List) have the same erasure String getX(List l) { ^ X.java:14: error: method getX(List) is already defined in class Y String getX(List l) { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:26: error: bar() in Grandchild cannot override bar() in Implementation public ReturnLeaf bar() { ^ overridden method is final 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:25: warning: [rawtypes] found raw type: Grandchild new Grandchild(); ^ missing type arguments for generic class Grandchild where V is a type-variable: V extends Object declared in class Grandchild 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:26: error: bar() in Grandchild cannot override bar() in Implementation public ReturnLeaf bar() { ^ overridden method is final 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:25: warning: [rawtypes] found raw type: Grandchild new Grandchild(); ^ missing type arguments for generic class Grandchild where V is a type-variable: V extends Object declared in class Grandchild 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:25: warning: [rawtypes] found raw type: Grandchild new Grandchild(); ^ missing type arguments for generic class Grandchild where V is a type-variable: V extends Object declared in class Grandchild 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:27: warning: [rawtypes] found raw type: Grandchild new Grandchild(); ^ missing type arguments for generic class Grandchild where V is a type-variable: V extends Object declared in class Grandchild 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:27: warning: [rawtypes] found raw type: Grandchild new Grandchild(); ^ missing type arguments for generic class Grandchild where V is a type-variable: V extends Object declared in class Grandchild 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork foo() {} ^ symbol: class Zork location: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: methods e(S) from X.M and e(T) from X.M are inherited with the same signature class N extends M {} ^ where S,T are type-variables: S extends Object declared in class X.M T extends CharSequence declared in class X.M 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bar.java:3: error: name clash: getThing(E) and getThing(V) have the same erasure boolean getThing(E e) { return true; } ^ where E,V are type-variables: E extends Object declared in class Foo V extends Object declared in class Foo 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: X is not abstract and does not override abstract method foo(Integer,Y,Y) in I public class X implements I { ^ X.java:5: error: name clash: foo(Integer,Y,Y) in X and foo(Integer,Y,Y) in I have the same erasure, yet neither overrides the other public void foo(Integer i, Y l1, Y l2) { ^ X.java:5: warning: [rawtypes] found raw type: Y public void foo(Integer i, Y l1, Y l2) { ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Y public void foo(Integer i, Y l1, Y l2) { ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y X.java:5: warning: [rawtypes] found raw type: Y public void foo(Integer i, Y l1, Y l2) { ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [unchecked] foo() in B overrides foo() in A Enum foo() { ^ return type requires unchecked conversion from Enum to U where U,T are type-variables: U extends T declared in method foo() T extends Object declared in class A 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] foo(Object,Object) in X implements foo(Object,V) in I public Object foo(Object o, Object v) { return null; } ^ return type requires unchecked conversion from Object to U#2 where V,U#1,U#2 are type-variables: V extends Object declared in interface I U#1 extends Object declared in interface I U#2 extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: X is not abstract and does not override abstract method foo(Object,V) in I public class X implements I { ^ where V,U are type-variables: V extends Object declared in class X U extends Z declared in class X X.java:5: error: foo(Object,Object) in X cannot implement foo(Object,V) in I public Object foo(Object o, Object v) { return null; } ^ return type Object is not compatible with U#2 where V,U#1,U#2 are type-variables: V extends Object declared in interface I U#1 extends Object declared in interface I U#2 extends Z declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] foo(Object,Object) in X implements foo(Object,V) in I public Z foo(Object o, Object v) { return null; } ^ return type requires unchecked conversion from Z to Z where V,U#1,U#2 are type-variables: V extends Object declared in interface I U#1 extends Object declared in interface I U#2 extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [unchecked] foo(Object,Object) in X overrides foo(Object,V) in I Object foo(Object o, Object v); ^ return type requires unchecked conversion from Object to U#2 where V,U#1,U#2 are type-variables: V extends Object declared in interface I U#1 extends Object declared in interface I U#2 extends Object declared in interface X X.java:6: error: foo() in X clashes with foo() in I Object foo(); ^ return type Object is not compatible with U#2 where U#1,U#2 are type-variables: U#1 extends Object declared in interface I U#2 extends Object declared in interface X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: X is not abstract and does not override abstract method foo2(I) in I public class X implements I { ^ where U is a type-variable: U extends Object declared in class X X.java:7: error: foo2(I) in X cannot implement foo2(I) in I public Object foo2(I p) { return null; } ^ return type Object is not compatible with U#2 where U#1,U#2 are type-variables: U#1 extends Object declared in interface I U#2 extends Object declared in class X X.java:6: error: foo(I) in X cannot implement foo(I) in I public Object foo(I p) { return null; } ^ return type Object is not compatible with U#2 where U#1,U#2 are type-variables: U#1 extends Object declared in interface I U#2 extends Object declared in class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:8: error: foo() in B cannot override foo() in A Object foo() { return null; } // cannot override foo(), incompatible return type error ^ return type Object is not compatible with U#2 where U#1,U#2 are type-variables: U#1 extends Object declared in class A U#2 extends Object declared in class B A.java:7: error: method does not override or implement a method from a supertype @Override // does not override error ^ A.java:10: warning: [unchecked] foo(Object) in B overrides foo(U#1) in A Object foo(Object one) { return null; } // unchecked conversion warning ^ return type requires unchecked conversion from Object to U#2 where U#1,U#2 are type-variables: U#1 extends Object declared in class A U#2 extends Object declared in class B A.java:12: error: name clash: foo(Object,U) in B and foo(U,U) in A have the same erasure, yet neither overrides the other Object foo(Object one, U two) { return null; } ^ where U is a type-variable: U extends Object declared in class B A.java:11: error: method does not override or implement a method from a supertype @Override // does not override error ^ A.java:16: error: foo(U#1) in C cannot override foo(U#2) in A Object foo(U one) { return null; } // cannot override foo(U), incompatible return type error ^ return type Object is not compatible with U#1 where U#1,U#2 are type-variables: U#1 extends Object declared in class C U#2 extends Object declared in class A A.java:15: error: method does not override or implement a method from a supertype @Override // does not override error ^ A.java:18: error: foo(U#1,U#1) in C cannot override foo(U#2,U#2) in A Object foo(U one, U two) { return null; } // cannot override foo(U), incompatible return type error ^ return type Object is not compatible with U#1 where U#1,U#2 are type-variables: U#1 extends Object declared in class C U#2 extends Object declared in class A A.java:17: error: method does not override or implement a method from a supertype @Override // does not override error ^ 8 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:5: warning: [unchecked] foo(Number) in J overrides foo(Number) in I A foo(Number n); ^ return type requires unchecked conversion from A to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] foo(Number) in J overrides foo(Number) in I A foo(Number n); ^ return type requires unchecked conversion from A to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) X.java:3: warning: [unchecked] foo(Number) in X2 implements foo(Number) in I public A foo(Number n) { return null; } ^ return type requires unchecked conversion from A to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [unchecked] foo(Number) in E overrides foo(Number) in D @Override abstract A foo(Number n); ^ return type requires unchecked conversion from A to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) X.java:1: warning: [unchecked] foo(Number) in E overrides foo(Number) in D public abstract class X extends E {} ^ return type requires unchecked conversion from A to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) X.java:3: warning: [unchecked] foo(Number) in X2 overrides foo(Number) in D @Override public A foo(Number n) { return null; } ^ return type requires unchecked conversion from A to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) X.java:5: warning: [unchecked] foo(Number) in E overrides foo(Number) in D abstract class Y extends X {} ^ return type requires unchecked conversion from A to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] foo(Number) in J overrides foo(Number) in I XX foo(Number n); ^ return type requires unchecked conversion from XX to T where T is a type-variable: T extends Y,Cloneable declared in method foo(Number) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] foo(Number) in J overrides foo(Number) in I A foo(Number n); ^ return type requires unchecked conversion from A to A where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] foo(Number) in X implements foo(Number) in I public XX foo(Number n) { return null; } ^ return type requires unchecked conversion from XX to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) X.java:9: warning: [unchecked] foo(Number) in J overrides foo(Number) in I XX foo(Number n); ^ return type requires unchecked conversion from XX to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: types K and J are incompatible; both define foo(java.lang.Number), but with unrelated return types public abstract class X implements J, K {} ^ X.java:6: warning: [unchecked] foo(Number) in J overrides foo(Number) in I XX foo(Number n); ^ return type requires unchecked conversion from XX to T where T is a type-variable: T extends Exception,Cloneable declared in method foo(Number) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: name clash: compareTo(Object) in X and compareTo(Charset) in Comparable have the same erasure, yet neither overrides the other public int compareTo(Object obj) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Concrete.java:1: error: Concrete is not abstract and does not override abstract method foo(String) in Generic public class Concrete extends Abstract { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- PurebredCatShopImpl.java:6: error: name clash: getPets() in CatShop and getPets() in PetShop have the same erasure, yet neither overrides the other List getPets(); ^ PurebredCatShopImpl.java:10: warning: [unchecked] getPets() in CatShopImpl implements getPets() in CatShop public List getPets() { return null; } ^ return type requires unchecked conversion from List to List where V is a type-variable: V extends Pet declared in method getPets() PurebredCatShopImpl.java:12: warning: [unchecked] getPets() in CatShopImpl implements getPets() in CatShop class PurebredCatShopImpl extends CatShopImpl implements PurebredCatShop {} ^ return type requires unchecked conversion from List to List where V is a type-variable: V extends Pet declared in method getPets() 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other class BaseImpl extends Base { public void setValue(String object) {} } ^ first method: setValue(String) in BaseInterface second method: setValue(Object) in Base 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test145 - 10 BaseImpl.java [ abstract class Base implements BaseInterface{ public void setValue(Object object) {} } interface BaseInterface { void setValue(Tvalue object); } class BaseImpl extends Base { public void setValue(String object) {} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BugB.java:2: warning: [rawtypes] found raw type: C abstract class B extends A { void get(C type) {} } ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C BugB.java:3: warning: [rawtypes] found raw type: C class B2 extends A { void get(C type) {} } ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: name clash: foo(Object) in X1 and foo(T) in Y have the same erasure, yet neither overrides the other public void foo(Object o) {} ^ where T is a type-variable: T extends Object declared in class X1 X.java:12: error: name clash: class X4 has two methods with the same erasure, yet neither overrides the other @Override public void foo(Number o) {} ^ first method: foo(Number) in Y second method: foo(String) in J 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:2: error: Y is not abstract and does not override abstract method go(A) in X class Y extends X { ^ where T is a type-variable: T extends Object declared in method go(A) Y.java:3: error: name clash: go(A) in Y and go(A) in X have the same erasure, yet neither overrides the other @Override T go(A a) { return null; } ^ where T is a type-variable: T extends Object declared in method go(A) Y.java:3: error: method does not override or implement a method from a supertype @Override T go(A a) { return null; } ^ Y.java:3: warning: [rawtypes] found raw type: A @Override T go(A a) { return null; } ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file void a(X x) {} ^ A.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file void b(Y y) {} ^ A.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file static void c(X x) {} ^ A.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file static void d(Y y) {} ^ B.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file static void a(X x) {} ^ B.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file static void b(Y y) {} ^ B.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file static void c(X x) {} ^ B.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file static void d(Y y) {} ^ B2.java:2: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file static void b(Y y) {} ^ B2.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file static void d(Y y) {} ^ C.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file @Override void a(X x) {} ^ C.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file void b(Y y) {} ^ C.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file void c(X x) {} ^ C.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file void d(Y y) {} ^ B.java:2: error: a(X) in B cannot override a(X) in A static void a(X x) {} ^ overriding method is static B.java:3: error: name clash: b(Y) in B and b(Y) in A have the same erasure, yet neither hides the other static void b(Y y) {} ^ B.java:5: error: name clash: d(Y) in B and d(Y) in A have the same erasure, yet neither hides the other static void d(Y y) {} ^ B2.java:2: error: b(Y) in B2 cannot override b(Y) in A static void b(Y y) {} ^ overriding method is static C.java:3: error: name clash: b(Y) in C and b(Y) in A have the same erasure, yet neither overrides the other void b(Y y) {} ^ C.java:4: error: c(X) in C cannot override c(X) in A void c(X x) {} ^ overridden method is static C.java:5: error: name clash: d(Y) in C and d(Y) in A have the same erasure, yet neither overrides the other void d(Y y) {} ^ C2.java:3: error: d(Y) in C2 cannot override d(Y) in A void d(Y y) {} ^ overridden method is static 8 errors 14 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: name clash: method3(X.D1,X.D1,X.D1) and method3(X.D1,X.D1,X.D1) have the same erasure public MyT method3(D1 harg, D1 oarg, D1 date){ ^ X.java:11: warning: [rawtypes] found raw type: X.D1 public MyT method3(D1 harg, D1 oarg, D1 date, D1 ... notUsed){ ^ missing type arguments for generic class X.D1 where T is a type-variable: T extends Object declared in class X.D1 X.java:15: warning: [rawtypes] found raw type: X.D2 public MyT method3(D1 harg, D1 oarg, D1 date, D2 ... notUsed){ ^ missing type arguments for generic class X.D2 where T is a type-variable: T extends Object declared in class X.D2 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: X.D1 public static MyT method3(D1 harg, D1 oarg, D1 date, D1... notUsed) { ^ missing type arguments for generic class X.D1 where T is a type-variable: T extends Object declared in class X.D1 X.java:11: warning: [rawtypes] found raw type: X.D2 public static MyT method3(D1 harg, D1 oarg, D1 date, D2... notUsed) { ^ missing type arguments for generic class X.D2 where T is a type-variable: T extends Object declared in class X.D2 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/impl/SubOneImpl.java:3: warning: [rawtypes] found raw type: SubOne public abstract class SubOneImpl extends SuperTypeExtendImpl implements test.intf.SubOne ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:5: warning: [rawtypes] found raw type: SubOne public SubOneImpl plus(test.intf.SubOne attribute) ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:9: warning: [rawtypes] found raw type: SubTwo public SubTwoImpl plus(SubTwo attribute) ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SuperTypeExtend.java:4: warning: [rawtypes] found raw type: SuperType public interface SuperTypeExtend extends test.intf.SuperType ^ missing type arguments for generic class SuperType where Owner is a type-variable: Owner extends Object declared in interface SuperType test/impl/SuperTypeExtend.java:6: warning: [rawtypes] found raw type: SubOne public SuperTypeExtend plus(SubOne addend); ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SuperTypeExtend.java:7: warning: [rawtypes] found raw type: SubTwo public SuperTypeExtend plus(SubTwo addend); ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/intf/SuperType.java:4: warning: [rawtypes] found raw type: SubOne public SuperType plus(SubOne addend); ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/intf/SuperType.java:5: warning: [rawtypes] found raw type: SubTwo public SuperType plus(SubTwo addend); ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/intf/SubOne.java:4: warning: [rawtypes] found raw type: SubOne public SubOne plus(SubOne addend); ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/intf/SubOne.java:5: warning: [rawtypes] found raw type: SubTwo public SubTwo plus(SubTwo addend); ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/intf/SubTwo.java:4: warning: [rawtypes] found raw type: SubOne public SubTwo plus(SubOne addend); ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/intf/SubTwo.java:5: warning: [rawtypes] found raw type: SubTwo public SubTwo plus(SubTwo addend); ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SubTwoImpl.java:4: warning: [rawtypes] found raw type: SubTwo test.intf.SubTwo ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SubTwoImpl.java:6: warning: [rawtypes] found raw type: SubOne public SubTwoImpl plus(SubOne attribute) ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubTwoImpl.java:10: warning: [rawtypes] found raw type: SubTwo public SubTwoImpl plus(test.intf.SubTwo attribute) ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo 15 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/impl/SubOneImpl.java:2: warning: [rawtypes] found raw type: SubOne public abstract class SubOneImpl extends SuperTypeExtendImpl implements test.impl.SubOne { ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:3: warning: [rawtypes] found raw type: SubOne public SubOneImpl plus(test.impl.SubOne attribute) { ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:6: warning: [rawtypes] found raw type: SubTwo public SubTwoImpl plus(SubTwo attribute) { ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SubOneImpl.java:23: warning: [rawtypes] found raw type: SuperType interface SuperTypeExtend extends test.impl.SuperType { ^ missing type arguments for generic class SuperType where Owner is a type-variable: Owner extends Object declared in interface SuperType test/impl/SubOneImpl.java:24: warning: [rawtypes] found raw type: SubOne public SuperTypeExtend plus(SubOne addend); ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:25: warning: [rawtypes] found raw type: SubTwo public SuperTypeExtend plus(SubTwo addend); ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SubOneImpl.java:42: warning: [rawtypes] found raw type: SubOne public SuperType plus(SubOne addend); ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:43: warning: [rawtypes] found raw type: SubTwo public SuperType plus(SubTwo addend); ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SubOneImpl.java:32: warning: [rawtypes] found raw type: SubOne public SubOne plus(SubOne addend); ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:33: warning: [rawtypes] found raw type: SubTwo public SubTwo plus(SubTwo addend); ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SubOneImpl.java:37: warning: [rawtypes] found raw type: SubOne public SubTwo plus(SubOne addend); ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:38: warning: [rawtypes] found raw type: SubTwo public SubTwo plus(SubTwo addend); ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SubOneImpl.java:14: warning: [rawtypes] found raw type: SubTwo abstract class SubTwoImpl extends SuperTypeExtendImpl implements test.impl.SubTwo { ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo test/impl/SubOneImpl.java:15: warning: [rawtypes] found raw type: SubOne public SubTwoImpl plus(SubOne attribute) { ^ missing type arguments for generic class SubOne where Owner is a type-variable: Owner extends Object declared in interface SubOne test/impl/SubOneImpl.java:18: warning: [rawtypes] found raw type: SubTwo public SubTwoImpl plus(test.impl.SubTwo attribute) { ^ missing type arguments for generic class SubTwo where Owner is a type-variable: Owner extends Object declared in interface SubTwo 15 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: types J and I are incompatible; both define foo(), but with unrelated return types public abstract class X implements I, J { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: types J and I are incompatible; both define foo(), but with unrelated return types public abstract class X implements I, J { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: types B and A are incompatible; both define foo(), but with unrelated return types interface C extends A, B {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: types BFoo and AFoo are incompatible; both define bar(), but with unrelated return types public abstract class X extends Root implements AFoo, BFoo { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: types BFoo and AFoo are incompatible; both define bar(), but with unrelated return types public abstract class X extends Root implements AFoo, BFoo {} ^ X.java:17: error: Z is not abstract and does not override abstract method bar() in AFoo class Z extends X {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Concrete.java:10: warning: [rawtypes] found raw type: AbstractImpl class Concrete extends AbstractImpl{} ^ missing type arguments for generic class AbstractImpl where Owner is a type-variable: Owner extends Object declared in class AbstractImpl 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Concrete.java:8: warning: [rawtypes] found raw type: HalfGenericSuper class HalfConcrete extends HalfGenericSuper {} ^ missing type arguments for generic class HalfGenericSuper where Owner is a type-variable: Owner extends Object declared in class HalfGenericSuper Concrete.java:9: warning: [rawtypes] found raw type: AbstractImpl class Concrete extends AbstractImpl{} ^ missing type arguments for generic class AbstractImpl where Owner is a type-variable: Owner extends Object declared in class AbstractImpl 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Concrete.java:4: error: HalfGenericSuper is not abstract and does not override abstract method foo(String) in SuperAbstract class HalfGenericSuper extends SuperAbstract { ^ Concrete.java:5: error: foo(String) in HalfGenericSuper cannot override foo(Type) in SuperAbstract @Override Object foo(String other) { return null; } ^ return type Object is not compatible with String where Type is a type-variable: Type extends Object declared in class SuperAbstract Concrete.java:5: error: method does not override or implement a method from a supertype @Override Object foo(String other) { return null; } ^ Concrete.java:7: warning: [rawtypes] found raw type: HalfGenericSuper class Concrete extends HalfGenericSuper{} ^ missing type arguments for generic class HalfGenericSuper where Owner is a type-variable: Owner extends Object declared in class HalfGenericSuper 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Concrete.java:12: error: Concrete is not abstract and does not override abstract method foo(String) in I class Concrete extends HalfConcrete implements I {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: foo() in Y cannot override foo() in X class Y extends X { @Override int foo() { return 1; } } ^ return type int is not compatible with void X.java:2: error: method does not override or implement a method from a supertype class Y extends X { @Override int foo() { return 1; } } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: name clash: foo(Object) in A and foo(String) in I have the same erasure, yet neither overrides the other class X extends A implements I {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: Y class X extends Y { ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y X.java:2: error: name clash: foo(Y.M) in X and foo(Y.M) in Y have the same erasure, yet neither overrides the other @Override void foo(M m) { } ^ X.java:2: error: method does not override or implement a method from a supertype @Override void foo(M m) { } ^ X.java:2: warning: [rawtypes] found raw type: Y.M @Override void foo(M m) { } ^ missing type arguments for generic class Y.M where V,T are type-variables: V extends Object declared in class Y.M T extends Object declared in class Y X.java:3: error: name clash: bar() in X and bar() in Y have the same erasure, yet neither overrides the other @Override M bar() { return null; } ^ X.java:3: error: method does not override or implement a method from a supertype @Override M bar() { return null; } ^ X.java:3: warning: [rawtypes] found raw type: Y.M @Override M bar() { return null; } ^ missing type arguments for generic class Y.M where V,T are type-variables: V extends Object declared in class Y.M T extends Object declared in class Y 4 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: I public R foo(A a, I i) { return null; } ^ missing type arguments for generic class I where S is a type-variable: S extends Object declared in interface I X.java:6: warning: [rawtypes] found raw type: R public R foo(A a, I i) { return null; } ^ missing type arguments for generic class R where T is a type-variable: T extends Object declared in class R 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: I public R foo(X.B b, I i) { return null; } ^ missing type arguments for generic class I where S is a type-variable: S extends Object declared in interface I X.java:3: warning: [rawtypes] found raw type: R public R foo(X.B b, I i) { return null; } ^ missing type arguments for generic class R where T is a type-variable: T extends Object declared in class R 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method m() in Y class X extends Y implements I { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:1: warning: [overrides] Class A overrides equals, but neither it nor any superclass overrides hashCode method class A { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: LinkedHashMap class A extends LinkedHashMap { ^ missing type arguments for generic class LinkedHashMap where K,V are type-variables: K extends Object declared in class LinkedHashMap V extends Object declared in class LinkedHashMap X.java:4: warning: [rawtypes] found raw type: Collection public A foo(Collection c) { return this; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:3: warning: [serial] serializable class A has no definition of serialVersionUID class A extends LinkedHashMap { ^ X.java:7: error: name clash: foo(Collection) in X and foo(Collection) in A have the same erasure, yet neither overrides the other @Override public X foo(Collection c) { return this; } ^ X.java:6: warning: [serial] serializable class X has no definition of serialVersionUID class X extends A implements I { ^ 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class public Object getAdapter(Class clazz); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:5: error: X is not abstract and does not override abstract method getAdapter(Class) in Adaptable public class X implements Adaptable { ^ X.java:7: error: name clash: getAdapter(Class) in X and getAdapter(Class) in Adaptable have the same erasure, yet neither overrides the other public Object getAdapter(Class clazz) { ^ X.java:6: error: method does not override or implement a method from a supertype @Override ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: invalid method declaration; return type required foo() { return null; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file class B extends A implements I {} ^ B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file class B2 extends A2 implements I {} ^ I.java:13: error: A2 is not abstract and does not override abstract method p() in A2 class A2 { ^ B.java:1: error: B is not abstract and does not override abstract method p() in A class B extends A implements I {} ^ B2.java:1: error: B2 is not abstract and does not override abstract method p() in I class B2 extends A2 implements I {} ^ 3 errors 2 warnings --- javac err: --- B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file class B extends A implements I {} ^ B2.java:1: error: cannot find symbol class B2 extends A2 implements I {} ^ symbol: class A2 B.java:1: error: B is not abstract and does not override abstract method p() in A class B extends A implements I {} ^ B2.java:1: error: B2 is not abstract and does not override abstract method p() in I class B2 extends A2 implements I {} ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file class B extends A implements I {} ^ B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file class B2 extends A2 implements I {} ^ B.java:1: error: B is not abstract and does not override abstract method m() in I class B extends A implements I {} ^ B2.java:1: error: B2 is not abstract and does not override abstract method m() in I class B2 extends A2 implements I {} ^ 2 errors 2 warnings --- javac err: --- B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file class B extends A implements I {} ^ B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file class B2 extends A2 implements I {} ^ B.java:1: error: B is not abstract and does not override abstract method m() in I class B extends A implements I {} ^ B2.java:1: error: B2 is not abstract and does not override abstract method m() in I class B2 extends A2 implements I {} ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: G @Override void a(G g) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:10: warning: [rawtypes] found raw type: G @Override void c(G g) {} ^ missing type arguments for generic class G where T2 is a type-variable: T2 extends Object declared in class G X.java:11: error: name clash: d(S#1) in X and d(S#2) in XX have the same erasure, yet neither overrides the other @Override > void d(S gc) {} ^ where S#1,T#1,S#2,T#2 are type-variables: S#1 extends G declared in method d(S#1) T#1 extends C declared in method d(S#1) S#2 extends G declared in method d(S#2) T#2 extends C declared in method d(S#2) X.java:11: error: method does not override or implement a method from a supertype @Override > void d(S gc) {} ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:9: warning: [unchecked] a() in B overrides a() in A @Override A a() { return null; } ^ return type requires unchecked conversion from A to T where T is a type-variable: T extends A declared in method a() A.java:9: warning: [rawtypes] found raw type: A @Override A a() { return null; } ^ missing type arguments for generic class A where U is a type-variable: U extends Number declared in class A A.java:11: warning: [unchecked] x() in B overrides x() in A @Override Integer x() { return 1; } ^ return type requires unchecked conversion from Integer to T where T is a type-variable: T extends Object declared in method x() A.java:12: warning: [unchecked] y() in B overrides y() in A @Override Integer y() { return 1; } ^ return type requires unchecked conversion from Integer to T where T is a type-variable: T extends Number declared in method y() A.java:13: warning: [unchecked] z() in B overrides z() in A @Override Integer z() { return 1; } ^ return type requires unchecked conversion from Integer to T where T is a type-variable: T extends Integer declared in method z() A.java:15: warning: [rawtypes] found raw type: A class C extends A { ^ missing type arguments for generic class A where U is a type-variable: U extends Number declared in class A A.java:16: warning: [rawtypes] found raw type: A @Override A a() { return null; } ^ missing type arguments for generic class A where U is a type-variable: U extends Number declared in class A 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:3: error: A is not abstract and does not override abstract method hello() in I class A implements I, J {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: name clash: f(List) and f(List) have the same erasure double f(List l) {return 0;} ^ X.java:6: error: name clash: f(List) in Y and f(List) in X have the same erasure, yet neither overrides the other double f(List l) {return 0;} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:5: warning: [rawtypes] found raw type: Y class Z extends Y {} ^ missing type arguments for generic class Y where T is a type-variable: T extends Number declared in class Y 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:22: error: foo() in Y cannot implement foo() in Interface @Override public void foo() throws ClassNotFoundException, CloneNotSupportedException {} ^ overridden method does not throw ClassNotFoundException X.java:25: error: foo() in Z cannot override foo() in AbstractClass1 @Override public void foo() throws CloneNotSupportedException, InterruptedException {} ^ overridden method does not throw InterruptedException X.java:28: error: foo() in All cannot implement foo() in Interface @Override public void foo() throws ClassNotFoundException, CloneNotSupportedException, InterruptedException {} ^ overridden method does not throw ClassNotFoundException 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:3: error: foo() in B cannot override foo() in A @Override public int foo() { return 0; } ^ return type int is not compatible with void 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:3: error: foo() in B cannot hide foo() in A public static int foo() { return 0; } ^ return type int is not compatible with void 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:3: error: foo() in B cannot override foo() in A public static int foo() { return 0; } ^ overriding method is static 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:3: error: foo() in B cannot override foo() in C @Override public int foo() { return 0; } ^ overridden method is static p1/B.java:3: error: method does not override or implement a method from a supertype @Override public int foo() { return 0; } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:3: error: foo() in B cannot override foo() in C public int foo() { return 0; } ^ overridden method is static 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:3: error: foo() in B cannot override foo() in A @Override public int foo() { return 0; } ^ overridden method is static 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:3: error: foo() in B cannot override foo() in C public static int foo() { return 0; } ^ overriding method is static 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/B.java:3: error: foo() in B cannot override foo() in C public static int foo() { return 0; } ^ overriding method is static 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: foo(Collection) and foo(Collection) have the same erasure double foo(Collection bar) {return 0; } ^ X.java:3: warning: [rawtypes] found raw type: Collection int foo(Collection bar) { return 0; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: types J and K are incompatible; both define get(), but with unrelated return types interface A & J> extends J {} ^ where T3 is a type-variable: T3 extends K,J declared in interface A where CAP#1 is a fresh type-variable: org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test201 - 10 CAP#1 extends I from capture of ? extends I A.java [ interface I {} A.java:5: error: types K and J are incompatible; both define get(), but with unrelated return types interface J { J get(); } interface B & K> extends J {} ^ interface K> { T2 get(); } where T4 is a type-variable: interface A & J> extends J {} T4 extends J,K declared in interface B interface B & K> extends J {} ] where CAP#1 is a fresh type-variable: CAP#1 extends I from capture of ? extends I 2 errors ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SubClass.java:4: warning: [rawtypes] found raw type: AbstractSuperClass abstract class AbstractSuperClass implements MyInterface { ^ missing type arguments for generic class AbstractSuperClass where T1 is a type-variable: T1 extends AbstractSuperClass declared in class AbstractSuperClass 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Y class X implements Y { ^ missing type arguments for generic class Y where T is a type-variable: T extends I declared in interface Y 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other public List put(final K arg0, final List arg1) { ^ first method: put(K,List) in Map second method: put(K,V) in OverrideBug where K,V are type-variables: K extends Object declared in class OverrideBug V extends Object declared in class OverrideBug org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test204 - 10 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List) in Map have the same erasure, yet neither overOverrideBug.java [ rides the other import java.util.List; interface Map { public List put(final K arg0, final V arg1) { public V put(K key, V value); ^ } where K,V are type-variables: public class OverrideBug implements Map> { K extends Object declared in class OverrideBug public List put(final K arg0, final List arg1) { V extends Object declared in class OverrideBug return null; 2 errors } public List put(final K arg0, final V arg1) { return null; } ---------------------------------------- } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other public List put(final K arg0, final List arg1) { ^ first method: put(K,List) in Map second method: put(K,V) in OverrideBug where K,V are type-variables: K extends Object declared in class OverrideBug V extends Object declared in class OverrideBug OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List) in Map have the same erasure, yet neither overrides the other public V put(final K arg0, final V arg1) { ^ where K,V are type-variables: K extends Object declared in class OverrideBug V extends Object declared in class OverrideBug 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Concrete.java:1: error: cannot find symbol class Bar extends Zork {} ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ErasureTest.java:7: error: cannot find symbol public class ErasureTest extends Zork implements Interface1, Interface2 { ^ symbol: class Zork ErasureTest.java:8: error: name clash: class ErasureTest has two methods with the same erasure, yet neither overrides the other public void hello(String greeting) { } ^ first method: hello(String) in Interface1 second method: hello(Double) in Interface2 ErasureTest.java:9: error: name clash: class ErasureTest has two methods with the same erasure, yet neither overrides the other public int hello(Double greeting) { ^ first method: hello(Double) in Interface2 second method: hello(String) in Interface1 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SomeClass.java:10: error: name clash: class SomeClass has two methods with the same erasure, yet neither overrides the other public boolean equalTo(String other) { ^ first method: equalTo(String) in Equivalent second method: equalTo(Integer) in EqualityComparable SomeClass.java:13: error: name clash: class SomeClass has two methods with the same erasure, yet neither overrides the other public boolean equalTo(Integer other) { ^ first method: equalTo(Integer) in EqualityComparable second method: equalTo(String) in Equivalent 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Derived.java:10: error: name clash: class Derived has two methods with the same erasure, yet neither overrides the other public Integer foo(Integer x) { ^ first method: foo(Integer) in Interface second method: foo(String) in Base 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: name clash: class X has two methods with the same erasure, yet neither overrides the other public boolean equalTo(String other) { ^ first method: equalTo(String) in EqualityComparable second method: equalTo(Object) in Base 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [cast] redundant cast to O O o = (O) a.foo(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Activator.java:2: warning: [rawtypes] found raw type: ServiceReference public void start(BundleContext context, ServiceReference ref) { ^ missing type arguments for generic class ServiceReference where S is a type-variable: S extends Object declared in interface ServiceReference Activator.java:3: warning: [unchecked] unchecked method invocation: method getService in interface BundleContext is applied to given types Runnable r = context.getService(ref); ^ required: ServiceReference found: ServiceReference where S is a type-variable: S extends Object declared in method getService(ServiceReference) Activator.java:3: warning: [unchecked] unchecked conversion Runnable r = context.getService(ref); ^ required: ServiceReference found: ServiceReference where S is a type-variable: S extends Object declared in method getService(ServiceReference) Activator.java:3: error: incompatible types: Object cannot be converted to Runnable Runnable r = context.getService(ref); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static B asList(T... tab) { ^ where T is a type-variable: T extends Object declared in method asList(T...) 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test330435 - 10 X.java [ public class X { String[] foo(Object[] args) { String[] a = A.asList(args).toArray(new String[0]); return a; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: Properties cannot be converted to Map Y.foo(new Properties()); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test330445 - 10 ---------------------------------------- X.java [ import java.util.Properties; public class X { static void bar(Object[] args) { Y.foo(new Properties()); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Comparator Comparator comparator = new Comparator() { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator X.java:6: warning: [rawtypes] found raw type: Comparator Comparator comparator = new Comparator() { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test331446 - 10 X.java [ X.java:12: warning: [rawtypes] found raw type: ArrayList import java.util.ArrayList; import java.util.Comparator; Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); public class X { public static void testAmbiguity() { ^ Comparator comparator = new Comparator() { missing type arguments for generic class ArrayList where E is a type-variable: public int compare(Object o1, Object o2) { return 0; E extends Object declared in class ArrayList } }; X.java:12: warning: [rawtypes] found raw type: ArrayList Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); } } Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); ] ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:12: error: reference to assertEquals is ambiguous Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); ^ both method assertEquals(String,Comparator,List,List) in Test and method assertEquals(String,Comparator,T#2,T#2) in Test match where T#1,T#2 are type-variables: T#1 extends Object declared in method assertEquals(String,Comparator,List,List) T#2 extends Object declared in method assertEquals(String,Comparator,T#2,T#2) X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); ^ required: String,Comparator,List,List found: String,Comparator,ArrayList,ArrayList where T is a type-variable: T extends Object declared in method assertEquals(String,Comparator,List,List) X.java:12: warning: [unchecked] unchecked conversion Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); ^ required: Comparator found: Comparator where T is a type-variable: T extends Object declared in method assertEquals(String,Comparator,List,List) X.java:12: warning: [unchecked] unchecked conversion Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); ^ required: List found: ArrayList where T is a type-variable: T extends Object declared in method assertEquals(String,Comparator,List,List) X.java:12: warning: [unchecked] unchecked conversion Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); ^ required: List found: ArrayList where T is a type-variable: T extends Object declared in method assertEquals(String,Comparator,List,List) 1 error 8 warnings ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:6: warning: [rawtypes] found raw type: Comparator Comparator comparator, List expected, List actual) { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator Test.java:6: warning: [rawtypes] found raw type: List Comparator comparator, List expected, List actual) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Test.java:6: warning: [rawtypes] found raw type: List Comparator comparator, List expected, List actual) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List Test.java:15: warning: [rawtypes] found raw type: Comparator Comparator comparator, Object expected, Object actual) { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator Test.java:16: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type Comparator if (comparator.compare(expected, actual) == 0) { ^ where T is a type-variable: T extends Object declared in interface Comparator 5 warnings --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Comparator Comparator comparator = new Comparator() { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator X.java:6: warning: [rawtypes] found raw type: Comparator Comparator comparator = new Comparator() { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator X.java:12: warning: [rawtypes] found raw type: ArrayList Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:12: warning: [rawtypes] found raw type: ArrayList Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList()); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file Client(List l) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file Client(List l) { ^ Client.java:2: warning: [rawtypes] found raw type: List Client(List l) { ^ missing type arguments for generic class List where T is a type-variable: T extends Object declared in class List Client.java:3: warning: [unchecked] unchecked method invocation: method foo in class Project is applied to given types Project.foo(l); ^ required: List found: List where T is a type-variable: T extends Object declared in method foo(List) Client.java:3: warning: [unchecked] unchecked conversion Project.foo(l); ^ required: List found: List where T is a type-variable: T extends Object declared in method foo(List) 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file Client(List l) { ^ Client.java:2: warning: [rawtypes] found raw type: List Client(List l) { ^ missing type arguments for generic class List where T is a type-variable: T extends Object declared in class List Client.java:3: warning: [unchecked] unchecked method invocation: method foo in class Project is applied to given types Project.foo(l); ^ required: List found: List where T is a type-variable: T extends Object declared in method foo(List) Client.java:3: warning: [unchecked] unchecked conversion Project.foo(l); ^ required: List found: List where T is a type-variable: T extends Object declared in method foo(List) 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:3: warning: [rawtypes] found raw type: InternalEList InternalEList e = (InternalEList) fm; ^ missing type arguments for generic class InternalEList where E is a type-variable: E extends Object declared in interface InternalEList 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Client.java:3: warning: [rawtypes] found raw type: InternalEList InternalEList e = (InternalEList) fm; ^ missing type arguments for generic class InternalEList where E is a type-variable: E extends Object declared in interface InternalEList 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: name clash: foo(X) in J and foo(X) in I have the same erasure, yet neither overrides the other void foo(X p); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TwoWayDTOAdapter.java:2: error: name clash: convert(B) in TwoWayDTOAdapter and convert(A) in DTOAdapter have the same erasure, yet neither overrides the other public A convert(B b); ^ where B,A are type-variables: B extends Object declared in interface TwoWayDTOAdapter A extends Object declared in interface TwoWayDTOAdapter TestAdapter.java:2: error: name clash: class TestAdapter has two methods with the same erasure, yet neither overrides the other public Long convert(Integer b) { ^ first method: convert(Integer) in TwoWayDTOAdapter second method: convert(Long) in DTOAdapter TestAdapter.java:5: error: name clash: class TestAdapter has two methods with the same erasure, yet neither overrides the other public Integer convert(Long a) { ^ first method: convert(Long) in DTOAdapter second method: convert(Integer) in TwoWayDTOAdapter 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Sub.java:6: error: name clash: foo(A) in Sub and foo(A) in Super have the same erasure, yet neither hides the other public static void foo(A p) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: methods f(T) from B and f(String) from A are inherited with the same signature public class X extends B { ^ where T is a type-variable: T extends Object declared in class B X.java:9: error: reference to f is ambiguous x.f(""); ^ both method f(String) in A and method f(T) in B match where T is a type-variable: T extends Object declared in class B 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: reference to f is ambiguous super.f(s); ^ both method f(String) in A and method f(T) in B match where T is a type-variable: T extends Object declared in class B 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: List int get(List l); // name clash error here ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol public void d(Zork z); ^ symbol: class Zork location: interface X X.java:5: warning: [rawtypes] found raw type: List void c(List i, List j); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:8: error: name clash: a(List,List) in X and a(List,List) in I have the same erasure, yet neither overrides the other public void a(List i, List j); ^ X.java:8: warning: [rawtypes] found raw type: List public void a(List i, List j); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [rawtypes] found raw type: List public void b(List i, List j); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:9: warning: [rawtypes] found raw type: List public void b(List i, List j); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:10: warning: [rawtypes] found raw type: List public void c(List i, List j); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:10: warning: [rawtypes] found raw type: List public void c(List i, List j); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 2 errors 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: name clash: doTest(Integer,List,List) in Impl and doTest(Integer,List,List) in IFtest have the same erasure, yet neither overrides the other public void doTest(Integer i, List iList, List iList2); ^ X.java:6: warning: [rawtypes] found raw type: List public void doTest(Integer i, List iList, List iList2); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: = expected Zork z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: = expected Zork z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Action where T is a type-variable: T extends Object declared in class Action X.java:7: error: name clash: e(Action) in Y and e(Action) in X have the same erasure, yet neither overrides the other interface E extends X, Y { ^ where S,T#1,T#2 are type-variables: S extends Object declared in method e(Action) T#1 extends Object declared in method e(Action) T#2 extends Object declared in method e(Action) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: name clash: e(Action) and e(Action) have the same erasure S e(Action t); ^ where S,T#1,T#2 are type-variables: S extends Object declared in method e(Action) T#1 extends Object declared in method e(Action) T#2 extends Object declared in method e(Action) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: name clash: foo() and foo() have the same erasure public T foo() { return null; } ^ where T#1,T#2 are type-variables: T#1 extends Set declared in method foo() T#2 extends List declared in method foo() X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [rawtypes] found raw type: List public T foo() { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [rawtypes] found raw type: Set public T foo() { return null; } ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: name clash: same(List) and same(List) have the same erasure public String same(List b) { return null; } ^ X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: doIt(List) and doIt(List) have the same erasure public static CharSequence doIt(final List arg) { return null; } ^ X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: same(Collection) and same(Collection) have the same erasure protected static T same(Collection p_col) { return null; } ^ where T#1,T#2 are type-variables: T#1 extends Number declared in method same(Collection) T#2 extends String declared in method same(Collection) X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: foo(List) and foo(List) have the same erasure public static int foo(List x) { return 2; } ^ X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: getFirst(ArrayList) and getFirst(ArrayList) have the same erasure public Integer getFirst (ArrayList ss) { return ss.get(0); } ^ X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: forAccountSet(List) and forAccountSet(List) have the same erasure public static ChildX forAccountSet(List list) { return null; } ^ where R#1,R#2 are type-variables: R#1 extends Object declared in method forAccountSet(List) R#2 extends Object declared in method forAccountSet(List) X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where Z is a type-variable: Z extends Object declared in class X X.java:3: warning: [rawtypes] found raw type: List public static X forAccountSet(List list) { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: doIt(Collection) and doIt(Collection) have the same erasure public static int[][] doIt(Collection col) { return new int[0][0]; } ^ X.java:6: error: name clash: doIt2(Collection) and doIt2(Collection) have the same erasure public int[][] doIt2(Collection col) { return new int[0][0]; } ^ X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where Z is a type-variable: Z extends Object declared in class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Test where Key,Value are type-variables: Key extends Object declared in class Test Value extends Object declared in class Test Test.java:4: error: name clash: put(Key,Value) in Test and put(Key,Collection) in HashMap have the same erasure, yet neither overrides the other public Collection put(Key k, Value v) { return null; } ^ where Key,Value are type-variables: Key extends Object declared in class Test Value extends Object declared in class Test Test.java:5: error: name clash: get(Key) in Test and get(Object) in HashMap have the same erasure, yet neither overrides the other public Collection get(Key k) { return null; } ^ where Key is a type-variable: Key extends Object declared in class Test Test.java:3: warning: [serial] serializable class Test has no definition of serialVersionUID public class Test extends HashMap> { ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ErasureBug.java:7: error: name clash: output(List) and output(List) have the same erasure public String output(List doubles) { ^ ErasureBug.java:7: warning: [rawtypes] found raw type: List public String output(List doubles) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List ErasureBug.java:10: warning: [rawtypes] found raw type: ArrayList public static void main(String[] args) { new ErasureBug().output(new ArrayList()); } ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList ErasureBug.java:10: warning: [unchecked] unchecked method invocation: method output in class ErasureBug is applied to given types public static void main(String[] args) { new ErasureBug().output(new ArrayList()); } ^ required: List found: ArrayList ErasureBug.java:10: warning: [unchecked] unchecked conversion public static void main(String[] args) { new ErasureBug().output(new ArrayList()); } ^ required: List found: ArrayList 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Y interface Z extends X, Y {} ^ missing type arguments for generic class Y where K is a type-variable: K extends Object declared in interface Y X.java:5: error: Foo is not abstract and does not override abstract method m() in Y class Foo implements Z { ^ X.java:6: error: name clash: m() in Foo and m() in Y have the same erasure, yet neither overrides the other public List m() { ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:5: warning: [rawtypes] found raw type: Iterable Iterable getIterable(); ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable A.java:9: warning: [rawtypes] found raw type: Collection public Collection getIterable() { return null; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection A.java:13: warning: [rawtypes] found raw type: List public List getIterable() { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:5: warning: [rawtypes] found raw type: Iterable abstract Iterable getIterable(); ^ missing type arguments for generic class Iterable where T is a type-variable: T extends Object declared in interface Iterable A.java:9: warning: [rawtypes] found raw type: Collection public Collection getIterable() { return null; } ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection A.java:13: warning: [rawtypes] found raw type: List public List getIterable() { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestClass.java:9: error: method() in B cannot override method() in A public B method() { ^ overridden method is final 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- mfi.java:2: error: modifier transient not allowed here public transient void a(Throwable throwable); ^ mfa.java:1: error: mfa is not abstract and does not override abstract method a(Throwable) in mfi final class mfa implements mfi { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:9: warning: [unchecked] bar(Object) in A.C overrides bar(F) in A.B public String bar(Object x) { ^ return type requires unchecked conversion from String to E where E,F are type-variables: E extends Object declared in method bar(F) F extends E declared in method bar(F) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo protected SimpleResult test(AbstractResult request) { ^ return type requires unchecked conversion from SimpleResult to Response#2 where Request,Response#1,Response#2 are type-variables: Request extends AbstractResult declared in class AbstractDemo Response#1 extends AbstractResult declared in class AbstractDemo Response#2 extends AbstractResult declared in class SimpleDemo 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#testBug536978_comment2 - 10 SimpleDemo.java [ abstract interface AbstractResult { public abstract int test(); } abstract class AbstractDemo { protected abstract Response test(Request request); } interface SimpleResult extends AbstractResult {}; class Result1 implements SimpleResult { public int test() { return 1; } } class OtherResult implements AbstractResult { public int test() { return 2; } } public class SimpleDemo extends AbstractDemo { @Override protected SimpleResult test(AbstractResult request) { return new Result1(); } public static void main(String... args) { AbstractDemo demo = new SimpleDemo(); OtherResult result = demo.test(new OtherResult()); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SimpleDemo.java:25: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo protected AbstractResult test(AbstractResult request) { ^ return type requires unchecked conversion from AbstractResult to Response#2 where Request,Response#1,Response#2 are type-variables: Request extends AbstractResult declared in class AbstractDemo Response#1 extends AbstractResult declared in class AbstractDemo Response#2 extends AbstractResult declared in class SimpleDemo 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class AnnotationTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: annotation @Foo is missing a default value for the element 'value' public @Foo class X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:2: error: type of element Foo is cyclic Bar value(); ^ 1 error --- javac err: --- X.java:3: error: type of element Nested is cyclic N2 nest(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:2: error: type of element Foo is cyclic Foo value(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:1: error: interface expected here public @interface Foo extends Object { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:1: error: '{' expected public @interface Foo implements Cloneable { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:2: error: elements in annotation type declarations cannot declare formal parameters String value(int i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:2: error: elements in annotation type declarations cannot be generic methods T value(); ^ Foo.java:2: error: invalid type for annotation type element T value(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: invalid type for annotation type element Runnable value(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: expected value(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: Object cannot be converted to Annotation @Object ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: Foo is not a repeatable annotation type @Foo @Foo ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: annotation @Foo is missing a default value for the element 'foo' @Foo("hello") public class X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: annotation @Foo is missing a default value for the element 'foo' @Foo( ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol @Author(@Name(first="Joe",last="Hacker")) ^ symbol: method value() location: @interface Author X.java:8: error: annotation @Author is missing a default value for the element 'name' @Author(@Name(first="Joe",last="Hacker")) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: duplicate element 'last' in annotation @Name. @Author(name = @Name(first="Bill", last="Yboy", last="dup")) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: duplicate element 'last' in annotation @Name. @Name(first="Bill", last="Yboy", last="dup") ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: expression not allowed as annotation value Class value() default X.clazz(); ^ X.java:6: error: expression not allowed as annotation value @Foo( clazz() ) ^ X.java:2: warning: [rawtypes] found raw type: Class Class value() default X.clazz(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:8: warning: [rawtypes] found raw type: Class static Class clazz() { return X.class; } ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: expression not allowed as annotation value int value() default X.val(); ^ X.java:6: error: expression not allowed as annotation value @Foo( val() ) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: expression not allowed as annotation value String value() default X.val(); ^ X.java:6: error: expression not allowed as annotation value @Foo( val() ) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: element value must be a constant expression String[] value() default null; ^ X.java:6: error: element value must be a constant expression @Foo( null ) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:2: warning: [rawtypes] found raw type: Class Class value() default Object.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: warning: [rawtypes] found raw type: Class Class type(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: warning: [rawtypes] found raw type: Class Class type(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: modifier native not allowed here native int id() default 0; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: modifier strictfp not allowed here strictfp double val() default 0.1; ^ X.java:3: error: modifier synchronized not allowed here synchronized String id() default "zero"; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected int[] tab; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: non-static method value() cannot be referenced from a static context int[] tab = value(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected int value; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: modifier protected not allowed here protected int value = 0; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: possible lossy conversion from long to int int id () default 10L; ^ X.java:3: error: incompatible types: possible lossy conversion from long to int int[] ids() default { 10L }; ^ X.java:4: error: expression not allowed as annotation value Class cls() default new Object(); ^ X.java:4: warning: [rawtypes] found raw type: Class Class cls() default new Object(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: expression not allowed as annotation value @I(val = bar()) void foo() { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: element value must be a constant expression @I(value={false, X.class != null }) void foo() { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: annotation type not applicable to this kind of declaration public @MyAnn void something() { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class Class[] classes(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: possible lossy conversion from long to int int value() default 0L; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: annotation @I is missing a default value for the element 'obs' @I(ids = {{1 , 2}, { 3 }}) public void foo(){ ^ X.java:2: error: invalid type for annotation type element int[][] ids(); ^ X.java:3: error: invalid type for annotation type element Object[][] obs(); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: annotation @I is missing a default value for the element 'clone' @I(hashCode = 0) public void foo(){ ^ X.java:2: error: annotation type Annotation declares an element with the same name as method hashCode() int hashCode(); ^ X.java:3: error: invalid type for annotation type element Object clone(); ^ X.java:3: error: annotation type Object declares an element with the same name as method clone() Object clone(); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: no annotation member hashCode in I @I(hashCode = 0) public void foo(){ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [rawtypes] found raw type: Class Class[] classes() default I.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [rawtypes] found raw type: Class Class _class() default I.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: repeated annotation target @Target ({FIELD, FIELD}) ^ X.java:13: error: annotation type not applicable to this kind of declaration @Tgt( foo = { E.BLEU, E.BLEU}, bar = { 0, 0} ) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: modifier private not allowed here private @interface TestAnnot { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: method does not override or implement a method from a supertype @Override ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: expected X() {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: annotation type not applicable to this kind of declaration @I public class X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: annotation type not applicable to this kind of declaration void foo(@Annot int i) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: annotation type not applicable to this kind of declaration @Marker static int i = 123; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: annotation type not applicable to this kind of declaration @Inherited ^ X.java:8: warning: [deprecation] A in unnamed package has been deprecated class B extends A { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: annotation type not applicable to this kind of declaration @I public class X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [rawtypes] found raw type: Class Class c = X.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:21: warning: [unchecked] unchecked call to getMethod(String,Class...) as a member of the raw type Class Method method = c.getMethod("foo", Integer.TYPE, Integer.TYPE, Integer.TYPE); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected int id default 0; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected int id default 0; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [rawtypes] found raw type: Class Class c(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol @Target(Element) ^ symbol: variable Element 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [rawtypes] found raw type: Class Class[] classArrayValue(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:25: warning: [rawtypes] found raw type: Class Class classValue(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: cannot be converted to int int[] bar() default null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: cannot be converted to int @Ann(bar=null) class X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: annotation value must be an annotation Foo[] foo() default null; ^ X.java:7: error: annotation value must be an annotation @Bar(foo=null) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: annotation value must be an annotation Foo[] foo() default ""; ^ X.java:7: error: annotation value must be an annotation @Bar(foo="") ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: warning: [rawtypes] found raw type: Class Class c = SubKlass.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:31: warning: [rawtypes] found raw type: Class Class[] i = c.getInterfaces(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol @Annot(foo1=zzz) ^ symbol: variable zzz 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expression not allowed as annotation value @Annot( foo = new String(){} ) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol @Annot( foo = M.class ) ^ symbol: class M X.java:2: warning: [rawtypes] found raw type: Class Class foo(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol @Annot(foo = M.class, bar = baz()+s) ^ symbol: class M X.java:5: error: expression not allowed as annotation value @Annot(foo = M.class, bar = baz()+s) ^ X.java:11: error: cannot select from a type variable @Annot(foo = T.class, bar = s) ^ X.java:11: error: element value must be a constant expression @Annot(foo = T.class, bar = s) ^ X.java:2: warning: [rawtypes] found raw type: Class Class foo(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 4 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y Y.java:2: warning: [deprecation] X in unnamed package has been deprecated X x; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y Y.java:2: warning: [deprecation] X in unnamed package has been deprecated X x; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y Y.java:1: warning: [deprecation] X in unnamed package has been deprecated public class Y extends X { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y Y.java:1: warning: [deprecation] X in unnamed package has been deprecated public class Y extends X { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated public static class Y { ^ X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated int i; ^ X.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void flag() {} ^ X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: warning: [rawtypes] found raw type: Class Method method = X.class.getDeclaredMethod("aMethod", new Class[]{}); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected Zork z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y Y.java:1: warning: [deprecation] X in unnamed package has been deprecated public class Y extends X { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: warning: [rawtypes] found raw type: List void foo(List list) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:5: warning: [unchecked] unchecked conversion List ls1 = list; ^ required: List found: List 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [rawtypes] found raw type: HashMap Map[] map = new HashMap[10]; ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [deprecation] deprecated() in W has been deprecated W.deprecated(); ^ X.java:8: warning: [rawtypes] found raw type: Vector List l = new Vector(); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector X.java:8: warning: [unchecked] unchecked conversion List l = new Vector(); ^ required: List found: Vector X.java:18: warning: [serial] serializable class X.S has no definition of serialVersionUID class S implements Serializable { ^ X.java:14: warning: [finally] finally clause cannot complete normally } ^ 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:24: error: cannot find symbol Zork dummy; ^ symbol: class Zork location: class X.S 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:29: error: cannot find symbol Zork dummy; ^ symbol: class Zork location: class X.S 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: class, interface, or enum expected import java.util.List; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [deprecation] deprecated() in W has been deprecated W.deprecated(); ^ X.java:9: warning: [rawtypes] found raw type: Vector List l = new Vector(); ^ missing type arguments for generic class Vector where E is a type-variable: E extends Object declared in class Vector X.java:9: warning: [unchecked] unchecked conversion List l = new Vector(); ^ required: List found: Vector X.java:16: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:19: warning: [serial] serializable class X.S has no definition of serialVersionUID class S implements Serializable { ^ 1 error 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: static methods cannot be annotated with @Override @Override ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: generic array creation Class[] c1 = {}; ^ X.java:14: error: generic array creation Class[] c2 = {}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/OldStuff.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class OldStuff 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/OldStuff.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class OldStuff 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/OldStuff.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class OldStuff X.java:1: warning: [deprecation] OldStuff in p has been deprecated public class X extends p.OldStuff { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:38: error: package junit.framework does not exist public static junit.framework.Test suite() { ^ X.java:34: warning: [unchecked] unchecked conversion List problems= new TestIntrospector(EverythingWrong.class).validateTestMethods(); ^ required: List found: List X.java:50: warning: [rawtypes] found raw type: Class TestIntrospector(Class c) {} ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:51: warning: [rawtypes] found raw type: List List validateTestMethods() { return null; } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 2 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: illegal forward reference @Annot(foo=zzz, bar = yyy) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: annotation type declaration not allowed here @interface Bar { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: element value must be a constant expression @Annot(foo = kkk) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: unreachable catch clause } catch(AX e) { ^ thrown type BX has already been caught 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:1: error: cannot find symbol public class Y extends Zork { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:32: warning: [rawtypes] found raw type: Class Class classValue() default EnumClass.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:44: warning: [rawtypes] found raw type: Class Class[] classArrayValue() default {X.class, EnumClass.class}; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:174: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public X(@ParameterAnnotation(value="ParameterAnnotation") @Deprecated() String param1, @ParameterAnnotation(value="ParameterAnnotation") String param2) { ^ X.java:238: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public void method(@ParameterAnnotation(value="ParameterAnnotation") @Deprecated() String param1, @ParameterAnnotation(value="ParameterAnnotation") String param2){ ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: invalid method declaration; return type required public foo(@Deprecated() String s) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: method does not override or implement a method from a supertype @Override I clone(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated public static final Integer zzz = new Integer(0); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Class Class c = X.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Class Class c = X.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:6: error: cannot find symbol public void initialize(Zork z, String s) { ^ symbol: class Zork location: class Y Y.java:9: error: cannot find symbol public void initialize(Zork z, String s, Thread t) { ^ symbol: class Zork location: class Y Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated public void initialize(Zork z, String s) { ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:6: error: cannot find symbol public Zork initialize; ^ symbol: class Zork location: class Y X.java:3: warning: [deprecation] initialize in Y has been deprecated int i = y.initialize; ^ Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated public Zork initialize; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:6: error: cannot find symbol public class initialize extends Zork { ^ symbol: class Zork location: class Y X.java:3: warning: [deprecation] Y.initialize in Y has been deprecated Y.initialize i; ^ Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class initialize extends Zork { ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] A in p has been deprecated void foo(A a) { ^ X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:10: warning: [deprecation] A in p has been deprecated A a; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X.Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: 'new' not allowed in an annotation @A1(values = new int[] { 1, 2 }) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ./A2.class: warning: Cannot find annotation method 'm2()' in type 'A1' 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/bin2/X.class: warning: Cannot find annotation method 'value()' in type 'A': class file for A not found 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/bin2/X.class: warning: Cannot find annotation method 'value()' in type 'A': class file for A not found 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: type of element A is cyclic A circular1(); ^ 1 error --- javac err: --- A.java:2: error: type of element A is cyclic B circular2(); ^ A.java:3: error: type of element A is cyclic A circular1(); ^ 2 errors --- javac err: --- A.java:2: error: type of element A is cyclic A circular1(); ^ A.java:3: error: type of element A is cyclic B circular2(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: annotation type not applicable to this kind of declaration @Override ^ X.java:8: error: static methods cannot be annotated with @Override @Override ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:7: warning: [cast] redundant cast to String String s = (String) "hello"; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: an enum annotation value must be an enum constant public MyEnum theValue() default null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:3: error: method does not override or implement a method from a supertype @Override ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: annotation value not of an allowable type @Anno(b = {}) ^ X.java:7: error: incompatible types: int cannot be converted to String @Anno(c = { 0 }) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: annotation type Object declares an element with the same name as method clone() int clone(); ^ X.java:3: error: annotation type Object declares an element with the same name as method finalize() String finalize(); ^ X.java:4: error: getClass() in X cannot override getClass() in Object boolean getClass(); ^ overridden method is final X.java:5: error: notify() in X cannot override notify() in Object long notify(); ^ overridden method is final X.java:6: error: notifyAll() in X cannot override notifyAll() in Object double notifyAll(); ^ overridden method is final X.java:7: error: wait() in X cannot override wait() in Object float wait(); ^ overridden method is final 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: annotation type Annotation declares an element with the same name as method hashCode() char hashCode(); ^ X.java:3: error: annotation type Annotation declares an element with the same name as method annotationType() int annotationType(); ^ X.java:4: warning: [rawtypes] found raw type: Class Class toString(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:4: error: annotation type Annotation declares an element with the same name as method toString() Class toString(); ^ 3 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol private NonExisting bar; ^ symbol: class NonExisting location: class X X.java:2: error: cannot find symbol @Ann(m=Object) ^ symbol: variable Object location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol private NonExisting bar(){} ^ symbol: class NonExisting location: class X X.java:2: error: expression not allowed as annotation value @Ann(m=Object()) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol private NonExisting bar(NonExisting ne){} ^ symbol: class NonExisting location: class X X.java:4: error: cannot find symbol private NonExisting bar(NonExisting ne){} ^ symbol: class NonExisting location: class X X.java:2: error: expression not allowed as annotation value @Ann(m=bar(null)) ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol private NonExisting bar(NonExisting ne){} ^ symbol: class NonExisting location: class X X.java:4: error: cannot find symbol private NonExisting bar(NonExisting ne){} ^ symbol: class NonExisting location: class X X.java:2: error: expression not allowed as annotation value @Ann(m=foo()) ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol private NonExisting bar(){} ^ symbol: class NonExisting location: class X X.java:2: error: expression not allowed as annotation value @Ann(m=bar()) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol private NonExisting foo; ^ symbol: class NonExisting location: class X X.java:4: error: cannot find symbol private NonExisting bar; ^ symbol: class NonExisting location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: an enum annotation value must be an enum constant @MyAnnotation(X.FOO) class MyClass { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: an enum annotation value must be an enum constant @MyAnnotation(value=X.FOO) class MyClass { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: an enum annotation value must be an enum constant @MyAnnotation(value= { X.FOO }) class MyClass { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: an enum annotation value must be an enum constant @MyAnnotation(value= { null }) class MyClass { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: MyEnum[] cannot be converted to MyEnum @MyAnnotation(values=myValues) ^ X.java:16: warning: [rawtypes] found raw type: Class MyAnnotation sluck = X.class.getMethod("dothetrick", new Class[0]).getAnnotation(MyAnnotation.class); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: int[] cannot be converted to int @MyAnnotation(values=myValues) ^ X.java:13: warning: [rawtypes] found raw type: Class MyAnnotation sluck = X.class.getMethod("dothetrick", new Class[0]).getAnnotation(MyAnnotation.class); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: MyConstructor void bar(MyConstructor constructor, Class ann) { ^ missing type arguments for generic class MyConstructor where V is a type-variable: V extends Object declared in class MyConstructor X.java:4: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type MyConstructor constructor.getAnnotation(ann).message(); ^ where T is a type-variable: T extends Annotation declared in method getAnnotation(Class) X.java:4: error: cannot find symbol constructor.getAnnotation(ann).message(); ^ symbol: method message() location: interface Annotation 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Constructor void bar(Constructor constructor, Class ann) { ^ missing type arguments for generic class Constructor where T is a type-variable: T extends Object declared in class Constructor X.java:5: warning: [unchecked] unchecked call to getAnnotation(Class) as a member of the raw type Constructor constructor.getAnnotation(ann).message(); ^ where T is a type-variable: T extends Annotation declared in method getAnnotation(Class) X.java:5: error: cannot find symbol constructor.getAnnotation(ann).message(); ^ symbol: method message() location: interface Annotation 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: annotation value must be an annotation @MyB1(MyA2.XX) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: annotation value must be an annotation @MyB1({MyA2.XX}) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: annotation value must be an annotation @MyB1(null) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: annotation value must be an annotation @MyB1({null}) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: illegal start of type } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol @Annot(value={x}, classe={Zork.class,zork}) ^ symbol: variable x location: class X X.java:6: error: cannot find symbol @Annot(value={x}, classe={Zork.class,zork}) ^ symbol: class Zork location: class X X.java:6: error: cannot find symbol @Annot(value={x}, classe={Zork.class,zork}) ^ symbol: variable zork location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: annotation type X cannot be generic public @interface X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol return Zork; ^ symbol: variable Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol return Zork; ^ symbol: variable Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol ArrayList al = null; ^ symbol: class ArrayList location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol ArrayList bar() { ^ symbol: class ArrayList location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public class X { ^ symbol: class ArrayList 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol @Deprecated @Zork ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot inherit from final String class SMember extends String {} ^ X.java:4: error: expression not allowed as annotation value @Annot(value = new SMember()) ^ X.java:7: error: expression not allowed as annotation value new X(){ ^ X.java:3: warning: [serial] serializable class X.SMember has no definition of serialVersionUID class SMember extends String {} ^ X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID public final class X implements Serializable { ^ 3 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestAnnotation.java:2: warning: [rawtypes] found raw type: Class Class targetItem() default void.class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestAnnotation.java:2: error: incompatible types: Class cannot be converted to String String targetItem() default void.class; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol @Zork ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol @Zork ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol @Zork ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public void foo(@Deprecated @Zork @Annot(2) int i) {} ^ symbol: class Zork location: class X X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public void foo(@Deprecated @Zork @Annot(2) int i) {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public void foo(@Deprecated @Zork @Annot(2) int i) {} ^ symbol: class Zork location: class X X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public void foo(@Deprecated @Zork @Annot(2) int i) {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public void foo(@Deprecated int j, @Zork @Annot(3) int i) {} ^ symbol: class Zork location: class X X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public void foo(@Deprecated int j, @Zork @Annot(3) int i) {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: String cannot be converted to int public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {} ^ X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {} ^ X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {} ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: String cannot be converted to int public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {} ^ X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {} ^ X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {} ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method does not override or implement a method from a supertype @Override ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Jpf.java:12: warning: [rawtypes] found raw type: Class Class type(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Annot.java:2: warning: [rawtypes] found raw type: Class Class value(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------- 1. ERROR in testpack\package-info.java (at line 1) @javax.xml.bind.annotation.XmlSchema(namespace = "test") ^^^^^^^^^^^^^^ javax.xml.bind cannot be resolved to a type ---------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/package-info.java:2: error: Deprecated is not a repeatable annotation type @Deprecated ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: an enum annotation value must be an enum constant @Anno1(true ? E.E1 : E.E2) ^ X.java:9: error: expression not allowed as annotation value @Anno2(bar()) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:3: error: type of element Anno is cyclic Anno value(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:4: error: cannot find symbol protected void paintComponent(Graphics g) { } ^ symbol: class Graphics location: class A A.java:2: warning: [serial] serializable class A has no definition of serialVersionUID public class A extends JComponent { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:6: error: cannot find symbol public Zork test; ^ symbol: class Zork location: class A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: ArrayList void foo(ArrayList arg) { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:9: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration boolean a= arg.add(1), b= arg.add(1); ^ X.java:9: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration boolean a= arg.add(1), b= arg.add(1); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: QUERY has private access in X @A(name = X.QUERY_NAME, query = X.QUERY) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:10: warning: [unchecked] Possible heap pollution from parameterized vararg type Class public final Object build(Class... objects) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol @Outer(nest= {@Nested()}) ^ symbol: class Nested 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- xy/X.java:1: error: class, interface, or enum expected public final synchronized @Foo private package xy; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- xy/X.java:1: error: class, interface, or enum expected public final synchronized private package xy; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: Illegal static declaration in inner class X.Y @interface Bar { ^ modifier 'static' is only allowed in constant variable declarations 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: Illegal static declaration in inner class X.Y interface Bar { ^ modifier 'static' is only allowed in constant variable declarations 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: package XXThread does not exist @Annot1(value = XXThread.State.BLOCKED, value2 = 42) ^ X.java:8: error: an enum annotation value must be an enum constant @Annot1(value = XXThread.State.BLOCKED, value2 = 42) ^ X.java:9: error: package XYThread does not exist @Annot2(value = XYThread.State.BLOCKED) ^ X.java:9: error: an enum annotation value must be an enum constant @Annot2(value = XYThread.State.BLOCKED) ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/package-info.java:1: error: annotation type not applicable to this kind of declaration @PackageAnnot("p123456") ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:8: error: cannot find symbol @C(b={},i=42) ^ symbol: method b() location: @interface C 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: annotation type not applicable to this kind of declaration @LV E4, ^ X.java:24: error: annotation type not applicable to this kind of declaration @LV Y y14; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/package-info.java:1: error: annotation type not applicable to this kind of declaration @X(name="HELLO") ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/package-info.java:1: error: annotation type not applicable to this kind of declaration @X(name="HELLO") ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol @Bar(String) ^ symbol: variable String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/A.java:13: warning: [varargs] Redundant SafeVarargs annotation. Varargs element type Object is reifiable. @SafeVarargs private final void foo3(Object... o){}} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- snippet/Bug366003.java:13: error: class, interface, or enum expected org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:13: error: class, interface, or enum expected org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:13: error: class, interface, or enum expected org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- snippet/Bug366003.java:5: error: ';' expected @Blah Object bar(@BlahBlah String s1) { foo(null); // cannot pass ^ snippet/Bug366003.java:5: error: ';' expected @Blah Object bar(@BlahBlah String s1) { foo(null); // cannot pass ^ snippet/Bug366003.java:6: error: not a statement null argument @Blah String s= null; // cannot assign null value ^ snippet/Bug366003.java:6: error: ';' expected null argument @Blah String s= null; // cannot assign null value ^ snippet/Bug366003.java:6: error: illegal start of expression null argument @Blah String s= null; // cannot assign null value ^ snippet/Bug366003.java:6: error: ';' expected null argument @Blah String s= null; // cannot assign null value ^ snippet/Bug366003.java:11: error: illegal start of expression org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:11: error: ')' expected org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:11: error: not a statement org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:11: error: ';' expected org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:11: error: expected org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:11: error: illegal start of type org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:11: error: ';' expected org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:11: error: ';' expected org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ snippet/Bug366003.java:11: error: reached end of file while parsing org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email) ^ 15 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- snippet/Bug366003.java:5: error: expected org.User(@Bla String a) ^ snippet/Bug366003.java:5: error: reached end of file while parsing org.User(@Bla String a) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- snippet/Bug366003.java:7: error: not a statement e } catch (@Blah Exception eSecond) { ^ snippet/Bug366003.java:7: error: ';' expected e } catch (@Blah Exception eSecond) { ^ snippet/Bug366003.java:8: error: not a statement e } ^ snippet/Bug366003.java:8: error: ';' expected e } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- snippet/Bug366003.java:4: error: expected @Blah org.User(@Bla String str){} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Try.java:3: error: expected @Try t(); ^ Try.java:4: error: expected @Try u(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Try.java:2: error: expected @Try t(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- CCETest.java:3: error: annotation value not of an allowable type @Retention({RetentionPolicy.CLASS, RetentionPolicy.RUNTIME}) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:9: error: ';' expected } ^ A.java:11: error: class, interface, or enum expected } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ExampleTest.java:6: error: incompatible types: Class cannot be converted to String @MethodSource(Object.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class EnclosingMethodAttributeTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: Class Class cc = localClass.getClass(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ClassFileReaderTest_1_5 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class GenericTypeSignatureTest (null tests) *************************************************************************** test001: Not possible to launch Sun javac compilation! Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt test002: Not possible to launch Sun javac compilation! Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt test003: Not possible to launch Sun javac compilation! Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: B public class X extends p.A { ^ missing type arguments for generic class B where T is a type-variable: T extends Object declared in interface B 1 warning test004: Not possible to launch Sun javac compilation! Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [rawtypes] found raw type: B public class X extends p.A { ^ missing type arguments for generic class B where T is a type-variable: T extends Object declared in interface B X.java:1: warning: [rawtypes] found raw type: C public class X extends p.A { ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in interface C 2 warnings test005: Not possible to launch Sun javac compilation! Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X.MX void foo(X.MX mx) { ^ missing type arguments for generic class X.MX where U,T are type-variables: U extends Object declared in class X.MX T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X.MX void foo(X.MX mx) { // no signature ^ missing type arguments for generic class X.MX where U,T are type-variables: U extends Object declared in class X.MX T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X.Holder void bar(X.Holder h) {} // n/a ^ missing type arguments for generic class X.Holder where K is a type-variable: K extends Key declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [rawtypes] found raw type: Local Local foo3() { return null; } ^ missing type arguments for generic class Local where U is a type-variable: U extends Object declared in class Local 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class InternalHexFloatTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: floating point number too small System.out.println(0X000.eP-5000F); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: floating point number too large System.out.println(0X000.eP5000F); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class JavadocTest_1_5 (null tests) *************************************************************************** --- javac err: --- X.java:7: error: expected public class X {} ^ 1 error --- javac err: --- X.java:7: error: > expected public class X {} ^ 1 error --- javac err: --- X.java:10: error: expected public void foo(int val, Object obj) {} ^ 1 error --- javac err: --- X.java:10: error: cannot find symbol public void foo(int val, Object obj) {} ^ symbol: class Exceptions location: class X 1 error --- javac err: --- DefaultInformationControl.java:17: warning: [dep-ann] deprecated item is not annotated with @Deprecated String updatePresentation(String hoverInfo, int maxWidth, int maxHeight); ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug247037a - 10 pack/package-info.java [ /** * {@inheritDoc} * @since {@inheritDoc} * @blah {@inheritDoc} */ package pack; ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug247037b - 10 pack/package-info.java [ /** * @return {@inheritDoc} * @param blah {@inheritDoc} */ package pack; ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug284333 - 10 goo/bar/package-info.java [ /** */ package goo.bar; ] foo/bar/ClassInSamePackage.java [ package foo.bar; public class ClassInSamePackage { public static int SOME_FIELD; } ] foo/bar/goo/ClassInSubPackage.java [ package foo.bar.goo; public class ClassInSubPackage { public static void foo() { } } ] foo/ClassInEnclosingPackage.java [ package foo; public class ClassInEnclosingPackage { public static int SOME_FIELD; } ] foo/bar/package-info.java [ /** * @see ClassInSamePackage#SOME_FIELD * @see foo.bar.ClassInSamePackage#SOME_FIELD * @see ClassInSamePackage#SOME_FIELD * @see ClassInSubPackage#foo * @see foo.bar.goo.ClassInSubPackage#foo * @see ClassInSubPackage#foo * @see ClassInEnclosingPackage * @see foo.ClassInEnclosingPackage * @see ClassInEnclosingPackage * @see foo.bar * @see goo.bar * @see foo.bar.goo */ package foo.bar; ] ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug284333a - 10 goo/bar/package-info.java [ /** */ package goo.bar; ] foo/bar/ClassInSamePackage.java [ package foo.bar; public class ClassInSamePackage { public static int SOME_FIELD; } ] foo/bar/goo/ClassInSubPackage.java [ package foo.bar.goo; public class ClassInSubPackage { public static void foo() { } } ] foo/ClassInEnclosingPackage.java [ package foo; public class ClassInEnclosingPackage { public static int SOME_FIELD; } ] foo/bar/NotAPackageInfo.java [ package foo.bar; /** * @see ClassInSamePackage#SOME_FIELD * @see foo.bar.ClassInSamePackage#SOME_FIELD * @see ClassInSamePackage#SOME_FIELD */ public class NotAPackageInfo { /** * @see ClassInSubPackage#foo * @see foo.bar.goo.ClassInSubPackage#foo * @see ClassInSubPackage#foo */ public static int SOME_FIELD = 0; /** * @see ClassInEnclosingPackage * @see foo.ClassInEnclosingPackage * @see ClassInEnclosingPackage */ public static void foo() { } } ] *************************************************************************** * Comparison with Sun Javac compiler for class BatchCompilerTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/Y.java:3: error: cannot find symbol System.out.println(X.CONST); ^ symbol: variable CONST location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src3/Z.java:2: error: cannot find symbol X x; ^ symbol: class X location: class Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src3/W.java:2: error: cannot find symbol X x; ^ symbol: class X location: class W 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src3/Z.java:3: error: cannot find symbol Y y; ^ symbol: class Y location: class Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NullAnnotationBatchCompilerTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ConcurrentBatchCompilerTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ExternalizeStringLiterals15Test (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test#test007 - 10 X.java [ public class X { @Annot({ @A(name = "name", //$NON-NLS-1$ value = "Test") //$NON-NLS-1$ }) @X2("") //$NON-NLS-1$ void foo() { } } @interface Annot { A[] value(); } @interface A { String name(); String value(); } @interface X2 { String value(); } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Deprecated15Test (null tests) *************************************************************************** --- javac err: --- Y.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y p/X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated public class X { ^ Y.java:5: warning: [rawtypes] found raw type: X X x; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X Y.java:5: warning: [deprecation] X in p has been deprecated X x; ^ Y.java:6: warning: [rawtypes] found raw type: X X[] xs = { x }; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X Y.java:6: warning: [deprecation] X in p has been deprecated X[] xs = { x }; ^ Y.java:9: warning: [rawtypes] found raw type: X p.X x; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X Y.java:9: warning: [deprecation] X in p has been deprecated p.X x; ^ Y.java:10: warning: [rawtypes] found raw type: X p.X[] xs = { x }; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X Y.java:10: warning: [deprecation] X in p has been deprecated p.X[] xs = { x }; ^ 1 error 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated a.N1.N2.N3 m = null; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test1/E02.java:4: warning: [deprecation] x in E01 has been deprecated System.out.println(E01.x); ^ test1/E02.java:5: warning: [deprecation] y in E01 has been deprecated System.out.println(E01.y); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration package p1; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test1/E02.java:3: warning: [deprecation] E01 in test1 has been deprecated public void foo(E01 arg) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class InnerEmulationTest_1_5 (null tests) *************************************************************************** --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Entry public void foo(Collection args) { /* dummy */ } ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:11: warning: [rawtypes] found raw type: D >> void foo(E e) {} ^ missing type arguments for generic class D where U,T are type-variables: U extends Object declared in class D T extends Object declared in class D 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:5: warning: [rawtypes] found raw type: Entry Collection field; ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:10: warning: [rawtypes] found raw type: D public class X extends C.D implements A.B { ^ missing type arguments for generic class D where U,T are type-variables: U extends Object declared in class D T extends Object declared in class D p/X.java:10: warning: [rawtypes] found raw type: B public class X extends C.D implements A.B { ^ missing type arguments for generic class B where U,T are type-variables: U extends Object declared in interface B T extends Object declared in interface B 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:5: warning: [rawtypes] found raw type: Entry public void foo(Map.Entry args) { /* dummy */ } ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Entry , T extends Map.Entry> X(List lu, T t) { ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Entry public class X> {} ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class AssignmentTest_1_5 (null tests) *************************************************************************** --- javac err: --- X.java:5: error: incompatible types: double cannot be converted to Integer value += test; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Long(long) in Long has been deprecated Long _long = new Long(44); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated Byte b = new Byte((byte)1); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: long cannot be converted to Integer value &= test; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: long cannot be converted to Integer value |= test; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: float cannot be converted to Integer value += test; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: long cannot be converted to Integer value += test; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: bad operand types for binary operator '+' value += test; ^ first type: Integer second type: boolean 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class InnerClass15Test (null tests) *************************************************************************** --- javac err: --- X.java:3: error: class X is already defined in package unnamed package class X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/BrownBox.java:4: error: cannot find symbol public static class BlackCat extends Cat {} ^ symbol: class Cat location: interface BrownBox 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat public static class BlackCat extends Cat {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat public static class BlackCat extends GreenBox.Cat {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/X.java:2: error: cyclic inheritance involving X class X extends Y {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/X.java:2: error: cyclic inheritance involving X class X extends Y {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: class X is already defined in package unnamed package class X {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test003 - 10 Y.java [ class Y { class X {} void foo() { class X {} } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test004 - 10 Y.java [ class Y { class X {} void foo() { class X {} } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test005 - 10 p1/GreenBox.java [ package p1; import static p1.BrownBox.*; public interface GreenBox { public static class Cat extends Object {} } ] p1/BrownBox.java [ package p1; import static p1.GreenBox.*; public interface BrownBox { public static class BlackCat extends Cat {} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test006 - 10 p1/BrownBox.java [ package p1; import static p1.GreenBox.*; public interface BrownBox { public static class BlackCat extends Cat {} } ] p1/GreenBox.java [ package p1; import static p1.BrownBox.*; public interface GreenBox { public static class Cat extends Object {} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test007 - 10 p1/BrownBox.java [ package p1; import static p1.GreenBox.*; public interface BrownBox { public static class BlackCat extends Cat {} } ] p1/GreenBox.java [ package p1; import static p1.BrownBox.*; public interface GreenBox { public static class Cat extends java.lang.Object {} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/GreenBox.java:4: error: cyclic inheritance involving Cat public static class Cat extends BlackCat {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat public static class BlackCat extends Cat {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/A.java:2: error: cyclic inheritance involving A class A extends C { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/X.java:3: error: cyclic inheritance involving C class C extends B {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/A.java:2: error: cyclic inheritance involving A class A extends C { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/X.java:3: error: cyclic inheritance involving C class C implements B {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/A.java:2: error: no interface expected here class A extends C { ^ cycle/A.java:2: error: cyclic inheritance involving A class A extends C { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/A.java:2: error: no interface expected here class A extends C { ^ cycle/X.java:3: error: cyclic inheritance involving C interface C extends B {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/A.java:2: error: cyclic inheritance involving A interface A extends C { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/X.java:3: error: cyclic inheritance involving C interface C extends B {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- cycle/X.java:3: error: cyclic inheritance involving C interface C extends A {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/A.java:3: error: cyclic inheritance involving A public class A extends B { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- OuterClass.java:3: warning: [serial] serializable class OuterClass has no definition of serialVersionUID public class OuterClass extends ArrayList> { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NullAnnotationTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X1.java:2: error: cannot find symbol public X1(Zork z) {} ^ symbol: class Zork location: class X1 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Missing m = new Missing() { }; ^ symbol: class Missing location: class X X.java:3: error: cannot find symbol Missing m = new Missing() { }; ^ symbol: class Missing location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestEnum.java:2: error: constructor TestEnum in enum TestEnum cannot be applied to given types; TestEntry(1){}; ^ required: no arguments found: int reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: invalid method declaration; return type required public class X { Y() {} } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts List<@NonNull T> res = Arrays.asList(ts); ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug452780 - 10 Tools2.java [ import java.util.Arrays; import java.util.List; import java.util.Set; import java.util.stream.Collector; import java.util.stream.Collectors; import org.eclipse.jdt.annotation.NonNull; public class Tools2 { @SafeVarargs public static List<@NonNull T> asList(T... ts) { @SuppressWarnings("null") @NonNull List<@NonNull T> res = Arrays.asList(ts); return res; } @SuppressWarnings("null") public static Collector<@NonNull T, @NonNull ?, @NonNull Set<@NonNull T>> toSet() { @NonNull Collector<@NonNull T, ?, @NonNull Set<@NonNull T>> res = Collectors .toSet(); return res; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- EclipseBug.java:10: warning: [deprecation] newInstance() in Class has been deprecated return commandType.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/package-info.java:1: error: incompatible types: Class cannot be converted to Class> @TheAnnotation(value = DurationAdapter.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:3: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method public class X implements I { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Long(long) in Long has been deprecated Number field = new Long(13); ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_default_bin - 10 X.java [ import annotation.*; @NonNullByDefault public class X { Number field = new Long(13); void test1(Number[] ns) { ns[0] = null; // OK since not affected by default } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Double(double) in Double has been deprecated Number field = new Double(1.1); ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_field_bin - 10 X.java [ import annotation.*; @NonNullByDefault(DefaultLocation.FIELD) public class X { Number field = new Double(1.1); } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated return new Integer(13); ^ 1 warning ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_return_bin - 10 X.java [ import annotation.*; public class X { @NonNullByDefault(DefaultLocation.RETURN_TYPE) Number test(Number in) { return new Integer(13); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull public @NonNull java.lang.String test(@NonNull java.lang.String arg) { ^ X.java:3: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull public @NonNull java.lang.String test(@NonNull java.lang.String arg) { ^ X.java:4: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull @NonNull java.lang.String local = arg; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol @MustNotBeNull Object getObject(@MustNotBeNull Lib l) { ^ symbol: class MustNotBeNull location: class X X.java:2: error: cannot find symbol @MustNotBeNull Object getObject(@MustNotBeNull Lib l) { ^ symbol: class MustNotBeNull location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#test_default_nullness_002_custom - 10 org/foo/Nullable.java [ package org.foo; import static java.lang.annotation.ElementType.*; import java.lang.annotation.*; @Retention(RetentionPolicy.CLASS) @Target({METHOD,PARAMETER,LOCAL_VARIABLE}) public @interface Nullable { } ] org/foo/NonNullByDefault.java [ package org.foo; import java.lang.annotation.*; import static java.lang.annotation.ElementType.*; @Retention(RetentionPolicy.CLASS) @Target({PACKAGE, TYPE, METHOD, CONSTRUCTOR }) public @interface NonNullByDefault { } ] X.java [ import org.foo.*; @NonNullByDefault public class X { Object getObject(@Nullable Object o) { return new Object(); } } ] Y.java [ import org.foo.*; @NonNullByDefault public class Y extends X { @Override @Nullable Object getObject(Object o) { return o; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: annotation type not applicable to this kind of declaration @NonNull void foo() {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Test.java:2: error: package nullAnn does not exist import nullAnn.*; // 1 ^ p/Test.java:6: error: package nullAnn does not exist void foo(@nullAnn.Nullable Object o) { // 2 ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/Test.java:9: error: cannot find symbol @org public Object foo() { ^ symbol: class org 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: non-varargs call of varargs method with inexact argument type for last parameter; foo2(2, null); ^ cast to Object for a varargs call cast to Object @org.eclipse.jdt.annotation.NonNull [] for a non-varargs call and to suppress this warning 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [empty] empty statement after if if (o3 != null) /*nop*/; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#test_nullable_field_17 - 10 X.java [ import org.eclipse.jdt.annotation.*; public class X { @Nullable Object o = new Object(); public String oString() { return this.o.toString(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class XLargeTest2 (null tests) *************************************************************************** --- javac err: --- X.java:3: error: code too large A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26, A27, A28, A29, A30, A31, A32, A33, A34, A35, A36, A37, A38, A39, A40, A41, A42, A43, A44, A45, A46, A47, A48, A49, A50, A51, A52, A53, A54, A55, A56, A57, A58, A59, A60, A61, A62, A63, A64, A65, A66, A67, A68, A69, A70, A71, A72, A73, A74, A75, A76, A77, A78, A79, A80, A81, A82, A83, A84, A85, A86, A87, A88, A89, A90, A91, A92, A93, A94, A95, A96, A97, A98, A99, A100, A101, A102, A103, A104, A105, A106, A107, A108, A109, A110, A111, A112, A113, A114, A115, A116, A117, A118, A119, A120, A121, A122, A123, A124, A125, A126, A127, A128, A129, A130, A131, A132, A133, A134, A135, A136, A137, A138, A139, A140, A141, A142, A143, A144, A145, A146, A147, A148, A149, A150, A151, A152, A153, A154, A155, A156, A157, A158, A159, A160, A161, A162, A163, A164, A165, A166, A167, A168, A169, A170, A171, A172, A173, A174, A175, A176, A177, A178, A179, A180, A181, A182, A183, A184, A185, A186, A187, A188, A189, A190, A191, A192, A193, A194, A195, A196, A197, A198, A199, A200, A201, A202, A203, A204, A205, A206, A207, A208, A209, A210, A211, A212, A213, A214, A215, A216, A217, A218, A219, A220, A221, A222, A223, A224, A225, A226, A227, A228, A229, A230, A231, A232, A233, A234, A235, A236, A237, A238, A239, A240, A241, A242, A243, A244, A245, A246, A247, A248, A249, A250, A251, A252, A253, A254, A255, A256, A257, A258, A259, A260, A261, A262, A263, A264, A265, A266, A267, A268, A269, A270, A271, A272, A273, A274, A275, A276, A277, A278, A279, A280, A281, A282, A283, A284, A285, A286, A287, A288, A289, A290, A291, A292, A293, A294, A295, A296, A297, A298, A299, A300, A301, A302, A303, A304, A305, A306, A307, A308, A309, A310, A311, A312, A313, A314, A315, A316, A317, A318, A319, A320, A321, A322, A323, A324, A325, A326, A327, A328, A329, A330, A331, A332, A333, A334, A335, A336, A337, A338, A339, A340, A341, A342, A343, A344, A345, A346, A347, A348, A349, A350, A351, A352, A353, A354, A355, A356, A357, A358, A359, A360, A361, A362, A363, A364, A365, A366, A367, A368, A369, A370, A371, A372, A373, A374, A375, A376, A377, A378, A379, A380, A381, A382, A383, A384, A385, A386, A387, A388, A389, A390, A391, A392, A393, A394, A395, A396, A397, A398, A399, A400, A401, A402, A403, A404, A405, A406, A407, A408, A409, A410, A411, A412, A413, A414, A415, A416, A417, A418, A419, A420, A421, A422, A423, A424, A425, A426, A427, A428, A429, A430, A431, A432, A433, A434, A435, A436, A437, A438, A439, A440, A441, A442, A443, A444, A445, A446, A447, A448, A449, A450, A451, A452, A453, A454, A455, A456, A457, A458, A459, A460, A461, A462, A463, A464, A465, A466, A467, A468, A469, A470, A471, A472, A473, A474, A475, A476, A477, A478, A479, A480, A481, A482, A483, A484, A485, A486, A487, A488, A489, A490, A491, A492, A493, A494, A495, A496, A497, A498, A499, A500, A501, A502, A503, A504, A505, A506, A507, A508, A509, A510, A511, A512, A513, A514, A515, A516, A517, A518, A519, A520, A521, A522, A523, A524, A525, A526, A527, A528, A529, A530, A531, A532, A533, A534, A535, A536, A537, A538, A539, A540, A541, A542, A543, A544, A545, A546, A547, A548, A549, A550, A551, A552, A553, A554, A555, A556, A557, A558, A559, A560, A561, A562, A563, A564, A565, A566, A567, A568, A569, A570, A571, A572, A573, A574, A575, A576, A577, A578, A579, A580, A581, A582, A583, A584, A585, A586, A587, A588, A589, A590, A591, A592, A593, A594, A595, A596, A597, A598, A599, A600, A601, A602, A603, A604, A605, A606, A607, A608, A609, A610, A611, A612, A613, A614, A615, A616, A617, A618, A619, A620, A621, A622, A623, A624, A625, A626, A627, A628, A629, A630, A631, A632, A633, A634, A635, A636, A637, A638, A639, A640, A641, A642, A643, A644, A645, A646, A647, A648, A649, A650, A651, A652, A653, A654, A655, A656, A657, A658, A659, A660, A661, A662, A663, A664, A665, A666, A667, A668, A669, A670, A671, A672, A673, A674, A675, A676, A677, A678, A679, A680, A681, A682, A683, A684, A685, A686, A687, A688, A689, A690, A691, A692, A693, A694, A695, A696, A697, A698, A699, A700, A701, A702, A703, A704, A705, A706, A707, A708, A709, A710, A711, A712, A713, A714, A715, A716, A717, A718, A719, A720, A721, A722, A723, A724, A725, A726, A727, A728, A729, A730, A731, A732, A733, A734, A735, A736, A737, A738, A739, A740, A741, A742, A743, A744, A745, A746, A747, A748, A749, A750, A751, A752, A753, A754, A755, A756, A757, A758, A759, A760, A761, A762, A763, A764, A765, A766, A767, A768, A769, A770, A771, A772, A773, A774, A775, A776, A777, A778, A779, A780, A781, A782, A783, A784, A785, A786, A787, A788, A789, A790, A791, A792, A793, A794, A795, A796, A797, A798, A799, A800, A801, A802, A803, A804, A805, A806, A807, A808, A809, A810, A811, A812, A813, A814, A815, A816, A817, A818, A819, A820, A821, A822, A823, A824, A825, A826, A827, A828, A829, A830, A831, A832, A833, A834, A835, A836, A837, A838, A839, A840, A841, A842, A843, A844, A845, A846, A847, A848, A849, A8 50, A851, A852, A853, A854, A855, A856, A857, A858, A859, A860, A861, A862, A863, A864, A865, A866, A867, A868, A869, A870, A871Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt , A872, A873, A874, A875, A876, A877, A878, A879, A880, A881, A882, A883, A884, A885, A886, A887, A888, A889, A890, A891, A892, A893, A894, A895, A896, A897, A898, A899, A900, A901, A902, A903, A904, A905, A906, A907, A908, A909, A910, A911, A912, A913, A914, A915, A916, A917, A918, A919, A920, A921, A922, A923, A924, A925, A926, A927, A928, A929, A930, A931, A932, A933, A934, A935, A936, A937, A938, A939, A940, A941, A942, A943, A944, A945, A946, A947, A948, A949, A950, A951, A952, A953, A954, A955, A956, A957, A958, A959, A960, A961, A962, A963, A964, A965, A966, A967, A968, A969, A970, A971, A972, A973, A974, A975, A976, A977, A978, A979, A980, A981, A982, A983, A984, A985, A986, A987, A988, A989, A990, A991, A992, A993, A994, A995, A996, A997, A998, A999, A1000, A1001, A1002, A1003, A1004, A1005, A1006, A1007, A1008, A1009, A1010, A1011, A1012, A1013, A1014, A1015, A1016, A1017, A1018, A1019, A1020, A1021, A1022, A1023, A1024, A1025, A1026, A1027, A1028, A1029, A1030, A1031, A1032, A1033, A1034, A1035, A1036, A1037, A1038, A1039, A1040, A1041, A1042, A1043, A1044, A1045, A1046, A1047, A1048, A1049, A1050, A1051, A1052, A1053, A1054, A1055, A1056, A1057, A1058, A1059, A1060, A1061, A1062, A1063, A1064, A1065, A1066, A1067, A1068, A1069, A1070, A1071, A1072, A1073, A1074, A1075, A1076, A1077, A1078, A1079, A1080, A1081, A1082, A1083, A1084, A1085, A1086, A1087, A1088, A1089, A1090, A1091, A1092, A1093, A1094, A1095, A1096, A1097, A1098, A1099, A1100, A1101, A1102, A1103, A1104, A1105, A1106, A1107, A1108, A1109, A1110, A1111, A1112, A1113, A1114, A1115, A1116, A1117, A1118, A1119, A1120, A1121, A1122, A1123, A1124, A1125, A1126, A1127, A1128, A1129, A1130, A1131, A1132, A1133, A1134, A1135, A1136, A1137, A1138, A1139, A1140, A1141, A1142, A1143, A1144, A1145, A1146, A1147, A1148, A1149, A1150, A1151, A1152, A1153, A1154, A1155, A1156, A1157, A1158, A1159, A1160, A1161, A1162, A1163, A1164, A1165, A1166, A1167, A1168, A1169, A1170, A1171, A1172, A1173, A1174, A1175, A1176, A1177, A1178, A1179, A1180, A1181, A1182, A1183, A1184, A1185, A1186, A1187, A1188, A1189, A1190, A1191, A1192, A1193, A1194, A1195, A1196, A1197, A1198, A1199, A1200, A1201, A1202, A1203, A1204, A1205, A1206, A1207, A1208, A1209, A1210, A1211, A1212, A1213, A1214, A1215, A1216, A1217, A1218, A1219, A1220, A1221, A1222, A1223, A1224, A1225, A1226, A1227, A1228, A1229, A1230, A1231, A1232, A1233, A1234, A1235, A1236, A1237, A1238, A1239, A1240, A1241, A1242, A1243, A1244, A1245, A1246, A1247, A1248, A1249, A1250, A1251, A1252, A1253, A1254, A1255, A1256, A1257, A1258, A1259, A1260, A1261, A1262, A1263, A1264, A1265, A1266, A1267, A1268, A1269, A1270, A1271, A1272, A1273, A1274, A1275, A1276, A1277, A1278, A1279, A1280, A1281, A1282, A1283, A1284, A1285, A1286, A1287, A1288, A1289, A1290, A1291, A1292, A1293, A1294, A1295, A1296, A1297, A1298, A1299, A1300, A1301, A1302, A1303, A1304, A1305, A1306, A1307, A1308, A1309, A1310, A1311, A1312, A1313, A1314, A1315, A1316, A1317, A1318, A1319, A1320, A1321, A1322, A1323, A1324, A1325, A1326, A1327, A1328, A1329, A1330, A1331, A1332, A1333, A1334, A1335, A1336, A1337, A1338, A1339, A1340, A1341, A1342, A1343, A1344, A1345, A1346, A1347, A1348, A1349, A1350, A1351, A1352, A1353, A1354, A1355, A1356, A1357, A1358, A1359, A1360, A1361, A1362, A1363, A1364, A1365, A1366, A1367, A1368, A1369, A1370, A1371, A1372, A1373, A1374, A1375, A1376, A1377, A1378, A1379, A1380, A1381, A1382, A1383, A1384, A1385, A1386, A1387, A1388, A1389, A1390, A1391, A1392, A1393, A1394, A1395, A1396, A1397, A1398, A1399, A1400, A1401, A1402, A1403, A1404, A1405, A1406, A1407, A1408, A1409, A1410, A1411, A1412, A1413, A1414, A1415, A1416, A1417, A1418, A1419, A1420, A1421, A1422, A1423, A1424, A1425, A1426, A1427, A1428, A1429, A1430, A1431, A1432, A1433, A1434, A1435, A1436, A1437, A1438, A1439, A1440, A1441, A1442, A1443, A1444, A1445, A1446, A1447, A1448, A1449, A1450, A1451, A1452, A1453, A1454, A1455, A1456, A1457, A1458, A1459, A1460, A1461, A1462, A1463, A1464, A1465, A1466, A1467, A1468, A1469, A1470, A1471, A1472, A1473, A1474, A1475, A1476, A1477, A1478, A1479, A1480, A1481, A1482, A1483, A1484, A1485, A1486, A1487, A1488, A1489, A1490, A1491, A1492, A1493, A1494, A1495, A1496, A1497, A1498, A1499, A1500, A1501, A1502, A1503, A1504, A1505, A1506, A1507, A1508, A1509, A1510, A1511, A1512, A1513, A1514, A1515, A1516, A1517, A1518, A1519, A1520, A1521, A1522, A1523, A1524, A1525, A1526, A1527, A1528, A1529, A1530, A1531, A1532, A1533, A1534, A1535, A1536, A1537, A1538, A1539, A1540, A1541, A1542, A1543, A1544, A1545, A1546, A1547, A1548, A1549, A1550, A1551, A1552, A1553, A1554, A1555, A1556, A1557, A1558, A1559, A1560, A1561, A1562, A1563, A1564, A1565, A1566, A1567, A1568, A1569, A1570, A1571, A1572, A1573, A1574, A1575, A1576, A1577, A1578, A1579, A1580, A1581, A1582, A1583, A1584, A1585, A1586, A1587, A1588, A1589, A1590, A1591, A1592, A1593, A1594, A1595, A1596, A1597, A1598, A1599, A1600, A1601, A1602, A1603, A1604, A1605, A1606, A1607, A1608, A1609, A1610, A1611, A1612, A1613, A1614, A1615, A1616, A1617, A1618, A1619, A1620, A1621, A1622, A1623, A1624, A1625, A1626, A1627, A1628, A1629, A1630, A1631, A1632, A1633, A1634, A1635, A1636, A1637, A1638, A1639, A1640, A1641, A1642, A1643, A1644, A1645, A1646, A1647, A1648, A1649, A1650, A1651, A1652, A1653, A1654, A1655, A1656, A1657, A1658, A1659, A1660, A1661, A1662, A1663, A1664, A1665, A1666, A1667, A1668, A1669, A1670, A1671, A1672, A1673, A1674, A1675, A1676, A1677, A1678, A1679, A1680, A1681, A1682, A1683, A1684, A1685, A1686, A1687, A1688, A1689, A1690, A1691, A1692, A1693, A1694, A1695, A1696, A1697, A1698, A1699, A1700, A1701, A1702, A1703, A1704, A1705, A1706, A1707, A1708, A1709, A1710, A1711, A1712, A1713, A1714, A1715, A1716, A1717, A1718, A1719, A1720, A1721, A1722, A1723, A1724, A1725, A1726, A1727, A1728, A1729, A1730, A1731, A1732, A1733, A1734, A1735, A1736, A1737, A1738, A1739, A1740, A1741, A1742, A1743, A1744, A1745, A1746, A1747, A1748, A1749, A1750, A1751, A1752, A1753, A1754, A1755, A1756, A1757, A1758, A1759, A1760, A1761, A1762, A1763, A1764, A1765, A1766, A1767, A1768, A1769, A1770, A1771, A1772, A1773, A1774, A1775, A1776, A1777, A1778, A1779, A1780, A1781, A1782, A1783, A1784, A1785, A1786, A1787, A1788, A1789, A1790, A1791, A1792, A1793, A1794, A1795, A1796, A1797, A1798, A1799, A1800, A1801, A1802, A1803, A1804, A1805, A1806, A1807, A1808, A1809, A1810, A1811, A1812, A1813, A1814, A1815, A1816, A1817, A1818, A1819, A1820, A1821, A1822, A1823, A1824, A1825, A1826, A1827, A1828, A1829, A1830, A1831, A1832, A1833, A1834, A1835, A1836, A1837, A1838, A1839, A1840, A1841, A1842, A1843, A1844, A1845, A1846, A1847, A1848, A1849, A1850, A1851, A1852, A1853, A1854, A1855, A1856, A1857, A1858, A1859, A1860, A1861, A1862, A1863, A1864, A1865, A1866, A1867, A1868, A1869, A1870, A1871, A1872, A1873, A1874, A1875, A1876, A1877, A1878, A1879, A1880, A1881, A1882, A1883, A1884, A1885, A1886, A1887, A1888, A1889, A1890, A1891, A1892, A1893, A1894, A1895, A1896, A1897, A1898, A1899, A1900, A1901, A1902, A1903, A1904, A1905, A1906, A1907, A1908, A1909, A1910, A1911, A1912, A1913, A1914, A1915, A1916, A1917, A1918, A1919, A1920, A1921, A1922, A1923, A1924, A1925, A1926, A1927, A1928, A1929, A1930, A1931, A1932, A1933, A1934, A1935, A1936, A1937, A1938, A1939, A1940, A1941, A1942, A1943, A1944, A1945, A1946, A1947, A1948, A1949, A1950, A1951, A1952, A1953, A1954, A1955, A1956, A1957, A1958, A1959, A1960, A1961, A1962, A1963, A1964, A1965, A1966, A1967, A1968, A1969, A1970, A1971, A1972, A1973, A1974, A1975, A1976, A1977, A1978, A1979, A1980, A1981, A1982, A1983, A1984, A1985, A1986, A1987, A1988, A1989, A1990, A1991, A1992, A1993, A1994, A1995, A1996, A1997, A1998, A1999, A2000, A2001, A2002, A2003, A2004, A2005, A2006, A2007, A2008, A2009, A2010, A2011, A2012, A2013, A2014, A2015, A2016, A2017, A2018, A2019, A2020, A2021, A2022, A2023, A2024, A2025, A2026, A2027, A2028, A2029, A2030, A2031, A2032, A2033, A2034, A2035, A2036, A2037, A2038, A2039, A2040, A2041, A2042, A2043, A2044, A2045, A2046, A2047, A2048, A2049, A2050, A2051, A2052, A2053, A2054, A2055, A2056, A2057, A2058, A2059, A2060, A2061, A2062, A2063, A2064, A2065, A2066, A2067, A2068, A2069, A2070, A2071, A2072, A2073, A2074, A2075, A2076, A2077, A2078, A2079, A2080, A2081, A2082, A2083, A2084, A2085, A2086, A2087, A2088, A2089, A2090, A2091, A2092, A2093, A2094, A2095, A2096, A2097, A2098, A2099, A2100, A2101, A2102, A2103, A2104, A2105, A2106, A2107, A2108, A2109, A2110, A2111, A2112, A2113, A2114, A2115, A2116, A2117, A2118, A2119, A2120, A2121, A2122, A2123, A2124, A2125, A2126, A2127, A2128, A2129, A2130, A2131, A2132, A2133, A2134, A2135, A2136, A2137, A2138, A2139, A2140, A2141, A2142, A2143, A2144, A2145, A2146, A2147, A2148, A2149, A2150, A2151, A2152, A2153, A2154, A2155, A2156, A2157, A2158, A2159, A2160, A2161, A2162, A2163, A2164, A2165, A2166, A2167, A2168, A2169, A2170, A2171, A2172, A2173, A2174, A2175, A2176, A2177, A2178, A2179, A2180, A2181, A2182, A2183, A2184, A2185, A2186, A2187, A2188, A2189, A2190, A2191, A2192, A2193, A2194, A2195, A2196, A2197, A2198, A2199, A2200, A2201, A2202, A2203, A2204, A2205, A2206, A2207, A2208, A2209, A2210, A2211, A2212, A2213, A2214, A2215, A2216, A2217, A2218, A2219, A2220, A2221, A2222, A2223, A2224, A2225, A2226, A2227, A2228, A2229, A2230, A2231, A2232, A2233, A2234, A2235, A2236, A2237, A2238, A2239, A2240, A2241, A2242, A2243, A2244, A2245, A2246, A2247, A2248, A2249, A2250, A2251, A2252, A2253, A2254, A2255, A2256, A2257, A2258, A2259, A2260, A2261, A2262, A2263, A2264, A2265, A2266, A2267, A2268, A2269, A2270, A2271, A2272, A2273, A2274, A2275, A2276, A2277, A2278, A2279, A2280, A2281, A2282, A2283, A2284, A2285, A2286, A2287, A2288, A2289, A2290, A2291, A2292, A2293, A2294, A2295, A2296, A2297, A2298, A2299, A2300, A2301, A2302, A2303, A2304, A2305, A2306, A2307, A2308, A2309, A2310, A2311, A2312, A2313, A2314, A2315, A2316, A2317, A2318, A2319, A2320, A2321, A2322, A2323, A2324, A2325, A2326, A2327, A2328, A2329, A2330, A2331, A2332, A2333, A2334, A2335, A2336, A2337, A2338, A2339, A2340, A2341, A2342, A2343, A2344, A2345, A2346, A2347, A2348, A2349, A2350, A2351, A2352, A2353, A2354, A2355, A2356, A2357, A2358, A2359, A2360, A2361, A2362, A2363, A2364, A2365, A2366, A2367, A2368, A2369, A2370, A2371, A2372, A2373, A2374, A2375, A2376, A2377, A2378, A2379, A2380, A2381, A2382, A2383, A2384, A2385, A2386, A2387, A2388, A2389, A2390, A2391, A2392, A2393, A2394, A2395, A2396, A2397, A2398, A2399, A2400, A2401, A2402, A2403, A2404, A2405, A2406, A2407, A2408, A2409, A2410, A2411, A2412, A2413, A2414, A2415, A2416, A2417, A2418, A2419, A2420, A2421, A2422, A2423, A2424, A2425, A2426, A2427, A2428, A2429, A2430, A2431, A2432, A2433, A2434, A2435, A2436, A2437, A2438, A2439, A2440, A2441, A2442, A2443, A2444, A2445, A2446, A2447, A2448, A2449, A2450, A2451, A2452, A2453, A2454, A2455, A2456, A2457, A2458, A2459, A2460, A2461, A2462, A2463, A2464, A2465, A2466, A2467, A2468, A2469, A2470, A2471, A2472, A2473, A2474, A2475, A2476, A2477, A2478, A2479, A2480, A2481, A2482, A2483, A2484, A2485, A2486, A2487, A2488, A2489, A2490, A2491, A2492, A2493, A2494, A2495, A2496, A2497, A2498, A2499, A2500, A2501, A2502, A2503, A2504, A2505, A2506, A2507, A2508, A2509, A2510, A2511, A2512, A2513, A2514, A2515, A2516, A2517, A2518, A2519, A2520, A2521, A2522, A2523, A2524, A2525, A2526, A2527, A2528, A2529, A2530, A2531, A2532, A2533, A2534, A2535, A2536, A2537, A2538, A2539, A2540, A2541, A2542, A2543, A2544, A2545, A2546, A2547, A2548, A2549, A2550, A2551, A2552, A2553, A2554, A2555, A2556, A2557, A2558, A2559, A2560, A2561, A2562, A2563, A2564, A2565, A2566, A2567, A2568, A2569, A2570, A2571, A2572, A2573, A2574, A2575, A2576, A2577, A2578, A2579, A2580, A2581, A2582, A2583, A2584, A2585, A2586, A2587, A2588, A2589, A2590, A2591, A2592, A2593, A2594, A2595, A2596, A2597, A2598, A2599, A2600, A2601, A2602, A2603, A2604, A2605, A2606, A2607, A2608, A2609, A2610, A2611, A2612, A2613, A2614, A2615, A2616, A2617, A2618, A2619, A2620, A2621, A2622, A2623, A2624, A2625, A2626, A2627, A2628, A2629, A2630, A2631, A2632, A2633, A2634, A2635, A2636, A2637, A2638, A2639, A2640, A2641, A2642, A2643, A2644, A2645, A2646, A2647, A2648, A2649, A2650, A2651, A2652, A2653, A2654, A2655, A2656, A2657, A2658, A2659, A2660, A2661, A2662, A2663, A2664, A2665, A2666, A2667, A2668, A2669, A2670, A2671, A2672, A2673, A2674, A2675, A2676, A2677, A2678, A2679, A2680, A2681, A2682, A2683, A2684, A2685, A2686, A2687, A2688, A2689, A2690, A2691, A2692, A2693, A2694, A2695, A2696, A2697, A2698, A2699, A2700, A2701, A2702, A2703, A2704, A2705, A2706, A2707, A2708, A2709, A2710, A2711, A2712, A2713, A2714, A2715, A2716, A2717, A2718, A2719, A2720, A2721, A2722, A2723, A2724, A2725, A2726, A2727, A2728, A2729, A2730, A2731, A2732, A2733, A2734, A2735, A2736, A2737, A2738, A2739, A2740, A2741, A2742, A2743, A2744, A2745, A2746, A2747, A2748, A2749, A2750, A2751, A2752, A2753, A2754, A2755, A2756, A2757, A2758, A2759, A2760, A2761, A2762, A2763, A2764, A2765, A2766, A2767, A2768, A2769, A2770, A2771, A2772, A2773, A2774, A2775, A2776, A2777, A2778, A2779, A2780, A2781, A2782, A2783, A2784, A2785, A2786, A2787, A2788, A2789, A2790, A2791, A2792, A2793, A2794, A2795, A2796, A2797, A2798, A2799, } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p001/bip.java:200: error: cannot find symbol class bop implements missing, ^ symbol: class missing 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class StackMapAttributeTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Map public static Map make(boolean sorted) { ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:4: warning: [rawtypes] found raw type: TreeMap return (sorted) ? new TreeMap() : new HashMap(); ^ missing type arguments for generic class TreeMap where K,V are type-variables: K extends Object declared in class TreeMap V extends Object declared in class TreeMap X.java:4: warning: [rawtypes] found raw type: HashMap return (sorted) ? new TreeMap() : new HashMap(); ^ missing type arguments for generic class HashMap where K,V are type-variables: K extends Object declared in class HashMap V extends Object declared in class HashMap 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [cast] redundant cast to int int length = (int) getSize(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: List public List computeCompletionProposals(ContentAssistInvocationContext context, IProgressMonitor monitor) { ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:21: warning: [rawtypes] found raw type: List List proposals= computer.computeCompletionProposals(context, monitor); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List IJavaCompletionProposalComputer.java:3: warning: [rawtypes] found raw type: List List computeCompletionProposals(ContentAssistInvocationContext context, IProgressMonitor monitor); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: Map Map map = null; ^ missing type arguments for generic class Map where K,V are type-variables: K extends Object declared in interface Map V extends Object declared in interface Map X.java:11: warning: [rawtypes] found raw type: Set Set set = null; ^ missing type arguments for generic class Set where E is a type-variable: E extends Object declared in interface Set 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: non-static variable this cannot be referenced from a static context throw new E1(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: non-static variable this cannot be referenced from a static context synchronized (X.this) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: non-static variable this cannot be referenced from a static context A a = new A(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [static] static method should be qualified by type name, X, instead of by an expression new X().foo(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C();) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unreachable statement for (;false;) { ^ X.java:10: error: variable s might not have been initialized } while (s != null); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: variable s might not have been initialized } while (s != null); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: unreachable statement for (; five > ten;) { ^ X.java:11: error: variable s might not have been initialized } while (s != null); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unreachable statement while (false) { ^ X.java:10: error: variable s might not have been initialized } while (s != null); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: variable s might not have been initialized } while (s != null); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: unreachable statement while (five > ten) { ^ X.java:11: error: variable s might not have been initialized } while (s != null); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:37: warning: [rawtypes] found raw type: Iterator for (Iterator i = (new ArrayList(1)).iterator(); i ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:37: warning: [rawtypes] found raw type: ArrayList for (Iterator i = (new ArrayList(1)).iterator(); i ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:38: warning: [unchecked] unchecked call to add(E) as a member of the raw type List .hasNext(); members.add(equals(node))) { ^ where E is a type-variable: E extends Object declared in interface List X.java:46: warning: [rawtypes] found raw type: Iterator Iterator i = (new ArrayList(1)).iterator(); ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator X.java:46: warning: [rawtypes] found raw type: ArrayList Iterator i = (new ArrayList(1)).iterator(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:64: warning: [rawtypes] found raw type: List private List members; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:71: warning: [rawtypes] found raw type: ArrayList members = new ArrayList(); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: Iterator for (Iterator i = strings.iterator(); i.hasNext();){ ^ missing type arguments for generic class Iterator where E is a type-variable: E extends Object declared in interface Iterator 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [try] auto-closeable resource fis is never referenced in body of corresponding try statement try (FileInputStream fis = new FileInputStream("")) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Compliance_1_6 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class AssignmentTest_1_7 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class BinaryLiteralTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: binary numbers must contain at least one binary digit System.out.println(0b); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: binary numbers must contain at least one binary digit System.out.println(0b2); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest#test004 - 10 X.java [ public class X { public static void main(String[] args) { System.out.println(0b1110000); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest#test005 - 10 X.java [ public class X { public static void main(String[] args) { System.out.println(-0b1110000); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: ')' expected System.out.println(0b1113000); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class UnderscoresInLiteralsTest (null tests) *************************************************************************** --- javac err: --- X.java:3: error: illegal underscore System.out.println(0b_001); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0_b001); ^ X.java:3: error: ')' expected System.out.println(0_b001); ^ X.java:3: error: ';' expected System.out.println(0_b001); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0b001_); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0x_11.0p33f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0x11_.0p33f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0x11._0p33f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0x11.0_p33f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0x11.0p_33f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0x11.0p33_f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0x_0001AEFBBA); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0_x0001AEFBBA); ^ X.java:3: error: ')' expected System.out.println(0_x0001AEFBBA); ^ X.java:3: error: ';' expected System.out.println(0_x0001AEFBBA); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0x0001AEFBBA_); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol System.out.println(_01234567); ^ symbol: variable _01234567 location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(01234567_); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(1_.236589954f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(1._236589954f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(1_e2); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(1e_2); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(1e2_); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(01e2_); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(01_e2_); ^ X.java:3: error: illegal underscore System.out.println(01_e2_); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal underscore System.out.println(0b1110000_); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class TryStatement17Test (null tests) *************************************************************************** --- javac err: --- X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(IOException | FileNotFoundException e) { ^ Alternative FileNotFoundException is a subclass of alternative IOException 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(FileNotFoundException | FileNotFoundException | IOException e) { ^ Alternative FileNotFoundException is a subclass of alternative FileNotFoundException X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(FileNotFoundException | FileNotFoundException | IOException e) { ^ Alternative FileNotFoundException is a subclass of alternative IOException 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(FileNotFoundException | IOException e) { ^ Alternative FileNotFoundException is a subclass of alternative IOException 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(RuntimeException | Exception e) { e.printStackTrace(); ^ Alternative RuntimeException is a subclass of alternative Exception X.java:10: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(FileNotFoundException | IOException e) { ^ Alternative FileNotFoundException is a subclass of alternative IOException 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(NumberFormatException | RuntimeException e) { ^ Alternative NumberFormatException is a subclass of alternative RuntimeException X.java:11: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(FileNotFoundException | IOException e) { ^ Alternative FileNotFoundException is a subclass of alternative IOException 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unreported exception Foo; must be caught or declared to be thrown throw new Foo(); ^ X.java:10: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:11: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:12: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:13: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:14: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:14: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:15: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: multi-catch parameter e may not be assigned e = new IOException(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: exception SonOfFoo is never thrown in body of corresponding try statement } catch(SonOfFoo | DaughterOfFoo e) { ^ X.java:10: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:11: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:12: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement } catch (SonOfFoo e1) { ^ X.java:14: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:15: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:16: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement } catch (SonOfFoo e1) { ^ X.java:15: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:16: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:17: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:16: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:17: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: exception SonOfFoo is never thrown in body of corresponding try statement } catch (SonOfFoo e2) { ^ X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: Foo cannot be converted to SonOfFoo SonOfFoo s = e; ^ X.java:14: error: cannot find symbol e.callableOnlyOnMales(); ^ symbol: method callableOnlyOnMales() location: variable e of type Foo X.java:15: error: cannot find symbol e.callableOnlyOnFemales(); ^ symbol: method callableOnlyOnFemales() location: variable e of type Foo X.java:19: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception { ^ X.java:23: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo { ^ X.java:27: warning: [serial] serializable class GrandSonOfFoo has no definition of serialVersionUID class GrandSonOfFoo extends SonOfFoo {} ^ X.java:28: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo { ^ X.java:32: warning: [serial] serializable class GrandDaughterOfFoo has no definition of serialVersionUID class GrandDaughterOfFoo extends DaughterOfFoo {} ^ 3 errors 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID class Foo extends Exception {} ^ X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID class SonOfFoo extends Foo {} ^ X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID class DaughterOfFoo extends Foo {} ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: illegal start of type } catch (final SonOfFoo | final DaughterOfFoo e){ ^ X.java:8: error: ';' expected } catch (final SonOfFoo | final DaughterOfFoo e){ ^ X.java:12: error: illegal start of expression public static void main(String[] args) { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: unexpected type } catch (T | NullPointerException e) {} ^ required: class found: type parameter T where T is a type-variable: T extends Exception declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: a generic class may not extend java.lang.Throwable public class X extends Exception { ^ X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID public class X extends Exception { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(IOException | FileNotFoundException e) { ^ Alternative FileNotFoundException is a subclass of alternative IOException 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing } catch(FileNotFoundException | IOException e) { ^ Alternative FileNotFoundException is a subclass of alternative IOException 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: exception S has already been caught } catch (RuntimeException | S f) { ^ X.java:14: warning: [serial] serializable class F has no definition of serialVersionUID class F extends Exception {} ^ X.java:15: warning: [serial] serializable class S has no definition of serialVersionUID class S extends F {} ^ X.java:16: warning: [serial] serializable class D has no definition of serialVersionUID class D extends F {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: unreported exception Exception; must be caught or declared to be thrown throw ec; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X();) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X();) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID class XXException extends Exception {} ^ X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID class YYException extends Exception {} ^ X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID class ZZException extends Exception {} ^ X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID class XException extends Exception {} ^ X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID class YException extends Exception {} ^ X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID class ZException extends Exception {} ^ 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:34: warning: [serial] serializable class XXException has no definition of serialVersionUID class XXException extends Exception {} ^ X.java:36: warning: [serial] serializable class YYException has no definition of serialVersionUID class YYException extends Exception {} ^ X.java:38: warning: [serial] serializable class ZZException has no definition of serialVersionUID class ZZException extends Exception {} ^ X.java:33: warning: [serial] serializable class XException has no definition of serialVersionUID class XException extends Exception {} ^ X.java:35: warning: [serial] serializable class YException has no definition of serialVersionUID class YException extends Exception {} ^ X.java:37: warning: [serial] serializable class ZException has no definition of serialVersionUID class ZException extends Exception {} ^ 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unexpected type } catch (NullPointerException | ArrayIndexOutOfBoundsException e []) { ^ required: class found: RuntimeException[] X.java:5: error: unexpected type } catch (ClassCastException [] c) { ^ required: class found: ClassCastException[] X.java:6: error: unexpected type } catch (ArrayStoreException a[]) { ^ required: class found: ArrayStoreException[] X.java:7: error: unexpected type } catch (ArithmeticException | NegativeArraySizeException b[][] ) { ^ required: class found: RuntimeException[][] X.java:8: error: unexpected type } catch (ClassCastException[][] | ClassNotFoundException[] g) { ^ required: class found: ClassCastException[][] X.java:8: error: unexpected type } catch (ClassCastException[][] | ClassNotFoundException[] g) { ^ required: class found: ClassNotFoundException[] X.java:8: error: unexpected type } catch (ClassCastException[][] | ClassNotFoundException[] g) { ^ required: class found: 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); z1;) { ^ X.java:4: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement try (Y y1 = new Y(); z1;) { ^ X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ X.java:13: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException class Z implements AutoCloseable { ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class TryWithResourcesStatementTest (null tests) *************************************************************************** --- javac err: --- X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (int i = 0) { ^ (int cannot be converted to AutoCloseable) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (int[] tab = {}) { ^ (int[] cannot be converted to AutoCloseable) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: X is not abstract and does not override abstract method close() in AutoCloseable public class X implements AutoCloseable{ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y = new Y()) { ^ X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:11: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements Managed { ^ X.java:15: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException interface Managed extends AutoCloseable {} ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable i is already defined in method main(String[]) int i = 0; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable r is already defined in method main(String[]) int r = 0; ^ X.java:7: error: int cannot be dereferenced while ((s = r.readLine()) != null) { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: auto-closeable resource r may not be assigned r = new FileReader(args[0]); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol } catch(Zork z) { } ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: auto-closeable resource r may not be assigned r = new FileReader(args[0]); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (Y [] i = null) { ^ (Y[] cannot be converted to AutoCloseable) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (Y i [] = null) { ^ (Y[] cannot be converted to AutoCloseable) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: variable i is already defined in method method1(int) try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) { ^ X.java:4: error: variable p is already defined in method method1(int) try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) { ^ X.java:4: error: variable k is already defined in method method1(int) try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) { ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol System.out.println(i); ^ symbol: variable i location: class X X.java:10: error: cannot find symbol System.out.println(p); ^ symbol: variable p location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable i is already defined in method method1() } catch (Exception i) { ^ X.java:10: error: cannot find symbol System.out.println(i); ^ symbol: variable i location: class X X.java:13: error: cannot find symbol System.out.println(p); ^ symbol: variable p location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot find symbol System.out.println(y); ^ symbol: variable y location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: unreported exception WeirdException; must be caught or declared to be thrown try (Y y = new Y();) { ^ X.java:5: error: unreported exception WeirdException; must be caught or declared to be thrown Y why = new Y(); ^ X.java:22: warning: [serial] serializable class WeirdException has no definition of serialVersionUID class WeirdException extends Throwable {} ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: unreported exception WeirdException; must be caught or declared to be thrown try (Y y = new Y();) { ^ X.java:5: error: unreported exception WeirdException; must be caught or declared to be thrown Y why = new Y(); ^ X.java:20: warning: [serial] serializable class WeirdException has no definition of serialVersionUID class WeirdException extends Throwable {} ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of expression try () { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: error: unreported exception XXException; must be caught or declared to be thrown try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ exception thrown from implicit call to close() on resource variable 'x' X.java:3: error: unreported exception YYException; must be caught or declared to be thrown try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ exception thrown from implicit call to close() on resource variable 'y' X.java:3: error: unreported exception ZZException; must be caught or declared to be thrown try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ exception thrown from implicit call to close() on resource variable 'z' X.java:4: error: unreported exception XXException; must be caught or declared to be thrown throw new XXException(); ^ X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID class XException extends Exception {} ^ X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID class XXException extends Exception {} ^ X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID class YException extends Exception {} ^ X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID class YYException extends Exception {} ^ X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID class ZException extends Exception {} ^ X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID class ZZException extends Exception {} ^ 4 errors 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (Y i = null) { ^ (Y cannot be converted to AutoCloseable) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement try (Y i = null) { ^ X.java:8: error: Y is not abstract and does not override abstract method close() in AutoCloseable class Y implements AutoCloseable { ^ X.java:9: error: close() in Y cannot implement close() in AutoCloseable public int close () { return 0; } ^ return type int is not compatible with void 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement try (Y i = null) { ^ X.java:3: error: unreported exception Blah; must be caught or declared to be thrown try (Y i = null) { ^ exception thrown from implicit call to close() on resource variable 'i' X.java:9: error: close() in Y cannot implement close() in AutoCloseable public void close () throws Blah {} ^ overridden method does not throw Blah X.java:11: warning: [serial] serializable class Blah has no definition of serialVersionUID class Blah extends Throwable {} ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:37: warning: [serial] serializable class XException has no definition of serialVersionUID class XException extends Exception {} ^ X.java:38: warning: [serial] serializable class XXException has no definition of serialVersionUID class XXException extends Exception {} ^ X.java:39: warning: [serial] serializable class YException has no definition of serialVersionUID class YException extends Exception {} ^ X.java:40: warning: [serial] serializable class YYException has no definition of serialVersionUID class YYException extends Exception {} ^ X.java:41: warning: [serial] serializable class ZException has no definition of serialVersionUID class ZException extends Exception {} ^ X.java:42: warning: [serial] serializable class ZZException has no definition of serialVersionUID class ZZException extends Exception {} ^ 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: error: unreported exception XXException; must be caught or declared to be thrown try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ exception thrown from implicit call to close() on resource variable 'x' X.java:3: error: unreported exception YYException; must be caught or declared to be thrown try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ exception thrown from implicit call to close() on resource variable 'y' X.java:3: error: unreported exception ZZException; must be caught or declared to be thrown try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ exception thrown from implicit call to close() on resource variable 'z' X.java:4: error: unreported exception XXException; must be caught or declared to be thrown throw new XXException(); ^ X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID class XException extends Exception {} ^ X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID class XXException extends Exception {} ^ X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID class YException extends Exception {} ^ X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID class YYException extends Exception {} ^ X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID class ZException extends Exception {} ^ X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID class ZZException extends Exception {} ^ 4 errors 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y(); Z z = new Z()) { ^ X.java:37: warning: [serial] serializable class XException has no definition of serialVersionUID class XException extends Exception {} ^ X.java:38: warning: [serial] serializable class XXException has no definition of serialVersionUID class XXException extends Exception {} ^ X.java:39: warning: [serial] serializable class YException has no definition of serialVersionUID class YException extends Exception {} ^ X.java:40: warning: [serial] serializable class YYException has no definition of serialVersionUID class YYException extends Exception {} ^ X.java:41: warning: [serial] serializable class ZException has no definition of serialVersionUID class ZException extends Exception {} ^ X.java:42: warning: [serial] serializable class ZZException has no definition of serialVersionUID class ZZException extends Exception {} ^ 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException public class X implements AutoCloseable { ^ X.java:3: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x = new X(); Y y = new Y()) { ^ X.java:3: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (X x = new X(); Y y = new Y()) { ^ X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y()) { ^ X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y()) { ^ X.java:25: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y()) { ^ X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x = new X(); Y y = new Y()) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException public class X implements AutoCloseable { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:29: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ X.java:37: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException class Z implements AutoCloseable { ^ 15 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException public class X implements AutoCloseable { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:36: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ X.java:45: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException class Z implements AutoCloseable { ^ 15 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException public class X implements AutoCloseable { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:29: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ X.java:37: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException class Z implements AutoCloseable { ^ 15 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException public class X implements AutoCloseable { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:9: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:9: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:11: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:11: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:11: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:11: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:9: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:9: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:34: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ X.java:42: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException class Z implements AutoCloseable { ^ 15 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException public class X implements AutoCloseable { ^ X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = null; Y y = new Y(); Z z = null) { ^ X.java:5: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (X x1 = null; Y y = new Y(); Z z = null) { ^ X.java:5: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (X x1 = null; Y y = new Y(); Z z = null) { ^ X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement try (X x1 = null; Y y = new Y(); Z z = null) { ^ X.java:5: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement try (X x1 = null; Y y = new Y(); Z z = null) { ^ X.java:5: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement try (X x1 = null; Y y = new Y(); Z z = null) { ^ X.java:18: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ X.java:26: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException class Z implements AutoCloseable { ^ 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:34: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:44: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:54: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:64: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:74: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:84: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:43: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:53: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:63: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:73: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:83: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:52: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:62: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:72: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:82: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:61: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:71: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:81: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:70: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:80: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:69: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:79: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:69: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:78: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:68: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:77: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:68: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:76: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:67: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:75: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:58: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:66: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:74: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:49: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:57: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:65: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:73: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:40: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:48: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:56: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:64: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:72: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (A a = new A(); B b = new B()) { ^ X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException try (C c = new C(); D d = new D();) { ^ X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement try (E e = new E(); F f = new F()) { ^ X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement try (C c = new C(); D d = new D();) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A a = new A(); B b = new B()) { ^ X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:31: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:39: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ X.java:47: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException class D implements AutoCloseable { ^ X.java:55: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException class E implements AutoCloseable { ^ X.java:63: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException class F implements AutoCloseable { ^ X.java:71: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException class G implements AutoCloseable { ^ 19 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException try (A a = new A()) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = new A()) { ^ X.java:19: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException class A implements AutoCloseable { ^ X.java:25: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException try (B b = new B()) { ^ X.java:25: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (B b = new B()) { ^ X.java:39: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException class B implements AutoCloseable { ^ X.java:45: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException try (C c = new C()) { ^ X.java:45: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C()) { ^ X.java:58: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException class C implements AutoCloseable { ^ 9 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: invalid flag: -release Usage: javac use --help for a list of possible options Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException try (E e = E.CONST) { ^ X.java:4: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement try (E e = E.CONST) { ^ E.java:1: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException public enum E implements AutoCloseable { ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [try] auto-closeable resource Test has a member method close() that could throw InterruptedException try (Test t = new Test()) { ^ X.java:3: warning: [try] auto-closeable resource t is never referenced in body of corresponding try statement try (Test t = new Test()) { ^ X.java:18: warning: [try] auto-closeable resource Test has a member method close() that could throw InterruptedException class Test implements AutoCloseable { ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (Test t = new Test()) { ^ (Test cannot be converted to AutoCloseable) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] explicit call to close() on an auto-closeable resource y.close(); ^ X.java:3: error: unreported exception CloneNotSupportedException; must be caught or declared to be thrown try (Y y = new Y()) { ^ X.java:3: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown try (Y y = new Y()) { ^ exception thrown from implicit call to close() on resource variable 'y' X.java:4: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown y.close(); ^ X.java:15: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException interface Managed extends AutoCloseable {} ^ 3 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] explicit call to close() on an auto-closeable resource y.close(); ^ X.java:3: error: unreported exception CloneNotSupportedException; must be caught or declared to be thrown try (Y y = new Y()) { ^ X.java:3: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown try (Y y = new Y()) { ^ exception thrown from implicit call to close() on resource variable 'y' X.java:4: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown y.close(); ^ X.java:17: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException interface Managed extends AutoCloseable {} ^ 3 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: the try-with-resources resource must either be a variable declaration or an expression denoting a reference to a final or effectively final variable try (Object | Integer res = null) { ^ X.java:3: error: ')' expected try (Object | Integer res = null) { ^ X.java:3: error: ';' expected try (Object | Integer res = null) { ^ X.java:4: error: 'catch' without 'try' } catch (Exception e) { ^ X.java:7: error: reached end of file while parsing } ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol try (Object.Integer res = null) { ^ symbol: class Integer location: class Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (A b = null) { ^ X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (A a = null) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException public class X implements AutoCloseable { ^ X.java:8: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X a = new X(); X b = new X()) { ^ X.java:8: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X a = new X(); X b = new X()) { ^ X.java:8: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement try (X a = new X(); X b = new X()) { ^ X.java:8: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try (X a = new X(); X b = new X()) { ^ 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement final FileOutputStream out = new FileOutputStream("test.dat")) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException public class X implements AutoCloseable { ^ X.java:11: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:11: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException try (X x1 = new X(); X x2 = new X()) { ^ X.java:17: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:17: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:22: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:22: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:22: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:22: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement try (Z z1 = new Z(); Z z2 = new Z()) { ^ X.java:17: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:17: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement try (Y y1 = new Y(); Y y2 = new Y()) { ^ X.java:11: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:11: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement try (X x1 = new X(); X x2 = new X()) { ^ X.java:43: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ X.java:52: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException class Z implements AutoCloseable { ^ 15 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [try] auto-closeable resource is is never referenced in body of corresponding try statement try (InputStream is = url.openStream()) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X()) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: warning: [finally] finally clause cannot complete normally } ^ X.java:11: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement try (X x = new X()) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try(AutoCloseable b=(a=new HasAutoCloseable()).a) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try(AutoCloseable b=(new HasAutoCloseable()).a){ ^ X.java:9: error: variable aLocal might not have been initialized System.out.println(aLocal.toString()); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try(AutoCloseable b=(aLocal = new HasAutoCloseable()).a){ ^ X.java:9: error: variable aLocal might not have been initialized System.out.println(aLocal.toString()); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try(AutoCloseable b=(a=new HasAutoCloseable()).a) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try(AutoCloseable b=(new HasAutoCloseable()).a){ ^ X.java:11: error: variable aLocal might not have been initialized System.out.println(aLocal.toString()); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try(AutoCloseable b=(aLocal = new HasAutoCloseable()).a){ ^ X.java:11: error: variable aLocal might not have been initialized System.out.println(aLocal.toString()); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try(AutoCloseable b=(a=new HasAutoCloseable()).a){ ^ X.java:6: error: variable a might not have been initialized System.out.println(a); ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: warning: [serial] serializable class CheckedException has no definition of serialVersionUID class CheckedException extends Throwable {} ^ X.java:5: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement try(AutoCloseable b=(a=new HasAutoCloseable()).a){ ^ X.java:8: error: variable a might not have been initialized System.out.println(a); ^ X.java:10: error: variable a might not have been initialized System.out.println(a); ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement try (I i = getX()) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement try (I i = getX()) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement try (I i = getX()) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement try (I i = getX()) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement try (I i = getX()) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:9: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement try (C c = new C()) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Stuck.java:8: warning: [try] auto-closeable resource scope is never referenced in body of corresponding try statement try (AutoCloseable scope = null) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class GenericsRegressionTest_1_7 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: int cannot be converted to String x.testFunction(123, "SUCCESS"); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot infer type arguments for X X x = new X<>(); ^ reason: cannot use '<>' with explicit type parameters for constructor where T is a type-variable: T extends Object declared in class X X.java:10: error: cannot infer type arguments for X X x2 = new X<>(1); ^ reason: cannot use '<>' with explicit type parameters for constructor where T is a type-variable: T extends Object declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot infer type arguments for X X test = new X<>(); ^ reason: cannot use '<>' with explicit type parameters for constructor where T is a type-variable: T extends Object declared in class X X.java:12: error: cannot infer type arguments for X test.x = new X<>(); ^ reason: cannot use '<>' with explicit type parameters for constructor where T is a type-variable: T extends Object declared in class X X.java:13: error: cannot infer type arguments for X test.x2 = new X<>(1); ^ reason: cannot use '<>' with explicit type parameters for constructor where T is a type-variable: T extends Object declared in class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot infer type arguments for X X x2 = new X<>(1); ^ reason: cannot use '<>' with explicit type parameters for constructor where T is a type-variable: T extends Object declared in class X X.java:12: error: cannot infer type arguments for X X x3 = new X<>(i); ^ reason: cannot use '<>' with explicit type parameters for constructor where T is a type-variable: T extends Object declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X X x = new X<>(""); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [rawtypes] found raw type: X X x2 = new X<>("",1); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: X X f1; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:3: warning: [rawtypes] found raw type: X X f2; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:11: warning: [rawtypes] found raw type: X X x = new X<>(""); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot infer type arguments for String String s = new String<>("junk"); ^ reason: cannot use '<>' with non-generic class String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: int cannot be converted to String x.testFunction(1); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: int cannot be converted to String x.add(1); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: int cannot be converted to String X.x.add(1); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: cannot infer type arguments for X.X2<> X.X2 x = new X<>().new X2<>(); ^ reason: no instance(s) of type variable(s) T exist so that X.X2 conforms to X.X2 where T is a type-variable: T extends Object declared in class X.X2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X X test = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:9: warning: [rawtypes] found raw type: X X test = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X test.x = new X<>().new X2<>(); ^ X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2 test.x.methodx("SUCCESS"); ^ where T is a type-variable: T extends Object declared in class X.X2 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: cannot infer type arguments for X.X2<> X.X2 x = new X<>().new X2<>(); ^ reason: no instance(s) of type variable(s) K exist so that X.X2 conforms to X.X2 where K is a type-variable: K extends Object declared in class X.X2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: X X test = new X(); test.x = new X<>().new X2<>(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [rawtypes] found raw type: X X test = new X(); test.x = new X<>().new X2<>(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X X test = new X(); test.x = new X<>().new X2<>(); ^ X.java:11: warning: [unchecked] unchecked call to methodx(T,K) as a member of the raw type X.X2 test.x.methodx("SUCCESS",1); ^ where T,K are type-variables: T extends Object declared in class X K extends Object declared in class X.X2 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: cannot infer type arguments for X.X2<> X.X2 x = new X<>().new X2<>(); ^ reason: no instance(s) of type variable(s) T exist so that X.X2 conforms to X.X2 where T is a type-variable: T extends Object declared in class X.X2 X.java:9: error: incompatible types: int cannot be converted to String x.methodx(1); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X X test = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:9: warning: [rawtypes] found raw type: X X test = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X test.x = new X<>().new X2<>(); ^ X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2 test.x.methodx(1); ^ where T is a type-variable: T extends Object declared in class X.X2 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [rawtypes] found raw type: X X test = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:9: warning: [rawtypes] found raw type: X X test = new X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X test.x = new X<>().new X2<>(); ^ X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2 test.x.methodx(1); ^ where T is a type-variable: T extends Object declared in class X.X2 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: cannot infer type arguments for X.X2.X22<> X test = new X<>(); X.X2.X22> x = new X<>().new X2<>().new X22<>(); ^ reason: no instance(s) of type variable(s) I exist so that X.X2.X22 conforms to X.X2.X22> where I is a type-variable: I extends Object declared in class X.X2.X22 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X X x = new X<>(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:4: warning: [unchecked] unchecked call to testFunction(T) as a member of the raw type X x.testFunction("SUCCESS"); ^ where T is a type-variable: T extends Object declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [serial] serializable class StringKeyHashMap has no definition of serialVersionUID class StringKeyHashMap extends HashMap { ^ X.java:7: warning: [serial] serializable class IntegerValueHashMap has no definition of serialVersionUID class IntegerValueHashMap extends HashMap { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [serial] serializable class StringKeyHashMap has no definition of serialVersionUID class StringKeyHashMap extends HashMap { ^ X.java:7: warning: [serial] serializable class IntegerValueHashMap has no definition of serialVersionUID class IntegerValueHashMap extends HashMap { ^ X.java:11: error: cannot infer type arguments for StringKeyHashMap<> Map m1 = new StringKeyHashMap<>(10); ^ reason: cannot infer type-variable(s) V (actual and formal argument lists differ in length) where V is a type-variable: V extends Object declared in class StringKeyHashMap 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0024 - 10 X.java [ import java.util.List; import java.util.ArrayList; class X { public X() {} X f(List p) {return new X<>();} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: X cannot be converted to X void f(List p) { Object o = (X) new X<>();} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: X cannot be converted to X X x4 = new X<>(1).idem(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot infer type arguments for X X x = new X<>(1); ^ reason: cannot use '<>' with explicit type parameters for constructor where T is a type-variable: T extends Object declared in class X X.java:12: error: cannot infer type arguments for X.Y X x2 = x.new Y<>(1); ^ reason: cannot use '<>' with explicit type parameters for constructor where U is a type-variable: U extends Object declared in class X.Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol X f2 = new X<>(new Y()); ^ symbol: class Y location: class X where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol X.I f = new X().new I<>(new Y()); ^ symbol: class Y location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: X X f = new X<>(); ^ missing type arguments for generic class X where T is a type-variable: T extends C,I declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X X f2 = getX(); ^ missing type arguments for generic class X where T is a type-variable: T extends C,I declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot infer type arguments for X<> X x1 = new X<>(1,1); ^ X.java:14: error: cannot infer type arguments for X<> X.Y y1 = new X<>(1,1).new Y<>(); ^ X.java:15: error: cannot infer type arguments for X<> X.Y y2 = new X<>(1,1).new Y<>(1); ^ X.java:16: error: cannot infer type arguments for X.Y<> X.Y y3 = new X<>(1).new Y<>(1); ^ reason: cannot infer type-variable(s) K (actual and formal argument lists differ in length) where K is a type-variable: K extends Object declared in class X.Y X.java:17: error: incompatible types: String cannot be converted to Integer X.Y y4 = new X<>(1).new Y<>("",""); ^ X.java:19: error: incompatible types: cannot infer type arguments for X.Y<> X.Y y6 = new X<>().new Y<>(1,""); ^ reason: no instance(s) of type variable(s) K exist so that X.Y conforms to X.Y where K is a type-variable: K extends Object declared in class X.Y X.java:20: error: incompatible types: cannot infer type arguments for X.Y<> X.Y y7 = new X<>().new Y<>(1,1); ^ reason: no instance(s) of type variable(s) K exist so that X.Y conforms to X.Y where K is a type-variable: K extends Object declared in class X.Y Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot infer type arguments for X<> X x1 = new X<>(1,1); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot infer type arguments for X.Y<> X.Y y4 = new X<>(1).new Y<>("",""); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot infer type arguments for X<> X x1 = new X<>(1,1); ^ X.java:18: error: incompatible types: cannot infer type arguments for X<> X x5 = new X<>("","",""); ^ reason: inference variable T has incompatible bounds equality constraints: Integer lower bounds: String where T is a type-variable: T extends Object declared in class X X.java:20: error: cannot infer type arguments for X<> X.Y y1 = new X<>(1,1).new Y<>(); ^ X.java:21: error: cannot infer type arguments for X<> X.Y y2 = new X<>("",1).new Y<>(""); ^ X.java:22: error: cannot infer type arguments for X.Y<> X.Y y3 = new X<>(1).new Y<>(1); ^ reason: cannot infer type-variable(s) K (actual and formal argument lists differ in length) where K is a type-variable: K extends Object declared in class X.Y X.java:25: error: incompatible types: cannot infer type arguments for X.Y<> X.Y y6 = new X<>().new Y<>(1,"",1); ^ reason: no instance(s) of type variable(s) K exist so that X.Y conforms to X.Y where K is a type-variable: K extends Object declared in class X.Y X.java:26: error: incompatible types: cannot infer type arguments for X.Y<> X.Y y7 = new X<>().new Y<>("","",1); ^ reason: no instance(s) of type variable(s) K exist so that X.Y conforms to X.Y where K is a type-variable: K extends Object declared in class X.Y 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot infer type arguments for X<> X x1 = new X<>(1,1); ^ X.java:14: error: incompatible types: cannot infer type arguments for X<> X x5 = new X<>("","",""); ^ reason: inference variable T has incompatible bounds equality constraints: Integer lower bounds: String where T is a type-variable: T extends Object declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot infer type arguments for X<> X x1 = new X<>(1,1); ^ X.java:17: error: incompatible types: cannot infer type arguments for X<> X x5 = new X<>("","",""); ^ reason: inference variable T has incompatible bounds equality constraints: Integer lower bounds: String where T is a type-variable: T extends Object declared in class X X.java:19: error: cannot infer type arguments for X<> X.Y y1 = new X<>(1,1).new Y<>(); ^ X.java:20: error: cannot infer type arguments for X<> X.Y y2 = new X<>("",1).new Y<>(""); ^ X.java:21: error: cannot infer type arguments for X.Y<> X.Y y3 = new X<>(1).new Y<>(1); ^ reason: cannot infer type-variable(s) K (actual and formal argument lists differ in length) where K is a type-variable: K extends Object declared in class X.Y X.java:24: error: incompatible types: cannot infer type arguments for X.Y<> X.Y y6 = new X<>().new Y<>(1,"",1); ^ reason: no instance(s) of type variable(s) K exist so that X.Y conforms to X.Y where K is a type-variable: K extends Object declared in class X.Y X.java:25: error: incompatible types: cannot infer type arguments for X.Y<> X.Y y7 = new X<>().new Y<>("","",1); ^ reason: no instance(s) of type variable(s) K exist so that X.Y conforms to X.Y where K is a type-variable: K extends Object declared in class X.Y 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot infer type arguments for X<> X x1 = new X<>(1,1); ^ X.java:13: error: incompatible types: cannot infer type arguments for X<> X x5 = new X<>("","",""); ^ reason: inference variable T has incompatible bounds equality constraints: Integer lower bounds: String where T is a type-variable: T extends Object declared in class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot infer type arguments for X.Y<> X.Y y1 = new X<>().new Y<>(1); ^ reason: cannot infer type-variable(s) K (actual and formal argument lists differ in length) where K is a type-variable: K extends Object declared in class X.Y X.java:15: error: cannot infer type arguments for X.Y<> X.Y y2 = new X<>(1).new Y<>(1); ^ reason: cannot infer type-variable(s) K (actual and formal argument lists differ in length) where K is a type-variable: K extends Object declared in class X.Y X.java:16: error: cannot infer type arguments for X.Y<> X.Y y3 = new X<>("","",1).new Y<>(1); ^ reason: cannot infer type-variable(s) K (actual and formal argument lists differ in length) where K is a type-variable: K extends Object declared in class X.Y X.java:17: error: cannot infer type arguments for X<> X.Y y4 = new X<>(1,"").new Y<>(1,""); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: cannot infer type arguments for X.Y<> X.Y x = new X<>().new Y<>("",""); ^ reason: no instance(s) of type variable(s) Z exist so that X.Y conforms to X.Y where Z is a type-variable: Z extends Object declared in class X.Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method does not override or implement a method from a supertype void newMethod(){ ^ (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: AX X x4 = new X(new AX()); ^ missing type arguments for generic class AX where T is a type-variable: T extends Object declared in class AX X.java:8: warning: [rawtypes] found raw type: AX X x4 = new X(new AX()); ^ missing type arguments for generic class AX where T is a type-variable: T extends Object declared in class AX X.java:8: warning: [rawtypes] found raw type: AX org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052 - 10 X x4 = new X(new AX()); X.java [ ^ public class X { X(E e) {} missing type arguments for generic class AX X() {} where T is a type-variable: public static void main(String[] args) { T extends Object declared in class AX X x = new X(1); X.java:9: warning: [rawtypes] found raw type: AX X x2 = new X("SUCCESS"); X x3 = new X(1); X x5 = new X>(new AX()); ^ X x4 = new X(new AX()); missing type arguments for generic class AX X x5 = new X>(new AX()); where T is a type-variable: X x6 = new X>(new AX()); T extends Object declared in class AX 4 warnings X> x7 = new X>(); } ---------------------------------------- } class AX{} ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052b - 10 X.java [ public class X { E eField; E get() { return this.eField; } X(E e) {} X(int e, String e2) {} public static void main(String[] args) { X x = new X(1); X x2 = new X("SUCCESS"); X x22 = new X(1,"SUCCESS"); X x3 = new X(1); String s = foo(new X("aaa")); String s2 = foo(new X(1,"aaa")); } static String foo(X x) { return x.get(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052c - 10 X.java [ public class X { X(String abc, String def) {} void foo() { X x = new X("",""); foo3(new X("","")); } X foo2() { return new X("",""); } void foo3(X x) {} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052d - 10 X.java [ public class X { X(E e) {} X() {} public static void main(String[] args) { X x = new X(1); } } class AX{} ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0053 - 10 Z.java [ public class Z { public static void main(String[] args) { foo(new Z()); } static void foo(Z z) { } } class ZB { } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0054 - 10 Y.java [ public class Y { public static Y make(Class clazz) { return new Y(); } } class ABC{} ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0055 - 10 X.java [ public class X { class Inner { } static class Inner2 { } void method() { X.Inner a= new X().new Inner(); X.Inner a1= new X().new Inner<>(); Inner b= new X().new Inner(); Inner c= new Inner(); X.Inner e= new X().new Inner(); X.Inner f= new Inner(); X.Inner2 d3 = new X.Inner2(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: X.Item cannot be converted to X.Item X.Item i = new X().new Item(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0056b - 10 X.java [ public class X { static class X1 { X1(Z z){} } X1 x1 = new X.X1(1); X1 x2 = new X.X1(1); } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0056c - 10 X.java [ public class X { X(T t){} class X1 { X1(Z z){} } X.X1 x1 = new X(1).new X1(1); } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0057 - 10 X.java [ public class X { void test() { Pair p = new InvertedPair(); } } class Pair { } class InvertedPair extends Pair { } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0058 - 10 X.java [ import java.util.ArrayList; public class X { public void test(boolean param) { ArrayList ls = (param) ? new ArrayList() : new ArrayList(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0060 - 10 X.java [ import java.util.ArrayList; import java.util.List; public class X { public void foo() { new ArrayList<>(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0060a - 10 X.java [ public class X { public void foo() { new java.util.ArrayList<>(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: unreported exception IOException; must be caught or declared to be thrown FileSystems.newFileSystem(uri, Collections.emptyMap()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X X.testFunction(new X("hello").getField()); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X X.testFunction(new X("hello").getField()); ^ where T is a type-variable: T extends Object declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [rawtypes] found raw type: X X.testFunction(new X("hello")); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:12: warning: [unchecked] unchecked call to X(T) as a member of the raw type X X.testFunction(new X("hello")); ^ where T is a type-variable: T extends Object declared in class X X.java:12: warning: [unchecked] unchecked method invocation: method testFunction in class X is applied to given types X.testFunction(new X("hello")); ^ required: X found: X X.java:12: warning: [unchecked] unchecked conversion X.testFunction(new X("hello")); ^ required: X found: X 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: X X x1 = new X(1).get(""); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X X x1 = new X(1).get(""); ^ where T is a type-variable: T extends Object declared in class X X.java:7: warning: [unchecked] unchecked call to get(T) as a member of the raw type X X x1 = new X(1).get(""); ^ where T is a type-variable: T extends Object declared in class X X.java:8: error: incompatible types: String cannot be converted to Integer X x2 = new X<>(1).get(""); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: C B, ? extends C> b = new B<>(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:2: warning: [rawtypes] found raw type: C B, ? extends C> b = new B<>(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:2: warning: [rawtypes] found raw type: C B, ? extends C> b = new B<>(); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: class HashMap is public, should be declared in a file named HashMap.java public class HashMap { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: class HashMap is public, should be declared in a file named HashMap.java public class HashMap { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter elements return elements; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test448028 - 10 X.java [ public class X { public static interface I {/*empty*/} public static class C implements I {/*empty*/} public static class W implements I { // --- problem is triggered only, when there is a vararg-parameter public W(final T t, final Object... o) { super(); } } // --- needed to trigger problem public static final T inspect(final T t) { return t; } // --- this compiles ok when having JDK Compilance set to 1.7 ! public static final W err1() { final C c = new C(); final Object o = new Object(); return inspect(new W<>(c, o)); // - ERROR: Cannot infer type arguments for W<> F.java } public static final W wrn1() { final C c = new C(); final Object o = new Object(); // --- giving the type-parameter yields a warning // --- comparing that to the error of method err1() it does not make much sense return inspect(new W(c, o)); // - WARNING: Redundant specification of type arguments F.java } public static final W ok1() { final C c = new C(); // --- no extra vararg-paramaeter return inspect(new W<>(c)); // - OK } public static final W ok2() { final C c = new C(); final Object o = new Object(); // --- no check-method return new W<>(c, o); // - OK } public static final W ok3() { final C c = new C(); // --- no check-method return new W<>(c); // - OK } public static final W ok4() { final C c = new C(); final Object o = new Object(); // --- this also compiles (my solution for now) final W w = new W<>(c, o); return inspect(w); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- QueryAtom.java:2: warning: auxiliary class SingularAttribute in Test.java should not be accessed from outside its own source file public QueryAtom(SingularAttribute path) { ^ SubqueryIn.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type QueryAtom public SubqueryIn(QueryAtom... subqueryAtoms) { ^ where S,P are type-variables: S extends Object declared in class SubqueryIn P extends Object declared in class SubqueryIn Test.java:9: warning: [unchecked] unchecked generic array creation for varargs parameter of type QueryAtom[] recordFilter(new SubqueryIn<>(new QueryAtom<>(account))); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Code.java:11: error: incompatible types: Iterator cannot be converted to Iterator Iterator reverseServices = ImmutableList.copyOf(services).reverse().iterator(); ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:3: warning: [unchecked] unchecked method invocation: method m in class Test is applied to given types X x = m((Class)String.class); ^ required: Class found: Class where X is a type-variable: X extends Object declared in class Test Test.java:3: warning: [unchecked] unchecked conversion X x = m((Class)String.class); ^ required: Class found: Class where X is a type-variable: X extends Object declared in class Test Test.java:3: error: incompatible types: Object cannot be converted to X X x = m((Class)String.class); ^ where X is a type-variable: X extends Object declared in class Test 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class PolymorphicSignatureTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Compliance_1_7 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- MyComp.java:2: warning: [rawtypes] found raw type: Comparator public class MyComp implements Comparator { ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7#testBug490988 - 10 Thing.java [ import java.util.Comparator; import java.util.Iterator; public class Thing implements Iterator { void breaking() { Iterator.super.remove(); // not 1.7-compliant (must be an error) Comparator.naturalOrder(); // not 1.7-compliant (bad error message) } @Override public boolean hasNext() { return false; } @Override public Object next() { return null; } public static void main(String[] args) { new Thing().breaking(); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class MethodHandleTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NegativeTypeAnnotationTest (null tests) *************************************************************************** --- javac err: --- X.java:1: error: cannot find symbol public class X extends @Marker2 Object {} ^ symbol: class Marker2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public class X implements @Marker2 Serializable { ^ symbol: class Marker2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends @Marker Object {} ^ symbol: class Marker 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X<@Marker T> {} ^ symbol: class Marker 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X<@Marker T> {} ^ symbol: class Marker 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends @A(id="Hello, World!") @B @C('(') Y { ^ symbol: class A X.java:1: error: cannot find symbol public class X extends @A(id="Hello, World!") @B @C('(') Y { ^ symbol: class B X.java:1: error: cannot find symbol public class X extends @A(id="Hello, World!") @B @C('(') Y { ^ symbol: class C 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X implements @A(id="Hello, World!") I, @B @C('(') J {} ^ symbol: class A X.java:1: error: cannot find symbol public class X implements @A(id="Hello, World!") I, @B @C('(') J {} ^ symbol: class B X.java:1: error: cannot find symbol public class X implements @A(id="Hello, World!") I, @B @C('(') J {} ^ symbol: class C 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends @A("Hello, World!") Y<@B @C('(') String> { ^ symbol: class A X.java:1: error: cannot find symbol public class X extends @A("Hello, World!") Y<@B @C('(') String> { ^ symbol: class B X.java:1: error: cannot find symbol public class X extends @A("Hello, World!") Y<@B @C('(') String> { ^ symbol: class C 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X implements I<@A("Hello, World!") String>, @B J<@C('(') Integer> {} ^ symbol: class B X.java:1: error: cannot find symbol public class X implements I<@A("Hello, World!") String>, @B J<@C('(') Integer> {} ^ symbol: class A X.java:1: error: cannot find symbol public class X implements I<@A("Hello, World!") String>, @B J<@C('(') Integer> {} ^ symbol: class C 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {} ^ symbol: class A location: class X X.java:2: error: cannot find symbol void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {} ^ symbol: class B location: class X X.java:2: error: cannot find symbol void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {} ^ symbol: class C location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(@B(3) X this) {} ^ symbol: class B location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol @B(3) int foo() { ^ symbol: class B location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol @B(3) int field; ^ symbol: class B location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol int foo(@B(3) String s) { ^ symbol: class B location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol int foo(String @B(3) [] s) { ^ symbol: class B location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol int @B(3) [] field; ^ symbol: class B location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X<@A @B(3) T> {} ^ symbol: class A X.java:1: error: cannot find symbol public class X<@A @B(3) T> {} ^ symbol: class B 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol <@A @B(3) T> void foo(T t) {} ^ symbol: class A location: class X X.java:2: error: cannot find symbol <@A @B(3) T> void foo(T t) {} ^ symbol: class B location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X {} ^ symbol: class A X.java:1: error: cannot find symbol public class X {} ^ symbol: class B 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X & @B(3) Cloneable> {} ^ symbol: class C X.java:1: error: cannot find symbol public class X & @B(3) Cloneable> {} ^ symbol: class B X.java:1: error: cannot find symbol public class X & @B(3) Cloneable> {} ^ symbol: class A X.java:1: error: cannot find symbol public class X & @B(3) Cloneable> {} ^ symbol: class B 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(T t) {} ^ symbol: class A location: class X X.java:2: error: cannot find symbol void foo(T t) {} ^ symbol: class B location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol & @B(3) Cloneable> void foo(T t) {} ^ symbol: class C location: class X X.java:2: error: cannot find symbol & @B(3) Cloneable> void foo(T t) {} ^ symbol: class B location: class X X.java:2: error: cannot find symbol & @B(3) Cloneable> void foo(T t) {} ^ symbol: class A location: class X X.java:2: error: cannot find symbol & @B(3) Cloneable> void foo(T t) {} ^ symbol: class B location: class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol @C int i; ^ symbol: class C location: class X X.java:4: error: cannot find symbol @A String [] @B(3)[] tab = new String[][] {}; ^ symbol: class B location: class X X.java:4: error: cannot find symbol @A String [] @B(3)[] tab = new String[][] {}; ^ symbol: class A location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol X x = new <@A @B(1) String>X(null); ^ symbol: class A location: class X X.java:5: error: cannot find symbol X x = new <@A @B(1) String>X(null); ^ symbol: class B location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol X x = new <@A @B(1) String>X(null); ^ symbol: class A location: class X X.java:5: error: cannot find symbol X x = new <@A @B(1) String>X(null); ^ symbol: class B location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]); ^ symbol: class A location: class X X.java:7: error: cannot find symbol System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]); ^ symbol: class B location: class X X.java:7: error: cannot find symbol System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]); ^ symbol: class C location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends @Marker2 Object {} ^ symbol: class Marker2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public class X implements @Marker2 Serializable { ^ symbol: class Marker2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:1: error: annotation @Marker not applicable in this type context public class X<@Marker T> {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: annotation @Marker not applicable in this type context public class X<@Marker T> {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: annotation @Marker not applicable in this type context public class X extends @Marker Y {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol @H String @E[] @F[] @G[] field; ^ symbol: class E location: class X X.java:4: error: cannot find symbol @H String @E[] @F[] @G[] field; ^ symbol: class F location: class X X.java:4: error: cannot find symbol @H String @E[] @F[] @G[] field; ^ symbol: class G location: class X X.java:5: error: cannot find symbol @A Map<@B String, @C List<@D Object>> field2; ^ symbol: class B location: class X X.java:5: error: cannot find symbol @A Map<@B String, @C List<@D Object>> field2; ^ symbol: class C location: class X X.java:5: error: cannot find symbol @A Map<@B String, @C List<@D Object>> field2; ^ symbol: class D location: class X X.java:6: error: cannot find symbol @A Map<@B String, @H String @E[] @F[] @G[]> field3; ^ symbol: class B location: class X X.java:6: error: cannot find symbol @A Map<@B String, @H String @E[] @F[] @G[]> field3; ^ symbol: class E location: class X X.java:6: error: cannot find symbol @A Map<@B String, @H String @E[] @F[] @G[]> field3; ^ symbol: class F location: class X X.java:6: error: cannot find symbol @A Map<@B String, @H String @E[] @F[] @G[]> field3; ^ symbol: class G location: class X X.java:6: error: cannot find symbol @A Map<@B String, @H String @E[] @F[] @G[]> field3; ^ symbol: class H location: class X X.java:4: error: cannot find symbol @H String @E[] @F[] @G[] field; ^ symbol: class H location: class X X.java:5: error: cannot find symbol @A Map<@B String, @C List<@D Object>> field2; ^ symbol: class A location: class X X.java:6: error: cannot find symbol @A Map<@B String, @H String @E[] @F[] @G[]> field3; ^ symbol: class A location: class X 14 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol @H java.lang.String @E[] @F[] @G[] field; ^ symbol: class E location: class X X.java:4: error: cannot find symbol @H java.lang.String @E[] @F[] @G[] field; ^ symbol: class F location: class X X.java:4: error: cannot find symbol @H java.lang.String @E[] @F[] @G[] field; ^ symbol: class G location: class X X.java:4: error: cannot find symbol @H java.lang.String @E[] @F[] @G[] field; ^ symbol: class H location: class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: no annotations are allowed in the type of a class literal System.out.println(int @NonEmpty [] [] @NonEmpty @Empty [] [] @NonEmpty[].class); // illegal! ^ X.java:4: error: no annotations are allowed in the type of a class literal System.out.println(X @NonEmpty [] [] @NonEmpty @Empty [] [] @NonEmpty[].class); // illegal! ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: annotation @Marker not applicable in this type context public class X<@Marker T> extends @Marker Object{ // 3: Complain ^ X.java:3: error: annotation @Marker not applicable in this type context public class X<@Marker T> extends @Marker Object{ // 3: Complain ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: annotation @Marker not applicable in this type context public class X<@Marker T> extends @Marker Object{ // 3: Complain ^ X.java:5: error: annotation @Marker not applicable in this type context public class X<@Marker T> extends @Marker Object{ // 3: Complain ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: method foo() is already defined in class X void foo() {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only, which has to be the first parameter public void foo(Object obj, X this) {} ^ X.java:3: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only, which has to be the first parameter public void foo(Object obj1, X this, Object obj2) {} ^ X.java:4: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only, which has to be the first parameter public void foo(Object obj, Object obj2, Object obj3, X this) {} ^ X.java:6: error: ',', ')', or '[' expected Y(Object obj, Y Y.this){} ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:2: error: receiver parameter not applicable for constructor of top-level class Outer(Outer Outer.this) {} ^ Outer.java:3: error: receiver parameter not applicable for constructor of top-level class Outer(Outer this, int i) {} ^ Outer.java:6: error: the receiver type does not match the enclosing outer class type InnerMost(Outer.Inner this) {} ^ required: Outer.Inner found: Outer.Inner where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:6: error: the receiver name does not match the enclosing outer class type InnerMost(Outer.Inner this) {} ^ required: Outer.Inner found: Outer.Inner.InnerMost where K,V,T are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner T extends Object declared in class Outer.Inner.InnerMost Outer.java:7: error: the receiver type does not match the enclosing outer class type InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {} ^ required: Outer.Inner found: Outer.Inner where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:8: error: the receiver type does not match the enclosing outer class type InnerMost(Outer Outer.this, float f) {} ^ required: Outer.Inner found: Outer where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:8: error: the receiver name does not match the enclosing outer class type InnerMost(Outer Outer.this, float f) {} ^ required: Outer.Inner found: Outer where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:9: error: the receiver type does not match the enclosing outer class type InnerMost(Outer.Inner.InnerMost Outer.Inner.InnerMost.this, Object obj) {} ^ required: Outer.Inner found: Outer.Inner.InnerMost where K,V,T are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner T extends Object declared in class Outer.Inner.InnerMost Outer.java:9: error: the receiver name does not match the enclosing outer class type InnerMost(Outer.Inner.InnerMost Outer.Inner.InnerMost.this, Object obj) {} ^ required: Outer.Inner found: Outer.Inner.InnerMost where K,V,T are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner T extends Object declared in class Outer.Inner.InnerMost Outer.java:10: error: the receiver name does not match the enclosing outer class type InnerMost(Inner Outer.Inner.InnerMost.this, int i) {} ^ required: Outer.Inner found: Outer.Inner.InnerMost where K,V,T are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner T extends Object declared in class Outer.Inner.InnerMost Outer.java:11: error: the receiver name does not match the enclosing outer class type Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt InnerMost(Outer.Inner this, float f, int i) {} ^ required: Outer.Inner found: Outer.Inner.InnerMost where K,V,T are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner T extends Object declared in class Outer.Inner.InnerMost Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner InnerMost(Outer.Inner this) {} ^ missing type arguments for generic class Outer.Inner where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner InnerMost(Outer.Inner this) {} ^ missing type arguments for generic class Outer.Inner where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:7: warning: [rawtypes] found raw type: Outer.Inner InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {} ^ missing type arguments for generic class Outer.Inner where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:7: warning: [rawtypes] found raw type: Outer.Inner InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {} ^ missing type arguments for generic class Outer.Inner where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner 11 errors 4 warnings --- javac err: --- Outer.java:4: error: the receiver type does not match the enclosing class type public void foo(Outer Outer.this) {} ^ required: Outer.Inner.InnerMost found: Outer where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:4: error: the receiver name does not match the enclosing class type public void foo(Outer Outer.this) {} ^ required: Outer.Inner.InnerMost found: Outer where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:5: error: the receiver type does not match the enclosing class type public void foo(Inner Inner.this, int i) {} ^ required: Outer.Inner.InnerMost found: Outer.Inner where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:5: error: the receiver name does not match the enclosing class type public void foo(Inner Inner.this, int i) {} ^ required: Outer.Inner.InnerMost found: Outer.Inner where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:6: error: the receiver type does not match the enclosing class type public void foo(InnerMost this, int i, int j) {} ^ required: Outer.Inner.InnerMost found: Outer.Inner.InnerMost where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:7: error: the receiver type does not match the enclosing class type public void foo(Inner.InnerMost this, Object obj) {} ^ required: Outer.Inner.InnerMost found: Outer.Inner.InnerMost where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner.InnerMost public void foo(InnerMost this, int i, int j) {} ^ missing type arguments for generic class Outer.Inner.InnerMost where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner.InnerMost public void foo(InnerMost this, int i, int j) {} ^ missing type arguments for generic class Outer.Inner.InnerMost where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner 6 errors 2 warnings --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ Outer.java:23: error: non-static variable this cannot be referenced from a static context public static void foo(@Marker Outer this) {} ^ Outer.java:21: error: the receiver type does not match the enclosing outer class type public StaticNested(@Marker Outer.StaticNested Outer.StaticNested.this) {} ^ required: Outer found: StaticNested Outer.java:21: error: the receiver name does not match the enclosing outer class type public StaticNested(@Marker Outer.StaticNested Outer.StaticNested.this) {} ^ required: Outer found: StaticNested Outer.java:24: error: cannot find symbol public void foo(@Missing Outer this, int i) {} ^ symbol: class Missing location: class Outer Outer.java:5: error: cannot find symbol public Inner(@Missing Outer Outer.this) {} ^ symbol: class Missing location: class Outer.Inner where K,V are type-variables: K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:9: error: the receiver type does not match the enclosing class type public void foobar(AnonymousInner this) {} ^ required: found: AnonymousInner where T,K,V are type-variables: T extends Object declared in class Outer.Inner.InnerMost K extends Object declared in class Outer.Inner V extends Object declared in class Outer.Inner Outer.java:15: error: cannot find symbol public int hashCode(Outer.Local this) { return 0; } ^ symbol: class Local location: class Outer 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol List l = new @MissingTypeNotIgnored ArrayList(); ^ symbol: class MissingTypeNotIgnored location: class X X.java:6: error: cannot find symbol List l1 = new @MissingTypeIgnored ArrayList<>(); ^ symbol: class MissingTypeIgnored location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol try (@Annot X x = null; @Annot X x2 = null) { ^ symbol: class Annot location: class X X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (@Annot X x = null; @Annot X x2 = null) { ^ (X cannot be converted to AutoCloseable) X.java:3: error: cannot find symbol try (@Annot X x = null; @Annot X x2 = null) { ^ symbol: class Annot location: class X X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (@Annot X x = null; @Annot X x2 = null) { ^ (X cannot be converted to AutoCloseable) X.java:4: error: cannot find symbol } catch (@Annot NullPointerException | @Annot UnsupportedOperationException e) { ^ symbol: class Annot location: class X X.java:4: error: cannot find symbol } catch (@Annot NullPointerException | @Annot UnsupportedOperationException e) { ^ symbol: class Annot location: class X 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ A.java:7: error: cannot find symbol Object o2 = (@Marker p.@Marker A.@Marker B.@Marker C) null; ^ symbol: class p location: class A where T is a type-variable: T extends Object declared in class A A.java:6: error: scoping construct cannot be annotated with type-use annotation: @p.Marker Object o = (@Marker @Annot A.@Marker B.@Marker C) null; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ A.java:6: error: cannot find symbol Object o1 = (@Marker p.@Marker A.@Marker B.@Marker C[]) null; ^ symbol: class p location: class A A.java:7: error: scoping construct cannot be annotated with type-use annotation: @p.Annot Object o2 = (@Marker @Annot A.@Annot B.C) null; ^ A.java:8: error: scoping construct cannot be annotated with type-use annotations: @p.Marker,@p.Annot Object o5 = (@Marker @Annot A.B[]) null; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ symbol: class Marker location: class X X.java:3: error: cannot assign a value to final variable one final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot assign a value to final variable one final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ X.java:5: error: annotation @Marker not applicable in this type context final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ X.java:5: error: annotation @Marker not applicable in this type context final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ X.java:5: error: annotation @Marker not applicable in this type context final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ X.java:5: error: annotation @Marker not applicable in this type context final One<@Marker ? extends Two<@Marker ? super Three>>> one = null; one = null; ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected import @Marker java.lang.String; // Compilation error ^ X.java:1: error: class, interface, or enum expected import @Marker java.lang.String; // Compilation error ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:7: error: cannot find symbol public void foo(java. @Marker lang.Integer arg) {} ^ symbol: class lang location: package java X.java:9: error: scoping construct cannot be annotated with type-use annotation: @Marker public void foobar(@Marker java.lang.Integer arg) {} ^ X.java:4: error: cannot find symbol Object o1 = (@Marker java.lang.Integer) null; // 1. Right. ^ symbol: class java location: class X X.java:5: error: cannot find symbol Object o2 = (java. @Marker lang.Integer) null; // 2. Wrong. ^ symbol: class lang location: package java 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:4: error: cannot find symbol Object o1 = (java. @Marker @Annot lang.Integer) null; // 1. Wrong. ^ symbol: class lang location: package java X.java:6: error: cannot find symbol Object o3 = (java.@lang lang) null; // 3. Wrong. ^ symbol: class lang location: class X X.java:6: error: cannot find symbol Object o3 = (java.@lang lang) null; // 3. Wrong. ^ symbol: class lang location: package java 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:4: error: cannot find symbol Object o1 = (@Marker @Annot java.util.List) null; // 1. Wrong. ^ symbol: class java location: class X X.java:5: error: cannot find symbol Object o2 = (java. @Marker @Annot lang.Integer[]) null; // 2. Wrong. ^ symbol: class lang location: package java X.java:6: error: cannot find symbol Object o3 = (@Marker @Annot java.util.List[]) null; // 3. Wrong. ^ symbol: class java location: class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: illegal start of type String myString = (@NonNull) myObject; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2; ^ X.java:1: error: class, interface, or enum expected import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2; ^ X.java:1: error: class, interface, or enum expected import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2; ^ X.java:1: error: class, interface, or enum expected import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*; ^ X.java:1: error: class, interface, or enum expected import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*; ^ X.java:1: error: class, interface, or enum expected import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*; ^ X.java:1: error: class, interface, or enum expected import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Z(X. @Marker Y Y.this) { ^ symbol: class Marker location: class X.Y.Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class Marker location: class X.SubInnerBar X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class Marker location: class X.SubInnerBar X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class Marker location: class X.SubInnerBar X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class Marker location: class X.SubInnerBar X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class x location: class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class Marker location: class X.SubInnerBar X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class Marker location: class X.SubInnerBar X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class Marker location: class X.SubInnerBar X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class Marker location: class X.SubInnerBar X.java:7: error: cannot find symbol X.@Marker x. @Marker @Marker @Marker x.super(); ^ symbol: class x location: class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: not a statement X. @Marker bar.this(); ^ X.java:11: error: ';' expected X. @Marker bar.this(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: illegal start of expression X.@Marker bar.this(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expected System.out.println((x. @Marker bar)); ^ X.java:4: error: illegal start of expression System.out.println((x. @Marker bar)); ^ X.java:4: error: ')' expected System.out.println((x. @Marker bar)); ^ X.java:4: error: not a statement System.out.println((x. @Marker bar)); ^ X.java:4: error: ';' expected System.out.println((x. @Marker bar)); ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: expected Object o = X.@Marker Y.this; ^ X.java:5: error: ';' expected Object o = X.@Marker Y.this; ^ X.java:5: error: not a statement Object o = X.@Marker Y.this; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol X. @Marker Y.super.hashCode(); ^ symbol: class Marker location: class X.Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expected Class c = X. @Marker @Illegal Y.class; ^ X.java:4: error: illegal start of expression Class c = X. @Marker @Illegal Y.class; ^ X.java:4: error: ';' expected Class c = X. @Marker @Illegal Y.class; ^ X.java:4: error: not a statement Class c = X. @Marker @Illegal Y.class; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expected Class c = X. @Marker @Another Y @YetMore [].class; ^ X.java:4: error: illegal start of expression Class c = X. @Marker @Another Y @YetMore [].class; ^ X.java:4: error: ';' expected Class c = X. @Marker @Another Y @YetMore [].class; ^ X.java:4: error: no annotations are allowed in the type of a class literal Class c = X. @Marker @Another Y @YetMore [].class; ^ X.java:4: error: not a statement Class c = X. @Marker @Another Y @YetMore [].class; ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: expected x = (X.@Marker x * 10); ^ X.java:5: error: ')' expected x = (X.@Marker x * 10); ^ X.java:5: error: not a statement x = (X.@Marker x * 10); ^ X.java:5: error: ';' expected x = (X.@Marker x * 10); ^ X.java:6: error: expected x = (X.@Marker x / 10); ^ X.java:6: error: ')' expected x = (X.@Marker x / 10); ^ X.java:6: error: not a statement x = (X.@Marker x / 10); ^ X.java:6: error: ';' expected x = (X.@Marker x / 10); ^ X.java:7: error: expected x = (X.@Marker x % 10); ^ X.java:7: error: ')' expected x = (X.@Marker x % 10); ^ X.java:7: error: not a statement x = (X.@Marker x % 10); ^ X.java:7: error: ';' expected x = (X.@Marker x % 10); ^ X.java:8: error: expected x = (X.@Marker x + 10); ^ X.java:8: error: ')' expected x = (X.@Marker x + 10); ^ X.java:8: error: not a statement x = (X.@Marker x + 10); ^ X.java:8: error: ';' expected x = (X.@Marker x + 10); ^ X.java:9: error: expected x = (X.@Marker x - 10); ^ X.java:9: error: ')' expected x = (X.@Marker x - 10); ^ X.java:9: error: not a statement x = (X.@Marker x - 10); ^ X.java:9: error: ';' expected x = (X.@Marker x - 10); ^ X.java:10: error: expected x = (X.@Marker x << 10); ^ X.java:10: error: ')' expected x = (X.@Marker x << 10); ^ X.java:10: error: not a statement x = (X.@Marker x << 10); ^ X.java:10: error: ';' expected x = (X.@Marker x << 10); ^ X.java:11: error: expected x = (X.@Marker x >> 10); ^ X.java:11: error: ')' expected x = (X.@Marker x >> 10); ^ X.java:11: error: not a statement x = (X.@Marker x >> 10); ^ X.java:11: error: ';' expected x = (X.@Marker x >> 10); ^ X.java:12: error: expected x = (X.@Marker x >>> 10); ^ X.java:12: error: ')' expected x = (X.@Marker x >>> 10); ^ X.java:12: error: not a statement x = (X.@Marker x >>> 10); ^ X.java:12: error: ';' expected x = (X.@Marker x >>> 10); ^ X.java:13: error: expected b = (X.@Marker x < 10); ^ X.java:13: error: ')' expected b = (X.@Marker x < 10); ^ X.java:13: error: illegal start of type b = (X.@Marker x < 10); ^ X.java:13: error: not a statement b = (X.@Marker x < 10); ^ X.java:14: error: expected b = (X.@Marker x > 10); ^ X.java:14: error: ')' expected b = (X.@Marker x > 10); ^ X.java:14: error: not a statement b = (X.@Marker x > 10); ^ X.java:14: error: ';' expected b = (X.@Marker x > 10); ^ X.java:15: error: expected b = (X.@Marker x <= 10); Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ^ X.java:15: error: ')' expected b = (X.@Marker x <= 10); ^ X.java:15: error: not a statement b = (X.@Marker x <= 10); ^ X.java:15: error: ';' expected b = (X.@Marker x <= 10); ^ X.java:16: error: expected b = (X.@Marker x >= 10); ^ X.java:16: error: ')' expected b = (X.@Marker x >= 10); ^ X.java:16: error: not a statement b = (X.@Marker x >= 10); ^ X.java:16: error: ';' expected b = (X.@Marker x >= 10); ^ X.java:17: error: expected b = (X.@Marker x instanceof Object); ^ X.java:17: error: ')' expected b = (X.@Marker x instanceof Object); ^ X.java:17: error: not a statement b = (X.@Marker x instanceof Object); ^ X.java:17: error: ';' expected b = (X.@Marker x instanceof Object); ^ X.java:18: error: expected b = (X.@Marker x == 10); ^ X.java:18: error: ')' expected b = (X.@Marker x == 10); ^ X.java:18: error: not a statement b = (X.@Marker x == 10); ^ Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt X.java:18: error: ';' expected b = (X.@Marker x == 10); ^ X.java:19: error: expected b = (X.@Marker x != 10); ^ X.java:19: error: ')' expected b = (X.@Marker x != 10); ^ X.java:19: error: not a statement b = (X.@Marker x != 10); ^ X.java:19: error: ';' expected b = (X.@Marker x != 10); ^ X.java:20: error: expected x = (X.@Marker x & 10); ^ X.java:20: error: ')' expected x = (X.@Marker x & 10); ^ X.java:20: error: not a statement x = (X.@Marker x & 10); ^ X.java:20: error: ';' expected x = (X.@Marker x & 10); ^ X.java:21: error: expected x = (X.@Marker x ^ 10); ^ X.java:21: error: ')' expected x = (X.@Marker x ^ 10); ^ X.java:21: error: not a statement x = (X.@Marker x ^ 10); ^ X.java:21: error: ';' expected x = (X.@Marker x ^ 10); ^ X.java:22: error: expected x = (X.@Marker x | 10); ^ X.java:22: error: ')' expected x = (X.@Marker x | 10); ^ X.java:22: error: not a statement x = (X.@Marker x | 10); ^ X.java:22: error: ';' expected x = (X.@Marker x | 10); ^ X.java:23: error: expected fb = (X.@Marker fb && true); ^ X.java:23: error: ')' expected fb = (X.@Marker fb && true); ^ X.java:23: error: not a statement fb = (X.@Marker fb && true); ^ X.java:23: error: ';' expected fb = (X.@Marker fb && true); ^ X.java:24: error: expected fb = (X.@Marker fb || true); ^ X.java:24: error: ')' expected fb = (X.@Marker fb || true); ^ X.java:24: error: not a statement fb = (X.@Marker fb || true); ^ X.java:24: error: ';' expected fb = (X.@Marker fb || true); ^ X.java:25: error: expected x = (X.@Marker fb ? 10 : 10); ^ X.java:25: error: ')' expected x = (X.@Marker fb ? 10 : 10); ^ X.java:25: error: not a statement x = (X.@Marker fb ? 10 : 10); ^ X.java:25: error: ';' expected x = (X.@Marker fb ? 10 : 10); ^ 84 errors --- javac err: --- X.java:4: error: expected @Annot(bar = X. @Marker s) ^ X.java:4: error: illegal start of expression @Annot(bar = X. @Marker s) ^ X.java:4: error: ')' expected @Annot(bar = X. @Marker s) ^ X.java:4: error: class, interface, or enum expected @Annot(bar = X. @Marker s) ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expected return X.@Marker x; ^ X.java:4: error: ';' expected return X.@Marker x; ^ X.java:4: error: not a statement return X.@Marker x; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expected return X.@Marker x[0]; ^ X.java:4: error: ';' expected return X.@Marker x[0]; ^ X.java:4: error: not a statement return X.@Marker x[0]; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expected return X.@Marker x. foo(); ^ X.java:4: error: ';' expected return X.@Marker x. foo(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expected return X.@Marker x. @Blah foo(); ^ X.java:4: error: ';' expected return X.@Marker x. @Blah foo(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: expected Z z = X. @Marker y.new Z(); ^ X.java:6: error: illegal start of expression Z z = X. @Marker y.new Z(); ^ X.java:6: error: ';' expected Z z = X. @Marker y.new Z(); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: expected return (X.@Marker x); ^ X.java:4: error: ')' expected return (X.@Marker x); ^ X.java:4: error: not a statement return (X.@Marker x); ^ X.java:4: error: ';' expected return (X.@Marker x); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: missing return statement } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: no annotations are allowed in the type of a class literal Object o = @Marker int.class; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: elements in annotation type declarations cannot be generic methods @Marker String foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: annotation @Marker not applicable in this type context Object o = new @Marker X(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Object o = new X().new @Marker X(); ^ symbol: class X location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Object o = x.new @Marker X() {}; ^ symbol: variable x location: class X X.java:2: error: annotation @Marker not applicable in this type context Object o = x.new @Marker X() {}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: annotation @Marker not applicable in this type context Object o = new @Marker X() {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected class X { ^ X.java:1: error: expected class X { ^ X.java:2: error: illegal start of expression Object o = (Object) (public X) null; ^ X.java:2: error: illegal start of type Object o = (Object) (public X) null; ^ X.java:2: error: expected Object o = (Object) (public X) null; ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ X.java:1: error: class, interface, or enum expected @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*; ^ X.java:1: error: class, interface, or enum expected import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*; ^ X.java:1: error: class, interface, or enum expected import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*; ^ X.java:1: error: class, interface, or enum expected import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Y y1 = (@Marker Z) null; ^ symbol: class Z location: class X X.java:4: error: cannot find symbol Y y2 = new @Marker Z(); ^ symbol: class Z location: class X X.java:5: error: cannot find symbol Y[] y3 = (@Marker Z[]) null; ^ symbol: class Z location: class X X.java:6: error: cannot find symbol Y[] y4 = new @Marker Z[0]; ^ symbol: class Z location: class X X.java:7: error: cannot find symbol Y[] y5 = (@Marker Y.Z) null; ^ symbol: class Z location: class Y X.java:8: error: cannot find symbol Y[] y6 = new @Marker Y. Z(); ^ symbol: class Z location: class Y X.java:9: error: cannot find symbol Y[] y7 = (@Marker Y.Z[]) null; ^ symbol: class Z location: class Y X.java:10: error: cannot find symbol Y[] y8 = new @Marker Y[0]. Z; ^ symbol: variable Z location: class @Marker Y[] X.java:11: error: cannot find symbol Y[] y9 = new @Marker Y. Z[0]; ^ symbol: class Z location: class Y 9 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: expected public void foobar(X this, int, int k) {} // NPE! ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol I i = @Readonly List<@English String>::<@NonNegative Integer>size; ^ symbol: class Readonly location: class X X.java:8: error: cannot find symbol I i = @Readonly List<@English String>::<@NonNegative Integer>size; ^ symbol: class English location: class X X.java:8: error: cannot find symbol I i = @Readonly List<@English String>::<@NonNegative Integer>size; ^ symbol: class NonNegative location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type List void foo(List @Marker ... ls) {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:6: error: scoping construct cannot be annotated with type-use annotation: @p.B @A @B p.X.Y field4; ^ p/X.java:7: error: scoping construct cannot be annotated with type-use annotation: @p.B(1) @B(1) @A(1) java.lang.@A(1) @B(1) String field2; ^ p/X.java:8: error: scoping construct cannot be annotated with type-use annotation: @p.B(1) public @B(1) @A(1) java.lang. @A(1) @B(1) String foo(@A(1) @B(1) java.lang. @A(1) @B(1) String str1) { ^ p/X.java:8: error: scoping construct cannot be annotated with type-use annotation: @p.B(1) public @B(1) @A(1) java.lang. @A(1) @B(1) String foo(@A(1) @B(1) java.lang. @A(1) @B(1) String str1) { ^ p/X.java:13: error: package p.q does not exist @B @A p.q.X local5; ^ p/X.java:10: error: scoping construct cannot be annotated with type-use annotation: @p.B(1) @A(1) @B(1) java.lang. @B(1) @A(1) String local2; ^ p/X.java:12: error: scoping construct cannot be annotated with type-use annotation: @p.B @B @A p.X.Y local4; ^ p/X.java:10: error: annotation @A not applicable in this type context @A(1) @B(1) java.lang. @B(1) @A(1) String local2; ^ 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: expected @interface NonNull { int[].class value() default 0;} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: scoping construct cannot be annotated with type-use annotation: @Illegal @Illegal Y.Z z = null; ^ X.java:18: error: scoping construct cannot be annotated with type-use annotation: @Illegal Y.Z z = (@Illegal Y.Z)null; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: scoping construct cannot be annotated with type-use annotation: @Illegal Y.Z[] z = (@Illegal Y.Z[])null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: scoping construct cannot be annotated with type-use annotation: @Illegal @Illegal Y.YY.Z z = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest#test415308b2 - 10 X.java [ import java.lang.annotation.ElementType; import java.lang.annotation.Target; @Target(ElementType.TYPE_USE) @interface Illegal { } class Y { static class YY { class Z { Z() {} } } } class X { Y.YY.Z[] foo() { @Illegal Y.YY.Z[] z = null; return z; } Y.YY.Z[] foo2() { Y.@Illegal YY.Z[] z = null; return z; } Y.YY.Z[] foo3() { Y.YY.@Illegal Z[] z = null; return z; } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:25: error: scoping construct cannot be annotated with type-use annotation: @IllegalTypeUse Y.Z foo3(@IllegalTypeUse @LegalParam Y.Z z) { //Illegal ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: scoping construct cannot be annotated with type-use annotation: @Illegal Y.Z z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:22: error: scoping construct cannot be annotated with type-use annotations: @Illegal,@Illegal2 Y.YY.Z z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: scoping construct cannot be annotated with type-use annotation: @Illegal public @Illegal Y.Z foo() { return null;} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest#test415308f2 - 10 X.java [ import java.lang.annotation.ElementType; import java.lang.annotation.Target; @Target(ElementType.TYPE_USE) @interface Illegal { } class Y { static class Z { Z() {} } } class X { public @Illegal Y.Z[] foo() { return null;} } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: scoping construct cannot be annotated with type-use annotation: @Illegal @Illegal Y.A foo(@Illegal Y.A a) { ^ X.java:11: error: scoping construct cannot be annotated with type-use annotation: @Illegal @Illegal Y.A foo(@Illegal Y.A a) { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot find symbol public @A String foo(int @B @C @D ... args) { ^ symbol: class D location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: missing return statement } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: UnmodifiableList is not abstract and does not override abstract method subList(int,int) in List class UnmodifiableList implements ^ where @Readonly T is a type-variable: @Readonly T extends Object declared in class UnmodifiableList 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> { ^ symbol: class Y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: illegal start of type public class X extends @T S implements @T { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: no annotations are allowed in the type of a class literal Class c = int @T [].class; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol List<@NonNull Integer> l; ^ symbol: class NonNull location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:2: error: annotation type not applicable to this kind of declaration @Marker @Marker2 @Marker3 public void foo() {} ^ X.java:3: error: annotation type not applicable to this kind of declaration @Marker @Marker2 @Marker3 void foo2() {} ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ p/Bug391196.java:6: error: cannot find symbol @Unresolved X() {} ^ symbol: class Unresolved location: class Bug391196.X where T is a type-variable: T extends Object declared in class Bug391196.X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:2: error: annotation @Marker not applicable in this type context X<@Marker ?> l; ^ X.java:4: error: annotation @Marker3 not applicable in this type context X<@Marker3 ?> l3; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:6: error: annotation type not applicable to this kind of declaration @Marker2 T t; ^ X.java:7: error: annotation @Marker2 not applicable in this type context T t2 = (@Marker2 T) null; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol Object o = (X @Marker []) null; ^ symbol: class Marker location: class X where T is a type-variable: T extends Object declared in class X X.java:4: error: cannot find symbol o = (java.lang.String @Marker []) null; ^ symbol: class Marker location: class X where T is a type-variable: T extends Object declared in class X X.java:5: error: cannot find symbol o = (X @Marker []) null; ^ symbol: class Marker location: class X where T is a type-variable: T extends Object declared in class X X.java:6: error: cannot find symbol o = (java.util.List @Marker []) null; ^ symbol: class Marker location: class X where T is a type-variable: T extends Object declared in class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:5: error: cannot find symbol @M X.@M Y.@Unreported Z z = null; ^ symbol: class Unreported location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Z z1 = new @Marker X().new @Marker Y().new @Marker Z(); ^ symbol: class Marker location: class X.Y X.java:5: error: cannot find symbol Z z1 = new @Marker X().new @Marker Y().new @Marker Z(); ^ symbol: class Marker location: class X.Y X.java:5: error: cannot find symbol Z z1 = new @Marker X().new @Marker Y().new @Marker Z(); ^ symbol: class Marker location: class X.Y X.java:6: error: cannot find symbol Z z3 = new @Marker Z(){}; ^ symbol: class Marker location: class X.Y 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of expression int @Marker [][][] i = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] ; ^ X.java:6: error: illegal start of expression int @Marker [] j = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] ; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:4: error: annotation @Marker2 not applicable in this type context public void foo(@Marker @Marker2 X this) {} ^ X.java:6: error: annotation @Marker2 not applicable in this type context Y(@Marker @Marker2 X X.this) {} ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of expression int @Marker [][][] i = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] @Marker @Marker2 []; ^ X.java:6: error: illegal start of expression int @Marker [][][] j = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker X.bar2(2)] @Marker @Marker2 []; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol public Z (@A X.@B Y Y.this, String str) {} ^ symbol: class B location: class X.Y.Z X.java:5: error: cannot find symbol public void foo (@A X.@B Y.@C Z this, String str) {} ^ symbol: class C location: class X.Y.Z X.java:5: error: cannot find symbol public void foo (@A X.@B Y.@C Z this, String str) {} ^ symbol: class B location: class X.Y.Z X.java:4: error: cannot find symbol public Z (@A X.@B Y Y.this, String str) {} ^ symbol: class A location: class X.Y.Z X.java:5: error: cannot find symbol public void foo (@A X.@B Y.@C Z this, String str) {} ^ symbol: class A location: class X.Y.Z 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: modifier static not allowed here public Y (static @A X X.this, int i) {} ^ X.java:10: error: modifier static not allowed here public void foo(static @A Y this, int i) {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: expected @interface NonNull { int[].class value() default 0;} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:6: error: illegal start of type test.@A Outer<>.@A Inner<> i; ^ test/X.java:6: error: illegal start of type test.@A Outer<>.@A Inner<> i; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:6: error: illegal start of type test.@A Outer.@A Inner<> i; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: illegal start of expression

@T X() { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: incompatible types: X cannot be converted to CAP#1 lx1.add(lx2.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends @Nullable X X.java:19: error: incompatible types: X cannot be converted to CAP#1 lx1.add(lx1.get(0)); ^ where CAP#1 is a fresh type-variable: CAP#1 extends X from capture of ? extends @Nullable X X.java:20: error: method getAdd in class X cannot be applied to given types; getAdd(lx1, lx2); ^ required: List

,List

found: List,List reason: inference variable P has incompatible equality constraints CAP#2,CAP#1 where P is a type-variable: P extends Object declared in method

getAdd(List

,List

) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends X from capture of ? extends @Nullable X CAP#2 extends X from capture of ? extends @NonNull X Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NullTypeAnnotationTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: ArrayList Collections.sort(new ArrayList(), (o1, o2) -> { ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:6: error: cannot find symbol return o1.compareToIgnoreCase(o1); ^ symbol: method compareToIgnoreCase(Object) location: variable o1 of type Object X.java:5: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types Collections.sort(new ArrayList(), (o1, o2) -> { ^ required: List,Comparator found: ArrayList,Comparator where T is a type-variable: T extends Object declared in method sort(List,Comparator) X.java:5: warning: [unchecked] unchecked conversion Collections.sort(new ArrayList(), (o1, o2) -> { ^ required: List found: ArrayList where T is a type-variable: T extends Object declared in method sort(List,Comparator) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol internalFlatMapToInt(Functionish mapper, ^ symbol: class Functionish location: interface X X.java:7: error: cannot find symbol static IntStreamy ^ symbol: class IntStreamy location: interface X X.java:11: error: wrong number of type arguments; required 1 BiFunction, ToIntFunction, IntStream> func = (Stream t, ToIntFunction m) -> t.flatmmapToInt(m); ^ X.java:12: error: cannot find symbol return IntStreamy.fromFlatMap(func, mapper, classOfE, maker); ^ symbol: variable IntStreamy location: interface X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BuildIdeMain.java:9: error: variable p is already defined in method writeUpdates(Stream,HashMap>,HashMap) filter2.map(p -> new SimpleEntry<>(updateToFile.get(p), p->ideFiles.get(p))); ^ BuildIdeMain.java:9: error: incompatible types: cannot infer type-variable(s) K,V filter2.map(p -> new SimpleEntry<>(updateToFile.get(p), p->ideFiles.get(p))); ^ (argument mismatch; Object is not a functional interface) where K,V are type-variables: K extends Object declared in class SimpleEntry V extends Object declared in class SimpleEntry 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test.java:6: warning: [rawtypes] found raw type: Function Function function = x -> x; ^ missing type arguments for generic class Function where T,R are type-variables: T extends Object declared in interface Function R extends Object declared in interface Function test/Test.java:7: warning: [unchecked] unchecked method invocation: method test2 in class Test is applied to given types String @Nullable [] z = test2(function, ""); ^ required: Function,T found: Function,String where T is a type-variable: T extends Object declared in method test2(Function,T) test/Test.java:7: warning: [unchecked] unchecked conversion String @Nullable [] z = test2(function, ""); ^ required: Function found: Function where T is a type-variable: T extends Object declared in method test2(Function,T) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){} ^ symbol: class Map location: class X X.java:7: error: cannot find symbol void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){} ^ symbol: class Map location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol void foo(Map<@Nullable ? super @Nullable Object, @Nullable ? extends @Nullable String> m){} ^ symbol: class Map location: class X X.java:6: error: cannot find symbol void goo(Map<@Nullable ? extends @Nullable Object, @Nullable ? super @Nullable String> m){} ^ symbol: class Map location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: invalid method declaration; return type required @NonNull foo() {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Note: X.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of expression int @Marker [][][] i = new @Marker int @Marker [2] @Marker [@Marker bar()] @Marker []; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method bar(T) is already defined in class X @NonNull T bar(@Nullable T t) { ^ where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible thrown types IOException in functional expression Function> method = Files::walk; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol void foo(int @NonNull [] x) {} ^ symbol: class NonNull location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/PLogLine.java:12: error: incompatible types: QField cannot be converted to @org.eclipse.jdt.annotation.NonNull QField return new QField(m_root, this, "lastName"); ^ where R is a type-variable: R extends QField declared in class PLogLine 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- UnequalBinaryNode.java:1: warning: auxiliary class ExtendedNode in AbstractNode.java should not be accessed from outside its own source file public class UnequalBinaryNode ^ UnequalBinaryNode.java:1: warning: auxiliary class ExtendedNode in AbstractNode.java should not be accessed from outside its own source file public class UnequalBinaryNode ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: unexpected type List<@NonNull int> intlist; ^ required: reference found: int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bar.java:6: warning: [unchecked] unchecked cast this((Iterable) emptyList()); ^ required: Iterable found: Iterable where X,E are type-variables: X extends Foo E extends Foo declared in class Bar 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo interface Baz extends Foo {} ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest#testBug446442_4 - 10 Test.java [ import org.eclipse.jdt.annotation.*; interface Foo { abstract void m(@NonNull N arg2) throws Exception; default void m(T arg1) throws java.io.IOException {} } interface Baz extends Foo {} abstract class Impl { public void m(Integer a) throws java.io.IOException {} } class BazImpl extends Impl implements Baz {} public class Test { void test(BazImpl b) throws java.io.IOException { b.m(null); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- projA/ClassWithRawUsage.java:4: warning: [rawtypes] found raw type: GenericType public java.util.List method() { ^ missing type arguments for generic class GenericType where T is a type-variable: T extends Object declared in class GenericType 1 warning --- javac err: --- projB/ClassThatImports.java:7: warning: [rawtypes] found raw type: GenericType @NonNull GenericType gt = cwru.method().get(0); ^ missing type arguments for generic class GenericType where T is a type-variable: T extends Object declared in class GenericType 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- projA/ClassWithRawUsage.java:3: warning: [rawtypes] found raw type: @proj0.MyAnnotation GenericType public java.util.List<@proj0.MyAnnotation GenericType> method() { ^ missing type arguments for generic class GenericType where T is a type-variable: T extends Object declared in class GenericType 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- pack1/A.java:4: warning: [rawtypes] found raw type: Class interface A { Object m(Class c); } ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug.java:3: error: illegal generic type for instanceof return o instanceof java.util.Iterator; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Note: X.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X1.java:4: warning: [serial] serializable class X1 has no definition of serialVersionUID public abstract class X1 extends ArrayList { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X1.java:4: warning: [serial] serializable class X1 has no definition of serialVersionUID public abstract class X1 extends ArrayList { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Or.java:7: error: wrong number of type arguments; required 2 public static Or create() { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:8: error: wrong number of type arguments; required 2 public Or create() { ^ test/And.java:7: warning: [rawtypes] found raw type: X.Or public static void createAnd(X.Or x) { ^ missing type arguments for generic class X.Or where D,V,Z are type-variables: D extends Object declared in class X.Or V extends Object declared in class X.Or Z extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Or.java:7: error: wrong number of type arguments; required 2 public Or create() { ^ test/And.java:8: warning: [rawtypes] found raw type: Or new Or().create(); ^ missing type arguments for generic class Or where D,V are type-variables: D extends Object declared in class Or V extends Object declared in class Or 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:22: warning: [rawtypes] found raw type: Ref public final Ref[][] genericField = new Ref[0][]; ^ missing type arguments for generic class Ref where T is a type-variable: T extends Object declared in class Ref test/X.java:23: warning: [rawtypes] found raw type: Ref public final @Nullable Ref<@Nullable String[][]>[][] genericFieldWithNullable1 = new Ref[0][]; ^ missing type arguments for generic class Ref where T is a type-variable: T extends Object declared in class Ref test/X.java:24: warning: [rawtypes] found raw type: Ref public final Ref[] @Nullable [] genericFieldWithNullable2 = new Ref[0][]; ^ missing type arguments for generic class Ref where T is a type-variable: T extends Object declared in class Ref 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:22: warning: [rawtypes] found raw type: Ref public final test.Ref[][] genericField = new Ref[0][]; ^ missing type arguments for generic class Ref where T is a type-variable: T extends Object declared in class Ref test/X.java:23: warning: [rawtypes] found raw type: Ref public final test.@Nullable Ref[][] genericFieldWithNullable1 = new Ref[0][];; ^ missing type arguments for generic class Ref where T is a type-variable: T extends Object declared in class Ref test/X.java:24: warning: [rawtypes] found raw type: Ref public final test.Ref[] @Nullable[] genericFieldWithNullable2 = new Ref[0][];; ^ missing type arguments for generic class Ref where T is a type-variable: T extends Object declared in class Ref 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- B2.java:2: warning: auxiliary class Fluent in Reference.java should not be accessed from outside its own source file void b1(Fluent f) { ^ B2.java:6: warning: auxiliary class Fluent in Reference.java should not be accessed from outside its own source file void b2(Reference<@org.eclipse.jdt.annotation.NonNull Fluent> ref) { ^ B2.java:2: warning: [rawtypes] found raw type: Fluent void b1(Fluent f) { ^ missing type arguments for generic class Fluent where SELF is a type-variable: SELF extends Fluent declared in interface Fluent B2.java:6: warning: [rawtypes] found raw type: @org.eclipse.jdt.annotation.NonNull Fluent void b2(Reference<@org.eclipse.jdt.annotation.NonNull Fluent> ref) { ^ missing type arguments for generic class Fluent where SELF is a type-variable: SELF extends Fluent declared in interface Fluent 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test.java:17: warning: auxiliary class C in X.java should not be accessed from outside its own source file C f1; // warning 1 ^ test/Test.java:20: warning: auxiliary class C in X.java should not be accessed from outside its own source file C<@NonNull Object, ? extends @NonNull Number> f2; // warning 2 ^ test/Test.java:26: warning: auxiliary class C in X.java should not be accessed from outside its own source file abstract Object m1(C p1, Object p2); ^ test/Test.java:28: warning: auxiliary class C in X.java should not be accessed from outside its own source file abstract @NNBDReturn Object m2(@NNBDParam @NNBDTypeArg @NNBDTypeBound C p1, ^ test/Test.java:31: warning: auxiliary class C in X.java should not be accessed from outside its own source file abstract @NonNull Object m3(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2); ^ test/Test.java:35: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m1(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 3 on return type ^ test/Test.java:43: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m2(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 6 on return type ^ test/Test.java:49: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m3(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 7 on return type ^ test/Test.java:60: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m1(C p1, Object p2) { // warning 8 on return type ^ test/Test.java:68: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m2(C p1, Object p2) { // warning 11 on return type ^ test/Test.java:74: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m3(C p1, Object p2) { // warning 12 on return type ^ test/Test.java:86: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m1(C p1, Object p2) { // warning 13 on return type ^ test/Test.java:94: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m2(C p1, Object p2) { // warning 16 on return type ^ test/Test.java:100: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m3(C p1, Object p2) { // warning 17 on return type ^ test/Test.java:112: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m1(C p1, Object p2) { // warning 18 on return type ^ test/Test.java:120: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m2(C p1, Object p2) { // warning 21 on return type ^ test/Test.java:126: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m3(C p1, Object p2) { // warning 22 on return type ^ test/Test.java:139: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m1(C p1, Object p2) { // warning 23 on return type ^ test/Test.java:147: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m2(C p1, Object p2) { // warning 26 on return type ^ test/Test.java:153: warning: auxiliary class C in X.java should not be accessed from outside its own source file Object m3(C p1, Object p2) { // warning 27 on return type ^ 20 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:13: warning: [unchecked] Possible heap pollution from parameterized vararg type T List getList(T... in) { ^ where T is a type-variable: T extends Object declared in method getList(T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- example/Example.java:5: error: cannot find symbol for (X.Y entry : x) { ^ symbol: variable x location: class Example example/Example.java:5: error: package X does not exist for (X.Y entry : x) { ^ example/Example.java:5: error: cannot find symbol for (X.Y entry : x) { ^ symbol: class Z location: class Example 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Note: X.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Note: X.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Long(long) in Long has been deprecated Number field = new Long(13); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol @Missing1 X.@Missing2 U fU; ^ symbol: class Missing2 location: class X X.java:3: error: cannot find symbol @Missing1 X.@Missing2 U fU; ^ symbol: class Missing1 location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: X @NonNull X x = null; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:6: warning: [rawtypes] found raw type: X.@org.eclipse.jdt.annotation.NonNull Y X.@NonNull Y xy = null; ^ missing type arguments for generic class X.Y

where P,T are type-variables: P extends Object declared in class X.Y T extends Object declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/X.java:6: error: illegal generic type for instanceof if (!(arg instanceof List<@NonNull X>)) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NegativeLambdaExpressionsTest (null tests) *************************************************************************** --- javac err: --- X.java:7: error: incompatible types: incompatible parameter types in lambda expression I i = () -> { ^ X.java:10: error: bad operand type I for unary operator '++' i++; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: bad operand type I for unary operator '++' i++; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: bad operand type I for unary operator '++' i++; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: ';' expected int x ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: ';' expected int x ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: ')' expected I i = (X this) -> 10; ^ X.java:6: error: not a statement I i = (X this) -> 10; ^ X.java:6: error: ';' expected I i = (X this) -> 10; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: illegal start of expression ActionListener al = (public xyz) -> System.out.println(xyz); ^ X.java:7: error: expected ActionListener al = (public xyz) -> System.out.println(xyz); ^ X.java:7: error: expected ActionListener al = (public xyz) -> System.out.println(xyz); ^ X.java:7: error: expected ActionListener al = (public xyz) -> System.out.println(xyz); ^ X.java:8: error: illegal start of expression I f = (abstract final s, @Nullable t) -> System.out.println(s + t); ^ X.java:8: error: expected I f = (abstract final s, @Nullable t) -> System.out.println(s + t); ^ X.java:8: error: expected I f = (abstract final s, @Nullable t) -> System.out.println(s + t); ^ X.java:8: error: illegal start of type I f = (abstract final s, @Nullable t) -> System.out.println(s + t); ^ X.java:8: error: ';' expected I f = (abstract final s, @Nullable t) -> System.out.println(s + t); ^ X.java:8: error: expected I f = (abstract final s, @Nullable t) -> System.out.println(s + t); ^ X.java:8: error: expected I f = (abstract final s, @Nullable t) -> System.out.println(s + t); ^ X.java:8: error: expected I f = (abstract final s, @Nullable t) -> System.out.println(s + t); ^ X.java:10: error: class, interface, or enum expected } ^ 13 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:7: error: cannot find symbol unknown = 0; ^ symbol: variable unknown location: class X X.java:8: error: bad operand types for binary operator '+' ; int a = 42 + ia; ^ first type: int second type: int[] X.java:12: error: non-static variable this cannot be referenced from a static context I i = (int [] ia) -> this; ^ X.java:16: error: bad operand types for binary operator '+' int b = 42 + array; ^ first type: int second type: int[] X.java:18: error: incompatible types: bad return type in lambda expression return; ^ missing return value X.java:20: error: incompatible types: bad return type in lambda expression Runnable r = () -> { return 42; }; ^ unexpected return value 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: non-static variable this cannot be referenced from a static context System.out.println(this); ^ X.java:9: error: non-static variable this cannot be referenced from a static context System.out.println(this); ^ X.java:11: error: non-static variable this cannot be referenced from a static context System.out.println(this); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol void foo(Zork z) { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: modifier public not allowed here I i = (final @Marker int x, @Undefined static strictfp public Object o, static volatile int p) -> x; ^ X.java:5: error: modifier static not allowed here I i = (final @Marker int x, @Undefined static strictfp public Object o, static volatile int p) -> x; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: incompatible parameter types in lambda expression I i1 = (String y) -> {}; ^ X.java:10: error: incompatible types: incompatible parameter types in lambda expression I i4 = (int x, String y) -> {}; ^ X.java:12: error: incompatible types: incompatible parameter types in lambda expression J j1 = () -> {}; ^ X.java:14: error: incompatible types: incompatible parameter types in lambda expression J j3 = (String x, int s) -> {}; ^ X.java:16: error: incompatible types: incompatible parameter types in lambda expression J j5 = x -> {}; ^ X.java:17: warning: [rawtypes] found raw type: Collection K k1 = (Collection l) -> {}; ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection X.java:17: error: incompatible types: incompatible parameter types in lambda expression K k1 = (Collection l) -> {}; ^ X.java:18: error: incompatible types: incompatible parameter types in lambda expression K k2 = (Collection l) -> {}; ^ X.java:20: error: incompatible types: incompatible parameter types in lambda expression K k4 = (List l) -> {}; ^ 8 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: bad return type in lambda expression I i1 = () -> 42; ^ int cannot be converted to String X.java:8: error: incompatible types: bad return type in lambda expression I i3 = () -> { return 42; }; ^ int cannot be converted to String X.java:10: error: incompatible types: bad return type in lambda expression I i5 = () -> {}; ^ missing return value 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: bad return type in lambda expression I i2 = () -> "Hello"; ^ String cannot be converted to Integer X.java:9: error: incompatible types: bad return type in lambda expression I i4 = () -> { return "Hello"; }; ^ String cannot be converted to Integer X.java:10: error: incompatible types: bad return type in lambda expression I i5 = () -> {}; ^ missing return value 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: bad return type in lambda expression I i1 = () -> 42; ^ int cannot be converted to I X.java:10: error: incompatible types: bad return type in lambda expression I i2 = () -> "Hello"; ^ String cannot be converted to I X.java:11: error: incompatible types: bad return type in lambda expression I i3 = () -> { return 42; }; ^ int cannot be converted to I X.java:12: error: incompatible types: bad return type in lambda expression I i4 = () -> { return "Hello"; }; ^ String cannot be converted to I 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: lambda body is not compatible with a void functional interface I i1 = () -> 42; ^ (consider using a block lambda body, or use a statement expression instead) X.java:6: error: incompatible types: bad return type in lambda expression I i3 = () -> { return 42; }; ^ unexpected return value 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: bad return type in lambda expression I i5 = (x) -> { if (x == 0) throw new NullPointerException(); }; ^ missing return value 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: bad return type in lambda expression I i1 = () -> 10; ^ int cannot be converted to J X.java:9: error: incompatible types: bad return type in lambda expression I i2 = () -> { return 10; }; ^ int cannot be converted to J 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Object foo(Zork z) { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: bad return type in lambda expression I i = () -> 42; ^ int cannot be converted to String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: bad return type in lambda expression return 42; ^ int cannot be converted to String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: bad return type in lambda expression I i1 = () -> { ^ missing return value X.java:9: error: incompatible types: bad return type in lambda expression I i2 = () -> { ^ missing return value X.java:12: error: incompatible types: bad return type in lambda expression I i3 = () -> { ^ missing return value 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: incompatible types: lambda body is not compatible with a void functional interface I i7 = () -> 0; ^ (consider using a block lambda body, or use a statement expression instead) X.java:14: error: incompatible types: lambda body is not compatible with a void functional interface I i = () -> 1 + data++; ^ (consider using a block lambda body, or use a statement expression instead) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: non-static variable this cannot be referenced from a static context I i1 = this::zoo; ^ X.java:7: error: non-static variable super cannot be referenced from a static context I i2 = super::boo; ^ X.java:8: error: non-static variable super cannot be referenced from a static context I i3 = () -> super.zoo(); ^ X.java:9: error: non-static variable this cannot be referenced from a static context I i4 = () -> this.boo(); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: X is not a functional interface X x = () -> 10; ^ X.java:8: error: incompatible types: I is not a functional interface I i = () -> 10; ^ multiple non-overriding abstract methods found in interface I 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol p = 10; ^ symbol: variable p location: class X X.java:8: error: cannot find symbol Zork z = this.blank; ^ symbol: class Zork location: class X X.java:8: error: cannot find symbol Zork z = this.blank; ^ symbol: variable blank X.java:9: error: cannot find symbol super.foo(); ^ symbol: method foo() X.java:10: error: cannot find symbol goo(); ^ symbol: method goo() location: class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: unreported exception EOFException; must be caught or declared to be thrown throw new java.io.EOFException(); // Error: not declared ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: unreported exception EOFException; must be caught or declared to be thrown throw new java.io.EOFException(); // Error: not declared ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: bad return type in lambda expression return 42.0 + a + args.length; // Type mismatch: cannot convert from double to int ^ possible lossy conversion from double to int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable x is already defined in method main(String[]) I i = (x, y) -> { // Error: x,y being redeclared ^ X.java:7: error: variable y is already defined in method main(String[]) I i = (x, y) -> { // Error: x,y being redeclared ^ X.java:8: error: variable args is already defined in method main(String[]) int args = 10; // Error args is being redeclared ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: lambda expression not expected here System.out.println("Lambda in illegal context: " + (() -> "Illegal Lambda")); ^ X.java:7: error: method reference not expected here System.out.println("Method Reference in illegal context: " + System::exit); ^ X.java:8: error: method reference not expected here System.out.println("Constructor Reference in illegal context: " + String::new); ^ X.java:10: error: incompatible types: int is not a functional interface int x = (x) -> 10; ^ X.java:10: error: variable x is already defined in method main(String[]) int x = (x) -> 10; ^ X.java:11: error: incompatible types: X is not a functional interface X x2 = (x) -> 10; ^ X.java:11: error: variable x is already defined in method main(String[]) X x2 = (x) -> 10; ^ 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: unreported exception IOException; must be caught or declared to be thrown throw new IOException(); ^ X.java:16: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown throw new ClassNotFoundException(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [rawtypes] found raw type: List List foo(List arg) throws EOFException, SQLException, TimeoutException; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:14: warning: [rawtypes] found raw type: List List foo(List arg) throws Exception; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:14: warning: [rawtypes] found raw type: List List foo(List arg) throws Exception; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:30: warning: [unchecked] foo(List) in implements foo(List) in A E e = (x) -> { ^ return type requires unchecked conversion from List to List X.java:23: error: unreported exception IOException; must be caught or declared to be thrown case 1: throw new IOException(); ^ X.java:24: error: unreported exception SQLException; must be caught or declared to be thrown case 2: throw new SQLException(); ^ X.java:26: error: unreported exception TimeoutException; must be caught or declared to be thrown case 4: throw new TimeoutException(); ^ X.java:33: error: unreported exception IOException; must be caught or declared to be thrown case 1: throw new IOException(); ^ X.java:34: error: unreported exception SQLException; must be caught or declared to be thrown case 2: throw new SQLException(); ^ X.java:36: error: unreported exception TimeoutException; must be caught or declared to be thrown case 4: throw new TimeoutException(); ^ 6 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: invalid functional descriptor for lambda expression G g1 = () -> { ^ method ()String in interface G is generic where Q is a type-variable: Q extends Exception declared in method m() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: invalid functional descriptor for lambda expression G g = (x) -> { // Elided type is inferred from descriptor to be F ^ method (F)String in interface G is generic where F is a type-variable: F extends Exception declared in method m(F) X.java:19: warning: [overloads] foo(G1) in Y is potentially ambiguous with foo(G2) in Y void foo(G1 g1) { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol G g1 = (F x) -> { ^ symbol: class F location: class X X.java:11: error: incompatible types: invalid functional descriptor for lambda expression G g1 = (F x) -> { ^ method (F)String in interface G is generic where F is a type-variable: F extends Exception declared in method m(F) X.java:14: error: incompatible types: invalid functional descriptor for lambda expression G g2 = (IOException x) -> { ^ method (F)String in interface G is generic where F is a type-variable: F extends Exception declared in method m(F) 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: List interface I { List foo(List p); } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:11: warning: [rawtypes] found raw type: List interface J { List foo(List arg); } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:14: error: name clash: foo(List) in L and foo(List) in I have the same erasure, yet neither overrides the other interface M extends I, L {} ^ X.java:15: warning: [rawtypes] found raw type: Class interface N { void foo(List p, Class q); } ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:16: warning: [rawtypes] found raw type: List interface O { void foo(List p, Class q); } ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:17: error: name clash: foo(List,Class) in O and foo(List,Class) in N have the same erasure, yet neither overrides the other interface P extends N, O {} ^ X.java:20: error: types R and Q are incompatible; both define foo(), but with unrelated return types interface S extends Q, R {} ^ X.java:23: error: name clash: foo(Q) in U and foo(P) in T have the same erasure, yet neither overrides the other interface V extends T

, U {} ^ where Q,P are type-variables: Q extends Object declared in interface V P extends Object declared in interface V X.java:29: error: incompatible types: B is not a functional interface B b = () -> {}; ^ no abstract method found in interface B X.java:32: error: incompatible types: E is not a functional interface E e = () -> {}; ^ multiple non-overriding abstract methods found in interface E X.java:40: error: incompatible types: M is not a functional interface M m = (p0) -> {}; ^ multiple non-overriding abstract methods found in interface M X.java:43: error: incompatible types: P is not a functional interface P p = (p0, q0) -> {}; ^ multiple non-overriding abstract methods found in interface P X.java:46: error: incompatible types: incompatible function descriptors found in interface S S s = () -> {}; ^ descriptor: int foo() descriptor: long foo() X.java:49: error: incompatible types: V is not a functional interface V v = (p0) -> {}; ^ multiple non-overriding abstract methods found in interface V X.java:50: error: incompatible types: W is not a functional interface W w = (p0) -> {}; ^ multiple non-overriding abstract methods found in interface W X.java:51: error: incompatible types: X is not a functional interface X x = (p0) -> {}; ^ multiple non-overriding abstract methods found in interface X 12 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: name clash: foo(List) in C and foo(List) in A have the same erasure, yet neither overrides the other interface E extends A, C {} ^ where T#1,S,T#2 are type-variables: T#1 extends Object declared in method foo(List) S extends Object declared in method foo(List) T#2 extends Object declared in method foo(List) X.java:8: error: incompatible types: invalid functional descriptor for lambda expression A a = (p) -> { return null;}; ^ method (List)T in interface A is generic where T is a type-variable: T extends Object declared in method foo(List) X.java:9: error: incompatible types: invalid functional descriptor for lambda expression B b = (p) -> { return null;}; ^ method (List)S in interface B is generic where S is a type-variable: S extends Object declared in method foo(List) X.java:10: error: incompatible types: invalid functional descriptor for lambda expression C c = (p) -> { return null;}; ^ method (List)S in interface C is generic where T,S are type-variables: T extends Object declared in method foo(List) S extends Object declared in method foo(List) X.java:11: error: incompatible types: invalid functional descriptor for lambda expression D d = (p) -> { return null;}; ^ method (List)S in interface D is generic where S is a type-variable: S extends Object declared in method foo(List) X.java:12: error: incompatible types: E is not a functional interface E e = (p) -> { return null;}; ^ multiple non-overriding abstract methods found in interface E 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: types K and J are incompatible; both define m(), but with unrelated return types interface Functional extends I, J, K {} ^ where T,S are type-variables: T extends Object declared in interface Functional S extends Object declared in interface Functional X.java:6: error: incompatible types: incompatible function descriptors found in interface Functional Functional f = () -> { }; ^ descriptor: T m() descriptor: S m() descriptor: Object m() where T,S are type-variables: T extends Object declared in interface K S extends Object declared in interface J 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: name clash: f(List) in B and f(List) in A have the same erasure, yet neither overrides the other interface C extends A,B {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: local variables referenced from an inner class must be final or effectively final System.out.println(var); // Error: var is not effectively final ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: local variables referenced from a lambda expression must be final or effectively final System.out.println(var); // Error: var is not effectively final ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: local variables referenced from a lambda expression must be final or effectively final System.out.println(s2); // Error: var is not effectively final ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: local variables referenced from an inner class must be final or effectively final args = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: final parameter x may not be assigned x = 10; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot assign a value to final variable x { x = 10; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: local variables referenced from a lambda expression must be final or effectively final x = 10; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: local variables referenced from an inner class must be final or effectively final { x = 10; } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: local variables referenced from a lambda expression must be final or effectively final args = null; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: unreported exception Exception; must be caught or declared to be thrown throw e; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: local variables referenced from a lambda expression must be final or effectively final System.out.println(x++); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: unreported exception Exception; must be caught or declared to be thrown throw e; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: local variables referenced from a lambda expression must be final or effectively final x.p = i++; ^ X.java:11: error: local variables referenced from a lambda expression must be final or effectively final x.p = i++; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: local variables referenced from a lambda expression must be final or effectively final x.p = i; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: variable x is already defined in method foo(int) I i = (int x) -> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable l is already defined in method foo(int) I i = (int l) -> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable p is already defined in method foo(int) I i = (int p, int p) -> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: variable a is already defined in method foo(int) int a; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: variable loc is already defined in method foo(int) int loc; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: variable p is already defined in method foo(int) int p; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: variable self is already defined in method foo(int) int self, self; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: variable outerp is already defined in method foo(int) I i2 = (int f, int outerp) -> {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: variable locouter is already defined in method foo(int) I i2 = (int locouter, int outerp) -> {}; ^ X.java:9: error: variable outerp is already defined in method foo(int) I i2 = (int locouter, int outerp) -> {}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: variable p is already defined in method foo(int) I i2 = (int p, int q) -> {}; ^ X.java:9: error: variable q is already defined in method foo(int) I i2 = (int p, int q) -> {}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable lamlocal is already defined in method foo(int) I i2 = (int lamlocal, int q) -> {}; ^ X.java:10: error: variable q is already defined in method foo(int) I i2 = (int lamlocal, int q) -> {}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable lamlocal is already defined in method foo(int) I i2 = (int lamlocal, int q) -> {int f;}; ^ X.java:10: error: variable q is already defined in method foo(int) I i2 = (int lamlocal, int q) -> {int f;}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable lamlocal is already defined in method foo(int) I i2 = (int lamlocal, int q) -> {int locouter;}; ^ X.java:10: error: variable q is already defined in method foo(int) I i2 = (int lamlocal, int q) -> {int locouter;}; ^ X.java:10: error: variable locouter is already defined in method foo(int) I i2 = (int lamlocal, int q) -> {int locouter;}; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable q is already defined in method foo(int) I i2 = (int j, int q) -> {int p, lamlocal;}; ^ X.java:10: error: variable p is already defined in method foo(int) I i2 = (int j, int q) -> {int p, lamlocal;}; ^ X.java:10: error: variable lamlocal is already defined in method foo(int) I i2 = (int j, int q) -> {int p, lamlocal;}; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable x1 is already defined in method foo(int) I i2 = (int x1, int x2) -> {int x1, x2;}; ^ X.java:10: error: variable x2 is already defined in method foo(int) I i2 = (int x1, int x2) -> {int x1, x2;}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: class X is already defined in package unnamed package class X { void foo(int f) {} } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable x1 is already defined in method foo(int,int) I i2 = new I() { public void foo(int x1, int x2) {int x1, x2;}}; ^ X.java:10: error: variable x2 is already defined in method foo(int,int) I i2 = new I() { public void foo(int x1, int x2) {int x1, x2;}}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: illegal start of type I functional = Action::fooMethod; ^ X.java:9: error: illegal start of expression I functional = Action::fooMethod; ^ X.java:9: error: : expected I functional = Action::fooMethod; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: illegal start of type I len6 = foo->exp.method(x, y, z); ^ X.java:11: error: illegal start of expression I len6 = foo->exp.method(x, y, z); ^ X.java:11: error: : expected I len6 = foo->exp.method(x, y, z); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: ';' expected } ^ X.java:7: error: reached end of file while parsing } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: invalid method reference I i = x::zoo; ^ cannot find symbol symbol: method zoo(int,String) location: class int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: I is abstract; cannot be instantiated I i = I::new; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: X is abstract; cannot be instantiated I i = X::new; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: enum types may not be instantiated I i = E::new; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: unexpected type I i = X::new; ^ required: class or interface without bounds found: ? extends String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: unexpected type I i = T::new; ^ required: class or array found: type parameter T where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: Annot is abstract; cannot be instantiated I i = Annot::new; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: non-static variable this cannot be referenced from a static context I i = this::foo; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: non-static variable super cannot be referenced from a static context I i = super::foo; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: non-static variable super cannot be referenced from a static context I i = X.super::zoo; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: bad return type in method reference I i3 = ArrayList::new; ^ ArrayList cannot be converted to List X.java:13: error: List is abstract; cannot be instantiated I i4 = List::new; ^ X.java:14: error: incompatible types: invalid method reference J j1 = String::length; ^ method length in class String cannot be applied to given types required: no arguments found: ArrayList reason: actual and formal argument lists differ in length X.java:17: error: incompatible types: invalid method reference J j4 = List::size; ^ method size in interface List cannot be applied to given types required: no arguments found: ArrayList reason: actual and formal argument lists differ in length where E is a type-variable: E extends Object declared in interface List 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: generic array creation I i1 = ArrayList[]::new; ^ X.java:8: error: generic array creation I i2 = List[]::new; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:34: error: incompatible types: invalid constructor reference I i = List[]::new; ^ constructor Array in class Array cannot be applied to given types required: int found: no arguments reason: actual and formal argument lists differ in length X.java:35: error: incompatible types: invalid constructor reference J j = ArrayList[]::new; ^ incompatible types: possible lossy conversion from long to int X.java:36: error: incompatible types: invalid constructor reference K k = ArrayList[]::new; ^ constructor Array in class Array cannot be applied to given types required: int found: String,long reason: actual and formal argument lists differ in length X.java:37: warning: [unchecked] unchecked conversion L l = ArrayList[]::new; ^ required: List[] found: ArrayList[] X.java:38: warning: [unchecked] unchecked conversion M m = ArrayList[]::new; ^ required: List[] found: ArrayList[] X.java:39: warning: [unchecked] unchecked conversion N n = ArrayList[]::new; ^ required: List[] found: ArrayList[] X.java:40: warning: [unchecked] unchecked conversion O o = ArrayList[]::new; ^ required: List[] found: ArrayList[] X.java:41: warning: [unchecked] unchecked conversion P p = ArrayList[]::new; ^ required: List[] found: ArrayList[] X.java:42: error: incompatible types: invalid constructor reference Q q = ArrayList[]::new; ^ incompatible types: Float cannot be converted to int X.java:43: error: incompatible types: bad return type in method reference R r = ArrayList[][][]::new; ^ ArrayList[][][] cannot be converted to List[] 5 errors 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: invalid method reference I i1 = x::foo; ^ unexpected static method foo() found in bound lookup X.java:10: error: invalid method reference I i2 = X::foo; ^ parameterized qualifier on static method reference X.java:11: error: incompatible types: bad return type in method reference I i3 = X::foo; ^ void cannot be converted to List 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: bad return type in method reference I i1 = x::foo; ^ void cannot be converted to List X.java:10: error: incompatible types: invalid method reference I i2 = X::foo; ^ unexpected instance method foo() found in unbound lookup X.java:11: error: incompatible types: invalid method reference I i3 = X::foo; ^ unexpected instance method foo() found in unbound lookup 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: bad return type in method reference I i1 = X::foo; ^ void cannot be converted to List 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: bad return type in method reference I i1 = X::foo; ^ void cannot be converted to List 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: invalid method reference I i1 = X::foo; ^ unexpected static method foo() found in unbound lookup 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: invalid method reference I i1 = X::foo; ^ method foo in class X cannot be applied to given types required: no arguments found: X,int reason: actual and formal argument lists differ in length where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: invalid method reference I i1 = X::foo; ^ reference to foo is ambiguous both method foo(X,int) in X and method foo(int) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:23: error: incompatible types: bad return type in method reference J j = X::new; ^ X cannot be converted to X X.java:24: error: incompatible types: K is not a functional interface K k = X::new; ^ multiple non-overriding abstract methods found in interface K X.java:26: error: incompatible types: invalid constructor reference M m = X::new; ^ incompatible types: String cannot be converted to int 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: error: incompatible thrown types IOException,FileNotFoundException in functional expression I i = X::new; ^ X.java:20: error: incompatible types: bad return type in method reference J j = X::new; ^ X cannot be converted to X X.java:21: error: incompatible thrown types IOException,FileNotFoundException in functional expression K k = X::new; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: abstract method foo() in Y cannot be accessed directly I i = super::foo; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Y in unnamed package has been deprecated class X extends Y { ^ X.java:5: warning: [deprecation] foo() in Y has been deprecated I i = X::foo; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Y in unnamed package has been deprecated class X extends Y { ^ X.java:5: warning: [deprecation] foo() in Y has been deprecated I i = X::foo; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: bad return type in method reference I i = new X()::foo; ^ void cannot be converted to List 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: bad return type in method reference I i = new X()::foo; ^ ArrayList cannot be converted to List 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: X List doit(X x, int y); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:8: warning: [rawtypes] found raw type: X I i = X::foo; ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:8: warning: [unchecked] unchecked conversion I i = X::foo; ^ required: List found: ArrayList 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol Zork foo() { ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/I.java:12: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID class ExceptionType extends Exception { ^ X.java:3: warning: [rawtypes] found raw type: I I i = (p) -> { return null; }; ^ missing type arguments for generic class I

where P is a type-variable: P extends ParameterType declared in interface I error: ParameterType is not public in p; cannot be accessed from outside package X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package I i = (p) -> { return null; }; ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/I.java:2: warning: auxiliary class ParameterType in p/ReturnType.java should not be accessed from outside its own source file public interface I

{ ^ p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ X.java:3: warning: [rawtypes] found raw type: I I i = (p) -> { return null; }; ^ missing type arguments for generic class I

where P is a type-variable: P extends ParameterType declared in interface I error: ParameterType is not public in p; cannot be accessed from outside package X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package I i = (p) -> { return null; }; ^ 2 errors 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/I.java:13: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID class ExceptionType extends Exception { ^ X.java:3: warning: [rawtypes] found raw type: I I i = (p) -> { return null; }; ^ missing type arguments for generic class I

where P is a type-variable: P extends ParameterType declared in interface I X.java:3: error: ReturnType is not public in p; cannot be accessed from outside package I i = (p) -> { return null; }; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/I.java:10: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID class ExceptionType extends Exception { ^ error: ParameterType is not public in p; cannot be accessed from outside package X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package I i = (p) -> { return null; }; ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ X.java:3: error: incompatible types: cannot infer functional interface descriptor for I I i = (String p) -> { return null; }; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ X.java:3: error: incompatible types: cannot infer functional interface descriptor for I I i = (String p) -> { return null; }; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID class T extends p.ExceptionType {} ^ X.java:6: error: incompatible types: incompatible parameter types in lambda expression I i = (String p) -> { return null; }; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID class T extends p.ExceptionType {} ^ X.java:6: error: type argument T is not within bounds of type-variable P I i = (String p) -> { return null; }; ^ where P is a type-variable: P extends ParameterType declared in interface I X.java:6: error: incompatible types: cannot infer functional interface descriptor for I I i = (String p) -> { return null; }; ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID class T extends p.ExceptionType {} ^ X.java:6: error: incompatible types: cannot infer functional interface descriptor for I I i = (String p) -> { return null; }; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/I.java:4: error: incompatible types: T cannot be converted to Throwable R doit(List>[] p) throws T; ^ where T,P are type-variables: T extends P declared in interface I P extends ParameterType declared in interface I p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID class T extends p.ExceptionType {} ^ X.java:6: error: incompatible types: cannot infer functional interface descriptor for I I i = (String p) -> { return null; }; ^ 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID public class ExceptionType extends Exception { ^ X.java:3: warning: [rawtypes] found raw type: I I i = (String p) -> { return null; }; ^ missing type arguments for generic class I where P,T,R are type-variables: P extends ParameterType declared in interface I T extends ExceptionType declared in interface I R extends ReturnType declared in interface I X.java:3: error: incompatible types: incompatible parameter types in lambda expression I i = (String p) -> { return null; }; ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: class Y is already defined in method foo() class Y{} ; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: no suitable method found for foo((s)->{ }) new X().foo((s)->{}); ^ method X.foo(I) is not applicable (argument mismatch; incompatible parameter types in lambda expression) method X.foo(J) is not applicable (argument mismatch; incompatible parameter types in lambda expression) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: no suitable method found for foo(()->{ return ""; }) new X().foo(()->{ return "";}); ^ method X.foo(I) is not applicable (argument mismatch; bad return type in lambda expression unexpected return value) method X.foo(K) is not applicable (argument mismatch; incompatible parameter types in lambda expression) X.java:16: error: no suitable method found for foo(()->10) new X().foo(()-> 10); ^ method X.foo(I) is not applicable (argument mismatch; lambda body is not compatible with a void functional interface (consider using a block lambda body, or use a statement expression instead)) method X.foo(K) is not applicable (argument mismatch; bad return type in lambda expression int cannot be converted to String) X.java:17: error: no suitable method found for foo((s)->{ }) new X().foo((s)->{}); ^ method X.foo(I) is not applicable (argument mismatch; incompatible parameter types in lambda expression) method X.foo(K) is not applicable (argument mismatch; bad return type in lambda expression missing return value) X.java:18: error: no suitable method found for foo((s)->{ return; }) new X().foo((s)->{ return;}); ^ method X.foo(I) is not applicable (argument mismatch; incompatible parameter types in lambda expression) method X.foo(K) is not applicable (argument mismatch; bad return type in lambda expression missing return value) 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: type argument T#1 is not within bounds of type-variable T#2 T foo(I it) { return null; } ^ where T#1,T#2 are type-variables: T#1 extends Object declared in method foo(I) T#2 extends String declared in interface I X.java:7: error: method foo in class X cannot be applied to given types; new X().foo(()->{}); ^ required: I found: ()->{ } reason: cannot infer type-variable(s) T (argument mismatch; cannot infer functional interface descriptor for I) where T is a type-variable: T extends Object declared in method foo(I) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: no suitable method found for foo(()->{ return 10; }) new X().foo(()->{ return 10; }); ^ method X.foo(I) is not applicable (argument mismatch; bad return type in lambda expression unexpected return value) method X.foo(J) is not applicable (argument mismatch; bad return type in lambda expression int cannot be converted to String) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X void foo(I it) { System.out.println("foo(I)");} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X void foo(I it) { System.out.println("foo(I)");} ^ X.java:11: error: no suitable method found for foo((Object o)->{ }) new X().foo((Object o)->{}); ^ method X.foo(I) is not applicable (argument mismatch; incompatible parameter types in lambda expression) method X.foo(J) is not applicable (argument mismatch; incompatible parameter types in lambda expression) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: reference to g is ambiguous g(() -> f++); ^ both method g(I) in X and method g(J) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:31: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:31: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Z X.java:9: error: incompatible types: bad return type in method reference this(X::goo); ^ int cannot be converted to String X.java:14: error: incompatible types: bad return type in lambda expression this((x) -> { return 10;}); ^ int cannot be converted to String X.java:18: error: incompatible types: bad return type in method reference foo(X::goo); ^ int cannot be converted to String X.java:19: error: incompatible types: bad return type in lambda expression new X((x)->{ return 10;}); ^ int cannot be converted to String X.java:20: error: incompatible types: bad return type in lambda expression new X((x)->{ return 10;}).new Y((x) -> { return 0;}); ^ int cannot be converted to String X.java:20: error: incompatible types: bad return type in lambda expression new X((x)->{ return 10;}).new Y((x) -> { return 0;}); ^ int cannot be converted to String X.java:21: error: incompatible types: bad return type in lambda expression new X((x)->{ return 10;}) {}; ^ int cannot be converted to String X.java:26: error: incompatible types: bad return type in method reference super(X::goo); ^ int cannot be converted to String X.java:29: error: incompatible types: bad return type in lambda expression super (x -> 10); ^ int cannot be converted to String Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 10 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol public class X extends Zork { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method foo in class X cannot be applied to given types; foo(X::goo); ^ required: I[][] found: X::goo reason: varargs mismatch; Array is not a functional interface X.java:9: error: method foo in class X cannot be applied to given types; foo((x)-> {return 10;}); ^ required: I[][] found: (x)->{ return 10; } reason: varargs mismatch; Array is not a functional interface 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol public class X extends Zork { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol public class X extends Zork { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol public class X extends Zork { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol public class X extends Zork { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: method foo in class X cannot be applied to given types; foo(true ? X::goo : X::goo); ^ required: I[] found: true ? X::[...]::goo reason: varargs mismatch; bad type in conditional expression bad return type in method reference int cannot be converted to String X.java:9: error: method foo in class X cannot be applied to given types; foo(true ? x-> 1 : x->0); ^ required: I[] found: true ? (x)[...]x)->0 reason: varargs mismatch; bad type in conditional expression bad return type in lambda expression int cannot be converted to String 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: incompatible types: bad return type in lambda expression goo((x) -> { while (FALSE) throw new Exception(); }); ^ missing return value X.java:17: error: incompatible types: bad return type in lambda expression goo((x) -> { while (POI) throw new Exception(); }); ^ missing return value X.java:19: error: incompatible types: bad return type in lambda expression goo((x) -> { if (TRUE) throw new Exception(); }); ^ missing return value X.java:22: error: incompatible types: bad return type in lambda expression goo((x) -> { while (BLANK) throw new Exception(); }); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: lambda body is neither value nor void compatible goo((x) -> { if (x) return null; }); ^ X.java:8: error: incompatible types: bad return type in lambda expression goo((x) -> { if (x) return null; }); ^ missing return value X.java:9: error: incompatible types: bad return type in lambda expression goo((x) -> {}); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: bad return type in lambda expression goo((x) -> {}); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: lambda body is neither value nor void compatible goo((x) -> { if (x) return null; }); ^ X.java:8: error: incompatible types: bad return type in lambda expression goo((x) -> { if (x) return null; }); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: unexpected return value goo((x) -> { return null; }); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X void goo(I i) {} ^ X.java:11: error: reference to goo is ambiguous new X().goo((p1, p2) -> p1 = p1 + p2); ^ both method goo(I) in X and method goo(J) in X match 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: invalid flag: Xlint:empty Usage: javac use --help for a list of possible options Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X void goo(I i) {} ^ X.java:11: error: reference to goo is ambiguous new X().goo((p1, p2) -> p1 + p2); ^ both method goo(I) in X and method goo(J) in X match 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: illegal start of expression new X().foo(() -> { return () -> { return}; }); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: reference to f is ambiguous f(super::foo); ^ both method f(I) in X and method f(J) in X match X.java:18: error: non-static variable super cannot be referenced from a static context f(super::foo); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: abstract method foo() in Y cannot be accessed directly f(super::foo); ^ X.java:18: error: abstract method foo() in Y cannot be accessed directly I i = super::foo; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: reference to f is ambiguous f(super::foo); ^ both method f(I) in X and method f(J) in X match X.java:18: error: abstract method foo() in Y cannot be accessed directly f(super::foo); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: reference to f is ambiguous f(super::foo); ^ both method f(I) in X and method f(J) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: local variables referenced from a lambda expression must be final or effectively final executeLater(() -> System.out.println(n)); // Error: n is not effectively final ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: local variables referenced from a lambda expression must be final or effectively final executeLater(() -> System.out.println(n)); // Error: n is not effectively final ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: ';' expected static Foo1 f1 = af1 -> (a1,b1) -> {int uniqueName = 4; return uniqueName}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: invalid constructor reference I i = Y::new; ^ cannot access constructor Y() an enclosing instance of type X is not in scope 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot reference this before supertype constructor has been called this(Z::new); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot reference this before supertype constructor has been called this(() -> this.f); ^ X.java:12: error: cannot reference this before supertype constructor has been called this(() -> this.g()); ^ X.java:15: error: cannot reference f before supertype constructor has been called this(() -> f); ^ X.java:18: error: cannot reference this before supertype constructor has been called this(() -> g()); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Sample.java:6: error: local variables referenced from a lambda expression must be final or effectively final j=10; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: local variables referenced from an inner class must be final or effectively final j = 10; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable i might not have been initialized i.foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: variable t might already have been assigned t = 4; ^ X.java:12: error: variable t might not have been initialized } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: variable t might not have been initialized t += 3; ^ X.java:9: error: variable t might not have been initialized t += 4; ^ X.java:12: error: variable t might not have been initialized } ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: incompatible types: incompatible parameter types in lambda expression final Optional min = empty.minBy((a, b) -> a - b); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: bad return type in method reference foo(() -> foo(X::getInt)); ^ Integer cannot be converted to String Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Sample.java:6: error: local variables referenced from a lambda expression must be final or effectively final j=10; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot assign a value to final variable j j = 10; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: self-reference in initializer public static final int f = f; ^ X.java:6: error: self-reference in initializer public static final I fi = x -> fi; ^ X.java:7: error: illegal forward reference public static final I fj = x -> fk; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal forward reference static int f = ((I) (int x5, int x2) -> x1).run(10, 20); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:13: error: reference to goo is ambiguous goo((x, y) -> { x[0] += 1; }); ^ both method goo(I) in X and method goo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X static void goo(J j) { ^ X.java:13: error: reference to goo is ambiguous goo((x, y) -> { x[0] += 1; }); ^ both method goo(J) in X and method goo(I) in X match X.java:13: error: array required, but int found goo((x, y) -> { x[0] += 1; }); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X static void goo(J j) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X static void goo(J j) { ^ X.java:13: error: reference to goo is ambiguous goo((x, y) -> x[0] += 1); ^ both method goo(J) in X and method goo(I) in X match X.java:13: error: array required, but int found goo((x, y) -> x[0] += 1); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X static void goo(J j) { ^ X.java:13: error: reference to goo is ambiguous goo((x, y) -> x[0] += 1); ^ both method goo(J) in X and method goo(I) in X match X.java:13: error: array required, but int found goo((x, y) -> x[0] += 1); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol sysoresult[0]= 42; ^ symbol: variable sysoresult location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol System.out.printlnresult[0]= 42; ^ symbol: variable printlnresult location: variable out of type PrintStream 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol public void foo(Random arg) { ^ symbol: class Random location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Random arg; ^ symbol: class Random location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: expected return xyz. ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: class, interface, or enum expected } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: incompatible types: bad return type in lambda expression return (xyz, pqr) -> first.length(); ^ int is not a functional interface Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: reference to bar is ambiguous bar(x -> x++); // [1] ^ both method bar(FL) in C2_Sup and method bar(FI) in C2 match X.java:8: warning: [overloads] bar(FI) in C2 is potentially ambiguous with bar(FL) in C2_Sup void bar(FI fi) { } ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to bar is ambiguous bar(x -> x++); // [1] ^ both method bar(J) in K and method bar(I) in X match X.java:5: warning: [overloads] bar(I) in X is potentially ambiguous with bar(J) in K void bar(I fi) { } ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: cannot infer functional interface descriptor for Predicate import java.util.List;public class X { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: method foo in class X cannot be applied to given types; foo(0, (int x, int y) -> {return 2;}, 0); ^ required: no arguments found: int,(int x, in[...] 2; },int reason: actual and formal argument lists differ in length X.java:7: error: incompatible types: bad return type in lambda expression foo2((int x) -> ""); ^ String cannot be converted to int X.java:7: error: incompatible types: incompatible parameter types in lambda expression foo2((int x) -> ""); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: Comparable cannot be inherited with different arguments: and <> int result = ((Comparable & MyComparable) new X()).compareTo(1); ^ X.java:3: warning: [rawtypes] found raw type: X int result = ((Comparable & MyComparable) new X()).compareTo(1); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: bad return type in method reference Functional contr = int[]::new; ^ int[] cannot be converted to Integer[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: unexpected type int [] a = (int [] & IJK) null; ^ required: class found: int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: unexpected type int [] a = (int [] & Serializable & IJK) null; ^ required: class found: int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: unexpected type int [] a = (int [] & IJK & Serializable) null; ^ required: class found: int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: unexpected type int [] a = (IJK & Serializable & int []) null; ^ required: class found: int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: unexpected type I i = (int [] & I) (i) -> {}; ^ required: class found: int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: unexpected type I i = (int [] & Serializable) (i) -> {}; ^ required: class found: int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [rawtypes] found raw type: Y Y foo(); ^ missing type arguments for generic class Y where T is a type-variable: T extends Object declared in class Y X.java:8: error: invalid constructor reference I i = Y::new; ^ cannot use raw constructor reference with explicit type parameters for constructor 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: reference to bar is ambiguous bar( () -> (char) 0); // [1] ^ both method bar(FC) in C2 and method bar(FB) in C2 match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: incompatible types: bad type in conditional expression Comparator c = true ? (Integer i, Integer j) -> { return 0; } : (Long i, Long j) -> { return 1; }; ^ Comparator cannot be converted to Comparator X.java:4: error: incompatible types: bad type in conditional expression Comparator c = true ? (Integer i, Integer j) -> { return 0; } : (Long i, Long j) -> { return 1; }; ^ Comparator cannot be converted to Comparator 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: lambda expression not expected here I i = (I) ((args == null) ? ()->{} : ()-> {}); ^ X.java:6: error: lambda expression not expected here I i = (I) ((args == null) ? ()->{} : ()-> {}); ^ X.java:6: warning: [cast] redundant cast to I I i = (I) ((args == null) ? ()->{} : ()-> {}); ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol I i = Y.Z:: new; ^ symbol: class Y location: class X.Z where K,T are type-variables: K extends Object declared in class X.Z T extends Object declared in class X X.java:11: error: cannot find symbol i.foo(new Y()); ^ symbol: class Y location: class X.Z where K,T are type-variables: K extends Object declared in class X.Z T extends Object declared in class X X.java:19: error: cannot find symbol Y y = new Y(); ^ symbol: class Y location: class X where T is a type-variable: T extends Object declared in class X X.java:19: error: cannot find symbol Y y = new Y(); ^ symbol: class Y location: class X where T is a type-variable: T extends Object declared in class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: error: incompatible types: Stream cannot be converted to Stream Stream stream2 = entries.map(toName).distinct(); // ERROR ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String X.java:20: error: incompatible types: Stream cannot be converted to Stream withoutWildcard(entries.map(toName).distinct()); // ERROR ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String X.java:21: error: incompatible types: Stream cannot be converted to Stream withoutWildcard(stream); // ERROR ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String X.java:36: error: incompatible types: Stream cannot be converted to Stream if("1" == "") { return stream.collect(Collectors.toList()).stream(); // ERROR ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String X.java:38: error: incompatible types: inference variable R has incompatible bounds return stream.collect(Collectors.toList()); // NO ERROR ^ equality constraints: List upper bounds: Stream,Object where R,A,T#1,T#2 are type-variables: R extends Object declared in method collect(Collector) A extends Object declared in method collect(Collector) T#1 extends Object declared in interface Stream T#2 extends Object declared in method toList() Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol System.out.println( name.get().toUpperCase() ) ^ symbol: method get() location: variable name of type String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: invalid method reference Function, String> func = ArrayList::toString; ^ method toString in class AbstractCollection cannot be applied to given types required: no arguments found: List reason: actual and formal argument lists differ in length where E is a type-variable: E extends Object declared in class AbstractCollection 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List conforms to ArrayList System.out.println(func.apply(Arrays.asList("a", "b"))); ^ where T is a type-variable: T extends Object declared in method asList(T...) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List conforms to ArrayList System.out.println(func.apply(Arrays.asList("a", "b"))); ^ where T is a type-variable: T extends Object declared in method asList(T...) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID class Vector extends ArrayList {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID class Vector extends ArrayList {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID class Vector extends ArrayList {} ^ X.java:11: error: incompatible types: bad return type in lambda expression I i = ArrayList::new; ^ no instance(s) of type variable(s) E exist so that ArrayList conforms to Vector where E is a type-variable: E extends Object declared in class ArrayList 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID class Vector extends ArrayList {} ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List conforms to CAP#1 System.out.println(func.apply(Arrays.asList("a", "b"))); ^ where T is a type-variable: T extends Object declared in method asList(T...) where CAP#1 is a fresh type-variable: CAP#1 extends ArrayList from capture of ? extends ArrayList Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol interface I1 { int foo(Strin i); } ^ symbol: class Strin location: interface I1 X.java:3: error: incompatible types: bad return type in lambda expression I1 i = (a) -> { ^ missing return value 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only, which has to be the first parameter Function f1= (String s, Function this) -> s; ^ X.java:4: error: ')' expected Function f2= (Function this, String s) -> s; ^ X.java:4: error: not a statement Function f2= (Function this, String s) -> s; ^ X.java:4: error: ';' expected Function f2= (Function this, String s) -> s; ^ X.java:4: error: ';' expected Function f2= (Function this, String s) -> s; ^ X.java:4: error: not a statement Function f2= (Function this, String s) -> s; ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: unreported exception IOException; must be caught or declared to be thrown require(s1 != null || s2 != null, "both strings are null"); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible thrown types Exception in functional expression I i = X::goo; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: Unexpected @FunctionalInterface annotation @FunctionalInterface ^ F2 is not a functional interface multiple non-overriding abstract methods found in interface F2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: class Z is already defined in method foo() class Z { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Y.java:13: error: cannot reference this before supertype constructor has been called return new Z(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: incompatible types: invalid method reference BinaryOperator> attempt_X_0 = Consumer::andThen; ^ incompatible types: Consumer cannot be converted to Consumer where T,ISSUPER_T are type-variables: T extends ISSUPER_T declared in method method() ISSUPER_T extends Object declared in method method() where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: T from capture of ? super T CAP#2 extends Object super: T from capture of ? super T X.java:14: error: incompatible types: invalid method reference BinaryOperator> attempt_X_1 = Subsumer::andThe1; ^ incompatible types: Subsumer cannot be converted to Subsumer where T,ISSUPER_T are type-variables: T extends ISSUPER_T declared in method method() ISSUPER_T extends Object declared in method method() where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: T from capture of ? super T CAP#2 extends Object super: T from capture of ? super T X.java:15: error: incompatible types: invalid method reference BinaryOperator> attempt_X_2 = Subsumer::andThe2; ^ incompatible types: Subsumer cannot be converted to Subsumer where T,ISSUPER_T are type-variables: T extends ISSUPER_T declared in method method() ISSUPER_T extends Object declared in method method() where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: T from capture of ? super T CAP#2 extends Object super: T from capture of ? super T X.java:16: error: incompatible types: invalid method reference BinaryOperator> attempt_X_3 = Subsumer::andThe3; ^ method andThe3 in interface Subsumer cannot be applied to given types required: Subsumer,Subsumer found: Subsumer,Subsumer reason: inference variable U has incompatible bounds equality constraints: CAP#1 upper bounds: CAP#2,Object where U,T#1,ISSUPER_T,T#2 are type-variables: U extends Object declared in method andThe3(Subsumer,Subsumer) T#1 extends ISSUPER_T declared in method method() ISSUPER_T extends Object declared in method method() T#2 extends Object declared in interface Subsumer where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: T#1 from capture of ? super T#1 CAP#2 extends Object super: T#1 from capture of ? super T#1 X.java:17: error: incompatible types: invalid method reference BinaryOperator> attempt_X_4 = Subsumer::andThe4; ^ method andThe4 in interface Subsumer cannot be applied to given types required: Subsumer,Subsumer found: Subsumer,Subsumer reason: inference variable ISSUPER_S has incompatible bounds equality constraints: CAP#1 lower bounds: S,CAP#2 where S,ISSUPER_S,T#1,ISSUPER_T,T#2 are type-variables: S extends ISSUPER_S declared in method andThe4(Subsumer,Subsumer) ISSUPER_S extends Object declared in method andThe4(Subsumer,Subsumer) T#1 extends ISSUPER_T declared in method method() ISSUPER_T extends Object declared in method method() T#2 extends Object declared in interface Subsumer where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object super: T#1 from capture of ? super T#1 CAP#2 extends Object super: T#1 from capture of ? super T#1 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: Comparator final Comparator mComparator1; ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator X.java:4: warning: [rawtypes] found raw type: Comparator Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2); ^ missing type arguments for generic class Comparator where T is a type-variable: T extends Object declared in interface Comparator X.java:4: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type Comparator Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2); ^ where T is a type-variable: T extends Object declared in interface Comparator X.java:4: error: variable mComparator1 might not have been initialized Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: variable x might not have been initialized } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:29: error: reference to forEachOrdered is ambiguous lines1.forEachOrdered(s -> Files.isHidden(Paths.get(s))); ^ both method forEachOrdered(Consumer) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match where T,CONSUMER are type-variables: T extends Object declared in interface StreamyBase CONSUMER extends Object declared in class AbstractStream X.java:30: error: reference to forEachOrdered is ambiguous lines1.forEachOrdered(s -> System.out.println(s)); ^ both method forEachOrdered(Consumer) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match where T,CONSUMER are type-variables: T extends Object declared in interface StreamyBase CONSUMER extends Object declared in class AbstractStream 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:29: error: reference to forEachOrdered is ambiguous lines1.forEachOrdered(s -> Files.isHidden(Paths.get(s))); ^ both method forEachOrdered(Consumer) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match where T,CONSUMER are type-variables: T extends Object declared in interface StreamyBase CONSUMER extends Object declared in class AbstractStream X.java:30: error: reference to forEachOrdered is ambiguous lines1.forEachOrdered(s -> System.out.println(s)); ^ both method forEachOrdered(Consumer) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match where T,CONSUMER are type-variables: T extends Object declared in interface StreamyBase CONSUMER extends Object declared in class AbstractStream 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: cannot reference this before supertype constructor has been called return new Z(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: warning: [overloads] module(M) in BaseModule is potentially ambiguous with module(Function) in BaseModule public BaseModule module(final M m) { ^ X.java:33: error: reference to module is ambiguous new M1().module((c) -> new M2()); ^ both method module(M) in BaseModule and method module(Function) in BaseModule match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot find symbol Map map = ^ symbol: class Map location: class X X.java:12: error: invalid method reference Person::getLast, ^ cannot find symbol symbol: method getLast() location: class Person X.java:13: error: cannot find symbol Function.identity() ^ symbol: variable Function location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] test(ToLongFunction) in X is potentially ambiguous with test(ToIntFunction) in X private static void test(ToLongFunction func) {} ^ where T#1,T#2 are type-variables: T#1 extends Object declared in method test(ToLongFunction) T#2 extends Object declared in method test(ToIntFunction) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: InvisibleInterface has private access in T2 T2.run(() -> {}); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: incompatible types: invalid method reference Fun f1 = X::size; ^ reference to size is ambiguous both method size(X) in X and method size() in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: invalid method reference Fun f1 = X::size; ^ reference to size is ambiguous both method size(Object) in X and method size() in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: invalid method reference Function, String> v5 = CL::method1; ^ unexpected instance method method1(CL) found in unbound lookup where F,T are type-variables: F extends Object declared in method method1(CL) T extends Object declared in class CL X.java:8: error: method method1 in class CL cannot be applied to given types; v5 = t -> t.method1(); ^ required: CL found: no arguments reason: cannot infer type-variable(s) F (actual and formal argument lists differ in length) where T,F are type-variables: T extends Object declared in class CL F extends Object declared in method method1(CL) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol java.util.function.Consumer c = array -> map.compute(array.get(0), (k, v) -> null); ^ symbol: method get(int) location: variable array of type int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug.java:13: error: variable s might not have been initialized private final ActionListener listener2 = e -> System.out.println(s); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol public void bar(FI fi) {} ^ symbol: class FI location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: illegal '.' void consume(String.. strings); // syntax error here ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: incompatible parameter types in lambda expression consu((String... s) -> System.out.print(s.length)); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: invalid method reference I i = X::function; ^ incompatible types: Integer cannot be converted to String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: generic array creation i = X[]::new; // ! OK ^ X.java:9: error: generic array creation a = new X[10]; // ! OK ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: I cannot be converted to I return m((X x1, X x2) -> { return new Y(); }); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: bad type qualifier I1 in default super call doOutput(I1.super::print); // illegal attempt to skip I2.print() ^ redundant interface I1 is extended by I2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: bad type qualifier IA in default super call doOutput(IA.super::print); // illegal attempt to skip IB.print() ^ method print() is overridden in IB 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- XY.java:23: error: cannot find symbol J jx = y.super :: foo; ^ symbol: class y location: class XY 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: '_' used as an identifier F f = (int _) -> { ^ (use of '_' as an identifier is forbidden for lambda parameters) X.java:8: error: '_' used as an identifier F f2 = _ -> {}; ^ (use of '_' as an identifier is forbidden for lambda parameters) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- YYY.java:3: error: Unexpected @FunctionalInterface annotation interface DERIVED extends BASE {void run1();}@FunctionalInterface public class YYY { ^ YYY is not a functional interface YYY.java:4: error: annotation type not applicable to this kind of declaration @FunctionalInterface int x; @FunctionalInterface public static void main(String[] args) { ^ YYY.java:4: error: annotation type not applicable to this kind of declaration @FunctionalInterface int x; @FunctionalInterface public static void main(String[] args) { ^ YYY.java:2: error: Unexpected @FunctionalInterface annotation @FunctionalInterface ^ DERIVED is not a functional interface multiple non-overriding abstract methods found in interface DERIVED YYY.java:5: error: annotation type not applicable to this kind of declaration @FunctionalInterface int y; System.out.println("Hello"); } ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class LambdaExpressionsTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: BinaryOperator BinaryOperator binOp = (x,y) -> { return x+y; }; ^ missing type arguments for generic class BinaryOperator where T is a type-variable: T extends Object declared in interface BinaryOperator X.java:6: error: bad operand types for binary operator '+' BinaryOperator binOp = (x,y) -> { return x+y; }; ^ first type: Object second type: Object 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated System.out.println(i.unbox(new Integer(1234))); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [deprecation] Integer(int) in Integer has been deprecated X[][][] x = i.copy(new Integer(631)); ^ X.java:10: warning: [deprecation] Integer(int) in Integer has been deprecated x = j.copy(new Integer((short)136)); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: cannot find symbol i = X.Y::new; ^ symbol: class Y location: class X X.java:27: error: cannot find symbol new X().new Y().f(); ^ symbol: class Y location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: X X foo(int x); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:5: warning: [rawtypes] found raw type: X class Y extends X { ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:12: warning: [rawtypes] found raw type: X new X().goo(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol Set x = foo(Set::new); ^ symbol: class Z location: class X X.java:11: error: Set is abstract; cannot be instantiated Set x = foo(Set::new); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: unexpected type int [] a = (int [] & Cloneable & Serializable) new int[5]; ^ required: class found: int[] 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException ((Serializable & AutoCloseable) (() -> {})).close(); ^ where INT#1 is an intersection type: INT#1 extends Object,Serializable,AutoCloseable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [try] auto-closeable resource AnotherAutoCloseable has a member method close() that could throw InterruptedException interface AnotherAutoCloseable extends AutoCloseable {} ^ X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException ((Serializable & AnotherAutoCloseable) (() -> {})).close(); ^ where INT#1 is an intersection type: INT#1 extends Object,Serializable,AnotherAutoCloseable 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException ((AutoCloseable & Serializable) (() -> {})).close(); ^ where INT#1 is an intersection type: INT#1 extends Object,AutoCloseable,Serializable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [try] auto-closeable resource AnotherAutoCloseable has a member method close() that could throw InterruptedException interface AnotherAutoCloseable extends AutoCloseable {} ^ X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException ((AnotherAutoCloseable & Serializable) (() -> {})).close(); ^ where INT#1 is an intersection type: INT#1 extends Object,AnotherAutoCloseable,Serializable 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [static] static variable should be qualified by type name, J, instead of by an expression System.out.println(((I & J) j).xyz); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [static] static variable should be qualified by type name, J, instead of by an expression System.out.println(((I & J) j).xyz); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Comparable int foo (Comparable arg); ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ArrayConstructorReference.java:9: warning: [rawtypes] found raw type: IntFunction java.util.function.IntFunction[][][] sa = (java.util.function.IntFunction[][][]) o; ^ missing type arguments for generic class IntFunction where R is a type-variable: R extends Object declared in interface IntFunction 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ArrayConstructorReference.java:9: warning: [rawtypes] found raw type: IntFunction java.util.function.IntFunction[] sa = (java.util.function.IntFunction[]) o; ^ missing type arguments for generic class IntFunction where R is a type-variable: R extends Object declared in interface IntFunction 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: reference to foo is ambiguous k.foo("direct", " call"); ^ both method foo(T#1,String) in J and method foo(String,T#2) in I match where T#1,T#2 are type-variables: T#1 extends Object declared in interface J T#2 extends Object declared in interface I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: reference to foo is ambiguous System.out.println(k.foo("direct", " call")); ^ both method foo(T#1,String) in J and method foo(String,T#2) in I match where T#1,T#2 are type-variables: T#1 extends Object declared in interface J T#2 extends Object declared in interface I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [rawtypes] found raw type: X.Observable public void invalidated(Observable observable); ^ missing type arguments for generic class X.Observable where T is a type-variable: T extends Object declared in class X.Observable X.java:22: warning: [rawtypes] found raw type: X.Observable helper = (ExpressionHelper) addListener(helper, null, (Observable o) -> {throw new RuntimeException();}); ^ missing type arguments for generic class X.Observable where T is a type-variable: T extends Object declared in class X.Observable X.java:22: warning: [cast] redundant cast to ExpressionHelper helper = (ExpressionHelper) addListener(helper, null, (Observable o) -> {throw new RuntimeException();}); ^ X.java:23: warning: [rawtypes] found raw type: X.Observable helper = addListener(helper, null, (Observable o) -> {throw new RuntimeException();}); ^ missing type arguments for generic class X.Observable where T is a type-variable: T extends Object declared in class X.Observable 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [rawtypes] found raw type: Comparable Comparable foo(); ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: incompatible types: invalid method reference persons.sort(Comparator.comparing(Comparator.nullsLast(Person::getEmail))); ^ method getEmail in class Person cannot be applied to given types required: no arguments found: T,T reason: actual and formal argument lists differ in length where T is a type-variable: T extends Object declared in method nullsLast(Comparator) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: error: no suitable method found for comparing(Comparator) persons.sort(Comparator.comparing(Comparator.nullsLast(Person::isRunnable))); ^ method Comparator.comparing(Function,Comparator) is not applicable (cannot infer type-variable(s) T#1,U#1 (actual and formal argument lists differ in length)) method Comparator.comparing(Function) is not applicable (no instance(s) of type variable(s) T#3 exist so that Comparator conforms to Function) where T#1,U#1,T#2,U#2,T#3 are type-variables: T#1 extends Object declared in method comparing(Function,Comparator) U#1 extends Object declared in method comparing(Function,Comparator) T#2 extends Object declared in method comparing(Function) U#2 extends Comparable declared in method comparing(Function) T#3 extends Object declared in method nullsLast(Comparator) X.java:21: error: incompatible types: cannot infer type-variable(s) T#1 persons.sort(Comparator.comparing(Comparator.nullsLast(Person::isRunnable))); ^ (argument mismatch; invalid method reference method isRunnable in class Person cannot be applied to given types required: T#2,V found: Object,Object reason: wrong number of type arguments; required 2) where T#1,T#2,V are type-variables: T#1 extends Object declared in method nullsLast(Comparator) T#2 extends Runnable declared in method isRunnable(T#2,V) V extends Serializable declared in method isRunnable(T#2,V) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: reference to visit is ambiguous new X().visit( System.out::println ); ^ both method visit(Function) in X and method visit(Consumer) in X match X.java:5: error: incompatible types: bad return type in method reference new X().visit( System.out::println ); ^ void cannot be converted to Boolean X.java:7: warning: [overloads] visit(Function) in X is potentially ambiguous with visit(Consumer) in X public boolean visit(Function func) { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:5: warning: [rawtypes] found raw type: Function Test(Function pFunction) { ^ missing type arguments for generic class Function where T,R are type-variables: T extends Object declared in interface Function R extends Object declared in interface Function Foo.java:6: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function class Baz {public Baz(Object pObj) {pFunction.apply(pObj);}} ^ where T,R are type-variables: T extends Object declared in interface Function R extends Object declared in interface Function 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:5: warning: [rawtypes] found raw type: Function Test(Function pFunction) { ^ missing type arguments for generic class Function where T,R are type-variables: T extends Object declared in interface Function R extends Object declared in interface Function Foo.java:12: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function pFunction.apply(pObj); ^ where T,R are type-variables: T extends Object declared in interface Function R extends Object declared in interface Function 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: variable y is already defined in method foo(int) Consumer c1 = (y)-> {}; ^ X.java:8: error: variable y is already defined in method foo2() Consumer c1 = (y)-> {}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [serial] serializable class X has no definition of serialVersionUID public class X implements java.io.Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: warning: [serial] serializable class Test has no definition of serialVersionUID public class Test implements Serializable{ ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:5: warning: [rawtypes] found raw type: Function Foo foo(Function pFunction) { ^ missing type arguments for generic class Function where T,R are type-variables: T extends Object declared in interface Function R extends Object declared in interface Function Test.java:12: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function pFunction.apply(pObj); ^ where T,R are type-variables: T extends Object declared in interface Function R extends Object declared in interface Function 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/BugDemonstrator.java:6: error: B is not public in test.subpackage; cannot be accessed from outside package c.invoke((Integer i) -> { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestInlineLambdaArray.java:5: error: invalid method declaration; return type required public TestInlineLambda(FI fi) {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BadInferenceMars451.java:31: error: type BadInferenceMars451 does not take parameters return stuff.stream().collect(Collectors.toMap(Function.identity(), t -> Arrays.asList(t), BadInferenceMars451::sum)); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: incompatible types: INT#1 is not a functional interface Calculator test = (Calculator & Sumator) (a, b) -> a + b; ^ multiple non-overriding abstract methods found in interface INT#1 where INT#1 is an intersection type: INT#1 extends Object,Calculator,Sumator X.java:21: error: incompatible types: INT#1 is not a functional interface Sumator sumator = (Calculator & Sumator) (a, b) -> a + b; // does compile, but throws an Exception ^ multiple non-overriding abstract methods found in interface INT#1 where INT#1 is an intersection type: INT#1 extends Object,Calculator,Sumator X.java:24: error: incompatible types: Both is not a functional interface Both both = (Both) (a, b) -> a + b; // does not compile ^ multiple non-overriding abstract methods found in interface Both 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/GryoMapper.java:11: warning: [rawtypes] found raw type: Generic public void addCustom(Generic c) { ^ missing type arguments for generic class Generic where A is a type-variable: A extends Object declared in interface Generic test/GryoMapper.java:12: warning: [unchecked] unchecked method invocation: method of in class GryoTypeReg is applied to given types addOrOverrideRegistration(() -> GryoTypeReg.of(c)); ^ required: Generic found: Generic where E is a type-variable: E extends Object declared in method of(Generic) test/GryoMapper.java:12: warning: [unchecked] unchecked conversion addOrOverrideRegistration(() -> GryoTypeReg.of(c)); ^ required: Generic found: Generic where E is a type-variable: E extends Object declared in method of(Generic) test/GryoMapper.java:12: warning: [unchecked] unchecked method invocation: method addOrOverrideRegistration in class GryoMapper is applied to given types addOrOverrideRegistration(() -> GryoTypeReg.of(c)); ^ required: SAM> found: SAM> where C is a type-variable: C extends Object declared in method addOrOverrideRegistration(SAM>) 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Snippet.java:11: warning: [try] auto-closeable resource istr is never referenced in body of corresponding try statement try( java.io.InputStream istr = Files.newInputStream( Paths.get( "" ) )){ ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T Object m(T... arg); ^ where T is a type-variable: T extends Object declared in interface FI2 Z.java:8: warning: [overloads] m(FI1,Integer,Integer) in Z is potentially ambiguous with m(FI2,V,V) in Z static Object m(FI1 fi, Integer v1, Integer v2) { ^ where V is a type-variable: V extends Integer declared in method m(FI2,V,V) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: J cannot be converted to J J j5 = (C y) -> ""; ^ X.java:10: error: incompatible types: cannot infer functional interface descriptor for K> K> k = (D> d) -> ""; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: incompatible parameter types in lambda expression I i = (C l) -> {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: cannot infer type-variable(s) S,T,U,W I x2s = compose(this::bar, this::i2s); } ^ (argument mismatch; invalid method reference incompatible types: Object cannot be converted to Integer) where S,T,U,W,V are type-variables: S extends Object declared in method compose(I,I) T extends Object declared in method compose(I,I) U extends Object declared in method compose(I,I) W extends Number declared in method bar(V) V extends Object declared in method bar(V) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: cannot infer type-variable(s) Z I x2s = compose(this::bar, this::i2s); ^ (argument mismatch; Object cannot be converted to Integer) where Z is a type-variable: Z extends Object declared in method i2s(Integer) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class LambdaRegressionTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- An exception has occurred in the compiler (10.0.2). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you. java.lang.AssertionError at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155) at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor$LambdaTranslationContext.addSymbol(LambdaToMethod.java:2095) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitClassDef(LambdaToMethod.java:1329) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitBlock(LambdaToMethod.java:1294) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitLambda(TreeTranslator.java:294) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.analyzeLambda(LambdaToMethod.java:1410) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitLambda(LambdaToMethod.java:1388) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1807) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitApply(TreeTranslator.java:280) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitApply(LambdaToMethod.java:1271) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1634) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitExec(TreeTranslator.java:250) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1452) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitBlock(LambdaToMethod.java:1294) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitMethodDef(TreeTranslator.java:150) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitMethodDef(LambdaToMethod.java:1427) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitClassDef(LambdaToMethod.java:1336) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.analyzeAndPreprocessClass(LambdaToMethod.java:1260) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.access$300(LambdaToMethod.java:1212) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.visitClassDef(LambdaToMethod.java:241) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774) at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translate(LambdaToMethod.java:206) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translate(LambdaToMethod.java:199) at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translateTopLevelClass(LambdaToMethod.java:226) at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1552) at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1424) at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965) at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306) at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165) at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57) at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43) Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: inference variable T#1 has incompatible bounds String s = goo(foo("String", "String", (u, v) -> v)); ^ upper bounds: String,T#2,Object lower bounds: Object,String where T#1,U,V,T#2 are type-variables: T#1 extends Object declared in method foo(T#1,U,I) U extends Object declared in method foo(T#1,U,I) V extends Object declared in method foo(T#1,U,I) T#2 extends Object declared in method goo(T#2) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: bad return type in lambda expression .forEach(entry -> test() ? bad() : returnType()); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to call is ambiguous fl.call(each -> each.doSomething()); // fails ^ both method call(LeftHand) in Left and method call(RightHand) in Concrete match where T#1,T#2 are type-variables: T#1 extends Object declared in interface Left T#2 extends Object declared in class Concrete X.java:5: error: reference to call is ambiguous fl.call((Target each) -> each.doSomething()); // fails ^ both method call(LeftHand) in Left and method call(RightHand) in Concrete match where T#1,T#2 are type-variables: T#1 extends Object declared in interface Left T#2 extends Object declared in class Concrete X.java:6: error: reference to call is ambiguous fl.call(Target::doSomething); // succeeds in Eclipse 4.5M3 and 4.4.1 ^ both method call(LeftHand) in Left and method call(RightHand) in Concrete match where T#1,T#2 are type-variables: T#1 extends Object declared in interface Left T#2 extends Object declared in class Concrete 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: invalid constructor reference return System::new; ^ constructor System in class System cannot be applied to given types required: no arguments found: int reason: actual and formal argument lists differ in length 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [deprecation] Integer(int) in Integer has been deprecated return new Integer(++value); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Main.java:12: error: variable value might not have been initialized LOG.info(() -> String.format("Value is: %s", value)); ^ test/Main.java:8: error: variable value not initialized in the default constructor private final static String value; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Main.java:12: error: variable value might not have been initialized LOG.info(() -> String.format("Value is: %s", value)); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol MySupplier s = test::new; // incorrect ^ symbol: class test location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: error: incompatible types: bad return type in lambda expression r.accept((l) -> (doItOnTheClass(new Object()))); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:5: error: incompatible types: bad return type in lambda expression r.process((o) -> (new Object())); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:5: error: incompatible types: bad return type in lambda expression r.assign((o) -> (o = new Object())); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/X.java:6: error: generic array creation list.stream().toArray(List[]::new); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:14: error: incompatible types: lambda body is not compatible with a void functional interface forEachValueOfType(numList, Integer.class, (Integer i) -> (System.out.println(Integer.toString(i)))); ^ (consider using a block lambda body, or use a statement expression instead) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:10: error: incompatible types: bad return type in lambda expression return x -> x.isEmpty() ? System.out.println() : System.out.println(getIndex() + " " + x); // error must be reported here! ^ target-type for conditional expression cannot be void 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class SerializableLambdaTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException AutoCloseable one = ((Serializable & AutoCloseable) (() -> {})); ^ where INT#1 is an intersection type: INT#1 extends Object,Serializable,AutoCloseable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException AutoCloseable one = ((AutoCloseable & Serializable) (() -> {})); ^ where INT#1 is an intersection type: INT#1 extends Object,AutoCloseable,Serializable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException AutoCloseable one = ((Marker & AutoCloseable) (() -> {})); ^ where INT#1 is an intersection type: INT#1 extends Object,Marker,AutoCloseable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [unchecked] unchecked cast times3 = (IntFunction)util.Helper.read(); ^ required: IntFunction found: Object 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SerializationTest.java:3: warning: [serial] serializable class SerializationTest has no definition of serialVersionUID public class SerializationTest implements Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SerializationTest.java:3: warning: [serial] serializable class SerializationTest has no definition of serialVersionUID public class SerializationTest implements Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestClass.java:38: warning: [serial] serializable class OtherClass has no definition of serialVersionUID class OtherClass implements Serializable { ^ TestClass.java:15: warning: [serial] access to member length() from serializable lambda can be publicly accessible to untrusted code sb.length(); ^ TestClass.java:7: warning: [serial] serializable class TestClass has no definition of serialVersionUID public class TestClass implements Serializable { ^ TestClass.java:42: warning: [serial] serializable class OtherClass2 has no definition of serialVersionUID class OtherClass2 implements Serializable { ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- com/foo/TestClass.java:38: warning: [serial] serializable class OtherClass has no definition of serialVersionUID class OtherClass implements Serializable { ^ com/foo/TestClass.java:15: warning: [serial] access to member length() from serializable lambda can be publicly accessible to untrusted code sb.length(); ^ com/foo/TestClass.java:7: warning: [serial] serializable class TestClass has no definition of serialVersionUID public class TestClass implements Serializable { ^ com/foo/TestClass.java:42: warning: [serial] serializable class OtherClass2 has no definition of serialVersionUID class OtherClass2 implements Serializable { ^ 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:2: warning: [serial] serializable class Foo has no definition of serialVersionUID public class Foo implements Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Testbed.java:13: warning: [serial] serializable class Testbed has no definition of serialVersionUID public class Testbed implements Serializable{ ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Testbed.java:15: warning: [serial] serializable class MethodRefImpl has no definition of serialVersionUID static class MethodRefImpl implements MethodRef { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:30: warning: [unchecked] unchecked conversion Consumer x = (Consumer)oi.readObject(); ^ required: Consumer found: Consumer X.java:38: warning: [unchecked] unchecked conversion Consumer x = (Consumer)oi.readObject(); ^ required: Consumer found: Consumer 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:9: warning: [serial] serializable class Impl has no definition of serialVersionUID class Impl implements Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: warning: [serial] serializable class Test.AnException has no definition of serialVersionUID class AnException extends Exception { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- LambdaSerializationTest.java:15: warning: [rawtypes] found raw type: List SerializableSupplier function = ArrayList[]::new; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- compilertest/BaseType.java:8: warning: [serial] serializable class BaseType has no definition of serialVersionUID public class BaseType implements Serializable { ^ compilertest/sub/SubType.java:4: warning: [serial] serializable class SubType has no definition of serialVersionUID public class SubType extends BaseType { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class OverloadResolutionTest8 (null tests) *************************************************************************** --- javac err: --- X.java:9: error: reference to foo is ambiguous System.out.println(foo((a)->a.length)); ^ both method foo(I) in X and method foo(J) in X match X.java:11: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X static String foo(I i) { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface J { ^ missing return value X.java:11: error: incompatible types: bad return type in lambda expression goo(()-> { ^ missing return value X.java:15: error: incompatible types: bad return type in lambda expression goo(()-> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: error: non-static variable f cannot be referenced from a static context while (f); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: lambda body is not compatible with a void functional interface goo(()-> 10); ^ (consider using a block lambda body, or use a statement expression instead) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [deprecation] Integer(int) in Integer has been deprecated foo(()-> new Integer(10)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [deprecation] Integer(int) in Integer has been deprecated foo(()-> new Integer(10)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated foo(()-> new Integer(10)); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: reference to foo is ambiguous foo(Y::new); ^ both method foo(I) in X and method foo(J) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: error: reference to foo is ambiguous foo(Y::new); ^ both method foo(I) in X and method foo(J) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X static void foo(I i) { ^ X.java:18: error: reference to foo is ambiguous foo(Y::new); ^ both method foo(I) in X and method foo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X static void foo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X static void foo(I i) { ^ X.java:19: error: reference to foo is ambiguous foo(Y::new); ^ both method foo(I) in X and method foo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X static void foo(I i) { ^ X.java:19: error: reference to foo is ambiguous foo(Y::new); ^ both method foo(I) in X and method foo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: no suitable method found for foo(X[]::new) foo(X []::new); ^ method X.foo(I) is not applicable (argument mismatch; bad return type in method reference X[] cannot be converted to Y[]) method X.foo(J) is not applicable (argument mismatch; invalid constructor reference constructor Array in class Array cannot be applied to given types required: int found: no arguments reason: actual and formal argument lists differ in length) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X static void foo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:23: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:20: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:20: error: invalid method reference goo(new X()::foo); ^ cannot find symbol symbol: method foo() location: class X 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:20: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:20: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:21: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [rawtypes] found raw type: K class Y implements K { ^ missing type arguments for generic class K where T is a type-variable: T extends Object declared in interface K X.java:17: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:21: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match X.java:21: warning: [rawtypes] found raw type: X goo(new X()::foo); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:20: warning: [rawtypes] found raw type: X goo(new X()::foo); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X X.java:20: warning: [unchecked] unchecked call to foo(T) as a member of the raw type Y goo(new X()::foo); ^ where T is a type-variable: T extends Object declared in class Y 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: warning: [rawtypes] found raw type: X goo(new X[0]::clone); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: warning: [rawtypes] found raw type: X goo(new X[0]::toString); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: Class Class foo(); ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class X.java:20: warning: [rawtypes] found raw type: X goo(new X[0]::getClass); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:20: error: invalid method reference goo(I::clone); ^ cannot find symbol symbol: method clone() location: interface I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:21: error: invalid method reference goo(i::clone); ^ cannot find symbol symbol: method clone() location: interface I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: no suitable method found for goo(new X()::foo) goo(new X()::foo); ^ method X.goo(I) is not applicable (argument mismatch; bad return type in method reference long cannot be converted to int) method X.goo(J) is not applicable (argument mismatch; bad return type in method reference long cannot be converted to Integer) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:23: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X static void goo(I i) { ^ X.java:23: error: reference to goo is ambiguous goo(new X()::foo); ^ both method goo(I) in X and method goo(J) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: no suitable method found for test(i != null [...] null) test(i!=null?i.getJ():null); ^ method X.test(X.I) is not applicable (argument mismatch; bad type in conditional expression X.J cannot be converted to X.I) method X.test(X.K) is not applicable (argument mismatch; bad type in conditional expression X.J cannot be converted to X.K) X.java:12: error: cannot find symbol System.out.println("K" + j); ^ symbol: variable j location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:13: error: abstract method goo() in ZSuper cannot be accessed directly super.goo(); ^ Z.java:16: error: constructor X in class X cannot be applied to given types; X x = new X(); ^ required: X.Y[] found: no arguments reason: formal varargs element type X.Y is not accessible from class Z Z.java:17: error: method foo in class X cannot be applied to given types; x.foo(); ^ required: X.Y[] found: no arguments reason: formal varargs element type X.Y is not accessible from class Z Z.java:18: error: 'void' type not allowed here System.out.println(x.goo()); ^ Z.java:19: error: non-static method goo() cannot be referenced from a static context goo(); ^ Z.java:20: error: non-static method goo() cannot be referenced from a static context Z.goo(); ^ Z.java:21: error: cannot find symbol zoo(); ^ symbol: method zoo() location: class Z Z.java:22: error: cannot find symbol new Z().ifoo(); ^ symbol: method ifoo() location: class Z Z.java:23: error: non-static variable super cannot be referenced from a static context super.zSuperFoo(); ^ 9 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:14: warning: [overloads] execute1(ConsumerA) in Test is potentially ambiguous with execute1(ConsumerB) in Test void execute1(ConsumerA c) {} ^ Test.java:18: warning: [overloads] execute2(ConsumerB) in Test is potentially ambiguous with execute2(ConsumerA) in Test void execute2(ConsumerB c) {} ^ Test.java:22: error: reference to execute1 is ambiguous execute1(x -> {}); // compiles in Eclipse ^ both method execute1(ConsumerA) in Test and method execute1(ConsumerB) in Test match Test.java:22: error: incompatible types: invalid functional descriptor for lambda expression execute1(x -> {}); // compiles in Eclipse ^ method (int)void in interface ConsumerA is generic where T is a type-variable: T extends Object declared in method accept(int) Test.java:23: error: reference to execute2 is ambiguous execute2(x -> {}); // doesn't compile ^ both method execute2(ConsumerB) in Test and method execute2(ConsumerA) in Test match Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:14: warning: [overloads] execute1(ConsumerA) in Test is potentially ambiguous with execute1(ConsumerB) in Test void execute1(ConsumerA c) {} ^ Test.java:18: warning: [overloads] execute2(ConsumerB) in Test is potentially ambiguous with execute2(ConsumerA) in Test void execute2(ConsumerB c) {} ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class JSR335ClassFileTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [rawtypes] found raw type: X new X().foo(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ExpressionContextTests (null tests) *************************************************************************** --- javac err: --- X.java:6: error: incompatible types: Object is not a functional interface Object o = () -> {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J Object p = (I & J) () -> {}; ^ where INT#1 is an intersection type: INT#1 extends Object,I,J 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests#test002 - 10 X.java [ interface I { void doit(); default void doitalso () {} } interface J { void doit(); default void doitalso () {} } public class X { Object p = (I & J) () -> {}; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: unexpected type Object p = (int & I & J) () -> {}; ^ required: reference found: int 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Object p = (X[] & Serializable & Cloneable) new X[0]; ^ symbol: class Serializable location: class X X.java:10: error: unexpected type Object p = (X[] & Serializable & Cloneable) new X[0]; ^ required: class found: X[] 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: interface expected here Object p = (I & X) () -> {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: repeated interface Object p = (I & J & I) () -> {}; ^ X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types J and I Object p = (I & J & I) () -> {}; ^ where INT#1 is an intersection type: INT#1 extends Object,I,J,I 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: incompatible parameter types in lambda expression I i2 = (List p) -> {}; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Object p = (@Marker java.lang. @Readonly String & I & J) () -> {}; ^ symbol: class Readonly location: class X X.java:10: error: cannot find symbol Object p = (@Marker java.lang. @Readonly String & I & J) () -> {}; ^ symbol: class Marker location: class X X.java:10: error: cannot find symbol Object p = (@Marker java.lang. @Readonly String & I & J) () -> {}; ^ symbol: class java location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: cannot find symbol I i2 = (Map.Entry & I & Serializable) null; ^ symbol: class Serializable location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: Y cannot be converted to INT#1 X X = (X & J & K) new Y(); ^ where INT#1 is an intersection type: INT#1 extends X,J,K 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol class Y extends X implements Zork { ^ symbol: class Zork 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: Y cannot be converted to INT#1 X X = (X & J & K) new Y(); ^ where INT#1 is an intersection type: INT#1 extends X,J,K 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: cannot find symbol final class Y extends P { ^ symbol: class P 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:9: error: incompatible types: I cannot be converted to INT#1 X X = (X & J & K) i; ^ where INT#1 is an intersection type: INT#1 extends X,J,K 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:9: warning: [cast] redundant cast to INT#1 X X = (X & J & K) (X & K & J) i; ^ where INT#1 is an intersection type: INT#1 extends X,J,K 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: bad return type in lambda expression return x -> { return () -> () -> "Hello"; }; ^ bad return type in lambda expression bad return type in lambda expression String cannot be converted to I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: lambda expression not expected here return "Hello" + () -> {}; ^ X.java:9: error: incompatible types: String cannot be converted to I return "Hello" + (I)(() -> {}); ^ X.java:12: error: lambda expression not expected here return 10 + (() -> {}); ^ X.java:15: error: bad operand types for binary operator '+' return 10 + (I) (() -> {}); ^ first type: int second type: I 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: bad type in conditional expression List l = x == 2 ? (List)(null) : 1; ^ int cannot be converted to List X.java:6: error: incompatible types: bad type in conditional expression List m = x == 2 ? 1 : (List)(null); ^ int cannot be converted to List 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class InterfaceMethodsTest (null tests) *************************************************************************** --- javac err: --- I.java:2: error: illegal combination of modifiers: abstract and default default abstract void foo(); ^ I.java:3: error: modifier final not allowed here public abstract default strictfp final void bar();} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: reference to foo is ambiguous x.foo((short)5, (short)10); ^ both method foo(int,short) in I and method foo(short,int) in X match X.java:5: error: reference to bar is ambiguous x.bar((short)5, (short)10); ^ both method bar(int,short) in Base and method bar(short,int) in X match 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol String b = super.toString(); ^ symbol: variable super location: interface A X.java:5: error: cannot find symbol System.out.println((A) super::toString); ^ symbol: variable super location: interface A X.java:6: error: cannot find symbol super.toString(); ^ symbol: variable super location: interface A X.java:7: error: not an enclosing class: Object Object.super.toString(); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: clone() in Object cannot implement clone() in I I x = new I(){}; ^ attempting to assign weaker access privileges; was public 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [unchecked] Possible heap pollution from parameterized vararg type T default public void foo(T... x) {}; ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T public abstract void goo(T ... x); ^ where T is a type-variable: T extends Object declared in method goo(T...) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- JavaTest.java:14: error: JavaTest.E is not abstract and does not override abstract method foo() in B class E implements A, B, C, D { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- JavaTest.java:14: error: JavaTest.E is not abstract and does not override abstract method foo() in B class E implements B, C, A, D { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- D.java:16: error: interface D inherits abstract and default for display() from types B and C public interface D extends B, C { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- D.java:16: error: interface D inherits abstract and default for display() from types B and C public interface D extends C, B { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:2: error: interface Z inherits abstract and default for spliterator() from types Y and X interface Z extends X, Y { ^ where E is a type-variable: E extends Object declared in interface Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:2: error: interface Z inherits abstract and default for spliterator() from types Y and X interface Z extends Y, X { ^ where E is a type-variable: E extends Object declared in interface Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:2: error: interface Z inherits abstract and default for spliterator() from types Y and X interface Z extends X, Y { ^ where E is a type-variable: E extends Object declared in interface Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:2: error: interface Z inherits abstract and default for spliterator() from types Y and X interface Z extends Y, X { ^ where E is a type-variable: E extends Object declared in interface Z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:1: error: C is not abstract and does not override abstract method test() in I1 public class C implements I1, I2 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:1: error: C is not abstract and does not override abstract method test() in I1 public class C implements I2, I1 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:1: error: class C inherits abstract and default for test() from types I2 and I1 public abstract class C implements I2, I1 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I3.java:1: error: interface I3 inherits abstract and default for test() from types I2 and I1 public interface I3 extends I1, I2 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:1: error: C is not abstract and does not override abstract method test() in I2 public class C implements I2, I1 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:1: error: C is not abstract and does not override abstract method test() in I2 public class C implements I2, I1 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C2.java:1: error: class C2 inherits unrelated defaults for value1() from types I1 and I2 public abstract class C2 implements I1, I2 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C3.java:3: error: value1() in C3 cannot implement value1() in I1 public Object value1() { return this; } // too week, need a method returning String ^ return type Object is not compatible with String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C3.java:1: error: C3 is not abstract and does not override abstract method value1() in I2 public class C3 extends C2 { ^ C3.java:3: error: value1() in C3 cannot implement value1() in I1 public Object value1() { return this; } // too week, need a method returning String ^ return type Object is not compatible with String 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C3.java:3: error: value1() in C3 cannot implement value1() in I1 public Object value1() { return this; } // too week, need a method returning String ^ return type Object is not compatible with String 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C2.java:1: error: C2 is not abstract and does not override abstract method value() in C1 public class C2 extends C1 implements I1 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C2.java:1: error: class C2 inherits unrelated defaults for value1() from types I1 and I2 public abstract class C2 extends p1.C1 implements I1, I2 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: modifier default not allowed here default String id() { return "1"; } ^ I.java:2: error: interface abstract methods cannot have body default String id() { return "1"; } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- PurebredCatShopImpl.java:6: error: name clash: getPets() in CatShop and getPets() in PetShop have the same erasure, yet neither overrides the other default List getPets() { return null; } ^ PurebredCatShopImpl.java:10: warning: [unchecked] getPets() in CatShopImpl implements getPets() in CatShop @Override public List getPets() { return null; } ^ return type requires unchecked conversion from List to List where V is a type-variable: V extends Pet declared in method getPets() PurebredCatShopImpl.java:12: warning: [unchecked] getPets() in CatShopImpl implements getPets() in CatShop class PurebredCatShopImpl extends CatShopImpl implements PurebredCatShop {} ^ return type requires unchecked conversion from List to List where V is a type-variable: V extends Pet declared in method getPets() 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: X is not abstract and does not override abstract method foo() in J public class X implements J { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: X is not abstract and does not override abstract method foo(J) in J public class X implements J { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: not an enclosing class: T System.out.println(T.super.f); // no error in Java 8 (wrong) without fix ^ X.java:12: error: not an enclosing class: System System.out.println(T.super.f); // no error in Java 8 (wrong) without fix ^ X.java:14: error: not an enclosing class: S System.out.println(S.super.f); // compile error (correct) ^ X.java:21: error: not an enclosing class: T System.out.println(T.super.f); // no error in Java 8 (wrong) without fix ^ X.java:21: error: not an enclosing class: System System.out.println(T.super.f); // no error in Java 8 (wrong) without fix ^ X.java:28: error: non-static variable super cannot be referenced from a static context static int foo() { return super.f;} ^ X.java:32: error: not an enclosing class: T2 int i = T2.super.f; ^ X.java:37: error: not an enclosing class: T4 int i = T4.super.f; ^ X.java:41: error: not an enclosing class: T5 static int i = T5.super.f; ^ X.java:45: error: not an enclosing class: T6 static int i = T6.super.f; ^ 10 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [static] static variable should be qualified by type name, I, instead of by an expression System.out.println("((I)this).x= " + ((I)this).x); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:16: warning: [unchecked] f() in Bar implements f() in Foo public Object f() { ^ return type requires unchecked conversion from Object to U where U is a type-variable: U extends Object declared in method f() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected Zork z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected Zork z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected Zork z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: = expected Zork z; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I3.java:1: error: interface I3 inherits abstract and default for foo() from types I2 and I1 public interface I3 extends I1, I2 { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I3.java:1: error: interface I3 inherits abstract and default for foo() from types I2 and I1 public interface I3 extends I1A, I2A { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I3.java:4: error: name clash: foo(List) in I3 and foo(List) in I2 have the same erasure, yet neither overrides the other String foo(List l); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I3.java:4: error: name clash: foo(List) in I3 and foo(List) in I2 have the same erasure, yet neither overrides the other String foo(List l); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:5: error: modifier synchronized not allowed here public default synchronized void foo2() { System.exit(0); } ^ I.java:7: error: modifier synchronized not allowed here public default strictfp synchronized void foo4() {} ^ I.java:8: error: modifier synchronized not allowed here public default strictfp synchronized @Annot void foo5() {} ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:6: error: expected stritfp default void foo3() {} ^ I.java:6: error: = expected stritfp default void foo3() {} ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:5: error: modifier synchronized not allowed here public synchronized void foo2(); ^ I.java:6: error: modifier strictfp not allowed here strictfp void foo3(); ^ I.java:7: error: modifier synchronized,strictfp not allowed here public strictfp synchronized void foo4(); ^ I.java:8: error: modifier synchronized,strictfp not allowed here public strictfp synchronized @Annot void foo5(); ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: modifier native not allowed here native void foo1(); ^ I.java:4: error: modifier native not allowed here native default void foo3() {} ^ I.java:5: error: modifier native not allowed here default native void foo4() {} ^ I.java:6: error: illegal combination of modifiers: static and default static default void foo5() {} ^ I.java:7: error: illegal combination of modifiers: static and default default static void foo6() {} ^ I.java:3: error: missing method body, or declare abstract static void foo2(); ^ 6 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:4: error: illegal combination of modifiers: abstract and default public abstract default void foo2() {} ^ I.java:5: error: illegal combination of modifiers: abstract and default default abstract void foo3() {} ^ I.java:7: error: illegal combination of modifiers: abstract and static abstract static default void foo5() {} ^ I.java:6: error: interface abstract methods cannot have body void foo4() { } ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:1: error: C is not abstract and does not override abstract method bar() in I public class C implements I {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: missing method body, or declare abstract default void foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: default method toString in interface I overrides a member of java.lang.Object public default String toString () { return "";} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: name clash: equals(T) in I and equals(Object) in Object have the same erasure, yet neither overrides the other public default boolean equals (T other) { return false;} ^ where T is a type-variable: T extends Object declared in interface I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:3: error: getClass() in I cannot override getClass() in Object default public Class getClass() { return null;} ^ overridden method is final 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:4: error: illegal combination of modifiers: static and default public static default void foo2 () {}; ^ I.java:5: error: illegal combination of modifiers: abstract and static abstract static void foo3(); ^ I.java:6: error: illegal combination of modifiers: abstract and static abstract static void foo4() {} ^ I.java:3: error: missing method body, or declare abstract static void foo1(); ^ I.java:6: error: interface abstract methods cannot have body abstract static void foo4() {} ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:3: error: non-static method bar() cannot be referenced from a static context bar(); ^ I.java:4: error: non-static variable this cannot be referenced from a static context this.bar(); ^ I.java:7: warning: [static] static method should be qualified by type name, I, instead of by an expression this.foo(); ^ I.java:7: error: illegal static interface method call this.foo(); ^ the receiver expression should be replaced with the type qualifier 'I' I.java:12: error: cannot find symbol super.bar(); ^ symbol: variable super location: interface II 4 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol bar(); ^ symbol: method bar() location: class X X.java:7: error: cannot find symbol bar(); ^ symbol: method bar() location: class X X.java:8: error: cannot find symbol II.bar(); ^ symbol: method bar() location: interface II X.java:9: error: cannot find symbol (new X()).bar(); ^ symbol: method bar() location: class X X.java:10: error: cannot find symbol II.bar(); ^ symbol: method bar() location: interface II X.java:12: error: cannot find symbol ii.bar(); ^ symbol: method bar() location: variable ii of type II X.java:15: warning: [static] static method should be qualified by type name, I, instead of by an expression i.bar(); ^ X.java:15: error: illegal static interface method call i.bar(); ^ the receiver expression should be replaced with the type qualifier 'I' X.java:16: error: cannot find symbol new I() {}.foo(); ^ symbol: method foo() X.java:29: error: cannot find symbol bar(); ^ symbol: method bar() location: interface II X.java:21: error: non-static method bar2() cannot be referenced from a static context bar2(); ^ 10 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: error: goo(int) in X cannot override goo(int) in Y void goo(int x) {} // Error. ^ overridden method is static 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:2: error: non-static type variable T cannot be referenced from a static context public static T foo(T t) { ^ C.java:2: error: non-static type variable T cannot be referenced from a static context public static T foo(T t) { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:2: error: modifier static not allowed here static String foo() default "Blah"; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:4: warning: [static] static method should be qualified by type name, A, instead of by an expression a.foo(); ^ C.java:4: error: illegal static interface method call a.foo(); ^ the receiver expression should be replaced with the type qualifier 'A' 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:5: warning: [static] static method should be qualified by type name, A, instead of by an expression a.foo(10); ^ C.java:5: error: illegal static interface method call a.foo(10); ^ the receiver expression should be replaced with the type qualifier 'A' 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:5: error: foo(String) in B clashes with foo(X) in A static void foo(String s) {} ^ overriding method is static where X is a type-variable: X extends Object declared in interface A 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:7: error: class X is public, should be declared in a file named X.java public class X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:3: error: non-static variable this cannot be referenced from a static context System.out.println(this); ^ C.java:4: error: cannot find symbol System.out.println(super.hashCode()); ^ symbol: variable super location: interface A 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- T.java:6: error: not an enclosing class: List return List.super.stream(); // List is not a direct super interface ^ T.java:12: error: not an enclosing class: OrderedSet return OrderedSet.super.stream(); // not a super interface of the direct enclosing class ^ T.java:17: error: abstract method add(E) in OrderedSet cannot be accessed directly OrderedSet.super.add(o); // target not a default method ^ where E is a type-variable: E extends Object declared in interface OrderedSet T.java:20: error: illegal qualifier; Object is not an inner class OrderedSet.super(); // not applicable for super ctor call ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: bad type qualifier I1 in default super call I1.super.print(); // illegal attempt to skip I2.print() ^ redundant interface I1 is extended by I2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: bad type qualifier I1 in default super call I1.super.print(); // illegal attempt to skip I2.print() ^ redundant interface I1 is extended by I2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SuperOverride.java:14: error: bad type qualifier IA in default super call IA.super.foo(); // illegal attempt to skip IB.foo() ^ method foo() is overridden in IB 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class GrammarCoverageTests308 (null tests) *************************************************************************** --- javac err: --- X.java:1: error: cannot find symbol public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object { ^ symbol: class Marker X.java:1: error: cannot find symbol public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object { ^ symbol: class SingleMember X.java:1: error: cannot find symbol public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object { ^ symbol: class Normal 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:2: error: annotation type not applicable to this kind of declaration @Marker int x; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:2: error: Marker is not a repeatable annotation type @Marker @Marker int x() { return 10; }; ^ X.java:2: error: annotation type not applicable to this kind of declaration @Marker @Marker int x() { return 10; }; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:2: error: annotation type not applicable to this kind of declaration @Marker int x() { return 10; }; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:2: error: annotation type not applicable to this kind of declaration int x(@Marker int p) { return 10; }; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:2: error: annotation type not applicable to this kind of declaration int x(@Marker int ... p) { return 10; }; ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol int x(@Marker int [] @Marker ... p) { return 10; }; ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:2: error: cannot find symbol int x(@Marker int [] @Marker ... p) { return 10; }; ^ symbol: class Marker location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:4: error: cannot find symbol } catch (@Marker NullPointerException | @Marker ArrayIndexOutOfBoundsException e) { ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol } catch (@Marker NullPointerException | @Marker ArrayIndexOutOfBoundsException e) { ^ symbol: class Marker location: class X 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: error: annotation type not applicable to this kind of declaration @Marker int p; ^ X.java:4: error: annotation type not applicable to this kind of declaration final @Marker int q; ^ X.java:5: error: annotation type not applicable to this kind of declaration @Marker final int r; ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:7: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: error: annotation type not applicable to this kind of declaration try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) { ^ X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) { ^ (Integer cannot be converted to AutoCloseable) X.java:3: error: annotation type not applicable to this kind of declaration try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) { ^ X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) { ^ (Integer cannot be converted to AutoCloseable) X.java:3: error: annotation type not applicable to this kind of declaration try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) { ^ X.java:3: error: incompatible types: try-with-resources not applicable to variable type try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) { ^ (Integer cannot be converted to AutoCloseable) 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:8: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X X.java:3: error: annotation type not applicable to this kind of declaration for (@Marker int i: new int[3]) {} ^ X.java:4: error: annotation type not applicable to this kind of declaration for (final @Marker int i: new int[3]) {} ^ X.java:5: error: annotation type not applicable to this kind of declaration for (@Marker final int i: new int[3]) {} ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base package java.lang.annotation; ^ X.java:5: error: Marker is not a repeatable annotation type public @Marker @Marker String value4(); ^ X.java:6: error: Marker is not a repeatable annotation type @Marker @Marker String value5(); ^ X.java:7: error: Marker is not a repeatable annotation type @Marker public @Marker String value6(); ^ X.java:2: error: annotation type not applicable to this kind of declaration public @Marker String value(); ^ X.java:3: error: annotation type not applicable to this kind of declaration @Marker String value2(); ^ X.java:4: error: annotation type not applicable to this kind of declaration @Marker public String value3(); ^ X.java:5: error: annotation type not applicable to this kind of declaration public @Marker @Marker String value4(); ^ X.java:6: error: annotation type not applicable to this kind of declaration @Marker @Marker String value5(); ^ X.java:7: error: annotation type not applicable to this kind of declaration @Marker public @Marker String value6(); ^ X.java:5: error: elements in annotation type declarations cannot be generic methods public @Marker @Marker String value4(); ^ X.java:6: error: elements in annotation type declarations cannot be generic methods @Marker @Marker String value5(); ^ X.java:7: error: elements in annotation type declarations cannot be generic methods @Marker public @Marker String value6(); ^ 13 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: no annotations are allowed in the type of a class literal Object o = @Marker int.class; ^ X.java:4: error: no annotations are allowed in the type of a class literal Object o2 = @Marker int @Marker[] [] @Marker[].class; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: cannot find symbol I i = @Marker int @Marker []::clone; ^ symbol: class Marker location: class X X.java:6: error: cannot find symbol I i = @Marker int @Marker []::clone; ^ symbol: class Marker location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol int i [] = new @Marker int @Marker [4]; ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol int i [] = new @Marker int @Marker [4]; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol int j [] = new @Marker int @Marker [] { 10 }; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol int j [] = new @Marker int @Marker [] { 10 }; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol int i = (@Marker int) 0; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol int j [] = (@Marker int @Marker []) null; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol int j [] = (@Marker int @Marker []) null; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol if (args instanceof @Readonly String) { ^ symbol: class Readonly location: class X X.java:3: error: incompatible types: String[] cannot be converted to String if (args instanceof @Readonly String) { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends Y<@Marker Integer, String> {} ^ symbol: class Marker X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y where T,V are type-variables: T extends Object declared in class Y V extends Object declared in class Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends Y<@Marker Integer> {} ^ symbol: class Marker X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y where T is a type-variable: T extends Object declared in class Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X> {} ^ symbol: class Marker X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y where T is a type-variable: T extends Object declared in class Y 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X>>> {} ^ symbol: class Marker X.java:3: error: cannot find symbol Zork z; ^ symbol: class Zork location: class Y where T is a type-variable: T extends Object declared in class Y X.java:1: error: type argument X> is not within bounds of type-variable A public class X>>> {} ^ where A is a type-variable: A extends X>> declared in class X X.java:1: error: type argument X<@Marker String> is not within bounds of type-variable A public class X>>> {} ^ where A is a type-variable: A extends X>> declared in class X X.java:1: error: type argument @Marker String is not within bounds of type-variable A public class X>>> {} ^ where A is a type-variable: A extends X>> declared in class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){} ^ symbol: class Map location: class X X.java:2: error: cannot find symbol void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){} ^ symbol: class Marker location: class X X.java:2: error: cannot find symbol void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){} ^ symbol: class Marker location: class X X.java:2: error: cannot find symbol void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){} ^ symbol: class Marker location: class X X.java:2: error: cannot find symbol void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){} ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){} ^ symbol: class Map location: class X X.java:3: error: cannot find symbol void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){} ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){} ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){} ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){} ^ symbol: class Marker location: class X 10 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> { ^ symbol: class Marker X.java:1: error: cannot find symbol public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> { ^ symbol: class Marker X.java:1: error: cannot find symbol public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> { ^ symbol: class Marker X.java:1: error: cannot find symbol public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> { ^ symbol: class Marker X.java:1: error: cannot find symbol public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> { ^ symbol: class Marker 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:9: error: cannot find symbol class CJ & @Marker I<@Marker U>, ^ symbol: class Marker I.java:9: error: cannot find symbol class CJ & @Marker I<@Marker U>, ^ symbol: class Marker I.java:5: error: cannot find symbol class CI & @Marker J<@Marker T>, ^ symbol: class Marker I.java:5: error: cannot find symbol class CI & @Marker J<@Marker T>, ^ symbol: class Marker I.java:6: error: cannot find symbol T extends CI & @Marker I> ^ symbol: class Marker 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol if (!(other instanceof @Marker X.Y)) {}; ^ symbol: class Marker location: class X.Y where E is a type-variable: E extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol if (!(this instanceof @Marker X)) {} ^ symbol: class Marker location: class X where P,C are type-variables: P extends Object declared in class X C extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: expected I i = Y.@Marker Z::foo; ^ X.java:6: error: illegal start of type I i = Y.@Marker Z::foo; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol X [] x = new @Marker X @Marker [5]; ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol X [] x = new @Marker X @Marker [5]; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol X [] x2 = new @Marker X @Marker [] { null }; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol X [] x2 = new @Marker X @Marker [] { null }; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Zork z; ^ symbol: class Zork location: class X 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol java.util.Map.Entry [] e = (java.util.Map.@Marker Entry []) null; ^ symbol: class Marker location: class X X.java:3: warning: [rawtypes] found raw type: Entry java.util.Map.Entry [] e = (java.util.Map.@Marker Entry []) null; ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry X.java:3: error: cannot select a static class from a parameterized type java.util.Map.Entry [] e = (java.util.Map.@Marker Entry []) null; ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol void foo(List> p) {} ^ symbol: class Marker location: class X where T is a type-variable: T extends Comparable,Serializable declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol class Bar>> { ^ symbol: class Marker X.java:3: error: cannot find symbol class Foo>> { ^ symbol: class Marker X.java:3: error: type argument @Marker Foo is not within bounds of type-variable F class Foo>> { ^ where U,V,F,E are type-variables: U extends Base declared in class Foo V extends Bar> declared in class Foo F extends Foo> declared in class Bar E extends Base declared in class Bar X.java:5: error: type argument @Marker Bar is not within bounds of type-variable V class Bar>> { ^ where E,F,V,U are type-variables: E extends Base declared in class Bar F extends Foo> declared in class Bar V extends Bar> declared in class Foo U extends Base declared in class Foo 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X extends @Marker Object { ^ symbol: class Marker 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol X x = new @Marker X(); ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol X y = new @Marker X(); ^ symbol: class Marker location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: cannot find symbol Y y1 = new @Marker X().new @Marker Y(); ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol Y y1 = new @Marker X().new @Marker Y(); ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Y y2 = new @Marker X().new @Marker Y(); ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Y y2 = new @Marker X().new @Marker Y(); ^ symbol: class Marker location: class X 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: illegal start of expression Y y1 = @Marker x.new @Marker Y(); ^ X.java:6: error: illegal start of expression Y y2 = @Marker x.new @Marker Y(); ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol void foo() throws @Marker NullPointerException, @Marker ArrayIndexOutOfBoundsException {} ^ symbol: class Marker location: class X X.java:2: error: cannot find symbol void foo() throws @Marker NullPointerException, @Marker ArrayIndexOutOfBoundsException {} ^ symbol: class Marker location: class X 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot find symbol interface K extends @Marker I, @Marker J {} ^ symbol: class Marker X.java:3: error: cannot find symbol interface K extends @Marker I, @Marker J {} ^ symbol: class Marker X.java:5: error: cannot find symbol public class X implements @Marker K, @Marker L { ^ symbol: class Marker X.java:5: error: cannot find symbol public class X implements @Marker K, @Marker L { ^ symbol: class Marker 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: expected I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo; ^ X.java:6: error: illegal start of expression I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo; ^ X.java:6: error: ';' expected I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo; ^ X.java:6: error: not a statement I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo; ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol i = @Marker W<@Marker Integer>::<@Marker String> new; ^ symbol: class Marker location: class X X.java:12: error: cannot find symbol i = @Marker W<@Marker Integer>::<@Marker String> new; ^ symbol: class Marker location: class X X.java:12: error: cannot find symbol i = @Marker W<@Marker Integer>::<@Marker String> new; ^ symbol: class Marker location: class X X.java:12: error: cannot find symbol i = @Marker W<@Marker Integer>::<@Marker String> new; ^ symbol: variable i location: class X X.java:12: error: method reference not expected here i = @Marker W<@Marker Integer>::<@Marker String> new; ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: cannot find symbol Object o = (@Marker X) null; ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol Object p = (@Marker X @Marker []) null; ^ symbol: class Marker location: class X X.java:3: error: cannot find symbol Object p = (@Marker X @Marker []) null; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null; ^ symbol: class Marker location: class X X.java:4: error: cannot find symbol Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null; ^ symbol: class java location: class X X.java:5: error: cannot find symbol Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null; Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null; ^ symbol: class Marker location: class X X.java:5: error: cannot find symbol Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null; ^ symbol: class java location: class X 16 errors *************************************************************************** * Comparison with Sun Javac compiler for class FlowAnalysisTest8 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: ISAM is not a functional interface ISAM printer = () -> { ^ no abstract method found in interface ISAM 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: incompatible types: invalid method reference I is = xs::soo; ^ unexpected static method soo() found in bound lookup 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot find symbol Zork zork; ^ symbol: class Zork location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class TypeAnnotationTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: AA.@A BB AA.@A BB field; ^ missing type arguments for generic class AA.BB where T is a type-variable: T extends Object declared in class AA.BB 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: AA.@A BB @B AA.@A BB[] @C[] field; ^ missing type arguments for generic class AA.BB where T is a type-variable: T extends Object declared in class AA.BB 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- C.java:1: warning: auxiliary class Foo in X.java should not be accessed from outside its own source file class C { void m() { new @X Foo() {}; } } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: X interface MR { X process(String input); } ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- An exception has occurred in the compiler (10.0.2). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you. java.lang.AssertionError at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155) at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46) at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194) at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174) at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027) at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194) org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest#test066_codeblocks_methodReference - 10 at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300) X.java [ at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284) at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633) at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308) interface I { Object copy(int [] ia); } at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319) public class X { public static void main(String [] args) { at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604) I i = @B(1) int @B(2)[]::clone; at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595) i.copy(new int[10]); } } ] at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992) B.java [ at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003) import java.lang.annotation.*; @Target(ElementType.TYPE_USE) at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592) @Retention(RetentionPolicy.RUNTIME) @interface B { int value() default -1; } at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077) ] at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017) at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992) at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923) at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078) at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017) at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992) at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923) at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100) at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974) at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012) at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874) at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867) at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460) at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553) at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722) at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791) at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765) at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353) at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519) at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542) at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487) at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333) at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965) at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306) at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165) at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57) at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43) ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: X interface MR { X process(String input); } ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] unchecked cast I i = (I<@B(1) String> & @B(2) J) o; ^ required: INT#1 found: Object where INT#1 is an intersection type: INT#1 extends Object,I,J 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X new X(); ^ missing type arguments for generic class X where T1,T2 are type-variables: T1 extends Object declared in class X T2 extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: X new , T2>X(); ^ missing type arguments for generic class X where T1,T2 are type-variables: T1 extends Object declared in class X T2 extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: X new <@A T>X(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file one.two.three.Level1.Level2.@B(2) Level3.Level4.@B(3) Level5 instance; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file one.two.three.Level1.Level2.@B(2) Level3.Level4.@B(3) Level5[][] instance; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file Level1.Level2.@B(2) Level3.Level4.@B(3) Level5[][] instance; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file Level1.Level2.Level3.Level4.Level5<@B(1) String>[][] instance; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file Level1.Level2.Level3<@B(1) String>.Level4.Level5<@B(2) String>[][] instance; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file Level1.@B(5) Level2.Level3<@B(1) String>.Level4.Level5<@B(2) String>[][] instance; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: @B(2) Entry java.util.Map.@B(2) Entry field; ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [rawtypes] found raw type: Class Class value() default int[].class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:18: warning: [rawtypes] found raw type: Class Class value() default int[].class; ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: List java.util.List [][] l = new java.util.ArrayList @pkg.NonNull [0] @pkg.NonNull[]; ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:2: warning: [rawtypes] found raw type: ArrayList java.util.List [][] l = new java.util.ArrayList @pkg.NonNull [0] @pkg.NonNull[]; ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [cast] redundant cast to String String s = (String) "Hello"; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: invalid method declaration; return type required foo(String s) { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:19: warning: [rawtypes] found raw type: ArrayList List<@Size(max = 41) CharSequence>[] @Size(max = 42) [] @Nonnull @Size(max = 43) [][] test = new @Size(max = 44) ArrayList @Size(max = 45) [10][][] @Size(max = 47) @Size(max = 48) []; ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:19: warning: [unchecked] unchecked conversion List<@Size(max = 41) CharSequence>[] @Size(max = 42) [] @Nonnull @Size(max = 43) [][] test = new @Size(max = 44) ArrayList @Size(max = 45) [10][][] @Size(max = 47) @Size(max = 48) []; ^ required: List<@Size(max=41) CharSequence>[] @Size(max=42) [] @Nonnull,@Size(max=43) [][] found: @Size(max=44) ArrayList[][][] @Size(max=47),@Size(max=48) [] 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: warning: [rawtypes] found raw type: ArrayList List<@Size(max = 41) CharSequence>[] @Size(max = 42) [] @Nonnull @Size(max = 43) [][] test = new @Size(max = 44) ArrayList @Size(max = 45) [10][][] @Size(max = 47) @Size(max = 48) []; ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList X.java:17: warning: [unchecked] unchecked conversion List<@Size(max = 41) CharSequence>[] @Size(max = 42) [] @Nonnull @Size(max = 43) [][] test = new @Size(max = 44) ArrayList @Size(max = 45) [10][][] @Size(max = 47) @Size(max = 48) []; ^ required: List<@Size(max=41) CharSequence>[] @Size(max=42) [] @Nonnull,@Size(max=43) [][] found: @Size(max=44) ArrayList[][][] @Size(max=47),@Size(max=48) [] 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- T.java:5: warning: [deprecation] TC in unnamed package has been deprecated @R(TC.class) ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Outer.java:4: warning: [rawtypes] found raw type: Outer.@T(7) Inner public @T(1) Outer<@T(2) String, @T(3) Inner>.@T(4) Inner<@T(5) Integer, @T(6) Outer.@T(7) Inner> @T(7) [] omi @T(8) []; ^ missing type arguments for generic class Outer.Inner where P1,P2,K1,K2 are type-variables: P1 extends Object declared in class Outer.Inner P2 extends Object declared in class Outer.Inner K1 extends Object declared in class Outer K2 extends Object declared in class Outer 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: cannot find symbol public class X<@Missing T> { ^ symbol: class Missing 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class JSR308SpecSnippetTests (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [serial] serializable class TemperatureException has no definition of serialVersionUID class TemperatureException extends RuntimeException{} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: warning: [rawtypes] found raw type: @NonNull Entry Map.@NonNull Entry e; ^ missing type arguments for generic class Entry where K,V are type-variables: K extends Object declared in interface Entry V extends Object declared in interface Entry 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:22: warning: [rawtypes] found raw type: List int f(List l); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List X.java:29: warning: [deprecation] getDay() in Date has been deprecated I i = @Vernal Date::getDay; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: as of release 8, 'this' is allowed as the parameter name for the receiver type only, which has to be the first parameter void foo (X this, X this) { ^ X.java:14: error: ')' expected I i = (X this) -> {}; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: annotation @Receiver not applicable in this type context void foo(@Receiver X this) {} ^ X.java:11: error: annotation @Receiver not applicable in this type context Y(@Receiver X X.this, boolean b) { } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected import java.util.@NotAllowed Date; // illegal! ^ X.java:1: error: class, interface, or enum expected import java.util.@NotAllowed Date; // illegal! ^ X.java:2: error: expected import @IllegalSyntax java.util.Date; // illegal syntax ^ X.java:2: error: class, interface, or enum expected import @IllegalSyntax java.util.Date; // illegal syntax ^ X.java:19: error: no annotations are allowed in the type of a class literal Object o = @Even int.class; // illegal! ^ X.java:20: error: no annotations are allowed in the type of a class literal o = int @NonEmpty [].class; // illegal! ^ X.java:21: error: illegal start of expression int x = @IllegalSyntax X.staticField; ^ 7 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: expected import java.util.@NotAllowed Date; // illegal! ^ X.java:1: error: class, interface, or enum expected import java.util.@NotAllowed Date; // illegal! ^ X.java:2: error: expected import @IllegalSyntax java.util.Date; // illegal syntax ^ X.java:2: error: class, interface, or enum expected import @IllegalSyntax java.util.Date; // illegal syntax ^ X.java:26: error: no annotations are allowed in the type of a class literal Object o = @Even int.class; // illegal! ^ X.java:27: error: no annotations are allowed in the type of a class literal o = int @NonEmpty [].class; // illegal! ^ X.java:28: error: illegal start of expression int x = @IllegalSyntax X.staticField; ^ X.java:31: error: illegal start of expression int x2 = @IllegalSyntax X.super.f; ^ 8 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: error: scoping construct cannot be annotated with type-use annotation: @TAnno @TAnno java.lang.Object field8; // illegal ^ X.java:25: error: scoping construct cannot be annotated with type-use annotation: @TAnno @TAnno java.lang.Object myMethod8() { } // illegal ^ X.java:19: error: annotation type not applicable to this kind of declaration @TAnno void myMethod2() { } // illegal ^ X.java:15: error: annotation @FAnno not applicable in this type context java.lang. @FAnno Object field10; // illegal ^ X.java:27: error: annotation @MAnno not applicable in this type context java.lang. @MAnno Object myMethod10() { } // illegal ^ 5 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: annotation type not applicable to this kind of declaration @Annotation @TypeAnnotation class X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: @NonNull Comparable class X { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [rawtypes] found raw type: Comparable class X { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:7: warning: [rawtypes] found raw type: @NonNull Comparable void one(T t) {} ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:8: warning: [rawtypes] found raw type: Comparable void two(T t) {} ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable X.java:9: warning: [rawtypes] found raw type: @NonNull Comparable void three(T t) {} ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: warning: [rawtypes] found raw type: @B Comparable class X { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Deprecated18Test (null tests) *************************************************************************** --- javac err: --- X.java:4: warning: [deprecation] callMe() in Y has been deprecated Y.callMe(); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class MethodParametersAttributeTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ClassFileReaderTest_1_8 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class RepeatableAnnotationTest (null tests) *************************************************************************** --- javac err: --- X.java:1: error: Foo is not a repeatable annotation type public @Foo @Foo class X { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: container FooContainer is not applicable to element X @Foo @Foo public class X { /* Problem */ ^ X.java:3: error: container FooContainer is not applicable to element local @Foo @Foo int local = 0; /* Problem! */ ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: container FooContainer is not applicable to element X @Foo @Foo public class X { /* Problem */ ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: container FooContainer must not be present at the same time as the element it contains @Foo @Foo @FooContainer({@Foo, @Foo}) public class X { /* A problem */ } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: container FooContainer must not be present at the same time as the element it contains @Foo @Foo @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: container FooContainer must not be present at the same time as the element it contains @Foo @Foo @Bar @Bar @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ } ^ X.java:5: error: Bar is not a repeatable annotation type @Foo @Foo @Bar @Bar @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ } ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: error: FooContainer is not a valid @Repeatable, no value element method declared @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:4: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[] @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:2: error: invalid type for annotation type element Foo[][] value(); ^ Foo.java:4: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[] @java.lang.annotation.Repeatable(FooContainer.class) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:6: error: containing annotation type (FooContainer) does not have a default value for element doesntHaveDefaultValue() @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[] @Foo @Foo public class X { /* Problem since Foo now uses FooContainer which doesn't work anymore*/ ^ X.java:1: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[] @Foo @Foo public class X { /* Problem since Foo now uses FooContainer which doesn't work anymore*/ ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:5: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo) @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:5: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo) @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:4: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo) @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:1: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo) @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo) @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo) public @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo) public @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo) public @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo) @java.lang.annotation.Repeatable(FooContainer.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:1: error: repeatable annotation type (Foo) is @Documented while containing annotation type (FooContainer) is not @java.lang.annotation.Repeatable(FooContainer.class) @java.lang.annotation.Documented ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:1: error: repeatable annotation type (Foo) is @Inherited while containing annotation type (FooContainer) is not @java.lang.annotation.Repeatable(FooContainer.class) @java.lang.annotation.Inherited ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: container TC is not applicable to element X @T @T // we used to double report here. ^ X.java:9: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T) @Repeatable(TC.class) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: error: incompatible types: Class cannot be converted to Class @Repeatable(X.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- T.java:5: error: container TC is not applicable to element I interface I<@T(1) @T(2) K> { ^ T.java:5: error: annotation @T not applicable in this type context interface I<@T(1) @T(2) K> { ^ T.java:1: warning: [deprecation] TC in unnamed package has been deprecated @java.lang.annotation.Repeatable(TC.class) ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- T.java:9: error: container TC is not applicable to element I interface I<@T(1) @T(2) K> { ^ T.java:9: error: annotation @T not applicable in this type context interface I<@T(1) @T(2) K> { ^ T.java:5: warning: [deprecation] TC in unnamed package has been deprecated @java.lang.annotation.Repeatable(TC.class) ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:35: warning: [rawtypes] found raw type: I TypeVariable>[] typeParameters = ci.getTypeParameters(); ^ missing type arguments for generic class I where K is a type-variable: K extends @T(3),@T(4) Object,@T(5),@T(6) Comparable declared in interface I 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T) @Repeatable(TC.class) ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: container TC is not applicable to element X @T @T ^ X.java:10: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T) @Repeatable(TC.class) ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:36: warning: [rawtypes] found raw type: X public <@T(23) @T(24) Q> X @T(25) @T(26) [] method(@T(27) @T(28) X this, ^ missing type arguments for generic class X where K,V are type-variables: K extends @T(5),@T(6) Object,@T(7),@T(8) Comparable declared in class X V extends Object declared in class X X.java:52: warning: [rawtypes] found raw type: X TypeVariable>[] typeParameters = xc.getTypeParameters(); ^ missing type arguments for generic class X where K,V are type-variables: K extends @T(5),@T(6) Object,@T(7),@T(8) Comparable declared in class X V extends Object declared in class X 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class GenericsRegressionTest_1_8 (null tests) *************************************************************************** --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T default void foo (T... p) {} ^ where T is a type-variable: T extends Object declared in method foo(T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T default void foo (T... p) {} ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:7: warning: foo(Object[]) in A implements foo(T...) in I; overriding method is missing '...' abstract class B extends A implements I { ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:9: warning: foo(Object[]) in A implements foo(T...) in I; overriding method is missing '...' public abstract class X extends B implements I { ^ where T is a type-variable: T extends Object declared in method foo(T...) X.java:11: error: method foo in class A cannot be applied to given types; b.foo("hello", "world"); ^ required: Object[] found: String,String reason: actual and formal argument lists differ in length 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T default void foo (T... p) {} ^ where T is a type-variable: T extends Object declared in method foo(T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static T getLast(T... array) { return null; } // same with T[] ^ where T is a type-variable: T extends Object declared in method getLast(T...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: incompatible types: inference variable T has incompatible bounds match(getLast("a"), null); ^ upper bounds: Boolean,Object lower bounds: String where T is a type-variable: T extends Object declared in method getLast(T...) X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static T getLast(T... array) { return null; } // same with T[] ^ where T is a type-variable: T extends Object declared in method getLast(T...) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- OperationsPile.java:13: error: cannot infer type arguments for OperationsPile<> addAll3(combined, new OperationsPile<>(handler)); ^ reason: cannot infer type-variable(s) B (argument mismatch; Consumer cannot be converted to Function) where B,S are type-variables: B extends Object declared in class OperationsPile S extends Object declared in method adaad3(List>,Consumer) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: error: incompatible types: Optional> cannot be converted to Optional> return s31.map(s2 -> s2.map(s1 -> Integer.parseInt(s1))).findAny(); ^ X.java:15: error: incompatible types: Class cannot be converted to Integer X.class); ^ X.java:18: error: incompatible types: inference variable T has incompatible bounds return s3.map(s2 -> s2.map(s1 -> Integer.parseInt(s1))).findAny().orElse(Stream.of(new Object())); ^ equality constraints: Integer lower bounds: Object where T is a type-variable: T extends Object declared in method of(T) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot create array with '<>' final List[] ls = Util.cast(new List<>[] { null }); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:36: warning: [serial] serializable class Pair has no definition of serialVersionUID abstract class Pair implements Map.Entry, Comparable>, Serializable { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:35: warning: [serial] serializable class IntCollection has no definition of serialVersionUID public static class IntCollection extends ArrayList ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [rawtypes] found raw type: X new X("").two(); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test.java:5: warning: [rawtypes] found raw type: Function Function function = x -> x; ^ missing type arguments for generic class Function where T,R are type-variables: T extends Object declared in interface Function R extends Object declared in interface Function test/Test.java:6: warning: [unchecked] unchecked method invocation: method test2 in class Test is applied to given types String [] z = test2(function, ""); ^ required: Function,T found: Function,String where T is a type-variable: T extends Object declared in method test2(Function,T) test/Test.java:6: warning: [unchecked] unchecked conversion String [] z = test2(function, ""); ^ required: Function found: Function where T is a type-variable: T extends Object declared in method test2(Function,T) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [deprecation] Long(long) in Long has been deprecated return m(new Long(12l), new Byte((byte)1)) == 1; ^ X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated return m(new Long(12l), new Byte((byte)1)) == 1; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Example.java:4: warning: [rawtypes] found raw type: ArrayList DoJobMr bean = getOnlyElement(new ArrayList()); ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList Example.java:4: warning: [unchecked] unchecked method invocation: method getOnlyElement in class Example is applied to given types DoJobMr bean = getOnlyElement(new ArrayList()); ^ required: Iterable found: ArrayList where T is a type-variable: T extends Object declared in method getOnlyElement(Iterable) Example.java:4: warning: [unchecked] unchecked conversion DoJobMr bean = getOnlyElement(new ArrayList()); ^ required: Iterable found: ArrayList where T is a type-variable: T extends Object declared in method getOnlyElement(Iterable) Example.java:4: error: incompatible types: Object cannot be converted to DoJobMr DoJobMr bean = getOnlyElement(new ArrayList()); ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:18: error: reference to setValue is ambiguous setValue(p1, null); ^ both method setValue(Parameter,T#1) in Test and method setValue(Parameter,Field) in Test match where T#1,T#2 are type-variables: T#1 extends Object declared in method setValue(Parameter,T#1) T#2 extends Object declared in method setValue(Parameter,Field) Test.java:22: error: reference to setValue is ambiguous setValue(p2, f2); ^ both method setValue(Parameter,T#1) in Test and method setValue(Parameter,Field) in Test match where T#1,T#2 are type-variables: T#1 extends Object declared in method setValue(Parameter,T#1) T#2 extends Object declared in method setValue(Parameter,Field) Test.java:23: error: reference to setValue is ambiguous setValue(p2, null); } ^ both method setValue(Parameter,T#1) in Test and method setValue(Parameter,Field) in Test match where T#1,T#2 are type-variables: T#1 extends Object declared in method setValue(Parameter,T#1) T#2 extends Object declared in method setValue(Parameter,Field) 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: reference to X is ambiguous int i = m(new X("")); ^ both constructor X(T) in X and constructor X(String) in X match where T is a type-variable: T extends Object declared in class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:9: error: incompatible types: String cannot be converted to CAP#1 return i.bold("1"); ^ where CAP#1 is a fresh type-variable: CAP#1 extends String from capture of ? extends String Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- junk/Junk3.java:12: warning: [rawtypes] found raw type: List public static final List EMPTY_LIST = new ArrayList<>(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List junk/Junk3.java:14: warning: [unchecked] unchecked cast return (List) EMPTY_LIST; ^ required: List found: List where T is a type-variable: T extends Object declared in method emptyList() junk/Junk3.java:27: warning: [rawtypes] found raw type: List static List works = emptyList(); ^ missing type arguments for generic class List where E is a type-variable: E extends Object declared in interface List junk/Junk3.java:29: warning: [unchecked] unchecked method invocation: constructor in class Junk3 is applied to given types this(works); ^ required: List found: List junk/Junk3.java:29: warning: [unchecked] unchecked conversion this(works); ^ required: List found: List 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Foo.java:8: error: incompatible types: List> cannot be converted to List> List> list2 = stream.gather(() -> new Stuff<>()).toList(); // ERROR ^ where E is a type-variable: E extends Object declared in class Foo 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- NPEOnCollector.java:18: error: incompatible types: inference variable R has incompatible bounds .distinct().collect(Collectors.toCollection(ArrayList::new)); ^ upper bounds: Stream,Collection,Object lower bounds: ArrayList where R,A,T#1,T#2,C,E are type-variables: R extends Object declared in method collect(Collector) A extends Object declared in method collect(Collector) T#1 extends Object declared in interface Stream T#2 extends Object declared in method toCollection(Supplier) C extends Collection declared in method toCollection(Supplier) E extends Object declared in class ArrayList 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:17: error: incompatible types: inference variable Q has incompatible bounds foo(goo(ArrayList::new)); ^ upper bounds: String,Collection lower bounds: ArrayList where Q is a type-variable: Q extends Collection declared in method goo(Functional) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug424415b - 10 X.java [ import java.util.ArrayList; import java.util.Collection; interface Functional { T apply(); } class X { void foo(Object o) { } void foo(String str) {} > Q goo(Functional s) { return null; } void test() { foo(goo(ArrayList::new)); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- MyList.java:7: error: no suitable method found for copyOf(Object[],int,Class) return (A[]) Arrays.copyOf(elements, size, getClass()); ^ method Arrays.copyOf(T#1[],int) is not applicable (cannot infer type-variable(s) T#1 (actual and formal argument lists differ in length)) method Arrays.copyOf(U[],int,Class) is not applicable (cannot infer type-variable(s) T#2,U (argument mismatch; Class cannot be converted to Class)) where T#1,T#2,U are type-variables: T#1 extends Object declared in method copyOf(T#1[],int) T#2 extends Object declared in method copyOf(U[],int,Class) U extends Object declared in method copyOf(U[],int,Class) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends MyList from capture of ? extends MyList CAP#2 extends MyList from capture of ? extends MyList MyList.java:7: warning: [cast] redundant cast to A[] return (A[]) Arrays.copyOf(elements, size, getClass()); ^ where A is a type-variable: A extends Object declared in method toArray(A[]) Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:12: error: cannot find symbol Set rosterSet = (Set) foo(null, Set::new); ^ symbol: class Y location: class X X.java:12: error: cannot find symbol Set rosterSet = (Set) foo(null, Set::new); ^ symbol: class Y location: class X X.java:12: error: Set is abstract; cannot be instantiated Set rosterSet = (Set) foo(null, Set::new); ^ 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [unchecked] unchecked cast Comparator comparator = (Comparator) Comparator.naturalOrder(); ^ required: Comparator found: Comparator where T#1,T#2 are type-variables: T#1 extends Comparable T#2 extends Object declared in method test() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:14: error: non-static variable dequeCapacity cannot be referenced from a static context return new X<>(() -> new ArrayDeque<>(dequeCapacity)); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SomethingBreaks.java:11: warning: [overloads] forEach(Consumer) in SomethingBreaks is potentially ambiguous with forEach(Use) in SomethingBreaks public void forEach(Consumer use) throws E {} ^ where T,E2,E are type-variables: T extends Object declared in class SomethingBreaks E2 extends E declared in method forEach(Use) E extends Throwable declared in class SomethingBreaks SomethingBreaks.java:39: error: reference to forEach is ambiguous stream(). forEach((String s) -> System.out.println(Files.size(Paths.get(s)))); ^ both method forEach(Consumer) in SomethingBreaks and method forEach(Use) in SomethingBreaks match where T,E2,E are type-variables: T extends Object declared in class SomethingBreaks E2 extends E declared in method forEach(Use) E extends Throwable declared in class SomethingBreaks SomethingBreaks.java:43: error: reference to forEach is ambiguous stream(). forEach(SomethingBreaks::methodReference); ^ both method forEach(Consumer) in SomethingBreaks and method forEach(Use) in SomethingBreaks match where T,E2,E are type-variables: T extends Object declared in class SomethingBreaks E2 extends E declared in method forEach(Use) E extends Throwable declared in class SomethingBreaks SomethingBreaks.java:43: error: incompatible thrown types IOException in functional expression stream(). forEach(SomethingBreaks::methodReference); ^ SomethingBreaks.java:51: error: incompatible thrown types IOException in functional expression stream().> forEach(SomethingBreaks::methodReference); ^ SomethingBreaks.java:55: error: reference to forEach is ambiguous stream().forEach((String s) -> System.out.println(Files.size(Paths.get(s)))); ^ both method forEach(Consumer) in SomethingBreaks and method forEach(Use) in SomethingBreaks match where T,E2,E are type-variables: T extends Object declared in class SomethingBreaks E2 extends E declared in method forEach(Use) E extends Throwable declared in class SomethingBreaks SomethingBreaks.java:59: error: reference to forEach is ambiguous stream().forEach(SomethingBreaks::methodReference); ^ both method forEach(Consumer) in SomethingBreaks and method forEach(Use) in SomethingBreaks match where T,E2,E are type-variables: T extends Object declared in class SomethingBreaks E2 extends E declared in method forEach(Use) E extends Throwable declared in class SomethingBreaks SomethingBreaks.java:59: error: incompatible thrown types IOException in functional expression stream().forEach(SomethingBreaks::methodReference); ^ 7 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- SomethingBreaks.java:11: warning: [overloads] forEach(Consumer) in SomethingBreaks is potentially ambiguous with forEach(Use) in SomethingBreaks public void forEach(Consumer use) throws E {} ^ where T,E2,E are type-variables: T extends Object declared in class SomethingBreaks E2 extends E declared in method forEach(Use) E extends Throwable declared in class SomethingBreaks SomethingBreaks.java:20: error: reference to forEach is ambiguous stream().forEach((String s) -> System.out.println(Files.size(Paths.get(s)))); ^ both method forEach(Consumer) in SomethingBreaks and method forEach(Use) in SomethingBreaks match where T,E2,E are type-variables: T extends Object declared in class SomethingBreaks E2 extends E declared in method forEach(Use) E extends Throwable declared in class SomethingBreaks 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:10: error: incompatible types: cannot infer functional interface descriptor for I I i = (C1 c1) -> { return new C2(); }; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:3: error: method addAttribute in class Test cannot be applied to given types; addAttribute(java.util.Objects.requireNonNull(attribute, ""), ^ required: Attribute,T found: Attribute,CAP#2 reason: inference variable T has incompatible bounds equality constraints: CAP#3 lower bounds: Object where T is a type-variable: T extends Object declared in method addAttribute(Attribute,T) where CAP#1,CAP#2,CAP#3 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? CAP#3 extends Object from capture of ? Test.java:5: error: method addAttribute in class Test cannot be applied to given types; addAttribute(attribute, attribute.getDefault()); ^ required: Attribute,T found: Attribute,CAP#2 reason: inference variable T has incompatible bounds equality constraints: CAP#1 lower bounds: Object where T is a type-variable: T extends Object declared in method addAttribute(Attribute,T) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:2: warning: [unchecked] unchecked cast S myself() { return (S)this; } ^ required: S found: MyType where S is a type-variable: S extends MyType declared in class MyType Test.java:5: warning: [rawtypes] found raw type: MyType MyType test() { ^ missing type arguments for generic class MyType where S is a type-variable: S extends MyType declared in class MyType Test.java:8: warning: [rawtypes] found raw type: MyType MyType test2() { ^ missing type arguments for generic class MyType where S is a type-variable: S extends MyType declared in class MyType Test.java:11: warning: [rawtypes] found raw type: MyType public T newInstance() { ^ missing type arguments for generic class MyType where S is a type-variable: S extends MyType declared in class MyType Test.java:12: warning: [rawtypes] found raw type: MyType return (T) new MyType(); ^ missing type arguments for generic class MyType where S is a type-variable: S extends MyType declared in class MyType Test.java:12: warning: [unchecked] unchecked cast return (T) new MyType(); ^ required: T found: MyType where T is a type-variable: T extends MyType declared in method newInstance() 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:6: warning: [rawtypes] found raw type: Test.A index(new A().test()); ^ missing type arguments for generic class Test.A where S is a type-variable: S extends Test.A declared in class Test.A Test.java:6: error: non-static variable this cannot be referenced from a static context index(new A().test()); ^ Test.java:6: warning: [unchecked] unchecked method invocation: method index in class Test is applied to given types index(new A().test()); ^ required: Iterable found: List where X is a type-variable: X extends Object declared in method index(Iterable) Test.java:6: warning: [unchecked] unchecked conversion index(new A().test()); ^ required: Iterable found: List where X is a type-variable: X extends Object declared in method index(Iterable) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:6: warning: [rawtypes] found raw type: Test.A index(new A().test()); ^ missing type arguments for generic class Test.A where S is a type-variable: S extends Test.A declared in class Test.A Test.java:6: warning: [unchecked] unchecked method invocation: method index in class Test is applied to given types index(new A().test()); ^ required: Iterable found: List where X is a type-variable: X extends Object declared in method index(Iterable) Test.java:6: warning: [unchecked] unchecked conversion index(new A().test()); ^ required: Iterable found: List where X is a type-variable: X extends Object declared in method index(Iterable) 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- MyFunction.java:19: error: illegal start of expression default @Throws(((MyFunction) before::apply) @Returns MyFunction ^ MyFunction.java:19: error: ')' expected default @Throws(((MyFunction) before::apply) @Returns MyFunction ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: J void foo(J[] list, I> i) { ^ missing type arguments for generic class J where T is a type-variable: T extends Object declared in interface J X.java:3: error: incompatible types: I> cannot be converted to I sort(list, i); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Ups.java:2: warning: auxiliary class MImpl in Test.java should not be accessed from outside its own source file static Object innocent(MImpl o) { ^ Ups.java:2: warning: [rawtypes] found raw type: MImpl static Object innocent(MImpl o) { ^ missing type arguments for generic class MImpl where K,V are type-variables: K extends Object declared in class MImpl V extends Object declared in class MImpl 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: Comparable void foo(T o1) { ^ missing type arguments for generic class Comparable where T is a type-variable: T extends Object declared in interface Comparable 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:8: error: cannot find symbol m2(Test::id, "Hi").toUpperCase(); ^ symbol: method toUpperCase() location: class Object 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Snippet.java:2: warning: [rawtypes] found raw type: Class static void call(Class type, long init) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Snippet.java:6: warning: [rawtypes] found raw type: Class private static void method(Class type, String s) {} ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Snippet.java:4: warning: [rawtypes] found raw type: Class static void newInstance(Class type, long init) { ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class Snippet.java:8: warning: [rawtypes] found raw type: Class private static void method(Class type, String str) {} ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- NNLambda.java:13: error: ';' expected Collections.singletonList("const") ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: invalid functional descriptor for lambda expression interface Producer { ^ method

()P in interface Producer is generic where P is a type-variable: P extends Object declared in method

produce() Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Bug419048.java:13: error: cannot find symbol p -> p.getLast(), ^ symbol: method getLast() location: variable p of type Object Bug419048.java:14: error: cannot find symbol p -> p.getLast() ^ symbol: method getLast() location: variable p of type Object 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: warning: [unchecked] unchecked generic array creation for varargs parameter of type Tree[] return Node(Leaf(o), Leaf(o)); ^ where T is a type-variable: T extends Object declared in method model(T) Test.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type Tree static Tree Node(Tree... children) { return null; } ^ where T is a type-variable: T extends Object declared in method Node(Tree...) 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: inference variable R has incompatible bounds ss.stream().map(s -> { ^ upper bounds: Object lower bounds: void where R,T are type-variables: R extends Object declared in method map(Function) T extends Object declared in interface Stream 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/C1.java:15: warning: [unchecked] Possible heap pollution from parameterized vararg type E public static List getList1(E... items) { ^ where E is a type-variable: E extends Object declared in method getList1(E...) Test.java:6: warning: [rawtypes] found raw type: CInner2 void test2(List l) { ^ missing type arguments for generic class CInner2 where T3A,T3B are type-variables: T3A extends Object declared in class CInner2 T3B extends Object declared in class CInner2 Test.java:9: warning: [unchecked] unchecked generic array creation for varargs parameter of type CInner[] C1.getList1(new C1.CInner<>("b", 13)) ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Junk5.java:17: warning: [rawtypes] found raw type: Collection Collection c = getTouchDevices().stream() ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection Junk5.java:21: warning: [unchecked] unchecked conversion return c; ^ required: Collection found: Collection 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Junk10.java:4: warning: [rawtypes] found raw type: Junk10.Observable public void invalidated(Observable observable); ^ missing type arguments for generic class Junk10.Observable where T is a type-variable: T extends Object declared in class Junk10.Observable Junk10.java:11: warning: [overloads] addListener(Junk10.SetListenerHelper,InvalidationListener) in Junk10 is potentially ambiguous with addListener(Junk10.SetListenerHelper,SetChangeListener) in Junk10 public static SetListenerHelper addListener(SetListenerHelper helper, InvalidationListener listener) { ^ where E#1,E#2 are type-variables: E#1 extends Object declared in method addListener(Junk10.SetListenerHelper,InvalidationListener) E#2 extends Object declared in method addListener(Junk10.SetListenerHelper,SetChangeListener) Junk10.java:18: warning: [rawtypes] found raw type: SetChangeListener addListener(null, new SetChangeListener () { ^ missing type arguments for generic class SetChangeListener where E is a type-variable: E extends Object declared in interface SetChangeListener Junk10.java:19: warning: [rawtypes] found raw type: Change public void onChanged(SetChangeListener.Change change) {} ^ missing type arguments for generic class Change where E is a type-variable: E extends Object declared in class Change Junk10.java:18: warning: [unchecked] unchecked method invocation: method addListener in class Junk10 is applied to given types addListener(null, new SetChangeListener () { ^ required: Junk10.SetListenerHelper,SetChangeListener found: , where E is a type-variable: E extends Object declared in method addListener(Junk10.SetListenerHelper,SetChangeListener) Junk10.java:18: warning: [unchecked] unchecked conversion addListener(null, new SetChangeListener () { ^ required: SetChangeListener found: where E is a type-variable: E extends Object declared in method addListener(Junk10.SetListenerHelper,SetChangeListener) 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Junk10.java:17: error: cannot find symbol addListener(null, (SetChangeListener.Change c) -> {}); ^ symbol: class Change location: interface SetChangeListener 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:14: error: unreported exception Exception; must be caught or declared to be thrown close( x -> { if (in.available() == 0) throw new EmptyStream(); x.close(); }, in ); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:16: error: unreported exception IOException; must be caught or declared to be thrown throw new IOException(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Junk11.java:5: warning: [rawtypes] found raw type: Junk11.Observable public void invalidated(Observable observable); ^ missing type arguments for generic class Junk11.Observable where T is a type-variable: T extends Object declared in class Junk11.Observable Junk11.java:19: warning: [rawtypes] found raw type: Junk11.Observable public void invalidated(Observable o) {throw new RuntimeException();} ^ missing type arguments for generic class Junk11.Observable where T is a type-variable: T extends Object declared in class Junk11.Observable 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Junk12.java:5: warning: [rawtypes] found raw type: Junk12.Observable public void invalidated(Observable observable); ^ missing type arguments for generic class Junk12.Observable where T is a type-variable: T extends Object declared in class Junk12.Observable Junk12.java:18: warning: [rawtypes] found raw type: ChangeListener addListener(null, null, new ChangeListener () { ^ missing type arguments for generic class ChangeListener where T is a type-variable: T extends Object declared in interface ChangeListener Junk12.java:19: warning: [rawtypes] found raw type: Junk12.ObservableValue public void changed(ObservableValue observable, Object oldValue, Object newValue) { ^ missing type arguments for generic class Junk12.ObservableValue where T is a type-variable: T extends Object declared in class Junk12.ObservableValue Junk12.java:18: warning: [unchecked] unchecked method invocation: method addListener in class Junk12 is applied to given types addListener(null, null, new ChangeListener () { ^ required: Junk12.ExpressionHelper,Junk12.ObservableValue,ChangeListener found: ,, where T is a type-variable: T extends Object declared in method addListener(Junk12.ExpressionHelper,Junk12.ObservableValue,ChangeListener) Junk12.java:18: warning: [unchecked] unchecked conversion addListener(null, null, new ChangeListener () { ^ required: ChangeListener found: where T is a type-variable: T extends Object declared in method addListener(Junk12.ExpressionHelper,Junk12.ObservableValue,ChangeListener) 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- AnnotationCollector.java:9: error: no suitable method found for toMap((Person p)[...]ame(),Function::identity,(p1,p2)->p1) return persons.collect(Collectors.toMap((Person p) -> p.getLastName(), ^ method Collectors.toMap(Function,Function) is not applicable (cannot infer type-variable(s) T#1,K#1,U#1 (actual and formal argument lists differ in length)) method Collectors.toMap(Function,Function,BinaryOperator) is not applicable (cannot infer type-variable(s) T#2,K#2,U#2 (argument mismatch; unexpected static method identity() found in unbound lookup)) method Collectors.toMap(Function,Function,BinaryOperator,Supplier) is not applicable (cannot infer type-variable(s) T#4,K#3,U#3,M (actual and formal argument lists differ in length)) where T#1,K#1,U#1,T#2,K#2,U#2,T#3,T#4,K#3,U#3,M are type-variables: T#1 extends Object declared in method toMap(Function,Function) K#1 extends Object declared in method toMap(Function,Function) U#1 extends Object declared in method toMap(Function,Function) T#2 extends Object declared in method toMap(Function,Function,BinaryOperator) K#2 extends Object declared in method toMap(Function,Function,BinaryOperator) U#2 extends Object declared in method toMap(Function,Function,BinaryOperator) T#3 extends Object declared in method identity() T#4 extends Object declared in method toMap(Function,Function,BinaryOperator,Supplier) K#3 extends Object declared in method toMap(Function,Function,BinaryOperator,Supplier) U#3 extends Object declared in method toMap(Function,Function,BinaryOperator,Supplier) M extends Map declared in method toMap(Function,Function,BinaryOperator,Supplier) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: error: incompatible types: bad type in conditional expression new Bar(b ? 0 : new ArrayList<>()); ^ int cannot be converted to Collection Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test.java:28: error: incompatible types: invalid method reference w.set(this::call); ^ incompatible types: Event> cannot be converted to Event where M,W are type-variables: M extends MUIElement declared in class A W extends WWidget declared in class A test/Test.java:30: error: incompatible types: Event> cannot be converted to Event w.set((e) -> call(e)); ^ where M,W are type-variables: M extends MUIElement declared in class A W extends WWidget declared in class A Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: warning: [overloads] m(FI1) in X is potentially ambiguous with m(FI2) in X void m(FI1 fi) { } ^ X.java:14: error: reference to m is ambiguous m(X::id); ^ both method m(FI1) in X and method m(FI2) in X match 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T public T get(T... n); ^ where T is a type-variable: T extends Object declared in interface FI1 X.java:8: warning: [overloads] m(FI1) in X is potentially ambiguous with m(FI2) in X void m(FI1 fi) { } ^ X.java:14: error: reference to m is ambiguous m(this::id); ^ both method m(FI1) in X and method m(FI2) in X match 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:12: error: cannot find symbol removeEntity( e ); ^ symbol: method removeEntity(MyEntity) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T public static Field coalesce(T value, T... values) { ^ where T is a type-variable: T extends Object declared in method coalesce(T,T...) Test.java:5: error: reference to coalesce is ambiguous return coalesce(field(value), fields(values)); ^ both method coalesce(Field,T#1) in Test and method coalesce(Field,Field...) in Test match where T#1,T#2 are type-variables: T#1 extends Object declared in method coalesce(Field,T#1) T#2 extends Object declared in method coalesce(Field,Field...) Test.java:5: error: incompatible types: inference variable T#1 has incompatible bounds return coalesce(field(value), fields(values)); ^ equality constraints: T#2,T#3 lower bounds: T#2,Field[] where T#1,T#2,T#3,T#4 are type-variables: T#1 extends Object declared in method coalesce(Field,T#1) T#2 extends Object declared in method coalesce(T#2,T#2...) T#3 extends Object declared in method field(T#3) T#4 extends Object declared in method fields(T#4...) Test.java:20: warning: [unchecked] Possible heap pollution from parameterized vararg type T static Field[] fields(T... values) { ^ where T is a type-variable: T extends Object declared in method fields(T...) Test.java:21: warning: [unchecked] unchecked method invocation: method toArray in interface Stream is applied to given types return Stream.of(values).map(Test::field).toArray(Field[]::new); ^ required: IntFunction found: IntFunction where A is a type-variable: A extends Object declared in method toArray(IntFunction) Test.java:21: warning: [unchecked] unchecked conversion return Stream.of(values).map(Test::field).toArray(Field[]::new); ^ required: Field[] found: Field[] where T is a type-variable: T extends Object declared in method fields(T...) 2 errors 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol process(missing::new); ^ symbol: class missing location: class X 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:18: error: method createData in class Test cannot be applied to given types; (x) -> m(Data.class, str, (y) -> m(Data.class, BigInteger.ZERO, (z) -> createData(i, x, y, z)))); ^ required: no arguments found: BigInteger,String,String,BigInteger reason: cannot infer type-variable(s) T (actual and formal argument lists differ in length) where T is a type-variable: T extends Object declared in method createData() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:10: error: method test in class Test cannot be applied to given types; test(type); ^ required: List found: List reason: inference variable L has incompatible bounds equality constraints: CAP#1 upper bounds: List where L,Y are type-variables: L extends List declared in method test(List) Y extends Object declared in method test(List) where CAP#1 is a fresh type-variable: CAP#1 extends List from capture of ? extends List 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ToArray.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type S E[] apply(@SuppressWarnings("unchecked") S... es); ^ where S,E are type-variables: S extends E declared in method apply(S...) E extends Object declared in interface ArrayFunction ToArray.java:7: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter es return es; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:6: error: I is not public in sub; cannot be accessed from outside package return (((Marker & J) j).getValue()); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [overloads] m(UnaryOp) in X is potentially ambiguous with m(IntegerToNumber) in X void m(UnaryOp f) {} ^ where T is a type-variable: T extends Object declared in method m(UnaryOp) X.java:10: error: reference to m is ambiguous m((Integer i) -> i); ^ both method m(UnaryOp) in X and method m(IntegerToNumber) in X match where T is a type-variable: T extends Object declared in method m(UnaryOp) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Task.java:4: error: reference to foo is ambiguous foo(rt -> true); // PROBLEM HERE ^ both method foo(T) in Task and method foo(Predicate) in Task match where T is a type-variable: T extends Serializable declared in method foo(T) Task.java:4: error: incompatible types: cannot infer type-variable(s) T foo(rt -> true); // PROBLEM HERE ^ (argument mismatch; Serializable is not a functional interface no abstract method found in interface Serializable) where T is a type-variable: T extends Serializable declared in method foo(T) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- TestGenericsFunctional.java:11: error: reference to doStuff is ambiguous doStuff(str, st -> collection.add(st)); ^ both method doStuff(String,Consumer) in TestGenericsFunctional and method doStuff(String,C) in TestGenericsFunctional match where C is a type-variable: C extends Collection declared in method doStuff(String,C) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Java8TypeInferenceProblem.java:8: error: reference to copyToValueObject is ambiguous return copyToValueObject(loadBusinessObject(), ValueObjectImpl.class); ^ both method copyToValueObject(BusinessObject,Class) in Java8TypeInferenceProblem and method copyToValueObject(Iterator,Class) in Java8TypeInferenceProblem match where T#1,T#2 are type-variables: T#1 extends ValueObject declared in method copyToValueObject(BusinessObject,Class) T#2 extends ValueObject declared in method copyToValueObject(Iterator,Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:16: warning: [deprecation] Long(long) in Long has been deprecated Long l = new Long(3); ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [rawtypes] found raw type: A void test(A a) { ^ missing type arguments for generic class A where T is a type-variable: T extends Object declared in class A X.java:5: warning: [unchecked] unchecked method invocation: method get in class X is applied to given types get(a).missing(); ^ required: A found: A where U is a type-variable: U extends Object declared in method get(A) X.java:5: warning: [unchecked] unchecked conversion get(a).missing(); ^ required: A found: A where U is a type-variable: U extends Object declared in method get(A) X.java:5: error: cannot find symbol get(a).missing(); ^ symbol: method missing() location: class Object 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug488663 - 10 C.java [ import java.util.Comparator; public class C { Comparator comparator = new Comparator() { // @Override public int compare(String o1, String o2) { return 0; } }; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: warning: [unchecked] unchecked method invocation: constructor in class HashSet is applied to given types HashSet activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat()); ^ required: Collection found: Collection where E is a type-variable: E extends Object declared in class HashSet X.java:5: warning: [unchecked] unchecked conversion HashSet activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat()); ^ required: Collection found: Collection where E is a type-variable: E extends Object declared in class HashSet X.java:5: warning: [unchecked] unchecked conversion HashSet activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat()); ^ required: HashSet found: HashSet X.java:10: warning: [rawtypes] found raw type: Collection Collection getActiveBindingsDisregardingContextFlat() { ^ missing type arguments for generic class Collection where E is a type-variable: E extends Object declared in interface Collection 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Tester.java:20: error: incompatible types: bad return type in method reference return method((SAM & I ) this::foo); ^ Object cannot be converted to X3 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:10: warning: [unchecked] unchecked method invocation: constructor in class HashSet is applied to given types Set genericSet = new HashSet<>(oldApiReturningUntypedSet()); ^ required: Collection found: Set where E is a type-variable: E extends Object declared in class HashSet Main.java:10: warning: [unchecked] unchecked conversion Set genericSet = new HashSet<>(oldApiReturningUntypedSet()); ^ required: Collection found: Set where E is a type-variable: E extends Object declared in class HashSet Main.java:10: warning: [unchecked] unchecked conversion Set genericSet = new HashSet<>(oldApiReturningUntypedSet()); ^ required: Set found: HashSet 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- EclipseInference.java:34: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter suppliers return Stream.of(suppliers) ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- EclipseInference.java:34: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter suppliers return Stream.of(suppliers) ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: inference variable T#1 has incompatible bounds Set> numbetListSet = Collections.singleton(toWildcardGeneric(integerList)); ^ equality constraints: List lower bounds: List where T#1,T#2 are type-variables: T#1 extends Object declared in method singleton(T#1) T#2 extends Object declared in method toWildcardGeneric(List) where CAP#1 is a fresh type-variable: CAP#1 extends Integer from capture of ? extends T#2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: inference variable T#1 has incompatible bounds List objectList = id(toWildcardGeneric(integerList)); ^ upper bounds: List,Object lower bounds: List where T#1,T#2 are type-variables: T#1 extends Object declared in method id(T#1) T#2 extends Object declared in method toWildcardGeneric(List) where CAP#1 is a fresh type-variable: CAP#1 extends Integer from capture of ? extends T#2 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:9: error: type argument String is not within bounds of type-variable X public class E.C> {} ^ where X is a type-variable: X extends Number declared in class Test.D 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:2: error: package wrong does not exist .C> void m() {} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- NPETest.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type T public Dummy(T... args) { ^ where T is a type-variable: T extends Object declared in class NPETest.Dummy 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- NPETest.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type T public Dummy(T... args) { ^ where T is a type-variable: T extends Object declared in class NPETest.Dummy 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- makeCompilerFreeze/EclipseJava8Bug.java:20: error: method func in class Stuff cannot be applied to given types; Stuff.func(Comparator.naturalOrder()); ^ required: Comparator found: Comparator reason: inferred type does not conform to upper bound(s) inferred: Object upper bound(s): Comparable,Object where T,S,B#1,B#2 are type-variables: T extends Object declared in method func(Comparator) S extends T declared in method func(Comparator) B#1 extends Comparable B#2 extends Comparable declared in method naturalOrder() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test.java:24: warning: [rawtypes] found raw type: ComputerProperty return map(this.properties(), property -> new ComputerProperty(property)); ^ missing type arguments for generic class ComputerProperty where E is a type-variable: E extends Object declared in class ComputerProperty test/Test.java:24: warning: [unchecked] unchecked call to ComputerProperty(Property) as a member of the raw type ComputerProperty return map(this.properties(), property -> new ComputerProperty(property)); ^ where E is a type-variable: E extends Object declared in class ComputerProperty test/Test.java:24: warning: [unchecked] unchecked method invocation: method map in class Test is applied to given types return map(this.properties(), property -> new ComputerProperty(property)); ^ required: Iterator,Function found: Iterator,Function> where F,G,H,I are type-variables: F extends Object declared in method map(Iterator,Function) G extends Object declared in method map(Iterator,Function) H extends Object declared in method properties() I extends Object declared in method test() where CAP#1 is a fresh type-variable: CAP#1 extends Property from capture of ? extends Property test/Test.java:24: warning: [unchecked] unchecked conversion return map(this.properties(), property -> new ComputerProperty(property)); ^ required: Iterator> found: Iterator where I is a type-variable: I extends Object declared in method test() 4 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- NfaUtil.java:39: warning: [unchecked] Possible heap pollution from parameterized vararg type E public static HashSet newHashSet(E... elements) { ^ where E is a type-variable: E extends Object declared in method newHashSet(E...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- BrokenTypeInference.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type X private static List x(X ... xs) { ^ where X is a type-variable: X extends Object declared in method x(X...) 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/ClassWithMethodWithMissingArgType.java:5: error: package missing does not exist import missing.Type; ^ test/ClassWithMethodWithMissingArgType.java:8: error: cannot find symbol public void matches(Type arg) { ^ symbol: class Type location: class ClassWithMethodWithMissingArgType 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Minimal.java:4: warning: [try] auto-closeable resource o is never referenced in body of corresponding try statement try (Closeable o = consumes(sneaky()::withVarargs)) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Test.java:19: warning: [rawtypes] found raw type: Bar Bar b = null; ^ missing type arguments for generic class Bar where U is a type-variable: U extends Object declared in class Bar test/Test.java:20: warning: [unchecked] unchecked method invocation: method bar in class Test is applied to given types return foo(bar(b)); ^ required: Bar found: Bar test/Test.java:20: warning: [unchecked] unchecked conversion return foo(bar(b)); ^ required: Bar found: Bar test/Test.java:20: warning: [unchecked] unchecked method invocation: method foo in class Test is applied to given types return foo(bar(b)); ^ required: Foo found: Foo where V is a type-variable: V extends Object declared in method foo(Foo) test/Test.java:20: warning: [unchecked] unchecked conversion return foo(bar(b)); ^ required: Foo found: Foo where V is a type-variable: V extends Object declared in method foo(Foo) 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Main.java:7: warning: [serial] serializable class MyMap has no definition of serialVersionUID static class MyMap extends HashMap { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T public Z(Runnable r, T... t1) {} ^ where T is a type-variable: T extends Object declared in class Z X.java:4: warning: [rawtypes] found raw type: Z Z z = new Z<>(()->{System.out.println("asdad");}, t.get()); ^ missing type arguments for generic class Z where T is a type-variable: T extends Object declared in class Z X.java:4: error: incompatible types: cannot infer type arguments for Z<> Z z = new Z<>(()->{System.out.println("asdad");}, t.get()); ^ reason: formal varargs element type Inner is not accessible from class X 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Z.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type TT public Q(Runnable r, TT... ts) {} ^ where TT is a type-variable: TT extends Object declared in class Z.Q Z.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T public Z(Runnable r, T... t1) {} ^ where T is a type-variable: T extends Object declared in class Z X.java:5: warning: [rawtypes] found raw type: Z.Q Z.Q zq = zr.new Q<>(null, t.get()); ^ missing type arguments for generic class Z.Q where TT,T are type-variables: TT extends Object declared in class Z.Q T extends Object declared in class Z X.java:5: error: incompatible types: cannot infer type arguments for Z.Q<> Z.Q zq = zr.new Q<>(null, t.get()); ^ reason: formal varargs element type Inner is not accessible from class X 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:18: warning: [rawtypes] found raw type: X static X x = new Y<>(Z::method); ^ missing type arguments for generic class X where T is a type-variable: T extends Object declared in class X 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:18: warning: [rawtypes] found raw type: ArrayList new Foo<>("str", new ArrayList()) ^ missing type arguments for generic class ArrayList where E is a type-variable: E extends Object declared in class ArrayList Test.java:18: warning: [unchecked] unchecked method invocation: constructor in class Foo is applied to given types new Foo<>("str", new ArrayList()) ^ required: T,List found: String,ArrayList where T is a type-variable: T extends Object declared in class Foo Test.java:18: warning: [unchecked] unchecked conversion new Foo<>("str", new ArrayList()) ^ required: List found: ArrayList Test.java:17: error: incompatible types: cannot infer type-variable(s) Q,T method(getBar( ^ (argument mismatch; Bar cannot be converted to Bar>) where Q,T are type-variables: Q extends Object declared in method method(Bar>) T extends Object declared in method getBar(T) 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:24: error: reference to fun3 is ambiguous fun3(test(Integer.valueOf(2), 3), 4); ^ both method fun3(int,int) in X and method fun3(Integer,T#2) in X match where T#1,T#2 are type-variables: T#1 extends Number declared in method fun3(int,int) T#2 extends Number declared in method fun3(Integer,T#2) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Action.java:3: warning: [rawtypes] found raw type: Service public class Action { ^ missing type arguments for generic class Service where D1,S2 are type-variables: D1 extends Device declared in class Service S2 extends Service declared in class Service test/Service.java:5: warning: [rawtypes] found raw type: Device public abstract class Service { ^ missing type arguments for generic class Device where DI,S1 are type-variables: DI extends Object declared in class Device S1 extends Service declared in class Device test/Service.java:5: warning: [rawtypes] found raw type: Service public abstract class Service { ^ missing type arguments for generic class Service where D1,S2 are type-variables: D1 extends Device declared in class Service S2 extends Service declared in class Service test/Service.java:7: warning: [rawtypes] found raw type: Action for (Action action : actionArr) { ^ missing type arguments for generic class Action where S2 is a type-variable: S2 extends Service declared in class Action test/Service.java:8: warning: [unchecked] unchecked call to setService(S2) as a member of the raw type Action action.setService(this); ^ where S2 is a type-variable: S2 extends Service declared in class Action test/Service.java:12: warning: [rawtypes] found raw type: Action public Action[] getActions(Collection actions) { ^ missing type arguments for generic class Action where S2 is a type-variable: S2 extends Service declared in class Action test/Service.java:13: warning: [rawtypes] found raw type: Action return actions.toArray(new Action[actions.size()]); ^ missing type arguments for generic class Action where S2 is a type-variable: S2 extends Service declared in class Action test/Service.java:13: warning: [unchecked] unchecked method invocation: method toArray in interface Collection is applied to given types return actions.toArray(new Action[actions.size()]); ^ required: T[] found: Action[] where T is a type-variable: T extends Object declared in method toArray(T[]) test/Service.java:13: warning: [unchecked] unchecked conversion return actions.toArray(new Action[actions.size()]); ^ required: Action[] found: Action[] where S2 is a type-variable: S2 extends Service declared in class Service test/Device.java:3: warning: [rawtypes] found raw type: Service public abstract class Device { ^ missing type arguments for generic class Service where D1,S2 are type-variables: D1 extends Device declared in class Service S2 extends Service declared in class Service test/Device.java:6: warning: [rawtypes] found raw type: Service protected void find(Service service) { ^ missing type arguments for generic class Service where D1,S2 are type-variables: D1 extends Device declared in class Service S2 extends Service declared in class Service test/Device.java:10: warning: [rawtypes] found raw type: Device public Object equals(Device obj) { ^ missing type arguments for generic class Device where DI,S1 are type-variables: DI extends Object declared in class Device S1 extends Service declared in class Device 12 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- org/a/a/g/d.java:5: error: cannot find symbol public T a(Class cls) { ^ symbol: class e location: class d org/a/a/g/d.java:15: error: cannot find symbol T a(); ^ symbol: class e location: interface b org/a/a/g/d.java:17: error: cannot find symbol T b(); ^ symbol: class j location: interface b org/a/a/g/d.java:6: error: cannot find symbol T t = (e) cls.newInstance(); ^ symbol: class e location: class d org/a/a/g/d.java:6: warning: [deprecation] newInstance() in Class has been deprecated T t = (e) cls.newInstance(); ^ where T is a type-variable: T extends Object declared in class Class org/a/a/g/d.java:7: error: cannot find symbol while (size >= 0) { ^ symbol: variable size location: class d org/a/a/g/d.java:8: error: cannot find symbol T a = ((b) this.e.m.get(size)).a(); ^ symbol: variable size location: class d org/a/a/g/d.java:8: error: cannot find symbol T a = ((b) this.e.m.get(size)).a(); ^ symbol: variable e org/a/a/g/d.java:8: warning: [cast] redundant cast to b T a = ((b) this.e.m.get(size)).a(); ^ 7 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- xxxxxx/iiibii.java:5: error: cannot find symbol public T b041D041D041D041DН041DН(xxxxxx.jjajaa jjajaa) { ^ symbol: class jajaja location: package xxxxxx xxxxxx/iiibii.java:8: error: cannot find symbol public xxxxxx.jajaja bН041D041D041DН041DН(byte b, byte b2) { ^ symbol: class jajaja location: package xxxxxx xxxxxx/jjajaa.java:3: error: jjajaa is not abstract and does not override abstract method compareTo(jjajaa) in Comparable public class jjajaa implements java.io.Serializable, java.lang.Comparable { ^ xxxxxx/jjajaa.java:21: error: name clash: compareTo(Object) in jjajaa and compareTo(jjajaa) in Comparable have the same erasure, yet neither overrides the other public /* synthetic */ int compareTo(java.lang.Object obj) { ^ xxxxxx/jjajaa.java:38: error: cannot find symbol return xxxxxx.ttotoo.bг04330433г04330433г(this.bхх0445хх04450445) + xxxxxx.ttotoo.bг04330433г04330433г(this.b0445х0445хх04450445); ^ symbol: class ttotoo location: package xxxxxx xxxxxx/jjajaa.java:38: error: cannot find symbol return xxxxxx.ttotoo.bг04330433г04330433г(this.bхх0445хх04450445) + xxxxxx.ttotoo.bг04330433г04330433г(this.b0445х0445хх04450445); ^ symbol: class ttotoo location: package xxxxxx xxxxxx/jjajaa.java:3: warning: [serial] serializable class jjajaa has no definition of serialVersionUID public class jjajaa implements java.io.Serializable, java.lang.Comparable { ^ 6 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- ECJTest.java:8: error: reference to accept is ambiguous accept(list::add); ^ both method accept(Consumer) in ECJTest and method accept(BiConsumer) in ECJTest match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: cannot infer type-variable(s) T List> l = returnNull(AtomicReference.class); ^ (argument mismatch; Class cannot be converted to Class>) where T is a type-variable: T extends Object declared in method returnNull(Class) 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug528970 - 10 X.java [ import java.util.*; import java.util.concurrent.atomic.*; public class X { public static List returnNull(Class clazz) { return null; } public static void main( String[] args ) { List> l = returnNull(AtomicReference.class); }} ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: inference variable U has incompatible bounds return exec(s -> {return X.getType(Integer.class);}); /*here the error*/ ^ upper bounds: S,Object lower bounds: Integer,T where U,S,T are type-variables: U extends Object declared in method exec(MySupplier) S extends Object declared in method getSmth() T extends Object declared in method getType(Class) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Main.java:5: error: reference to define is ambiguous Test.define(State::mergeStates,()->true); ^ both method define(FuncN,TODO...) in Test and method define(TODO...) in Test match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:17: warning: [deprecation] ROUND_HALF_UP in BigDecimal has been deprecated .map(v -> (v instanceof BigDecimal) ? ((BigDecimal) v).setScale(10, BigDecimal.ROUND_HALF_UP) : v) ^ Test.java:17: warning: [deprecation] setScale(int,int) in BigDecimal has been deprecated .map(v -> (v instanceof BigDecimal) ? ((BigDecimal) v).setScale(10, BigDecimal.ROUND_HALF_UP) : v) ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:6: error: incompatible types: inference variable R has incompatible bounds f = Stream.of(42).collect(Collectors.summingDouble(d -> d)); ^ equality constraints: Double upper bounds: char[],Object where R,A,T are type-variables: R extends Object declared in method collect(Collector) A extends Object declared in method collect(Collector) T extends Object declared in interface Stream 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- MyClass.java:8: error: ')' expected myMethod((this::myRun); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- no/Message.java:9: warning: [unchecked] getMessageRecipients() in Message implements getMessageRecipients() in WithMessageRecipients public List getMessageRecipients() { ^ return type requires unchecked conversion from List to List where CONTACT is a type-variable: CONTACT extends WithName,WithEmailAddress declared in method getMessageRecipients() 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Tester.java:7: error: method toList in class Collectors cannot be applied to given types; Stream.empty().collect(Collectors.toList(ArrayList::new)); ^ required: no arguments found: ArrayList::new reason: cannot infer type-variable(s) T (actual and formal argument lists differ in length) where T is a type-variable: T extends Object declared in method toList() 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Unicode18Test (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test#test426214_4 - 10 X.java [ public class X { int a\u061C = 0; // new unicode character in 6.3.0 } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class LambdaShapeTests (null tests) *************************************************************************** --- javac err: --- X.java:16: warning: [empty] empty statement after if if (true); ^ X.java:31: warning: [empty] empty statement after if if (val); ^ X.java:46: warning: [empty] empty statement after if if (x != null); ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: unexpected return value test.gooVoid((x) -> { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: unexpected return value test.gooVoid((x) -> { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: unexpected return value test.gooVoid((x) -> { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: unexpected return value test.gooVoid((x) -> { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: unexpected return value test.gooVoid((x) -> { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: incompatible types: unexpected return value test.gooVoid((x) -> { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:8: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:8: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: bad return type in lambda expression goo((x) -> {while (FALSE) throw new Exception();}); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> {while (false) return "";}); ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> {while (false) return "";}); ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> {while (x > 0) { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> {while (x > 0) { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> {while (x > 0) { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> {while (x > 0) { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> {do { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> {do { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> {do { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> {do { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: warning: [fallthrough] possible fall-through into case case 1: return "1"; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:29: warning: [finally] finally clause cannot complete normally } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value X.java:15: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:15: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: lambda body is neither value nor void compatible goo((x) -> { ^ X.java:12: warning: [finally] finally clause cannot complete normally } finally { ^ X.java:7: error: incompatible types: bad return type in lambda expression goo((x) -> { ^ missing return value X.java:12: warning: [finally] finally clause cannot complete normally } finally { ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 2 errors 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: warning: [finally] finally clause cannot complete normally } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:13: warning: [finally] finally clause cannot complete normally } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:1: error: incompatible types: bad return type in lambda expression interface I { ^ missing return value Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Unicode9Test (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ModuleCompilationTests (null tests) *************************************************************************** --- javac err: --- /tmp/comptest/run.1584245034298/regression/p/X.java:4: error: package java.sql is not visible java.sql.Connection con = null; ^ (package java.sql is declared in module jdk.management.resource, but module mod.one does not read it) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:3: error: package p is not visible java.sql.Connection con = p.X.getConnection(); ^ (package p is declared in module mod.one, which does not export it) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: option --system cannot be used together with --release Usage: javac use --help for a list of possible options error: illegal argument for --system: /tmp/comptest/run.1584245034298/regression/system Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:2: error: module not found: mod.one requires mod.one; ^ /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:3: error: module not found: mod.two requires mod.two; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Previous error was from test015 Unexpected output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.two/q/Y.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] module name in --add-exports option not found: mod.three /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:3: error: package p is not visible java.sql.Connection con = p.X.getConnection(); ^ (package p is declared in module mod.one, which does not export it) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Previous error was from test019c Unexpected output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/q/X.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/X.java:2: error: package com.sun.security.ntlm does not exist public abstract class X extends com.sun.security.ntlm.Server { ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/X.java:4: error: package com.sun.security.ntlm does not exist public X(String arg0, String arg1) throws com.sun.security.ntlm.NTLMException { ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: bad value for --add-exports option: 'mod.one=mod.two,mod.three' Usage: javac use --help for a list of possible options Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: bad value for --add-reads option: 'mod.one/mod.two' Usage: javac use --help for a list of possible options Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] module name in --add-exports option not found: mod.three 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: option -extdirs cannot be used together with --release Usage: javac use --help for a list of possible options javac: option -extdirs not allowed with target 1.9 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: option --boot-class-path cannot be used together with --release Usage: javac use --help for a list of possible options javac: option --boot-class-path not allowed with target 1.9 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: option -endorseddirs cannot be used together with --release Usage: javac use --help for a list of possible options javac: option -endorseddirs not allowed with target 1.9 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.three/r/Z.java:4: error: package p1 is not visible p1.X1 x1 = null; ^ (package p1 is declared in module mod.one, which does not export it) 1 error Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.three/module-info.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] module name in --add-exports option not found: mod.three /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:3: error: package java.sql is not visible java.sql.Connection con = p.X.getConnection(); ^ (package java.sql is declared in module java.sql, but module mod.two does not read it) 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] module name in --add-exports option not found: mod.three /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:2: error: package java.sql is not visible import java.sql.*; ^ (package java.sql is declared in module java.sql, but module mod.two does not read it) 1 error 1 warning Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/X.class Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.two/module-info.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] module name in --add-exports option not found: mod.three /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:2: error: package java.sql is not visible import java.sql.Connection; ^ (package java.sql is declared in module java.sql, but module mod.two does not read it) 1 error 1 warning Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/X.class Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.two/module-info.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/X.java:2: error: package a does not exist public class X extends a.A { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/X.java:2: error: package a is not visible public class X extends a.A { ^ (package a is declared in module lib1, but module mod.one does not read it) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:7: warning: [exports] class C2 in module mod.one is not exported public C2 f; ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:8: warning: [exports] class C0 in module mod.one is not accessible to clients that require this module public void test1(C0 c) {} ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:9: warning: [exports] class C2 in module mod.one is not exported public void test2(C2 c) {} ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:10: warning: [exports] class C0 in module mod.one is not accessible to clients that require this module protected void test3(C0 c) {} ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:11: warning: [exports] class C2 in module mod.one is not exported protected void test4(C2 c) {} ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:12: warning: [exports] class C2 in module mod.one is not exported public p.priv.C2 test5() { return null; } ^ 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:7: warning: [exports] class C0 in module mod.one is not accessible to clients that require this module public List f1; ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:8: warning: [exports] class C0 in module mod.one is not accessible to clients that require this module public C0[] f2; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:6: warning: [exports] class C3 in module mod.one is not accessible to clients that require this module public C3 f1; ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:7: warning: [exports] class C3 in module mod.one is not accessible to clients that require this module public C3.C4 f2; ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.three/p/exp3/C3.java:3: warning: [exports] class C1 in module mod.one is not indirectly exported using requires transitive public void m1(p.exp1.C1 arg) {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:8: warning: [exports] class C0 in module mod.one is not accessible to clients that require this module public @ANN C0 f3; ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:9: warning: [exports] class C0 in module mod.one is not accessible to clients that require this module public @ANN String test(@ANN String arg, @ANN C0 c) { return ""; } ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/pm/C1.java:4: warning: [exports] class SomeImpl in module mod.one is not exported public void m1(SomeImpl o) {} ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/pm/Other.java:3: warning: [exports] class SomeImpl in module mod.one is not exported public class Other extends SomeImpl { ^ /tmp/comptest/run.1584245034298/regression/src/mod.two/po/Client.java:8: error: incompatible types: impl.SomeImpl cannot be converted to impl.SomeImpl one.m1(impl); ^ Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:1: error: modules are not supported in -source 8 module mod.one { ^ (use -source 9 or higher to enable modules) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/test/Test.java:3: error: package org.eclipse does not exist public class Test implements org.eclipse.SomeInterface { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] bootstrap class path not set in conjunction with -source 9 /tmp/comptest/run.1584245034298/regression/src/test/p/Test.java:1: error: not in a module on the module source path package p; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] bootstrap class path not set in conjunction with -source 9 /tmp/comptest/run.1584245034298/regression/src/test/p/Test.java:1: error: not in a module on the module source path package p; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] bootstrap class path not set in conjunction with -source 9 /tmp/comptest/run.1584245034298/regression/src/test/p/Test.java:1: error: not in a module on the module source path package p; ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1 exports p1; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1 exports p1; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1 exports p1; ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:3: error: package is empty or does not exist: p2 exports p2; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1 exports p1; ^ /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:3: error: package is empty or does not exist: p2 exports p2; ^ 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:1: error: module name mod._3_ does not match expected name mod.three module mod._3_ { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.two/module-info.java:1: error: module mod.two reads package x.y.z from both mod.one and mod.one.a module mod.two { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/q/Test.java:1: error: unnamed package is not allowed in named modules class Test {} ^ 1 error Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/X.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/p/q/Test.java:1: error: unnamed package is not allowed in named modules import java.lang.*; ^ 1 error Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/X.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: bad value for --module-version option: 'fourtyseven.11' Usage: javac use --help for a list of possible options Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:2: error: package is empty or does not exist: pkg.invalid exports pkg.invalid; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.x/module-info.java:1: error: module not found: java.sql module mod.x { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.x/pm/C1.java:2: error: package java.sql is not visible import java.sql.Connection; ^ (package java.sql is declared in module java.scripting, but module mod.x does not read it) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:1: error: module not found: mod.two module mod.three { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: cannot specify both --source-path and --module-source-path Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:1: error: module mod.three reads package pm from both mod.one and mod.two module mod.three { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:1: error: module mod.three reads package pm from both mod.one and mod.two module mod.three { ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.two/pm/C3.java:1: error: package exists in another module: mod.one package pm; ^ 1 error Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/pm/C1.class Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.two/module-info.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/p/X.java:1: error: package pm is not visible public class X extends pm.C1 { ^ (package pm is declared in module mod.y, which is not in the module graph) 1 error testPackageConflict4: Error match package conflict not found in /tmp/comptest/run.1584245034298/regression/src/p/X.java:1: error: package pm is not visible public class X extends pm.C1 { ^ (package pm is declared in module mod.y, which is not in the module graph) 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#testPackageConflict4 - 10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- error: the unnamed module reads package pm from both mod.y and mod.x 1 error --- javac err: --- error: module not found: mod.z 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Previous error was from testPackageConflict6 ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#testPackageConflict6 - 10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- error: the unnamed module reads package pm from both mod.x and mod.y 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.two/p1/p2/t3/t4.java:1: error: package p1.p2.t3 clashes with class of same name package p1.p2.t3; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/module-info.java:1: error: modules are not supported in -source 8 module mod.one { ^ (use -source 9 or higher to enable modules) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- warning: [options] bootstrap class path not set in conjunction with -source 9 /tmp/comptest/run.1584245034298/regression/bar/X.java:4: error: reference to Module is ambiguous public Module getModule(String name) { ^ both class foo.Module in foo and class java.lang.Module in java.lang match 1 error 1 warning Missing output file from javac: /tmp/comptest/run.1584245034298/regression/foo/Module.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: release version 60 not supported Usage: javac use --help for a list of possible options Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: invalid flag: -1.8 Usage: javac use --help for a list of possible options Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- javac: file not found: /tmp/comptest/run.1584245034298/regression/foo/Module.java Usage: javac use --help for a list of possible options Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- /tmp/comptest/run.1584245034298/regression/src/mod.one/X.java:1: error: unnamed package is not allowed in named modules public class X { ^ 1 error Missing output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class GenericsRegressionTest_9 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: cannot find symbol public void foo(T t) { ^ symbol: class T 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: cannot infer type arguments for Y<> Y y = new Y<>() {}; ^ reason: type argument INT#1 inferred for Y<> is not allowed in this context inferred argument is not expressible in the Signature attribute where INT#1 is an intersection type: INT#1 extends Object,I,J 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:8: error: cannot infer type arguments for Y<> Y f = new Y<>(fi){}; ^ reason: type argument Y inferred for Y<> is not allowed in this context inferred argument is not expressible in the Signature attribute where CAP#1 is a fresh type-variable: CAP#1 extends Integer from capture of ? extends Integer 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:10: error: I is abstract; cannot be instantiated Y y = new Y<>("Done", new I<>() { ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug488663_012 - 10 X.java [ public class X { String name; public X(String name) { this.name = name; } String name() { return this.name; } public static void main(String[] args) { Y y = new Y<>("Done", new I<>() { public void doSomething(String s) { System.out.println(s); } }){ }; } } interface I { void doSomething(T t); } class Y { public Y(T t, I i) { i.doSomething(t); } } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug488663_013 - 10 X.java [ public class X { String name; public X(String name) { this.name = name; } String name() { return this.name; } public static void main(String[] args) { X x = new X("Success"); I i = new I() { public String toString(X x1) { return x1.name(); } }; System.out.println(i.toString(x)); } } interface I { String toString(T t); } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: method does not override or implement a method from a supertype public String toString(String s) { ^ (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: warning: auxiliary class I in X.java should not be accessed from outside its own source file void print(I i) {} ^ Z.java:1: warning: auxiliary class I in X.java should not be accessed from outside its own source file class Z implements I { ^ Z.java:1: warning: auxiliary class I in X.java should not be accessed from outside its own source file class Z implements I { ^ X.java:4: error: Inner has private access in Test t.print(new Z<>(t.get()) { ^ 1 error 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Test.java:4: warning: auxiliary class I in X.java should not be accessed from outside its own source file void print(I i) {} ^ X.java:4: error: Inner has private access in Test t.print(new I<>() { ^ 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:15: error: method does not override or implement a method from a supertype public String name() {return null;} ^ (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- a/Y.java:4: error: reference to Inner is ambiguous Inner t; ^ both class a.b.I.Inner in I and class a.b.Cl.Inner in Cl match 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug521815b - 10 a/b/X.java [ package a.b; interface I{ public static class Inner { } } class Cl { public static class Inner {} } public class X extends Cl implements I {} ] a/Y.java [ package p; import static a.b.X.Inner; public class Y {; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class InterfaceMethodsTest_9 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:3: error: missing method body, or declare abstract private void foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:3: error: illegal combination of modifiers: private and default private default void foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: illegal combination of modifiers: abstract and private private abstract void foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: modifier synchronized not allowed here private synchronized void foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: foo() in X cannot implement foo() in I private void foo() {} ^ attempting to assign weaker access privileges; was public 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: illegal combination of modifiers: public and private private public void foo(){} ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: modifier protected not allowed here private protected void foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- I.java:2: error: repeated modifier private private public default protected void foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- A.java:2: error: method does not override or implement a method from a supertype @Override ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: foo() has private access in I I.foo(); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: warning: [static] static method should be qualified by type name, I, instead of by an expression i.foo(); ^ X.java:7: error: illegal static interface method call i.foo(); ^ the receiver expression should be replaced with the type qualifier 'I' 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: warning: [static] static method should be qualified by type name, I, instead of by an expression default void goo(){I.super.foo();}; ^ X.java:6: error: illegal static interface method call default void goo(){I.super.foo();}; ^ the receiver expression should be replaced with the type qualifier 'I' 1 error 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- FI.java:2: warning: [rawtypes] found raw type: Class private void foo(Class c){} ^ missing type arguments for generic class Class where T is a type-variable: T extends Object declared in class Class 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Deprecated9Test (null tests) *************************************************************************** --- javac err: --- p/M1.java:4: warning: [removal] N1.N2 in N1 has been deprecated and marked for removal a.N1.N2.N3 m = null; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p/M1.java:4: warning: [removal] N1.N2 in N1 has been deprecated and marked for removal a.N1.N2.N3 m = null; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test1/E02.java:4: warning: [removal] x in E01 has been deprecated and marked for removal System.out.println(E01.x); ^ test1/E02.java:5: warning: [removal] y in E01 has been deprecated and marked for removal System.out.println(E01.y); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration package p1; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration package p1; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration package p1; ^ p2/C.java:5: warning: [removal] foo() in Inner has been deprecated and marked for removal a.foo(); ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test1/E02.java:3: warning: [deprecation] E01 in test1 has been deprecated public void foo(E01 arg) { ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- p2/C.java:4: warning: [deprecation] foo() in X has been deprecated @Override public void foo() {} ^ p2/C.java:5: warning: [removal] bar() in X has been deprecated and marked for removal @Override public void bar() {} ^ 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- module-info.java:2: warning: [removal] module jdk.xml.bind has been deprecated and marked for removal requires jdk.xml.bind; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- my.mod/module-info.java:2: warning: [removal] module dont.use has been deprecated and marked for removal requires dont.use; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- pdep/Dep1.java:3: error: package pmissing does not exist import pmissing.CMissing; ^ pdep/Dep1.java:6: error: cannot find symbol @CMissing ^ symbol: class CMissing p1/C1.java:6: warning: [deprecation] Dep1 in pdep has been deprecated Dep1 f; ^ 2 errors 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test/Screen.java:7: error: cannot find symbol public interface Component extends test.ReaderWarningView.Component { ^ symbol: class Component location: class ReaderWarningView Test.java:1: warning: [deprecation] Screen in test has been deprecated public class Test implements test.Screen.Component {} ^ Test.java:1: warning: [deprecation] Component in Screen has been deprecated public class Test implements test.Screen.Component {} ^ 1 error 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- folder1/module-info.java:1: error: too many module declarations found @Deprecated(since="42") module mod.dep.since {} ^ folder2/module-info.java:1: error: too many module declarations found @Deprecated(forRemoval=true) module mod.dep.terminally {} ^ folder3/module-info.java:1: error: too many module declarations found @Deprecated(since="42",forRemoval=true) module mod.dep.since.terminally {} ^ module-info.java:1: error: too many module declarations found module mod1 { ^ 4 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- mod1/p1/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration @Deprecated package p1; ^ mod1/p2/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration @Deprecated(since="13") package p2; ^ mod1/p3/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration @Deprecated(since="13",forRemoval=true) package p3; ^ mod1/p4/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration @Deprecated(since="14",forRemoval=true) package p4; ^ module-info.java:1: warning: [module] module name component mod1 should avoid terminal digits module mod1 { ^ 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- mod0/module-info.java:1: warning: [module] module name component mod0 should avoid terminal digits module mod0 { ^ mod1/module-info.java:1: warning: [module] module name component mod1 should avoid terminal digits module mod1 { ^ mod1/module-info.java:3: warning: [deprecation] IServiceDep in p1 has been deprecated provides p1.IServiceDep with p1impl.ServiceDep; ^ mod1/module-info.java:3: warning: [deprecation] ServiceDep in p1impl has been deprecated provides p1.IServiceDep with p1impl.ServiceDep; ^ mod1/module-info.java:4: warning: [deprecation] IServiceDepSince in p1 has been deprecated provides p1.IServiceDepSince with p1impl.ServiceDepSince; ^ mod1/module-info.java:4: warning: [deprecation] ServiceDepSince in p1impl has been deprecated provides p1.IServiceDepSince with p1impl.ServiceDepSince; ^ mod1/module-info.java:5: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal provides p1.IServiceTermDep with p1impl.ServiceTermDep; ^ mod1/module-info.java:5: warning: [removal] ServiceTermDep in p1impl has been deprecated and marked for removal provides p1.IServiceTermDep with p1impl.ServiceTermDep; ^ mod1/module-info.java:6: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal provides p1.IServiceTermDepSince with p1impl.ServiceTermDepSince; ^ mod1/module-info.java:6: warning: [removal] ServiceTermDepSince in p1impl has been deprecated and marked for removal provides p1.IServiceTermDepSince with p1impl.ServiceTermDepSince; ^ mod1/p1impl/ServiceTermDep.java:3: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal public class ServiceTermDep implements p1.IServiceTermDep {} ^ mod1/p1impl/ServiceTermDepSince.java:3: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal public class ServiceTermDepSince implements p1.IServiceTermDepSince {} ^ 12 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- module-info.java:1: warning: [module] module name component mod0 should avoid terminal digits module mod0 { ^ 1 warning --- javac err: --- module-info.java:1: warning: [module] module name component mod2 should avoid terminal digits module mod2 { ^ module-info.java:3: warning: [deprecation] IServiceDep in p1 has been deprecated uses p1.IServiceDep; ^ module-info.java:4: warning: [deprecation] IServiceDepSince in p1 has been deprecated uses p1.IServiceDepSince; ^ module-info.java:5: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal uses p1.IServiceTermDep; ^ module-info.java:6: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal uses p1.IServiceTermDepSince; ^ 5 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test1/E02.java:4: warning: [deprecation] Old in E01 has been deprecated System.out.println(new E01.Old()); ^ test1/E02.java:5: warning: [deprecation] E01() in E01 has been deprecated E01 e = new E01(); ^ test1/E02.java:6: warning: [deprecation] old() in E01 has been deprecated e.old(); ^ test1/E02.java:7: warning: [deprecation] x in E01 has been deprecated System.out.println(E01.x); ^ test1/E02.java:8: warning: [deprecation] y in E01 has been deprecated System.out.println(E01.y); ^ test1/E02.java:10: warning: [deprecation] E01() in E01 has been deprecated class E03 extends E01 { ^ test1/E02.java:11: warning: [deprecation] old() in E01 has been deprecated protected void old() {} ^ 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test1/E02.java:4: warning: [deprecation] Old in E01 has been deprecated System.out.println(new E01.Old()); ^ test1/E02.java:5: warning: [deprecation] E01() in E01 has been deprecated E01 e = new E01(); ^ test1/E02.java:6: warning: [deprecation] old() in E01 has been deprecated e.old(); ^ test1/E02.java:7: warning: [deprecation] x in E01 has been deprecated System.out.println(E01.x); ^ test1/E02.java:8: warning: [deprecation] y in E01 has been deprecated System.out.println(E01.y); ^ test1/E02.java:10: warning: [deprecation] E01() in E01 has been deprecated class E03 extends E01 { ^ test1/E02.java:11: warning: [deprecation] old() in E01 has been deprecated protected void old() {} ^ 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- test1/E02.java:4: warning: [removal] Old in E01 has been deprecated and marked for removal System.out.println(new E01.Old()); ^ test1/E02.java:5: warning: [removal] E01() in E01 has been deprecated and marked for removal E01 e = new E01(); ^ test1/E02.java:6: warning: [removal] old() in E01 has been deprecated and marked for removal e.old(); ^ test1/E02.java:7: warning: [removal] x in E01 has been deprecated and marked for removal System.out.println(E01.x); ^ test1/E02.java:8: warning: [removal] y in E01 has been deprecated and marked for removal System.out.println(E01.y); ^ test1/E02.java:10: warning: [removal] E01() in E01 has been deprecated and marked for removal class E03 extends E01 { ^ test1/E02.java:11: warning: [removal] old() in E01 has been deprecated and marked for removal protected void old() {} ^ 7 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class ModuleAttributeTests (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- module-info.java:2: warning: [module] module not found: zero exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: one exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: two exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: three exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: four exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: five exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: six exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: seven exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: eight exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: nine exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: ten exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: eleven exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: twelve exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: thirteen exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: fourteen exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: fifteen exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: sixteen exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: seventeen exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: eighteen exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: nineteen exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:2: warning: [module] module not found: twenty exports pack1.pack2.pack3.pack4 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: zero exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: one exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: two exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: three exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: four exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: five exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: six exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: seven exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: eight exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: nine exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: ten exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: eleven exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: twelve exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: thirteen exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: fourteen exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: fifteen exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: sixteen exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: seventeen exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: eighteen exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: nineteen exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:3: warning: [module] module not found: twenty exports pack21.pack22.pack23.pack24 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: zero exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: one exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: two exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: three exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: four exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: five exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: six exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: seven exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: eight exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: nine exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: ten exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: eleven exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: twelve exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: thirteen exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: fourteen exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: fifteen exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: sixteen exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: seventeen exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: eighteen exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: nineteen exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:4: warning: [module] module not found: twenty exports pack31.pack32.pack33.pack34 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: zero exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: one exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: two exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: three exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: four exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: five exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: six exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: seven exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: eight exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: nine exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: ten exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: eleven exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: twelve exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: thirteen exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: fourteen exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: fifteen exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: sixteen exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: seventeen exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: eighteen exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: nineteen exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:5: warning: [module] module not found: twenty exports pack41.pack42.pack43.pack44 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: zero exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: one exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: two exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: three exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: four exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: five exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: six exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: seven exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: eight exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: nine exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: ten exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: eleven exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: twelve exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: thirteen exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: fourteen exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ module-info.java:6: warning: [module] module not found: fifteen exports pack51.pack52.pack53.pack54 to zero, one, two, three, four, five, six, seven, eight, nine, ten, eleven, twelve, thirteen, fourteen, fifteen, sixteen, seventeen, eighteen, nineteen, twenty; ^ 100 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- Fatal Error: Unable to find package java.lang in classpath or bootclasspath ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests#testBug519330 - 10 module-info.java [ module java.base { } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- module-info.java:3: warning: [module] module not found: zero exports pack2 to zero; ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class AutomaticModuleNamingTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class UnnamedModuleTest (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class NullAnnotationTests9 (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class AnnotationTest_9 (null tests) *************************************************************************** --- javac err: --- X.java:2: error: elements in annotation type declarations cannot declare formal parameters String value(X this); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: elements in annotation type declarations cannot declare formal parameters X[] value(Container this); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: elements in annotation type declarations cannot declare formal parameters String value(X this, int i); ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [deprecation] A in p has been deprecated @A void foo() {} ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class JEP286Test (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt SUCCESS! Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot infer type for local variable a var a; ^ (cannot use 'var' on variable without initializer) X.java:4: error: cannot infer type for local variable b for(var b;;); ^ (cannot use 'var' on variable without initializer) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: 'var' is not allowed in a compound declaration var a = 1, b = 2; ^ X.java:4: error: 'var' is not allowed in a compound declaration for(var c = 1, d = 20; c)(() -> true ? 1 : b)).call(); ^ (cannot use 'var' on self-referencing variable) 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot infer type for local variable a var a = (int i) -> 42; ^ (lambda expression needs an explicit target-type) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot infer type for local variable a var a = X::main; ^ (method reference needs an explicit target-type) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: cannot infer type for local variable a var a = args.length > 1 ? X::main : (int i) -> 42; ^ (lambda expression needs an explicit target-type) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:9: warning: [try] auto-closeable resource i2_Bar is never referenced in body of corresponding try statement try (var i2_Bar = new Bar()) { } finally { } ^ X.java:10: warning: [try] auto-closeable resource i2_Bar is never referenced in body of corresponding try statement try (var i2_Bar = new Bar(); var i3_Bar = new Bar()) { } finally { } ^ X.java:10: warning: [try] auto-closeable resource i3_Bar is never referenced in body of corresponding try statement try (var i2_Bar = new Bar(); var i3_Bar = new Bar()) { } finally { } ^ 3 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: 'void' type not allowed here for (var v : foo()) { } ^ X.java:4: error: for-each not applicable to expression type for (var v : foo()) { } ^ required: array or java.lang.Iterable found: void 2 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: for-each not applicable to expression type for (var v : null) { } ^ required: array or java.lang.Iterable found: 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: annotation type not applicable to this kind of declaration @AnnM var vm = strings; ^ X.java:8: error: annotation type not applicable to this kind of declaration @AnnT var vt = ""; ^ error: scoping construct cannot be annotated with type-use annotation: @a.AnnT 3 errors Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: 'var' is not allowed as an element type of an array for (var[] v : args) { } ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:6: error: incompatible types: Integer cannot be converted to INT#1 vi = yj.t; ^ where INT#1 is an intersection type: INT#1 extends Number,I 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:5: error: incompatible types: Y cannot be converted to Y vy = yi; ^ where Q is a type-variable: Q extends Number,I declared in method foo(Y) 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: type argument ? extends I is not within bounds of type-variable T Y y = new Y<>(); ^ where T is a type-variable: T extends Integer declared in class Y 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.JEP286Test#testBug532349_002 - 10 X.java [ class X { public static void foo() { Y y = new Y<>(); var v = y.t; Integer dsbType0 = v; } } interface I { } class Y { public T t; } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- org.eclipse.jdt.core.tests.compiler.regression.JEP286Test#testBug532349_003 - 10 X.java [ class X { X.java:2: error: type argument ? extends I is not within bounds of type-variable T public static void foo(Y y) { var v = y.t; public static void foo(Y y) { Integer dsbType0 = v; ^ I i = v; } where T is a type-variable: } interface I { } T extends Integer declared in class Y class Y { 1 error public T t; } ] ---------------------------------------- Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:7: error: incompatible types: I cannot be converted to Serializable Serializable s = v; ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:11: warning: [serial] serializable class D has no definition of serialVersionUID class D implements I, Serializable { public void doSomething() {} } ^ 1 warning Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:2: warning: [rawtypes] found raw type: C public static void foo(A ac) { ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:3: warning: [rawtypes] found raw type: C C c = new C(100); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:3: warning: [rawtypes] found raw type: C C c = new C(100); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:3: warning: [unchecked] unchecked call to C(T) as a member of the raw type C C c = new C(100); ^ where T is a type-variable: T extends Object declared in class C X.java:5: warning: [rawtypes] found raw type: C A a1 = c1; ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:6: warning: [rawtypes] found raw type: C A a2 = new A(new B()); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C 6 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: warning: [rawtypes] found raw type: A return new A(t); ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in class A X.java:3: warning: [unchecked] unchecked call to A(E) as a member of the raw type A return new A(t); ^ where E is a type-variable: E extends Object declared in class A X.java:3: warning: [unchecked] unchecked conversion return new A(t); ^ required: A found: A where T is a type-variable: T extends Object declared in method m(T) X.java:6: warning: [rawtypes] found raw type: A return new A(u); ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in class A X.java:6: warning: [unchecked] unchecked call to A(A) as a member of the raw type A return new A(u); ^ where E is a type-variable: E extends Object declared in class A X.java:6: warning: [unchecked] unchecked conversion return new A(u); ^ required: A found: A where U is a type-variable: U extends I1 declared in method m2(A) X.java:9: warning: [rawtypes] found raw type: C A checkValue1 = new C(10); ^ missing type arguments for generic class C where T is a type-variable: T extends Object declared in class C X.java:9: warning: [unchecked] unchecked call to C(T) as a member of the raw type C A checkValue1 = new C(10); ^ where T is a type-variable: T extends Object declared in class C X.java:34: warning: [rawtypes] found raw type: A class C extends A implements I1 { ^ missing type arguments for generic class A where E is a type-variable: E extends Object declared in class A X.java:34: warning: [rawtypes] found raw type: I1 class C extends A implements I1 { ^ missing type arguments for generic class I1 where E is a type-variable: E extends Object declared in interface I1 X.java:36: warning: [unchecked] unchecked call to A(E) as a member of the raw type A super(t); ^ where E is a type-variable: E extends Object declared in class A 11 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException try (var v = y) { ^ X.java:9: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException class Y implements AutoCloseable { ^ where T is a type-variable: T extends Boolean declared in class Y 2 warnings Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:3: error: non-static variable this cannot be referenced from a static context Y y = new Y(); // Javac reports, ECJ accepts ^ 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt --- javac err: --- X.java:4: error: for-each not applicable to expression type for (var l : ef.t) { ^ required: array or java.lang.Iterable found: I where CAP#1 is a fresh type-variable: CAP#1 extends Iterable from capture of ? 1 error Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Unicode10Test (null tests) *************************************************************************** --- javac err: --- X.java:2: error: illegal character: '\u0860' public int aࡠ; // new unicode character in unicode 10.0 ^ 1 error ---------------------------------------- org.eclipse.jdt.core.tests.compiler.regression.Unicode10Test#test1 - 10 X.java [ public class X { public int aࡠ; // new unicode character in unicode 10.0 } ] Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt *************************************************************************** * Comparison with Sun Javac compiler for class Jsr14Test (null tests) *************************************************************************** Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt Tests run: 10015, Failures: 212, Errors: 0, Skipped: 0, Time elapsed: 11,737.969 s <<< FAILURE! - in org.eclipse.jdt.core.tests.compiler.regression.TestAll testBug545383_01(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.137 s testBug526996_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.024 s testBug526996_002(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.374 s testBug415066_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.096 s testBug415066_002(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.006 s test1(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.006 s test2(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.097 s test3(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.008 s test4(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0 s test5(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0 s test6(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.083 s test7(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.003 s testBug461250(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.006 s testBug465048(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.006 s testBug480545(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.002 s testBug482254(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.004 s testBug558517(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.006 s testBug533210_0001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.074 s testBug547900_01(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.003 s testBug529654_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.005 s testBug493336_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.087 s testBug530299_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest) Time elapsed: 0.002 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.841 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.689 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.324 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.221 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.307 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 0.853 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.196 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.26 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.006 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.05 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.228 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.3 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.052 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.025 s <<< FAILURE! junit.framework.ComparisonFailure: test014 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n long[] other = longs.clone();\n ^^^^^^^^^^^^^\n Type mismatch: cannot convert from Object to long[]\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n long[] other = longs.clone();\n ^^^^^^^^^^^^^\n Type mismatch: cannot convert from Object to long[]\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ArrayTest.test014(ArrayTest.java:415) test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.184 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.183 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.119 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 0.982 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest) Time elapsed: 1.241 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.5 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.14 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.145 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.165 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.126 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.062 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.212 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.421 s <<< FAILURE! junit.framework.ComparisonFailure: test034 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 356)\n if (rs != null)\n ^^\n Redundant null check: The variable rs cannot be null at this location\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 356)\n if (rs != null)\n ^^\n Redundant null check: The variable rs cannot be null at this location\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test034(AssignmentTest.java:413) test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.102 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.017 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.811 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.767 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.427 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.042 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.044 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.01 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 0.997 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.009 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 0.994 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.208 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 0.975 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.199 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.062 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.171 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.165 s test055_definite_unassignment_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.115 s test056_definite_unassignment_infinite_for_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.185 s test057_definite_unassignment_infinite_while_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.092 s test058_definite_unassignment_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.219 s <<< FAILURE! junit.framework.ComparisonFailure: test058_definite_unassignment_try_finally - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:8: error: variable i might be assigned in loop\n i = 0;\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:8: error: variable i might be assigned in loop\n i = 0;\n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test058_definite_unassignment_try_finally(AssignmentTest.java:1479) test059_definite_unassignment_assign_in_for_condition - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.187 s test060_definite_unassignment_assign_in_for_condition - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.32 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.364 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.106 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.107 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.333 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.032 s <<< FAILURE! junit.framework.ComparisonFailure: test065 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 10)\n return foo && (foo = foo);\n ^^^^^^^^^^^\n The assignment to variable foo has no effect\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 10)\n return foo && (foo = foo);\n ^^^^^^^^^^^\n The assignment to variable foo has no effect\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test065(AssignmentTest.java:1893) test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.223 s <<< FAILURE! junit.framework.ComparisonFailure: test066 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 7)\n if ((i = 3) != i) {\n ^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 7)\n if ((i = 3) != i) {\n ^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test066(AssignmentTest.java:1925) test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.12 s <<< FAILURE! junit.framework.ComparisonFailure: test067 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 7)\n if ((s = "") != s) {\n ^^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 7)\n if ((s = "") != s) {\n ^^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test067(AssignmentTest.java:1956) test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.066 s testBug486908_A - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.237 s testBug486908_B - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.004 s testbug480989 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest) Time elapsed: 1.093 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.376 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.145 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.185 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.095 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.208 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.203 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.303 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.2 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.227 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.408 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.291 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.199 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.284 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.181 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.224 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.197 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.239 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.241 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.303 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.395 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.296 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.25 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.321 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.259 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.242 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.254 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.187 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.195 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.306 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.29 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.26 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.303 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.347 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.32 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.219 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.198 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.303 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.242 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.352 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.187 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.207 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.261 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.296 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.27 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.276 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.295 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.249 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.344 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 1.259 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest) Time elapsed: 2.025 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.27 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.375 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.239 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.209 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.58 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.326 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.073 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.116 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.298 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.273 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.11 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.018 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.076 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.186 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.21 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.041 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.147 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.027 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.132 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.175 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.478 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.128 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.194 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.189 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.171 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.135 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.234 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.208 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.317 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.218 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.326 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.376 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.18 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.314 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.047 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.048 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.129 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.09 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.02 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.348 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.256 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.312 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.121 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 0.006 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.231 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.012 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.094 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.039 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.239 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.268 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.241 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.337 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.226 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.265 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.313 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.246 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.193 s test059b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.252 s test059c - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.183 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.303 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.232 s test061b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.109 s test420283 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.324 s test428388 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.327 s test428388a - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.231 s test428388b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.159 s test428388c - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.235 s test428388d - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.186 s test428388e - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.365 s test428388f - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.293 s test428388g - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.12 s test428388h - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.136 s test428388i - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.302 s test428388j - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.266 s test428522 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.188 s test428522a - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.189 s test428522b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.224 s test428522c - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.279 s test441731 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.005 s test448112 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.249 s test461706 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.392 s test461706a - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.494 s test543727 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.712 s test543727_notequals - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.391 s test548647 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.101 s test548647a - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.077 s testAnonymous_bug520727 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.192 s testBug428274 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.27 s testBug428274b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.245 s testBug428274c - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest) Time elapsed: 1.212 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.011 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.007 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.007 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.039 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.008 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.007 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.007 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.007 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.067 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.008 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.007 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.009 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.008 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.067 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.006 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest) Time elapsed: 0.007 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase) Time elapsed: 1.889 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase) Time elapsed: 1.003 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase) Time elapsed: 1.122 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.102 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.125 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.145 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.193 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.256 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.326 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.204 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.394 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.291 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.394 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.204 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.245 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.01 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 0 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 0 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 0 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.363 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.251 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.179 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.028 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.325 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 1.273 s testAllConstants - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest) Time elapsed: 0.002 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 0.936 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 0.987 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.072 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.2 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 2.182 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 2.437 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.07 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 2.182 s test008a - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.34 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.011 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.112 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 0.97 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.021 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 0.995 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.016 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.06 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.085 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.472 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 2.177 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.037 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest) Time elapsed: 1.118 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.033 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.099 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 0.978 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.095 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.037 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.36 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 0.982 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.031 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.1 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.145 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 0.959 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.017 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 0.988 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.005 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.196 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.002 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.091 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 0.997 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.022 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 0.978 s test412119a - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.006 s test412119b - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.007 s test412119c - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.178 s test412119d - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.026 s testBug537033 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest) Time elapsed: 1.199 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.304 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.005 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.23 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.35 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.236 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.052 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.113 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.113 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.084 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.097 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.121 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.22 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.869 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.093 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.234 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.062 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.375 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.617 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.19 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.112 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.299 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.104 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.033 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.011 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.177 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.232 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.12 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.18 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.956 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 2.613 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.26 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.085 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.031 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.013 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.032 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.989 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.001 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.013 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.05 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.917 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.013 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.972 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.237 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 2.435 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 2.354 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.083 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.328 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.494 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.282 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.893 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.906 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.282 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.245 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.541 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.009 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.369 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.042 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.276 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.137 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.089 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.173 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.193 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.935 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.295 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.241 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.375 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.187 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.248 s test068a - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 3.544 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.232 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.118 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 2.433 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.027 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.997 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.903 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.547 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.139 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.264 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.031 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.417 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.301 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.377 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.4 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.396 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.36 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.077 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.021 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.982 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.009 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.094 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.108 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.077 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.245 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 0.938 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.127 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.074 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.257 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.174 s test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.232 s test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.111 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.145 s test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.012 s <<< FAILURE! junit.framework.ComparisonFailure: test103 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 2)\n private int x;\n ^\n The value of the field A.x is not used\n ----------\n 2. WARNING in A.java (at line 4)\n private int x;\n ^\n The value of the field A.B.x is not used\n ----------\n 3. WARNING in A.java (at line 5)\n private C c = new C() {\n ^\n The value of the field A.B.c is not used\n ----------\n 4. WARNING in A.java (at line 6)\n void foo() {\n ^^^^^\n The method foo() from the type new A.C(){} is never used locally\n ----------\n 5. WARNING in A.java (at line 7)\n x = 3;\n ^\n Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n ----------\n 6. WARNING in A.java (at line 12)\n private int x;\n ^\n The value of the field A.C.x is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 2)\n private int x;\n ^\n The value of the field A.x is not used\n ----------\n 2. WARNING in A.java (at line 4)\n private int x;\n ^\n The value of the field A.B.x is not used\n ----------\n 3. WARNING in A.java (at line 5)\n private C c = new C() {\n ^\n The value of the field A.B.c is not used\n ----------\n 4. WARNING in A.java (at line 6)\n void foo() {\n ^^^^^\n The method foo() from the type new A.C(){} is never used locally\n ----------\n 5. WARNING in A.java (at line 7)\n x = 3;\n ^\n Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n ----------\n 6. WARNING in A.java (at line 12)\n private int x;\n ^\n The value of the field A.C.x is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.LookupTest.test103(LookupTest.java:3413) test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.005 s test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.076 s <<< FAILURE! junit.framework.ComparisonFailure: test105 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 2)\n private int x;\n ^\n The value of the field A.x is not used\n ----------\n 2. WARNING in A.java (at line 3)\n private C c = new C() {\n ^\n The value of the field A.c is not used\n ----------\n 3. WARNING in A.java (at line 4)\n void foo() {\n ^^^^^\n The method foo() from the type new A.C(){} is never used locally\n ----------\n 4. WARNING in A.java (at line 5)\n x = 3;\n ^\n Write access to enclosing field A.x is emulated by a synthetic accessor method\n ----------\n 5. WARNING in A.java (at line 9)\n private int x;\n ^\n The value of the field A.C.x is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 2)\n private int x;\n ^\n The value of the field A.x is not used\n ----------\n 2. WARNING in A.java (at line 3)\n private C c = new C() {\n ^\n The value of the field A.c is not used\n ----------\n 3. WARNING in A.java (at line 4)\n void foo() {\n ^^^^^\n The method foo() from the type new A.C(){} is never used locally\n ----------\n 4. WARNING in A.java (at line 5)\n x = 3;\n ^\n Write access to enclosing field A.x is emulated by a synthetic accessor method\n ----------\n 5. WARNING in A.java (at line 9)\n private int x;\n ^\n The value of the field A.C.x is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.LookupTest.test105(LookupTest.java:3537) test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.206 s testBug537828 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest) Time elapsed: 1.217 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest) Time elapsed: 1.358 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest) Time elapsed: 1.222 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest) Time elapsed: 0.895 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest) Time elapsed: 0.975 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest) Time elapsed: 1.34 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.182 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 0.985 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.036 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.058 s <<< FAILURE! junit.framework.ComparisonFailure: test004 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n public int unusedMethod() { return this.state; }\n ^^^^^^^^^^^^^^\n The method unusedMethod() from the type X.M is never used locally\n ----------\n 2. WARNING in X.java (at line 5)\n public M (int state) { this.state = state;} \n ^^^^^^^^^^^^^\n The constructor X.M(int) is never used locally\n ----------\n 3. WARNING in X.java (at line 6)\n public int unusedField = 0;\n ^^^^^^^^^^^\n The value of the field X.M.unusedField is not used\n ----------\n 4. WARNING in X.java (at line 7)\n public class N {}\n ^\n The type X.M.N is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n public int unusedMethod() { return this.state; }\n ^^^^^^^^^^^^^^\n The method unusedMethod() from the type X.M is never used locally\n ----------\n 2. WARNING in X.java (at line 5)\n public M (int state) { this.state = state;} \n ^^^^^^^^^^^^^\n The constructor X.M(int) is never used locally\n ----------\n 3. WARNING in X.java (at line 6)\n public int unusedField = 0;\n ^^^^^^^^^^^\n The value of the field X.M.unusedField is not used\n ----------\n 4. WARNING in X.java (at line 7)\n public class N {}\n ^\n The type X.M.N is never used locally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test004(ProblemConstructorTest.java:151) test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.043 s <<< FAILURE! junit.framework.ComparisonFailure: test005 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 3)\n B.test();\n ^^^^^^^^\n Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 3)\n B.test();\n ^^^^^^^^\n Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test005(ProblemConstructorTest.java:223) test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.013 s <<< FAILURE! junit.framework.ComparisonFailure: test006 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 3)\n B.test();\n ^^^^^^^^\n Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n ----------\n 2. WARNING in A.java (at line 8)\n public B () { super(""); }\n ^^^^\n The constructor A.B() is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 3)\n B.test();\n ^^^^^^^^\n Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n ----------\n 2. WARNING in A.java (at line 8)\n public B () { super(""); }\n ^^^^\n The constructor A.B() is never used locally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test006(ProblemConstructorTest.java:256) test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.003 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 0.992 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.095 s <<< FAILURE! junit.framework.ComparisonFailure: test009 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 7)\n public B () { super(""); }\n ^^^^\n The constructor C.B() is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 7)\n public B () { super(""); }\n ^^^^\n The constructor C.B() is never used locally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test009(ProblemConstructorTest.java:316) test408038a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.087 s <<< FAILURE! junit.framework.ComparisonFailure: test408038a - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n public Y() {}\n ^^^\n The constructor X.Y() is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n public Y() {}\n ^^^\n The constructor X.Y() is never used locally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038a(ProblemConstructorTest.java:344) test408038b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.113 s <<< FAILURE! junit.framework.ComparisonFailure: test408038b - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n public Y() {}\n ^^^\n The constructor X.Y() is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n public Y() {}\n ^^^\n The constructor X.Y() is never used locally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038b(ProblemConstructorTest.java:376) test408038c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.096 s <<< FAILURE! junit.framework.ComparisonFailure: test408038c - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n private static class Y implements Externalizable {\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n private static class Y implements Externalizable {\n ^\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038c(ProblemConstructorTest.java:408) test408038d - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.091 s test408038e - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest) Time elapsed: 1.013 s <<< FAILURE! junit.framework.ComparisonFailure: test408038e - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n private X(int x) {i = x;}\n ^^^^^^^^\n The constructor X(int) is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n private X(int x) {i = x;}\n ^^^^^^^^\n The constructor X(int) is never used locally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038e(ProblemConstructorTest.java:492) test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.998 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.995 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.895 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 3.473 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.201 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.208 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.355 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.175 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.303 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.224 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.925 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.01 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.117 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.183 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.215 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.219 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.153 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.139 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.304 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.212 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.165 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.219 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.208 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.186 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.201 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.984 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.975 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.041 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.976 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.927 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.993 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.113 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.997 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.9 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.993 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.998 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.1 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.001 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.983 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.936 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.99 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.981 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.18 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.992 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.937 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.917 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.979 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.111 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.088 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.018 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.077 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.923 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.997 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.009 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.997 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.981 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.005 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.021 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.985 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.078 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.999 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.015 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.084 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.023 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.007 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.999 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.991 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.188 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.011 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.024 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.883 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.993 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.004 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.285 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.977 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.942 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.004 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.163 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.017 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.085 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.032 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.256 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.084 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.012 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.014 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.028 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.171 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.098 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.278 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.027 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.431 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.107 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.07 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.2 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.127 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.003 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.089 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.396 s test099a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.207 s test099b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.202 s test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.009 s test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.968 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.008 s test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.01 s test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.251 s test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.145 s test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.992 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.408 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.295 s test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.585 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.593 s test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.431 s test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.56 s test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.244 s test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.164 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.138 s test116a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.029 s test116b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.067 s test117a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.158 s test117b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.22 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.022 s test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.102 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.099 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.131 s test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.062 s test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.007 s test124a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.081 s test124b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.035 s test354502 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.085 s test360164 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.219 s test376550_10a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.973 s test376550_10b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.973 s test376550_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.431 s <<< FAILURE! junit.framework.ComparisonFailure: test376550_11 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 6)\n return new ArrayList() {\n ^^^^^^^^^^^^^^^^^^^\n The serializable class does not declare a static final serialVersionUID field of type long\n ----------\n 2. WARNING in X.java (at line 7)\n { add(o);}\n ^\n Read access to enclosing field X.o is emulated by a synthetic accessor method\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 6)\n return new ArrayList() {\n ^^^^^^^^^^^^^^^^^^^\n The serializable class does not declare a static final serialVersionUID field of type long\n ----------\n 2. WARNING in X.java (at line 7)\n { add(o);}\n ^\n Read access to enclosing field X.o is emulated by a synthetic accessor method\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest.test376550_11(ProblemTypeAndMethodTest.java:8181) test376550_11a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.38 s test376550_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.495 s test376550_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.777 s test376550_1a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.964 s test376550_1b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.988 s test376550_2a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.199 s test376550_2b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.017 s test376550_3a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.071 s test376550_3b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.028 s test376550_4a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.035 s test376550_4b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.943 s test376550_5a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.002 s test376550_5aa - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.958 s test376550_5b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.945 s test376550_6a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.013 s test376550_6b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.983 s test376550_7a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.05 s test376550_7b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.937 s test376550_8a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.072 s test376550_8b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.992 s test376550_9a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.029 s test376550_9b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.22 s test378674_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.191 s test378674_comment11 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.126 s test378674_comment1b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.137 s test378674_comment1c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.141 s test378674_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.183 s test378674_comment21a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.037 s test378674_comment21b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.033 s test378674_comment21c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.981 s test378674_comment21d - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.984 s test378674_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.084 s test378674_comment5a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.277 s test378674_comment5b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.133 s test378674_comment9 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.276 s test379530 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.232 s test393781 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.165 s test406396 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.024 s test406396a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.988 s testBug335845a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.009 s testBug335845b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 0.994 s testBug335845c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.104 s testBug335845d - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.005 s testBug335845e - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1 s testBug335845f - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.183 s testBug335845g - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 1.946 s testBug542829 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest) Time elapsed: 2.672 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.008 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.175 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.207 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.207 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.241 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.19 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.238 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.196 s <<< FAILURE! junit.framework.ComparisonFailure: test045 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ _X.java:5: error: variable i is already defined in method main(String[])\n String i\u0001;\n ^\n _X.java:6: error: variable i is already defined in method main(String[])\n String i\u0002;\n ^\n _X.java:7: error: variable i is already defined in method main(String[])\n String i\u0003;\n ^\n _X.java:8: error: variable i is already defined in method main(String[])\n String i\u0004;\n ^\n _X.java:9: error: variable i is already defined in method main(String[])\n String i\u0005;\n ^\n _X.java:10: error: variable i is already defined in method main(String[])\n String i\u0006;\n ^\n _X.java:11: error: variable i is already defined in method main(String[])\n String i\u0007;\n ^\n _X.java:12: error: variable i is already defined in method main(String[])\n String i\u0008;\n ^\n _X.java:13: error: variable i is already defined in method main(String[])\n String i\u000e;\n ^\n _X.java:14: error: variable i is already defined in method main(String[])\n String i\u000f;\n ^\n _X.java:15: error: variable i is already defined in method main(String[])\n String i\u0010;\n ^\n _X.java:16: error: variable i is already defined in method main(String[])\n String i\u0011;\n ^\n _X.java:17: error: variable i is already defined in method main(String[])\n String i\u0012;\n ^\n _X.java:18: error: variable i is already defined in method main(String[])\n String i\u0013;\n ^\n _X.java:19: error: variable i is already defined in method main(String[])\n String i\u0014;\n ^\n _X.java:20: error: variable i is already defined in method main(String[])\n String i\u0015;\n ^\n _X.java:21: error: variable i is already defined in method main(String[])\n String i\u0016;\n ^\n _X.java:22: error: variable i is already defined in method main(String[])\n String i\u0017;\n ^\n _X.java:23: error: variable i is already defined in method main(String[])\n String i\u0018;\n ^\n _X.java:24: error: variable i is already defined in method main(String[])\n String i\u0019;\n ^\n _X.java:25: error: variable i is already defined in method main(String[])\n String i\u001a;\n ^\n _X.java:26: error: variable i is already defined in method main(String[])\n String i\u001b;\n ^\n _X.java:27: error: variable i is already defined in method main(String[])\n String i\u007f;\n ^\n 23 errors\n --------- Difference is ---------- expected:<[]> but was:<[_X.java:5: error: variable i is already defined in method main(String[])\n String i\u0001;\n ^\n _X.java:6: error: variable i is already defined in method main(String[])\n String i\u0002;\n ^\n _X.java:7: error: variable i is already defined in method main(String[])\n String i\u0003;\n ^\n _X.java:8: error: variable i is already defined in method main(String[])\n String i\u0004;\n ^\n _X.java:9: error: variable i is already defined in method main(String[])\n String i\u0005;\n ^\n _X.java:10: error: variable i is already defined in method main(String[])\n String i\u0006;\n ^\n _X.java:11: error: variable i is already defined in method main(String[])\n String i\u0007;\n ^\n _X.java:12: error: variable i is already defined in method main(String[])\n String i\u0008;\n ^\n _X.java:13: error: variable i is already defined in method main(String[])\n String i\u000e;\n ^\n _X.java:14: error: variable i is already defined in method main(String[])\n String i\u000f;\n ^\n _X.java:15: error: variable i is already defined in method main(String[])\n String i\u0010;\n ^\n _X.java:16: error: variable i is already defined in method main(String[])\n String i\u0011;\n ^\n _X.java:17: error: variable i is already defined in method main(String[])\n String i\u0012;\n ^\n _X.java:18: error: variable i is already defined in method main(String[])\n String i\u0013;\n ^\n _X.java:19: error: variable i is already defined in method main(String[])\n String i\u0014;\n ^\n _X.java:20: error: variable i is already defined in method main(String[])\n String i\u0015;\n ^\n _X.java:21: error: variable i is already defined in method main(String[])\n String i\u0016;\n ^\n _X.java:22: error: variable i is already defined in method main(String[])\n String i\u0017;\n ^\n _X.java:23: error: variable i is already defined in method main(String[])\n String i\u0018;\n ^\n _X.java:24: error: variable i is already defined in method main(String[])\n String i\u0019;\n ^\n _X.java:25: error: variable i is already defined in method main(String[])\n String i\u001a;\n ^\n _X.java:26: error: variable i is already defined in method main(String[])\n String i\u001b;\n ^\n _X.java:27: error: variable i is already defined in method main(String[])\n String i\u007f;\n ^\n 23 errors\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ScannerTest.test045(ScannerTest.java:961) test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.002 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.866 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.082 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.936 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.984 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.833 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.886 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.915 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 1.021 s testBug422760 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s testBug531716_001_since_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0 s testBug531716_001_since_13_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest) Time elapsed: 0.001 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.994 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.003 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.995 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.902 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.088 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.13 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.18 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.211 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.185 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.059 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.149 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.205 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.209 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.058 s <<< FAILURE! junit.framework.ComparisonFailure: test014 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 18)\n case 6://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------\n ------------ but was ------------ X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://OK\n ^\n X.java:10: warning: [fallthrough] possible fall-through into case\n case 3://OK\n ^\n X.java:13: warning: [fallthrough] possible fall-through into case\n case 4://OK\n ^\n X.java:18: warning: [fallthrough] possible fall-through into case\n case 6://WRONG\n ^\n X.java:22: warning: [fallthrough] possible fall-through into case\n case 7://OK\n ^\n 5 warnings\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 18)\n case 6://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------]\n > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://OK\n ^\n X.java:10: warning: [fallthrough] possible fall-through into case\n case 3://OK\n ^\n X.java:13: warning: [fallthrough] possible fall-through into case\n case 4://OK\n ^\n X.java:18: warning: [fallthrough] possible fall-through into case\n case 6://WRONG\n ^\n X.java:22: warning: [fallthrough] possible fall-through into case\n case 7://OK\n ^\n 5 warnings]\n > at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test014(SwitchTest.java:610) test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.188 s <<< FAILURE! junit.framework.ComparisonFailure: test015 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 18)\n case 6://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------\n ------------ but was ------------ X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://OK\n ^\n X.java:10: warning: [fallthrough] possible fall-through into case\n case 3://OK\n ^\n X.java:13: warning: [fallthrough] possible fall-through into case\n case 4://OK\n ^\n X.java:18: warning: [fallthrough] possible fall-through into case\n case 6://WRONG\n ^\n X.java:22: warning: [fallthrough] possible fall-through into case\n case 7://OK\n ^\n 5 warnings\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 18)\n case 6://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------]\n > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://OK\n ^\n X.java:10: warning: [fallthrough] possible fall-through into case\n case 3://OK\n ^\n X.java:13: warning: [fallthrough] possible fall-through into case\n case 4://OK\n ^\n X.java:18: warning: [fallthrough] possible fall-through into case\n case 6://WRONG\n ^\n X.java:22: warning: [fallthrough] possible fall-through into case\n case 7://OK\n ^\n 5 warnings]\n > at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test015(SwitchTest.java:653) test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.124 s <<< FAILURE! junit.framework.ComparisonFailure: test016 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 8)\n case 2://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------\n ------------ but was ------------ X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://WRONG\n ^\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 8)\n case 2://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------]\n > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://WRONG\n ^\n 1 warning]\n > at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test016(SwitchTest.java:696) test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.008 s <<< FAILURE! junit.framework.ComparisonFailure: test017 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 10)\n default :\n ^^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------\n ------------ but was ------------ X.java:10: warning: [fallthrough] possible fall-through into case\n default :\n ^\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 10)\n default :\n ^^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------]\n > but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n default :\n ^\n 1 warning]\n > at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test017(SwitchTest.java:725) test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.079 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.289 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.277 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.169 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.243 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.365 s test383643 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.053 s test387146a - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.103 s <<< FAILURE! junit.framework.ComparisonFailure: test387146a - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: warning: [fallthrough] possible fall-through into case\n case 2:\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n case 2:\n ^\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test387146a(SwitchTest.java:2572) test387146b - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.018 s <<< FAILURE! junit.framework.ComparisonFailure: test387146b - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: warning: [fallthrough] possible fall-through into case\n case 2:\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n case 2:\n ^\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test387146b(SwitchTest.java:2601) test393537 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.177 s test410892 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.114 s test410892_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.124 s test410892_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.156 s test410892_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.08 s <<< FAILURE! junit.framework.ComparisonFailure: test410892_4 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_4(SwitchTest.java:2782) test410892_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.038 s <<< FAILURE! junit.framework.ComparisonFailure: test410892_5 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_5(SwitchTest.java:2817) test410892_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.174 s <<< FAILURE! junit.framework.ComparisonFailure: test410892_6 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_6(SwitchTest.java:2853) test526911 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.988 s test526911a - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.896 s testBreakOut - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.252 s testBug374605 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.09 s <<< FAILURE! junit.framework.ComparisonFailure: testBug374605 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p\X.java (at line 4)\n switch (i) {\n ^\n The switch statement should have a default case\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p\X.java (at line 4)\n switch (i) {\n ^\n The switch statement should have a default case\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.testBug374605(SwitchTest.java:2144) testBug380927 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.238 s testBug380927a - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.296 s testBug380927b - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.185 s testBug380927c - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.237 s testBug380927d - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.032 s testBug380927e - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.086 s testBug380927f - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.036 s testBug380927g - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.08 s testBug381172 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.223 s testBug383629 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.556 s testBug533475 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.207 s testBug545518 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.885 s testCaseTypeMismatch - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.031 s testCaseTypeMismatch2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.216 s testCaseTypeMismatch3 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.112 s testDuplicateCase - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.972 s testDuplicateCase2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.931 s testDuplicateCase3 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.964 s testDuplicateHashCode - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.403 s testDuplicateHashCode2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.345 s testFallThrough - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.499 s testFallThrough2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.303 s testFor356002 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.358 s testFor356002_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.233 s testFor356002_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.275 s testMarysLamb - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.274 s testMultipleSwitches - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.255 s testNestedSwitches - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.282 s testNullCase - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.075 s testSideEffect - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.329 s testStringSwitchAtJDK6 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.986 s testSwitchOnNull - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.496 s testVariableCase - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 1.017 s testVariableCaseFinal - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest) Time elapsed: 0.992 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.095 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.191 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.126 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.091 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.205 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.151 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.112 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.162 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.288 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.263 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.391 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.14 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.205 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.403 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.304 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.157 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.271 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.263 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.184 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.375 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.249 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.266 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.08 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.031 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.408 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.338 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.272 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.174 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.267 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.22 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.095 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.803 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.372 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.303 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.196 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.202 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.15 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.234 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.427 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.195 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.152 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.149 s test042_not_shared - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.213 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.39 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.169 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.216 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.127 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.032 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.164 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.27 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.277 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.346 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.213 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.276 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.375 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.125 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.265 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.21 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.06 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.104 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.311 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.233 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.196 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.07 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.067 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.272 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.246 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.105 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.228 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.067 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.018 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.066 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.19 s testBug387612 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.341 s testBug387612b - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 1.094 s testBug387612c - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest) Time elapsed: 2.126 s test01 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test02 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test03 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test04 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test05 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test06 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test07 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test08 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test09 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test10 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test11 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test12 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test13 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test14 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test15 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test16 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test17 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test18 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test19 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test20 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test21 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test22 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test23 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test24 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test25 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test26 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test27 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test28 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test29 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test30 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test31 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test32 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test33 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test34 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test35 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test36 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test37 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test38 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test39 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test40 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test41 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test42 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test43 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test44 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test45 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test46 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test47 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test48 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test49 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test50 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test51 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test52 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test53 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test54 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test56 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test57 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test58 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test59 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test60 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test61 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test62 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test63 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test64 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test65 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test66 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test67 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test68 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test69 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test70 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test71 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test71b - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test72 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test72b - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test73 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0.001 s test73b - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest) Time elapsed: 0 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.476 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 3.061 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 3.039 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.902 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.732 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.436 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.299 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.502 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 1.601 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 3.097 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.207 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 1.908 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 1.38 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 1.214 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.1 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 1.571 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 2.506 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 1.34 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 3.356 s test368435 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 5.837 s test368435b - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 5.874 s test368435c - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 5.413 s testBug519070 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest) Time elapsed: 15.559 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalScannerTest) Time elapsed: 0.001 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalScannerTest) Time elapsed: 0 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.946 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.152 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.219 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.214 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.286 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.211 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.203 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 4.701 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.596 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.534 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.515 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.692 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.537 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.145 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.145 s test427625 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.204 s <<< FAILURE! junit.framework.ComparisonFailure: test427625 - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n c.add(b ? new Integer(1)\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n c.add(b ? new Integer(1)\n ^\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest.test427625(ConditionalExpressionTest.java:529) test437444_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.226 s test437444_c113 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.152 s test484425 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.26 s testBug432487 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest) Time elapsed: 1.098 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.155 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.021 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.97 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.175 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.958 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.889 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.014 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.022 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.34 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.047 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.08 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.117 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.1 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.096 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.107 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.019 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.956 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.002 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.92 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.881 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.998 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.92 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 0.985 s test443456 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest) Time elapsed: 1.317 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.193 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.202 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.107 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.106 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.09 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.103 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.219 s testDuplicateImports1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 0.986 s testDuplicateImports2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.097 s testDuplicateImports3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 1.163 s testImportStaticProblems - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 0.009 s testImportUnresolved - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 0.006 s testImportUnresolved_fatal - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 0.008 s testImportVariousProblems - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 0.007 s testPackageConflict - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest) Time elapsed: 0.006 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.083 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.018 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.024 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.996 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.991 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.047 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.051 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.248 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.049 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.102 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.08 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.1 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.101 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.095 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.001 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.02 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.01 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.346 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.122 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.599 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.173 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.184 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.227 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.26 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.099 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.182 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.087 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.098 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.019 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.074 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.262 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.049 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.081 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.083 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.042 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 2.105 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.086 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.028 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.239 s <<< FAILURE! junit.framework.ComparisonFailure: test046 - Javac found error(s) but Eclipse only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 3)\n for (final int i; 0 < (i = 1); i = i + 1) {\n ^^^^^^^^^\n Dead code\n ----------\n ------------ but was ------------ X.java:3: error: variable i might be assigned in loop\n for (final int i; 0 < (i = 1); i = i + 1) {\n ^\n 1 error\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 3)\n for (final int i; 0 < (i = 1); i = i + 1) {\n ^^^^^^^^^\n Dead code\n ----------]\n > but was:<[X.java:3: error: variable i might be assigned in loop\n for (final int i; 0 < (i = 1); i = i + 1) {\n ^\n 1 error]\n > at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test046(FlowAnalysisTest.java:1422) test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.163 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.004 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.003 s test050_definite_assigment_and_if_true - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.97 s test051_definite_assigment_and_if_true - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.081 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.016 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.092 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.008 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.001 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.983 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.026 s <<< FAILURE! junit.framework.ComparisonFailure: test057 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 5)\n i++) {//dead code\n ^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 9)\n break;\n ^^^^^^\n Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 5)\n i++) {//dead code\n ^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 9)\n break;\n ^^^^^^\n Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test057(FlowAnalysisTest.java:1782) test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.997 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.999 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.157 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.45 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.082 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.069 s <<< FAILURE! junit.framework.ComparisonFailure: test063 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n new IllegalArgumentException("You must not bar!");\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n new IllegalArgumentException("You must not bar!");\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test063(FlowAnalysisTest.java:2042) test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.95 s <<< FAILURE! junit.framework.ComparisonFailure: test064 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n new String("You must not bar!");\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n new String("You must not bar!");\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test064(FlowAnalysisTest.java:2068) test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.146 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.204 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.167 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.222 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.963 s <<< FAILURE! junit.framework.ComparisonFailure: test069 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n new Object() {};\n ^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n new Object() {};\n ^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test069(FlowAnalysisTest.java:2184) test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.181 s <<< FAILURE! junit.framework.ComparisonFailure: test070 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n Object first = true ? null : ""; \n ^^\n Dead code\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n Object first = true ? null : ""; \n ^^\n Dead code\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test070(FlowAnalysisTest.java:2209) test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.024 s <<< FAILURE! junit.framework.ComparisonFailure: test071 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 9)\n throw new IOException();\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n ----------\n 2. WARNING in X.java (at line 9)\n throw new IOException();\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 9)\n throw new IOException();\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n ----------\n 2. WARNING in X.java (at line 9)\n throw new IOException();\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test071(FlowAnalysisTest.java:2233) testBug338234a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.049 s testBug338234b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.182 s testBug338234c - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.967 s testBug338234d - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.077 s testBug380313 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.19 s testBug380313b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.229 s testBug380750 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.269 s testBug391517 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.218 s testBug415997a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.115 s testBug415997b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.099 s testBug415997c - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.22 s testBug499809 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.223 s testBug499809a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.279 s testBug506315 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.137 s testBug537804_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.045 s testBug537804_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.999 s testBug548318_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.001 s testBug548318_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_012b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.001 s testBug548318_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_017 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_018 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_019 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_020 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_021 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.001 s testBug548318_022 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_023 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_024 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_025 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_026 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_027 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_028 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testBug548318_029 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.001 s testBug548318_030 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0 s testCloseable1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.255 s <<< FAILURE! junit.framework.ComparisonFailure: testCloseable1 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 7)\n FileReader fileReader = new FileReader(file); // not closed\n ^^^^^^^^^^\n Resource leak: 'fileReader' is never closed\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 7)\n FileReader fileReader = new FileReader(file); // not closed\n ^^^^^^^^^^\n Resource leak: 'fileReader' is never closed\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.testCloseable1(FlowAnalysisTest.java:2383) testCloseable2 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.345 s testLocalClassInInitializer1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 1.191 s testLocalClassInInitializer2 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest) Time elapsed: 0.997 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0.001 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0.001 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest) Time elapsed: 0 s test0500_synchronization - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests) Time elapsed: 1.489 s test0600_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests) Time elapsed: 1.283 s <<< FAILURE! junit.framework.AssertionFailedError: test0600_reflection: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$3@7d471800 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests.test0600_reflection(RuntimeTests.java:148) test0601_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests) Time elapsed: 1.311 s test1000_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests) Time elapsed: 2.598 s test1001_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests) Time elapsed: 2.519 s test1002_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests) Time elapsed: 2.345 s test1003_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests) Time elapsed: 2.36 s test1004_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests) Time elapsed: 2.409 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest) Time elapsed: 1.185 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest) Time elapsed: 1.342 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest) Time elapsed: 1.421 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest) Time elapsed: 1.249 s test0001_simple_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.986 s test0002_simple_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.987 s test0003_simple_parameter - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.006 s test0004_final_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.991 s test0005_final_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.003 s test0006_final_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1 s test0007_local_with_member - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.099 s test0008_local_with_member - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.091 s test0009_local_with_member - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.14 s test0010_field_with_method_call - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.39 s test0011_field_with_method_call - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.115 s test0012_field_with_method_call - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.119 s test0013_field_with_method_call - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.078 s test0014_field_with_explicit_this_access - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.073 s test0015_field_with_explicit_this_access - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.998 s test0016_field_of_another_object - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.136 s test0017_field_of_another_object - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.178 s test0018_field_of_enclosing_object - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.992 s test0019_field_synchronized - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.01 s test0020_final_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.991 s test0021_final_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.996 s test0022_final_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.002 s test0023_field_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.158 s test0024_field_cast_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.094 s test0025_parameter - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.17 s test0026_suppress_warnings - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.133 s test0027_embedded_comparison - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.96 s test0028_field_as_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.188 s test0029_field_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.999 s test0030_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.987 s test0031_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.062 s test0032_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.13 s test0033_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.104 s test0034_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.025 s test0034_conditional_expression_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.188 s test0034_conditional_expression_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.086 s test0035_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.242 s test0036_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.979 s test0037_autounboxing_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.083 s test0037_autounboxing_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.111 s test0037_autounboxing_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.091 s test0037_autounboxing_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.196 s test0037_autounboxing_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.111 s test0037_autounboxing_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.189 s test0037_conditional_expression_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.095 s test0037_conditional_expression_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.11 s test0037_conditional_expression_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.085 s test0037_conditional_expression_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.087 s test0037_conditional_expression_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.101 s test0040_autoboxing_compound_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.102 s test0041_autoboxing_increment_operator - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.119 s test0042_autoboxing_literal - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.007 s test0043_autoboxing_literal - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.102 s test0044_autoboxing - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.164 s test0045_autoboxing_operator - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.046 s test0050_array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.128 s test0051_array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.047 s test0052_array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.135 s test0053_array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.163 s test0061_method_call_guard - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.029 s test0062_method_call_isolation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.07 s test0063_method_call_isolation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.25 s test0064_method_call_isolation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.064 s test0065_method_call_invocation_target - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.256 s test0066_method_call_invocation_target - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.961 s test0067_method_call_invocation_target - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.005 s test0068_method_call_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.159 s test0070_type_reference - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.128 s test0080_shortcut_boolean_expressions - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.99 s test0081_shortcut_boolean_expressions - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1 s test0082_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.109 s test0083_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.006 s test0084_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.98 s test0085_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.12 s test0086_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.119 s test0090_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.131 s test0091_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.192 s test0092_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.938 s test0093_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.024 s test0094_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.154 s test0095_instanceof_conditional_or - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.059 s test0120_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.248 s test0121_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.336 s test0122_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.072 s test0123_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.333 s test0124_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.222 s test0125_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.277 s test0126_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.302 s test0127_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.289 s test0300_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.004 s test0301_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.995 s test0302_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.016 s test0303_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.962 s test0304_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.98 s test0305_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.013 s test0306_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.013 s test0307_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.282 s test0308_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.033 s test0309_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.997 s test0310_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.034 s test0311_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.253 s test0312_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.018 s test0313_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.992 s test0314_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.998 s test0315_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.012 s test0316_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.006 s test0317_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.128 s test0318_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.217 s test0319_if_else_dead_branch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.154 s test0320_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.002 s test0321_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.225 s test0322_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.958 s test0323_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.164 s test0324_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.153 s test0325_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.034 s test0326_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.946 s test0327_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.088 s test0328_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.031 s test0329_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.987 s test0330_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.149 s test0331_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.151 s test0332_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.091 s test0333_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.008 s test0334_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.001 s test0335_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.096 s test0336_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.012 s test0338_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.208 s test0339_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.991 s test0340_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.07 s test0341_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.928 s test0342_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.057 s test0401_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.033 s test0402_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.021 s test0403_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.123 s test0404_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.233 s test0405_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.045 s test0406_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.983 s test0407_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.003 s test0408_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.067 s test0409_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.01 s test0410_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.249 s test0411_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.122 s test0412_while_if_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.947 s test0413_while_unknown_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.143 s test0414_while_unknown_parameter - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.955 s test0415_while_unknown_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.164 s test0416_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.947 s test0417_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.078 s test0418_while_try - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.148 s test0419_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.977 s test0420_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.086 s test0421_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.159 s test0422_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.068 s test0423_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.99 s test0424_while_try - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.123 s test0425_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.971 s test0426_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.995 s test0427_while_return - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.993 s test0428_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.129 s test0429_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.196 s test0430_while_for_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.133 s test0431_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.084 s test0432_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.101 s test0433_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.01 s test0434_while_switch_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.152 s test0435_while_init - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.187 s test0436_while_init - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.126 s test0437_while_exit - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.048 s test0438_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.951 s test0439_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.998 s test0440_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.002 s test0441_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.991 s test0442_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.016 s test0443_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.123 s test0444_while_deeply_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.105 s test0445_while_deeply_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.039 s test0446_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.017 s test0447_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.142 s test0448_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.049 s test0449_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.157 s test0450_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.039 s test0451_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.015 s test0454_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.227 s test0455_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.966 s test0456_while_nested_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.146 s test0457_while_nested_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.218 s test0458_while_nested_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.082 s test0459_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.035 s test0460_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.24 s test0461_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.133 s test0462_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.224 s test0463_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.157 s test0464_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.18 s test0465_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.202 s test0466_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.146 s test0467_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.234 s test0468_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.14 s test0469_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.152 s test0470_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.193 s test0500_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.166 s test0501_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.951 s test0502_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.238 s test0503_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.957 s test0504_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.992 s test0505_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.03 s test0506_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.972 s test0507_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.011 s test0508_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.007 s test0509_try_finally_embedded - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.99 s test0510_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.202 s test0511_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.135 s test0512_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.04 s test0513_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.149 s test0514_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.098 s test0515_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.241 s test0516_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.121 s test0517_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.13 s test0518_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.161 s test0519_try_finally_constructor_exc - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.18 s test0520_try_finally_constructor_exc - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.22 s test0521_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.154 s test0522_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.078 s test0523_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.046 s test0524_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.004 s test0526_try_finally_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.135 s test0527_try_finally_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.175 s test0528_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.02 s test0529_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.002 s test0530_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.004 s test0531_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.031 s test0532_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.192 s test0533_try_finally_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.227 s test0535_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.154 s test0536_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.011 s test0537_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.99 s test0550_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.241 s test0551_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.055 s test0552_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.209 s test0553_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.02 s test0554_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.044 s test0555_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.049 s test0556_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.183 s test0557_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.006 s test0558_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.092 s test0559_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.055 s test0560_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.057 s test0561_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.052 s test0562_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.992 s test0563_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.094 s test0564_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.094 s test0565_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.097 s test0566_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.204 s test0567_try_catch_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.303 s test0568_try_catch_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.385 s test0569_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.059 s test0570_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.114 s test0571_try_catch_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.154 s test0572_if_statement - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.123 s test0573_try_catch_unchecked_and_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.025 s test0574_try_multi_catch_unchecked_and_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.007 s test0575_try_multi_catch_finally_unchecked_and_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.043 s test0576_try_with_resources - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.033 s test0595_throw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.002 s test0596_throw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.001 s test0597_throw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.003 s test0601_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.019 s test0602_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.987 s test0603_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.996 s test0604_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.252 s test0605_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.059 s test0606_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.136 s test0607_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.951 s test0608_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.158 s test0609_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.958 s test0610_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.209 s test0611_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.993 s test0613_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.245 s test0616_do_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.09 s test0617_do_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.1 s test0618_do_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.097 s test0619_do_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.178 s test0701_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.013 s test0702_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.962 s test0703_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.173 s test0704_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.285 s test0705_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.009 s test0707_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.573 s test0708_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.113 s test0709_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.946 s test0710_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.003 s test0711_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.966 s test0712_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.028 s test0713_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.154 s test0714_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.381 s test0715_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.16 s test0716_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.27 s test0717_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.133 s test0718_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.015 s test0719_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.242 s test0720_for_continue_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.999 s test0721_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.109 s test0722_for_return - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.041 s test0723_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.198 s test0724_for_with_initialization - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.212 s test0725_for_with_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.134 s test0726_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.086 s test0727_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.297 s test0728_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.958 s test0729_for_try_catch_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.269 s test0730_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.953 s test0731_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.994 s test0732_for_nested_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.231 s test0733_for_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.292 s test0734_for_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.206 s test0735_for_nested_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.203 s test0736_for_embedded_lazy_init - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.132 s test0737_for_unknown_protection - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.036 s test0739_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.332 s test0740_for_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.161 s test0741_for_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.124 s test0742_for_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.317 s test0743_for_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.167 s test0744_for_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.207 s test0746_for_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.051 s test0747_for_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.126 s test0800_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.154 s test0801_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.924 s test0802_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.038 s test0803_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.073 s test0804_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.031 s test0805_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.186 s test0903_non_null_protection_tag - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.997 s test0903_notNull_protection_tag - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.148 s test0905_non_null_protection_tag - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.063 s test0906_non_null_protection_tag - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.205 s test0950_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.238 s test0951_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.04 s test0952_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.102 s test0953_assert_combined - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.1 s test0954_assert_fake_reachable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.103 s test0955_assert_combined - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.1 s test0956_assert_combined - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.084 s test0957_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.114 s test0958_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.395 s test0959a_assert_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.109 s test0959b_assert_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.099 s test0960_assert_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.186 s test1004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.044 s test1005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.288 s test1006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.136 s test1007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.117 s test1008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.155 s test1009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.096 s test1010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.243 s test1011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.952 s test1012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.004 s test1013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.992 s test1014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.145 s test1015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.108 s test1016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.041 s test1017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.049 s test1018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.006 s test1019 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.207 s test1021 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.209 s test1022 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.23 s test1023 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.021 s test1024 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.063 s test1025 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.012 s test1027 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.087 s test1029 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.26 s test1030 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.05 s test1031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.164 s test1032 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.047 s test1033 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.949 s test1034 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.041 s test1036 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.995 s test1050_options_all_default - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.994 s test1051_options_all_ignore - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.017 s test1052_options_all_error - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.002 s test1053_options_mix - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1 s test1054_options_mix - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.025 s test1055_options_mix - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.025 s test1056_options_mix_with_SuppressWarnings - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.104 s test1057_options_instanceof_is_check - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.022 s test1058_options_instanceof_is_check - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.023 s test1059_options_cannot_be_null_check - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.004 s test1500 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.332 s test1501 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.196 s test1502 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.203 s test1503 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.606 s test2000_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.975 s test2001_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.157 s test2002_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.175 s test2003_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.177 s test2004_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.993 s test2005_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.118 s test2006_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.116 s test2007_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.239 s test2008_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.314 s test2009_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.07 s test2010_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.008 s test2011_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.088 s test2012_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.121 s test2013_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.068 s test2014_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.199 s test2015_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.122 s test2016_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.181 s test2017_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.186 s test2018_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.956 s test2019_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.007 s test2020_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.997 s test358827 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.289 s test367879 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.545 s test401092 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.235 s test401092a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.306 s testBug190623 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.078 s testBug195638_comment14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.084 s testBug195638_comment19 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.049 s testBug195638_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.198 s testBug195638_comment6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.091 s testBug253896a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.104 s testBug253896b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 2.585 s testBug253896c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.169 s testBug253896d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.105 s testBug256796 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.245 s testBug256796a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.274 s testBug291418a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.118 s testBug291418b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.103 s testBug292478 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.028 s testBug292478a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.985 s testBug292478b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.064 s testBug292478c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.019 s testBug292478d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.115 s testBug292478e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.012 s testBug292478f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.993 s testBug292478g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.067 s testBug293917a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.013 s testBug293917b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.093 s testBug293917c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.113 s testBug299900a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.103 s testBug299900b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.1 s testBug303448a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.312 s testBug303448b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.194 s testBug304416 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.206 s testBug305590 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.005 s testBug313870 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.255 s testBug313870b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.252 s testBug313870c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.211 s testBug317829a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.199 s testBug317829a2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.199 s testBug317829b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.299 s testBug317829c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.202 s testBug317829d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.286 s testBug317829e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.179 s testBug317829f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.251 s testBug319201 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.913 s testBug319201a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.005 s testBug319201b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.941 s testBug319201c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.177 s testBug319201d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.163 s testBug320414 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.182 s testBug321926a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.212 s testBug321926a2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.195 s testBug321926b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.053 s testBug321926c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.271 s testBug321926d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.184 s testBug321926e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.148 s testBug321926f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.245 s testBug321926g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.176 s testBug321926h - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.208 s testBug321926i - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.223 s testBug321926j - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.214 s testBug321926k - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.223 s testBug321926l - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.12 s testBug321926m - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.207 s testBug321926n - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.2 s testBug321926o - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.25 s testBug321926p - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.175 s testBug321926q - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.196 s testBug321926r - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.208 s testBug321926s - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.213 s testBug321926t - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.168 s testBug321926u - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.168 s testBug321926v - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.301 s testBug324178 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.274 s testBug324178a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.27 s testBug324762 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.056 s testBug324762a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.096 s testBug325229a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.742 s testBug325229b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.456 s testBug325229c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.487 s testBug325229d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.514 s testBug325342a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.135 s testBug325342b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.159 s testBug325755a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.702 s testBug325755b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.31 s testBug326950a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.225 s testBug326950b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.416 s testBug326950c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.164 s testBug326950d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.191 s testBug332637 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.431 s testBug332637b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.444 s testBug332838 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.213 s testBug333089 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.137 s testBug336428 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.148 s testBug336428c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.163 s testBug336428d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.992 s testBug336428d2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.077 s testBug336428e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.099 s testBug336428f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.099 s testBug336544 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.303 s testBug336544_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.251 s testBug336544_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.182 s testBug338234 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.059 s testBug338303 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.228 s testBug339250 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.345 s testBug339250a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.042 s testBug339250b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.281 s testBug342300 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.243 s testBug342300b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.123 s testBug345305_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.035 s testBug345305_10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.109 s testBug345305_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.092 s testBug345305_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.113 s testBug345305_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.088 s testBug345305_14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.07 s testBug345305_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.03 s testBug345305_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.089 s testBug345305_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.025 s testBug345305_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.984 s testBug345305_7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.101 s testBug345305_8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.081 s testBug345305_9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.028 s testBug348379a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.104 s testBug348379b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.219 s testBug348379c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.078 s testBug348379d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.103 s testBug348379e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.096 s testBug348379f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.003 s testBug354554 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.152 s testBug354554b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.06 s testBug360328 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.173 s testBug360328b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.015 s testBug360328c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.1 s testBug360328d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.106 s testBug364326 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.084 s testBug376263 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.221 s testBug384380 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.371 s testBug384380_a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.375 s testBug384380_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.433 s testBug401088 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.223 s testBug401088a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.249 s testBug402993 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.155 s testBug402993a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.097 s testBug406160a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.455 s testBug418500 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.338 s testBug431016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.247 s testBug431016_simplified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.038 s testBug432109 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.196 s testBug435528_notaconstant - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.183 s testBug435528_orig - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.209 s testBug441737 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.11 s testBug447695 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.013 s testBug447695b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.196 s testBug447695c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.102 s testBug447695d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.274 s testBug447695e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.126 s testBug447695f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.202 s testBug447695g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.018 s testBug451660 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.086 s testBug453305 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.259 s testBug454031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.046 s testBug486912KnownNullInLoop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0.988 s testBug486912PotNullInLoop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.113 s testBug486912PotNullInLoop_orig - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.096 s testBug509188 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.22 s testBug536408 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.053 s testBug542707_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 0 s testBug544872 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.021 s testBug551012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.17 s testExpressions01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.145 s testExpressions02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.144 s testExpressions03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.024 s testExpressions04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest) Time elapsed: 1.123 s testBug127575a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 2.519 s testBug127575b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.033 s testBug127575c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.061 s testBug127575d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.159 s testBug127575e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.191 s testBug127575e_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.049 s testBug127575e_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.067 s testBug127575f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.097 s testBug127575g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.134 s testBug127575h - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.067 s testBug127575i - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.104 s testBug127575j - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.093 s testBug127575k - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.133 s testBug127575l - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.171 s testBug127575m - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.09 s testBug127575n - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.039 s testBug127575o - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.101 s testBug373953 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.084 s testBug382069a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.494 s testBug382069b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.539 s testBug382069c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.051 s testBug382069d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.108 s testBug382069e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.159 s testBug382069f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.061 s testBug382069g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.632 s testBug382069h - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.233 s testBug401159 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 0 s testBug472618 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts) Time elapsed: 1.255 s test001_irritant_warning_token - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests) Time elapsed: 0.001 s test002_problem_categories - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests) Time elapsed: 0.001 s test003_task_tags_options - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests) Time elapsed: 0.014 s test007_task_tags_options - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests) Time elapsed: 0.004 s test009_missing_message_templates - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests) Time elapsed: 0 s test010_missing_elaboration_templates - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests) Time elapsed: 0 s test011_problem_categories - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests) Time elapsed: 0.013 s test012_compiler_problems_tuning - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests) Time elapsed: 0.005 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.36 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.122 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.134 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 2.224 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.371 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.314 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.295 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.248 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.228 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.51 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.29 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.306 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.435 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.279 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.38 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.411 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.598 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.71 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.688 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.504 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.714 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.676 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.239 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.3 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.313 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.264 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.108 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.099 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.247 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.054 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.21 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.629 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.086 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.575 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.004 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.313 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.206 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.248 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.19 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.236 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.21 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.188 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.242 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.211 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.186 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.255 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.243 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.229 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.28 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.256 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.242 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.182 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.329 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.012 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.954 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 2.077 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.275 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.309 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.226 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.18 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.273 s test062a - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.259 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.238 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.257 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.273 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.247 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.402 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.375 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.469 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.584 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.004 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.884 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.198 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.335 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 2.777 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.183 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.204 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.262 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.581 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.254 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.117 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.289 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.243 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.18 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.182 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.413 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.933 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.242 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.278 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.489 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.56 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.118 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.018 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.1 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.01 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.274 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.008 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 2.281 s <<< FAILURE! junit.framework.ComparisonFailure: test099 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 3)\n Object a = new Y$1Local(); // compile-time error \n ^^^^^^^^\n The nested type Y$1Local cannot be referenced using its binary name\n ----------\n ------------ but was ------------ X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n Object a = new Y$1Local(); // compile-time error \n ^\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 3)\n Object a = new Y$1Local(); // compile-time error \n ^^^^^^^^\n The nested type Y$1Local cannot be referenced using its binary name\n ----------]\n > but was:<[X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n Object a = new Y$1Local(); // compile-time error \n ^\n 1 warning]\n > at org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest.test099(InnerEmulationTest.java:3781) test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.207 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.966 s test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.025 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.936 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.113 s test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.154 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.693 s test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.333 s test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.245 s test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.245 s test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.096 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.269 s test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.974 s test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.19 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.118 s test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 2.58 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.055 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.346 s test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.268 s test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.252 s test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.169 s test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.062 s test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 2.161 s test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.132 s test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 2.142 s test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.361 s test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.99 s test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.97 s test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.178 s test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.285 s test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.011 s test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.079 s test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.114 s test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.098 s test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.015 s test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.988 s test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.028 s test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.999 s test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.17 s test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.001 s test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.956 s test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.957 s test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.982 s test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.105 s test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.082 s test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.02 s test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.17 s test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.123 s test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.238 s test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.974 s test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.24 s test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.15 s test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.339 s test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.156 s test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.149 s test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.235 s test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.284 s test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.119 s test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.144 s test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.235 s test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.275 s test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.289 s test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.309 s test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.336 s test170 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.142 s test171 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.234 s test172 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.966 s <<< FAILURE! junit.framework.ComparisonFailure: test172 - Javac found error(s) but Eclipse only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 8)\n a(null);\n ^^^^^^^\n Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n ----------\n 2. WARNING in X.java (at line 9)\n c(null);\n ^^^^^^^\n Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n ----------\n 3. WARNING in X.java (at line 14)\n a(null);\n ^^^^^^^\n Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n ----------\n 4. WARNING in X.java (at line 15)\n c(null);\n ^^^^^^^\n Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n ----------\n ------------ but was ------------ X.java:8: error: method a in class X cannot be applied to given types;\n a(null);\n ^\n required: no arguments\n found: \n reason: actual and formal argument lists differ in length\n 1 error\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 8)\n a(null);\n ^^^^^^^\n Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n ----------\n 2. WARNING in X.java (at line 9)\n c(null);\n ^^^^^^^\n Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n ----------\n 3. WARNING in X.java (at line 14)\n a(null);\n ^^^^^^^\n Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n ----------\n 4. WARNING in X.java (at line 15)\n c(null);\n ^^^^^^^\n Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n ----------]\n > but was:<[X.java:8: error: method a in class X cannot be applied to given types;\n a(null);\n ^\n required: no arguments\n found: \n reason: actual and formal argument lists differ in length\n 1 error]\n > at org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest.test172(InnerEmulationTest.java:6870) test173 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.561 s test174 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.445 s test175 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 2.858 s test176 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.642 s testbug373371 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.986 s testbug481793 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 0.906 s testbug484546 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.277 s testbug522061 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest) Time elapsed: 1.197 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.009 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.308 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.199 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.244 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.222 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.124 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.027 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.131 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.923 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.954 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 1.137 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.935 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.006 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.053 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.002 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.002 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.002 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest) Time elapsed: 0.001 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.262 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.207 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.205 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.225 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.075 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.314 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.357 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.34 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.364 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.392 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.285 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.643 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.364 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.297 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest) Time elapsed: 1.301 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.161 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.962 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.126 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.986 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.988 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.998 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.992 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.986 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.012 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.071 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.994 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.996 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.953 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.966 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.012 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.007 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.318 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.051 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.021 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.105 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.183 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.038 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.995 s <<< FAILURE! junit.framework.ComparisonFailure: test023 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type A\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type A\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test023(FieldAccessTest.java:689) test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1 s <<< FAILURE! junit.framework.ComparisonFailure: test024 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type SuperSuper\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type SuperSuper\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test024(FieldAccessTest.java:712) test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 1.018 s <<< FAILURE! junit.framework.ComparisonFailure: test025 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type Interface\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type Interface\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test025(FieldAccessTest.java:743) testBug361039 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest) Time elapsed: 0.975 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.208 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.227 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 0.971 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.092 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.03 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.155 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.025 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.031 s <<< FAILURE! junit.framework.ComparisonFailure: test011 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n private static final long serialVersionUID = 1L;\n ^^^^^^^^^^^^^^^^\n The value of the field X.serialVersionUID is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n private static final long serialVersionUID = 1L;\n ^^^^^^^^^^^^^^^^\n The value of the field X.serialVersionUID is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test011(SerialVersionUIDTests.java:220) test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 0.946 s <<< FAILURE! junit.framework.ComparisonFailure: test012 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n private static final long serialVersionUID = 1L;\n ^^^^^^^^^^^^^^^^\n The value of the field X.serialVersionUID is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n private static final long serialVersionUID = 1L;\n ^^^^^^^^^^^^^^^^\n The value of the field X.serialVersionUID is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test012(SerialVersionUIDTests.java:243) test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 0.993 s <<< FAILURE! junit.framework.ComparisonFailure: test013 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n private static final long serialPersistentFields = 1L;\n ^^^^^^^^^^^^^^^^^^^^^^\n The value of the field X.serialPersistentFields is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n private static final long serialPersistentFields = 1L;\n ^^^^^^^^^^^^^^^^^^^^^^\n The value of the field X.serialPersistentFields is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test013(SerialVersionUIDTests.java:266) test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.008 s <<< FAILURE! junit.framework.ComparisonFailure: test014 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n private static final long serialPersistentFields = 1L;\n ^^^^^^^^^^^^^^^^^^^^^^\n The value of the field X.serialPersistentFields is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n private static final long serialPersistentFields = 1L;\n ^^^^^^^^^^^^^^^^^^^^^^\n The value of the field X.serialPersistentFields is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test014(SerialVersionUIDTests.java:288) test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.022 s <<< FAILURE! junit.framework.ComparisonFailure: test015 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n private int i;\n ^\n The value of the field X.i is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n private int i;\n ^\n The value of the field X.i is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test015(SerialVersionUIDTests.java:311) test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests) Time elapsed: 1.05 s <<< FAILURE! junit.framework.ComparisonFailure: test016 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n private int i;\n ^\n The value of the field X.i is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n private int i;\n ^\n The value of the field X.i is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test016(SerialVersionUIDTests.java:336) test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest) Time elapsed: 1.153 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest) Time elapsed: 1.173 s testBug509027 - 10(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest) Time elapsed: 1.027 s testBug520714 - 10(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest) Time elapsed: 1.081 s test0001_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.147 s test0002_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.007 s test0003_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.004 s test0004_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0005_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.004 s test0006_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0 s test0007_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.075 s test0008_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.004 s test0009_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0010_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.007 s test0011_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.004 s test0012_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.001 s test0013_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.004 s test0014_declared_thrown_checked_exceptions_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.001 s test0015_declared_thrown_checked_exceptions_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0016_unread_parameters_constructor - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.001 s test0017_shadowing_package_visible_methods - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.024 s test0018_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0019_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0020_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0021_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.002 s test0022_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0023_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0024_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0025_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0026_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0027_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0028_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0029_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.004 s test0030_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.001 s test0031_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0032_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.004 s test0033_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.003 s test0034_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.006 s test0035_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.005 s test0036_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.006 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.06 s test0038 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.055 s test0039 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.033 s test0040 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.091 s test0041 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.112 s <<< FAILURE! junit.framework.ComparisonFailure: test0041 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n System.out.println(1.0 == 1.0);\n ^^^^^^^^^^\n Comparing identical expressions\n ----------\n 2. WARNING in X.java (at line 4)\n System.out.println(1.0f == 1.0f);\n ^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n System.out.println(1.0 == 1.0);\n ^^^^^^^^^^\n Comparing identical expressions\n ----------\n 2. WARNING in X.java (at line 4)\n System.out.println(1.0f == 1.0f);\n ^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0041(ProgrammingProblemsTest.java:1578) test0042 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.005 s test0043 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.006 s test0044 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.99 s <<< FAILURE! junit.framework.ComparisonFailure: test0044 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 6)\n nvx = nvx;\n ^^^^^^^^^\n The assignment to variable nvx has no effect\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 6)\n nvx = nvx;\n ^^^^^^^^^\n The assignment to variable nvx has no effect\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0044(ProgrammingProblemsTest.java:1657) test0045 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.001 s <<< FAILURE! junit.framework.ComparisonFailure: test0045 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 2)\n volatile int x = this.x;\n ^^^^^^^^^^\n The assignment to variable x has no effect\n ----------\n 2. WARNING in X.java (at line 3)\n int nvx = this.nvx;\n ^^^^^^^^^^^^^^\n The assignment to variable nvx has no effect\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 2)\n volatile int x = this.x;\n ^^^^^^^^^^\n The assignment to variable x has no effect\n ----------\n 2. WARNING in X.java (at line 3)\n int nvx = this.nvx;\n ^^^^^^^^^^^^^^\n The assignment to variable nvx has no effect\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0045(ProgrammingProblemsTest.java:1678) test0046 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.071 s <<< FAILURE! junit.framework.ComparisonFailure: test0046 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 6)\n int k = 2;\n ^\n The value of the local variable k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 6)\n int k = 2;\n ^\n The value of the local variable k is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046(ProgrammingProblemsTest.java:1706) test0046_field - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.316 s <<< FAILURE! junit.framework.ComparisonFailure: test0046_field - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field(ProgrammingProblemsTest.java:1746) test0046_field_in_private_type - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.095 s <<< FAILURE! junit.framework.ComparisonFailure: test0046_field_in_private_type - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n public boolean b=false;\n ^\n The value of the field X.Y.b is not used\n ----------\n 2. WARNING in X.java (at line 5)\n protected int k = 2;\n ^\n The value of the field X.Y.k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n public boolean b=false;\n ^\n The value of the field X.Y.b is not used\n ----------\n 2. WARNING in X.java (at line 5)\n protected int k = 2;\n ^\n The value of the field X.Y.k is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_in_private_type(ProgrammingProblemsTest.java:1865) test0046_field_qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.097 s <<< FAILURE! junit.framework.ComparisonFailure: test0046_field_qualified - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_qualified(ProgrammingProblemsTest.java:1825) test0046_field_this_qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.101 s <<< FAILURE! junit.framework.ComparisonFailure: test0046_field_this_qualified - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_this_qualified(ProgrammingProblemsTest.java:1785) test0047 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.094 s <<< FAILURE! junit.framework.ComparisonFailure: test0047 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 2)\n void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 2. WARNING in X.java (at line 2)\n void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n 3. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 2)\n void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 2. WARNING in X.java (at line 2)\n void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n 3. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0047(ProgrammingProblemsTest.java:1908) test0048 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.069 s <<< FAILURE! junit.framework.ComparisonFailure: test0048 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 9)\n public void foo(int param1, int param2) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 3. WARNING in X.java (at line 9)\n public void foo(int param1, int param2) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n 4. WARNING in X.java (at line 10)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 9)\n public void foo(int param1, int param2) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 3. WARNING in X.java (at line 9)\n public void foo(int param1, int param2) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n 4. WARNING in X.java (at line 10)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0048(ProgrammingProblemsTest.java:1954) test0049 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.036 s <<< FAILURE! junit.framework.ComparisonFailure: test0049 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 9)\n public void foo(int param1, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 3. WARNING in X.java (at line 15)\n public void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 4. WARNING in X.java (at line 15)\n public void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 9)\n public void foo(int param1, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 3. WARNING in X.java (at line 15)\n public void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 4. WARNING in X.java (at line 15)\n public void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0049(ProgrammingProblemsTest.java:2019) test0050 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.104 s <<< FAILURE! junit.framework.ComparisonFailure: test0050 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (false) {\n boolean b=false;\n b|=true;\n }\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 8)\n int k = 2;\n ^\n The value of the local variable k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (false) {\n boolean b=false;\n b|=true;\n }\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 8)\n int k = 2;\n ^\n The value of the local variable k is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0050(ProgrammingProblemsTest.java:2075) test0051 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.024 s <<< FAILURE! junit.framework.ComparisonFailure: test0051 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 2)\n X(int abc) {\n ^^^\n The value of the parameter abc is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 2)\n X(int abc) {\n ^^^\n The value of the parameter abc is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0051(ProgrammingProblemsTest.java:2117) test0052 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.152 s test0052a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.173 s test0052b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.13 s test0053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.085 s test0054 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.088 s test0055 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.948 s <<< FAILURE! junit.framework.ComparisonFailure: test0055 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in test1\E.java (at line 4)\n int a= 10;\n ^\n The value of the local variable a is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in test1\E.java (at line 4)\n int a= 10;\n ^\n The value of the local variable a is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0055(ProgrammingProblemsTest.java:2287) test0056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.165 s test0057 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.145 s test0059 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.073 s <<< FAILURE! junit.framework.ComparisonFailure: test0059 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (a != null){\n int j = 3;\n j++;\n }\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 5)\n int j = 3;\n ^\n The value of the local variable j is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (a != null){\n int j = 3;\n j++;\n }\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 5)\n int j = 3;\n ^\n The value of the local variable j is not used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0059(ProgrammingProblemsTest.java:2399) test0060 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.093 s <<< FAILURE! junit.framework.ComparisonFailure: test0060 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0060(ProgrammingProblemsTest.java:2435) test0061 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.112 s test0062 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.026 s test0063 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.072 s <<< FAILURE! junit.framework.ComparisonFailure: test0063 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0063(ProgrammingProblemsTest.java:2630) testBug410218a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.233 s <<< FAILURE! junit.framework.ComparisonFailure: testBug410218a - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 8)\n if (set.contains("ONE")) // bad\n ^^^^^\n Unlikely argument type String for contains(Object) on a Collection\n ----------\n 2. WARNING in X.java (at line 9)\n set.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Collection\n ----------\n 3. WARNING in X.java (at line 10)\n if (set.contains(1)) // bad\n ^\n Unlikely argument type int for contains(Object) on a Collection\n ----------\n 4. WARNING in X.java (at line 11)\n set.remove(1); // bad (tries to remove "Integer 1")\n ^\n Unlikely argument type int for remove(Object) on a Collection\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 8)\n if (set.contains("ONE")) // bad\n ^^^^^\n Unlikely argument type String for contains(Object) on a Collection\n ----------\n 2. WARNING in X.java (at line 9)\n set.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Collection\n ----------\n 3. WARNING in X.java (at line 10)\n if (set.contains(1)) // bad\n ^\n Unlikely argument type int for contains(Object) on a Collection\n ----------\n 4. WARNING in X.java (at line 11)\n set.remove(1); // bad (tries to remove "Integer 1")\n ^\n Unlikely argument type int for remove(Object) on a Collection\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218a(ProgrammingProblemsTest.java:2714) testBug410218b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.163 s <<< FAILURE! junit.framework.ComparisonFailure: testBug410218b - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (hss.contains(ts)) // bad\n ^^\n Unlikely argument type TreeSet for contains(Object) on a Collection>\n ----------\n 2. WARNING in X.java (at line 5)\n hss.remove(ts); // bad\n ^^\n Unlikely argument type TreeSet for remove(Object) on a Collection>\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (hss.contains(ts)) // bad\n ^^\n Unlikely argument type TreeSet for contains(Object) on a Collection>\n ----------\n 2. WARNING in X.java (at line 5)\n hss.remove(ts); // bad\n ^^\n Unlikely argument type TreeSet for remove(Object) on a Collection>\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218b(ProgrammingProblemsTest.java:2764) testBug410218b2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.212 s <<< FAILURE! junit.framework.ComparisonFailure: testBug410218b2 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (hss.contains(ts)) // bad\n ^^\n Unlikely argument type TreeSet for contains(Object) on a Collection>\n ----------\n 2. WARNING in X.java (at line 5)\n hss.remove(ts); // bad\n ^^\n Unlikely argument type TreeSet for remove(Object) on a Collection>\n ----------\n 3. WARNING in X.java (at line 6)\n if (hss.contains((Set)ts)) // bad (because of strict check)\n ^^^^^^^^^^\n Unlikely argument type Set for contains(Object) on a Collection>\n ----------\n 4. WARNING in X.java (at line 7)\n hss.remove((Set)ts); // bad (because of strict check)\n ^^^^^^^^^^\n Unlikely argument type Set for remove(Object) on a Collection>\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (hss.contains(ts)) // bad\n ^^\n Unlikely argument type TreeSet for contains(Object) on a Collection>\n ----------\n 2. WARNING in X.java (at line 5)\n hss.remove(ts); // bad\n ^^\n Unlikely argument type TreeSet for remove(Object) on a Collection>\n ----------\n 3. WARNING in X.java (at line 6)\n if (hss.contains((Set)ts)) // bad (because of strict check)\n ^^^^^^^^^^\n Unlikely argument type Set for contains(Object) on a Collection>\n ----------\n 4. WARNING in X.java (at line 7)\n hss.remove((Set)ts); // bad (because of strict check)\n ^^^^^^^^^^\n Unlikely argument type Set for remove(Object) on a Collection>\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218b2(ProgrammingProblemsTest.java:2797) testBug410218c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.392 s <<< FAILURE! junit.framework.ComparisonFailure: testBug410218c - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (m.containsKey("ONE")) // bad\n ^^^^^\n Unlikely argument type String for containsKey(Object) on a Map\n ----------\n 2. WARNING in X.java (at line 5)\n m.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Map\n ----------\n 3. WARNING in X.java (at line 6)\n if (m.containsValue("ONE")) // bad\n ^^^^^\n Unlikely argument type String for containsValue(Object) on a Map\n ----------\n 4. WARNING in X.java (at line 7)\n m.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Map\n ----------\n 5. WARNING in X.java (at line 14)\n return m.get("ONE"); // bad\n ^^^^^\n Unlikely argument type String for get(Object) on a Map\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (m.containsKey("ONE")) // bad\n ^^^^^\n Unlikely argument type String for containsKey(Object) on a Map\n ----------\n 2. WARNING in X.java (at line 5)\n m.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Map\n ----------\n 3. WARNING in X.java (at line 6)\n if (m.containsValue("ONE")) // bad\n ^^^^^\n Unlikely argument type String for containsValue(Object) on a Map\n ----------\n 4. WARNING in X.java (at line 7)\n m.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Map\n ----------\n 5. WARNING in X.java (at line 14)\n return m.get("ONE"); // bad\n ^^^^^\n Unlikely argument type String for get(Object) on a Map\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218c(ProgrammingProblemsTest.java:2841) testBug410218d - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.312 s <<< FAILURE! junit.framework.ComparisonFailure: testBug410218d - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 10)\n numbers.removeAll(stringSet); // bad\n ^^^^^^^^^\n Unlikely argument type Set for removeAll(Collection) on a Collection\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 10)\n numbers.removeAll(stringSet); // bad\n ^^^^^^^^^\n Unlikely argument type Set for removeAll(Collection) on a Collection\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218d(ProgrammingProblemsTest.java:2895) testBug410218e - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.197 s <<< FAILURE! junit.framework.ComparisonFailure: testBug410218e - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n return ints.indexOf("ONE"); // bad\n ^^^^^\n Unlikely argument type String for indexOf(Object) on a List\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n return ints.indexOf("ONE"); // bad\n ^^^^^\n Unlikely argument type String for indexOf(Object) on a List\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218e(ProgrammingProblemsTest.java:2927) testBug410218f - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.609 s <<< FAILURE! junit.framework.ComparisonFailure: testBug410218f - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in test\TestUnlikely.java (at line 30)\n c.remove(o); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 2. WARNING in test\TestUnlikely.java (at line 37)\n c.remove(i); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection\n ----------\n 3. WARNING in test\TestUnlikely.java (at line 39)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 4. WARNING in test\TestUnlikely.java (at line 40)\n c.remove(nf); // warning: castable, but not supertype\n ^^\n Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection\n ----------\n 5. WARNING in test\TestUnlikely.java (at line 46)\n c.remove(o); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 6. WARNING in test\TestUnlikely.java (at line 48)\n c.remove(nf); // warning: impossible\n ^^\n Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection\n ----------\n 7. WARNING in test\TestUnlikely.java (at line 49)\n c.remove(s); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection\n ----------\n 8. WARNING in test\TestUnlikely.java (at line 54)\n c.remove(o); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 9. WARNING in test\TestUnlikely.java (at line 55)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 10. WARNING in test\TestUnlikely.java (at line 63)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 11. WARNING in test\TestUnlikely.java (at line 70)\n map.containsKey(value); // warning\n ^^^^^\n Unlikely argument type V for containsKey(Object) on a Map\n ----------\n 12. WARNING in test\TestUnlikely.java (at line 71)\n map.containsValue(key); // warning\n ^^^\n Unlikely argument type K for containsValue(Object) on a Map\n ----------\n 13. WARNING in test\TestUnlikely.java (at line 95)\n if (c.contains(iterator.next())) { // warning\n ^^^^^^^^^^^^^^^\n Unlikely argument type U for contains(Object) on a Collection\n ----------\n 14. WARNING in test\TestUnlikely.java (at line 105)\n c.removeAll(other); // warning\n ^^^^^\n Unlikely argument type Set for removeAll(Collection) on a Collection\n ----------\n 15. WARNING in test\TestUnlikely.java (at line 111)\n Predicate p2 = c::contains; // warning\n ^^^^^^^^^^^\n Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection\n ----------\n 16. WARNING in test\TestUnlikely.java (at line 112)\n BiPredicate, OtherInterface> bp2 = Collection::contains; // warning\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection\n ----------\n 17. INFO in test\TestUnlikely.java (at line 120)\n s.equals(i); // info\n ^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 18. INFO in test\TestUnlikely.java (at line 121)\n i.equals(s); // info\n ^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 19. INFO in test\TestUnlikely.java (at line 125)\n Predicate p1 = i::equals; // info\n ^^^^^^^^^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 20. INFO in test\TestUnlikely.java (at line 128)\n BiPredicate bp2 = Object::equals; // info\n ^^^^^^^^^^^^^^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 21. INFO in test\TestUnlikely.java (at line 131)\n Objects.equals(s, i); // info\n ^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 22. INFO in test\TestUnlikely.java (at line 132)\n Objects.equals(i, s); // info\n ^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 23. INFO in test\TestUnlikely.java (at line 136)\n BiPredicate bp3 = Objects::equals; // info\n ^^^^^^^^^^^^^^^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in test\TestUnlikely.java (at line 30)\n c.remove(o); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 2. WARNING in test\TestUnlikely.java (at line 37)\n c.remove(i); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection\n ----------\n 3. WARNING in test\TestUnlikely.java (at line 39)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 4. WARNING in test\TestUnlikely.java (at line 40)\n c.remove(nf); // warning: castable, but not supertype\n ^^\n Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection\n ----------\n 5. WARNING in test\TestUnlikely.java (at line 46)\n c.remove(o); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 6. WARNING in test\TestUnlikely.java (at line 48)\n c.remove(nf); // warning: impossible\n ^^\n Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection\n ----------\n 7. WARNING in test\TestUnlikely.java (at line 49)\n c.remove(s); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection\n ----------\n 8. WARNING in test\TestUnlikely.java (at line 54)\n c.remove(o); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 9. WARNING in test\TestUnlikely.java (at line 55)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 10. WARNING in test\TestUnlikely.java (at line 63)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 11. WARNING in test\TestUnlikely.java (at line 70)\n map.containsKey(value); // warning\n ^^^^^\n Unlikely argument type V for containsKey(Object) on a Map\n ----------\n 12. WARNING in test\TestUnlikely.java (at line 71)\n map.containsValue(key); // warning\n ^^^\n Unlikely argument type K for containsValue(Object) on a Map\n ----------\n 13. WARNING in test\TestUnlikely.java (at line 95)\n if (c.contains(iterator.next())) { // warning\n ^^^^^^^^^^^^^^^\n Unlikely argument type U for contains(Object) on a Collection\n ----------\n 14. WARNING in test\TestUnlikely.java (at line 105)\n c.removeAll(other); // warning\n ^^^^^\n Unlikely argument type Set for removeAll(Collection) on a Collection\n ----------\n 15. WARNING in test\TestUnlikely.java (at line 111)\n Predicate p2 = c::contains; // warning\n ^^^^^^^^^^^\n Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection\n ----------\n 16. WARNING in test\TestUnlikely.java (at line 112)\n BiPredicate, OtherInterface> bp2 = Collection::contains; // warning\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection\n ----------\n 17. INFO in test\TestUnlikely.java (at line 120)\n s.equals(i); // info\n ^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 18. INFO in test\TestUnlikely.java (at line 121)\n i.equals(s); // info\n ^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 19. INFO in test\TestUnlikely.java (at line 125)\n Predicate p1 = i::equals; // info\n ^^^^^^^^^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 20. INFO in test\TestUnlikely.java (at line 128)\n BiPredicate bp2 = Object::equals; // info\n ^^^^^^^^^^^^^^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 21. INFO in test\TestUnlikely.java (at line 131)\n Objects.equals(s, i); // info\n ^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 22. INFO in test\TestUnlikely.java (at line 132)\n Objects.equals(i, s); // info\n ^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 23. INFO in test\TestUnlikely.java (at line 136)\n BiPredicate bp3 = Objects::equals; // info\n ^^^^^^^^^^^^^^^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218f(ProgrammingProblemsTest.java:2961) testBug513310 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.189 s testBug514956a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.177 s testBug514956b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 1.021 s testBug514956c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest) Time elapsed: 0.968 s <<< FAILURE! junit.framework.ComparisonFailure: testBug514956c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Unlikely.java (at line 6)\n return i1.equals((I1)this);\n ^^^^^^^^\n Unnecessary cast from Unlikely to I1\n ----------\n 2. ERROR in Unlikely.java (at line 9)\n return i1.equals((I3)i2);\n ^^^^^^\n Unnecessary cast from I2 to I3\n ----------\n 3. WARNING in Unlikely.java (at line 9)\n return i1.equals((I3)i2);\n ^^^^^^\n Unlikely argument type for equals(): I3 seems to be unrelated to I1\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Unlikely.java (at line 6)\n return i1.equals((I1)this);\n ^^^^^^^^\n Unnecessary cast from Unlikely to I1\n ----------\n 2. ERROR in Unlikely.java (at line 9)\n return i1.equals((I3)i2);\n ^^^^^^\n Unnecessary cast from I2 to I3\n ----------\n 3. WARNING in Unlikely.java (at line 9)\n return i1.equals((I3)i2);\n ^^^^^^\n Unlikely argument type for equals(): I3 seems to be unrelated to I1\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug514956c(ProgrammingProblemsTest.java:3268) testWithOneJar - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithOneJarUsingUTF8Name - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0.007 s testWithOneJarWithWiteSpace - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnNextLine - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnNextLine5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLine - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLine2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLine3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLine4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLineEndedWithEOF - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLineEndedWithEOF2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLineEndedWithNewLineEOF - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLineEndedWithWhiteSpaceEOF - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0 s testWithSecondJarOnTwoLineEndedWithWhiteSpaceNewLineEOF - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest) Time elapsed: 0.001 s test318020a - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.273 s test318020b - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.114 s test318020c - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.032 s test318020d - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.087 s test318020e - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 0.94 s test318020f - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 0.996 s test318020g - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 0.998 s test318020h - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.153 s test318020i - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.221 s test318020j - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.123 s test318020k - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 0.994 s test325567 - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.075 s testBug324178b - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.365 s testBug324178c - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.198 s testBug324178d - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.145 s testBug383690 - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests) Time elapsed: 1.132 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.095 s test056a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.15 s test056b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.59 s test056c - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.452 s test056d - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.188 s test056d_suppress - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.304 s test056e - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.188 s test056f - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.211 s test056g - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.111 s test056g2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.191 s test056h - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.198 s test056i - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.199 s test056i2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.204 s test056i_ignore - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.338 s test056j - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.024 s test056jconditional - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.155 s test056k - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.18 s test056l - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.195 s test056m - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.367 s test056n - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.203 s test056o - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.33 s test056p - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.204 s test056q - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.203 s test056r - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.195 s test056s - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.186 s test056t - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.216 s test056throw1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.032 s test056throw2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.048 s test056throw3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.005 s test056throw4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.112 s test056throw5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.18 s test056u - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.195 s test056v - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.041 s test056w - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.179 s test056x - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.027 s test056y - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.078 s test056z - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.03 s test056zz - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.047 s test056zzz - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.043 s test061a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.29 s test061b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.228 s test061c - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.202 s test061d - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.175 s test061e - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.419 s test061f - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.315 s test061f2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.191 s test061f3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.015 s test061f4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.048 s test061g - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.213 s test061h - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.193 s test061i - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.21 s test061j - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.328 s test061k - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.185 s test061l - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.152 s test061l2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.095 s test061l3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0.956 s test061m - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0.991 s test061n - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0.996 s test061o - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.259 s test061p - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.251 s test061r - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.178 s test061s - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.234 s test062a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.022 s test062b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.204 s test062c - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.037 s test062d - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.096 s test063a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.064 s test063b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.095 s test063c - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.225 s test063d - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.035 s test063e - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.18 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.095 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.115 s test066b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.1 s test067b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.151 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.121 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.358 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0.981 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.158 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.239 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.2 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.028 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0.965 s testBug361073c7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.256 s testBug368709a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.456 s testBug368709b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.183 s testBug371614_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.158 s testBug371614_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.105 s testBug371614_comment8 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.436 s testBug376053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.214 s testBug381445_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.091 s testBug381445_1b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.498 s testBug381445_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.384 s testBug381445_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.196 s testBug385415 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.194 s testBug386534 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.263 s testBug388996 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.178 s testBug390064 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.085 s testBug394768 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.388 s testBug394768_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.232 s testBug395977 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.225 s testBug395977_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.202 s testBug395977_1a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.057 s testBug395977_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.116 s testBug396575 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.049 s testBug397204 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.648 s testBug397204_comment4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.084 s testBug400523 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.22 s testBug411098_comment19 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.076 s testBug411098_test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.084 s testBug411098_test2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.107 s testBug411098_test3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.137 s testBug411098_test4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.062 s testBug411098_test5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.137 s testBug411098_test6 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.055 s testBug411098_test7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.107 s testBug415790_ex2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.026 s testBug415790_ex4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.1 s testBug421035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.05 s testBug433510 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0.943 s testBug440282 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.085 s testBug444964 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.029 s testBug462371_orig - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.075 s testBug463320 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.22 s testBug463320_comment19 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.253 s testBug463320_comment8 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.209 s testBug473317 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.35 s testBug486506 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.668 s testBug519740 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.28 s testBug527761 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.015 s testBug527761_neg - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.031 s testBug527761_otherClose - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 2.326 s testBug541705 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.261 s testBug541705b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.278 s testBug542707_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0.001 s testBug542707_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0 s testBug542707_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 0 s testBug552441 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.231 s testBug552521 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.304 s testBug552521_comment14 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.367 s testBug552521_comment14b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.208 s testBug558574 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.428 s testBug558759 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 2.225 s testBug559119 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.051 s testBug560460 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.2 s testBug560610 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.636 s testBug560671 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.429 s testBug560671b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.232 s testStream1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.208 s testStream1_Double_Long - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.3 s testStream1_Int - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.378 s testStream2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.223 s testStream3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.306 s testStream4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests) Time elapsed: 1.491 s test02 - 10(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest) Time elapsed: 0.012 s test03 - 10(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest) Time elapsed: 0 s test04 - 10(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest) Time elapsed: 0.001 s testBug103304a_private - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.166 s testBug103304a_public - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.207 s testBug103304b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.503 s testBug103304c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.004 s testBug103304d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.006 s testBug103304e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.087 s testBug103304f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.998 s testBug116464 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.007 s testBug125518a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.021 s testBug125518b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.99 s testBug125518c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.003 s testBug125518d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.912 s testBug125518e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.986 s testBug125903 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.178 s testBug128954 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.01 s testBug128954a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.985 s testBug129241a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.026 s testBug129241b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.069 s testBug129241c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.032 s testBug129241d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1 s testBug132813 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.989 s testBug149013_Private01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.03 s testBug149013_Private02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.008 s testBug149013_Private03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.985 s testBug149013_Public01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.097 s testBug149013_Public02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1 s testBug149013_Public03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.98 s testBug153399a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.989 s testBug153399b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.019 s testBug153399c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.005 s testBug153399d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.012 s testBug153399e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.902 s testBug160015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.972 s testBug163659 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.996 s testBug166365 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.033 s testBug166436 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.934 s testBug168849a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.951 s testBug168849b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.97 s testBug168849c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.025 s testBug168849d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.005 s testBug168849e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.01 s testBug168849f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.992 s testBug168849g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.005 s testBug168849h - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.987 s testBug168849i - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.998 s testBug168849j - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.923 s testBug170637 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.065 s testBug170637a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.026 s testBug170637b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.003 s <<< FAILURE! junit.framework.ComparisonFailure: testBug170637b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 70)\n String bar31\n ^^^^^\n Javadoc: Missing tag for parameter bar31\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 70)\n String bar31\n ^^^^^\n Javadoc: Missing tag for parameter bar31\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug170637b(JavadocBugsTest.java:6696) testBug176027a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.997 s testBug176027b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.046 s testBug176027c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.944 s testBug176027d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.002 s testBug176027f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.029 s testBug176027g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.965 s testBug176027h_private - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.103 s testBug176027h_public - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.01 s testBug177009a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.995 s testBug177009b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.001 s testBug190970a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.979 s testBug190970b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.992 s testBug190970c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.023 s testBug191322 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.003 s testBug191322b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.995 s testBug191322c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.094 s testBug191322d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.02 s testBug191322e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.976 s testBug191322f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.013 s testBug191322g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.088 s testBug191322h - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.007 s testBug191322i - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.99 s testBug195374 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.003 s testBug206345a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.027 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 7)\r\n * {@link expected_error}\r\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 7)\r\n * {@link expected_error}\r\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345a(JavadocBugsTest.java:8912) testBug206345b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.994 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 7)\r\n * {@link expected_error}\r\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 7)\r\n * {@link expected_error}\r\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345b(JavadocBugsTest.java:8941) testBug206345c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.985 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@link raw text:\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n 2. ERROR in pkg\X.java (at line 5)\n * This is {@link raw text:\n ^^^\n Javadoc: raw cannot be resolved to a type\n ----------\n 3. ERROR in pkg\X.java (at line 6)\n * {@link BadLink} is just text}\n ^^^^^^^\n Javadoc: BadLink cannot be resolved to a type\n ----------\n 4. ERROR in pkg\X.java (at line 7)\n * {@link expected_error}\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@link raw text:\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n 2. ERROR in pkg\X.java (at line 5)\n * This is {@link raw text:\n ^^^\n Javadoc: raw cannot be resolved to a type\n ----------\n 3. ERROR in pkg\X.java (at line 6)\n * {@link BadLink} is just text}\n ^^^^^^^\n Javadoc: BadLink cannot be resolved to a type\n ----------\n 4. ERROR in pkg\X.java (at line 7)\n * {@link expected_error}\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345c(JavadocBugsTest.java:8970) testBug206345d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.024 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345d - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 7)\n * {@link expected_error}\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 7)\n * {@link expected_error}\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345d(JavadocBugsTest.java:9015) testBug206345e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.039 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345e - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\n * {{{{{{@link BadLink}}} is just text}\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\n * {{{{{{@link BadLink}}} is just text}\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345e(JavadocBugsTest.java:9042) testBug206345f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.914 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345f - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\n * {@link BadLink}\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\n * {@link BadLink}\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345f(JavadocBugsTest.java:9070) testBug206345g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.025 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345g - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@code raw text:\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@code raw text:\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345g(JavadocBugsTest.java:9098) testBug206345h - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.909 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345h - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\r\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\r\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345h(JavadocBugsTest.java:9123) testBug206345i - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.973 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345i - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\r\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\r\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345i(JavadocBugsTest.java:9147) testBug206345j - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.171 s testBug206345k - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.224 s testBug206345l - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.024 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345l - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@literal raw text:\n * {@link BadLink}\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@literal raw text:\n * {@link BadLink}\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345l(JavadocBugsTest.java:9211) testBug206345m - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.993 s <<< FAILURE! junit.framework.ComparisonFailure: testBug206345m - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@code raw text:\n * {@link BadLink}\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@code raw text:\n * {@link BadLink}\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345m(JavadocBugsTest.java:9238) testBug207765 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.066 s <<< FAILURE! junit.framework.ComparisonFailure: testBug207765 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * {@link "http://www.eclipse.org/}\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 2. ERROR in pkg\X.java (at line 6)\n * @see "http://www.eclipse.org/\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * {@link "http://www.eclipse.org/}\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 2. ERROR in pkg\X.java (at line 6)\n * @see "http://www.eclipse.org/\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug207765(JavadocBugsTest.java:7551) testBug221539a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.011 s testBug221539b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.033 s testBug221539c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.171 s testBug222188a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.943 s testBug222188b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.975 s testBug222900a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.013 s testBug222900b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.902 s testBug222900c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.993 s <<< FAILURE! junit.framework.ComparisonFailure: testBug222900c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n * Test the {@code} missing description\n ^^^^\n Javadoc: Description expected after @code\n ----------\n 2. ERROR in X.java (at line 3)\n * Test the {@code\n ^^^^\n Javadoc: Description expected after @code\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n * Test the {@code} missing description\n ^^^^\n Javadoc: Description expected after @code\n ----------\n 2. ERROR in X.java (at line 3)\n * Test the {@code\n ^^^^\n Javadoc: Description expected after @code\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug222900c(JavadocBugsTest.java:7654) testBug222902 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.022 s <<< FAILURE! junit.framework.AssertionFailedError: testBug222902: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug222902(JavadocBugsTest.java:7707) testBug227730a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.986 s testBug227730b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.991 s testBug233187a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.005 s <<< FAILURE! junit.framework.ComparisonFailure: testBug233187a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in test\a\X.java (at line 10)\n * {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n ----------\n 2. ERROR in test\a\X.java (at line 11)\n * {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n ^^^^^^^^^^^^^^^\n Javadoc: no_test[] cannot be resolved to a type\n ----------\n 3. ERROR in test\a\X.java (at line 12)\n * {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n 4. ERROR in test\a\X.java (at line 13)\n * {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in test\a\X.java (at line 10)\n * {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n ----------\n 2. ERROR in test\a\X.java (at line 11)\n * {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n ^^^^^^^^^^^^^^^\n Javadoc: no_test[] cannot be resolved to a type\n ----------\n 3. ERROR in test\a\X.java (at line 12)\n * {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n 4. ERROR in test\a\X.java (at line 13)\n * {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug233187a(JavadocBugsTest.java:7853) testBug233187b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.988 s <<< FAILURE! junit.framework.ComparisonFailure: testBug233187b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in test\b\X.java (at line 10)\n * {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n ----------\n 2. ERROR in test\b\X.java (at line 11)\n * {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n ^^^^^^^^^^^^^^^\n Javadoc: no_test cannot be resolved to a type\n ----------\n 3. ERROR in test\b\X.java (at line 12)\n * {@link X.Y#foo(Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n 4. ERROR in test\b\X.java (at line 13)\n * {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in test\b\X.java (at line 10)\n * {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n ----------\n 2. ERROR in test\b\X.java (at line 11)\n * {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n ^^^^^^^^^^^^^^^\n Javadoc: no_test cannot be resolved to a type\n ----------\n 3. ERROR in test\b\X.java (at line 12)\n * {@link X.Y#foo(Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n 4. ERROR in test\b\X.java (at line 13)\n * {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug233187b(JavadocBugsTest.java:7882) testBug233187c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.966 s testBug233887 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.047 s testBug237937 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.004 s testBug246712 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.01 s testBug246712b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.109 s testBug246715 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.978 s testBug247037 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.005 s testBug247037b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.002 s testBug247037c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.044 s testBug247037d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.039 s testBug254825 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.083 s <<< FAILURE! junit.framework.ComparisonFailure: testBug254825 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n /** @see #o */\n ^\n Javadoc: o cannot be resolved or is not a field\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n /** @see #o */\n ^\n Javadoc: o cannot be resolved or is not a field\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug254825(JavadocBugsTest.java:8110) testBug254825b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.973 s <<< FAILURE! junit.framework.ComparisonFailure: testBug254825b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n /** @see #o */\n ^\n Javadoc: o cannot be resolved or is not a field\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n /** @see #o */\n ^\n Javadoc: o cannot be resolved or is not a field\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug254825b(JavadocBugsTest.java:8131) testBug258798_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.95 s <<< FAILURE! junit.framework.ComparisonFailure: testBug258798_1 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 5)\n X(int i) {\n ^\n Javadoc: Missing tag for parameter i\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 5)\n X(int i) {\n ^\n Javadoc: Missing tag for parameter i\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_1(JavadocBugsTest.java:8165) testBug258798_2a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.971 s <<< FAILURE! junit.framework.ComparisonFailure: testBug258798_2a - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 6)\n Y(double d) { super(0); }\n ^\n Javadoc: Missing tag for parameter d\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 6)\n Y(double d) { super(0); }\n ^\n Javadoc: Missing tag for parameter d\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2a(JavadocBugsTest.java:8186) testBug258798_2b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.203 s <<< FAILURE! junit.framework.ComparisonFailure: testBug258798_2b - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 7)\n Y(List lu) { super(null); }\n ^^\n Javadoc: Missing tag for parameter lu\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 7)\n Y(List lu) { super(null); }\n ^^\n Javadoc: Missing tag for parameter lu\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2b(JavadocBugsTest.java:8208) testBug258798_2c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.196 s <<< FAILURE! junit.framework.ComparisonFailure: testBug258798_2c - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 7)\n Y(List lu) { super(lu); }\n ^^\n Javadoc: Missing tag for parameter lu\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 7)\n Y(List lu) { super(lu); }\n ^^\n Javadoc: Missing tag for parameter lu\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2c(JavadocBugsTest.java:8232) testBug258798_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.194 s testBug267833 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.922 s testBug267833_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0 s testBug267833_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.99 s <<< FAILURE! junit.framework.ComparisonFailure: testBug267833_3 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 4. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 5. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 6. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 7. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 8. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 9. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 10. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 11. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 12. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 13. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 14. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 4. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 5. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 6. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 7. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 8. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 9. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 10. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 11. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 12. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 13. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 14. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug267833_3(JavadocBugsTest.java:8498) testBug281609a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.096 s <<< FAILURE! junit.framework.ComparisonFailure: testBug281609a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 7)\n * @see PKG\n ^^^\n Javadoc: PKG cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 7)\n * @see PKG\n ^^^\n Javadoc: PKG cannot be resolved to a type\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug281609a(JavadocBugsTest.java:8592) testBug281609b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.021 s testBug292510 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.011 s testBug316782 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.971 s testBug382606 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.021 s testBug45592 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.17 s testBug45596 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.941 s testBug45596a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.05 s testBug45596b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.013 s testBug45669 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.031 s testBug45669a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.997 s testBug45737 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.073 s testBug45782 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.087 s testBug45782a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.942 s testBug45958 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.998 s testBug45958a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.986 s testBug45958b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.002 s testBug45958c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.986 s testBug46901 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.022 s testBug47132 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.951 s testBug47215 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.017 s testBug47339 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.988 s testBug47339a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.951 s testBug47339b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.006 s testBug47339c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.05 s testBug47341 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.057 s testBug48064 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.069 s testBug48064a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1 s testBug48376 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.918 s testBug48376a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.991 s testBug48385 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.205 s testBug48385And49620 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.201 s testBug48385a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.002 s testBug48523 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1 s testBug48711 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.988 s testBug49260 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.194 s testBug49491 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.006 s testBug49491a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.099 s testBug50644 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.009 s testBug50695 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.992 s testBug50695b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.975 s testBug51529 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.206 s testBug51529a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.207 s testBug51529b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.207 s testBug51606 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.158 s testBug51606a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.094 s testBug51606b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.965 s testBug51606c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1 s testBug51626 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.991 s testBug51911 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.005 s testBug51911a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.002 s testBug51911b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.994 s testBug51911c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.004 s testBug52216 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.982 s testBug52216a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.019 s testBug52216b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.992 s testBug53279 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.995 s testBug53279a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.003 s testBug53279b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.285 s testBug53279c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.002 s testBug53290 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.028 s testBug62812 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.989 s testBug62812a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.012 s testBug65174 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.98 s testBug65174a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.001 s testBug65174b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.002 s testBug65174c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.988 s testBug65174d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.035 s testBug65180 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1 s testBug65180a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.998 s testBug65180b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.971 s testBug65180c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.104 s testBug65180d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.902 s testBug65180e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.001 s testBug65180f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.991 s testBug65253 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.975 s testBug66551 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.933 s testBug66551a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.908 s testBug66551b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.989 s testBug66551c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.014 s testBug66573 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.956 s testBug68017conform - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.952 s testBug68017javadocWarning1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.046 s testBug68017javadocWarning2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.037 s testBug68017javadocWarning3 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.995 s testBug68017negative - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.015 s testBug68025conform - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.006 s testBug68025negative - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.001 s testBug68726conform1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.028 s testBug68726conform2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.948 s testBug68726negative1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.003 s testBug68726negative2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.001 s testBug69272classInvalid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.91 s testBug69272classValid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.963 s testBug69272fieldInvalid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.932 s testBug69272fieldValid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.004 s testBug69272methodInvalid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.988 s testBug69272methodValid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.925 s testBug69275conform - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.084 s testBug69275negative - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.056 s testBug69302conform1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.931 s testBug69302negative1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.922 s testBug69302negative2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.955 s testBug70892a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.948 s testBug70892b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.991 s testBug73348conform - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.976 s testBug73348negative - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.029 s testBug73352a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.088 s <<< FAILURE! junit.framework.AssertionFailedError: testBug73352a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug73352a(JavadocBugsTest.java:3106) testBug73352b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.117 s testBug73352c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.998 s <<< FAILURE! junit.framework.AssertionFailedError: testBug73352c: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug73352c(JavadocBugsTest.java:3238) testBug73352d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.097 s testBug73479 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.991 s testBug73995 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.013 s testBug74369 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.093 s testBug74369deprecated - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.097 s testBug76324 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.008 s testBug76324string - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.97 s testBug76324url - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.022 s testBug77260 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.178 s testBug77260nested - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.999 s testBug77260nested_disabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.065 s testBug77510disabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.069 s testBug77510enabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.008 s testBug77602 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.98 s testBug77602_Public - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.958 s testBug78091 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.95 s testBug80910 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.988 s testBug82088 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.02 s testBug83285a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.982 s testBug83285b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.01 s testBug83285c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.006 s testBug86769_Classes1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.15 s testBug86769_Classes2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.04 s testBug86769_Field1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.046 s testBug86769_Fields2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.012 s testBug86769_Methods2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.998 s testBug86769_Metthods1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.968 s testBug87404 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 0.977 s testBug90302 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.003 s testBug90302b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest) Time elapsed: 1.09 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.002 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.051 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.012 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.036 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.063 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.11 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.041 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.048 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.945 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.987 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.991 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.002 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.012 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.905 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.982 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.008 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.017 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.984 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.02 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.972 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.006 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.012 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.017 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.972 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.118 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.989 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.975 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.993 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.931 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.09 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.999 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.009 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.994 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.012 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.996 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.984 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.003 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.01 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.997 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.005 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.102 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.021 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.979 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.052 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.948 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.049 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.937 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.003 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.191 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.03 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.168 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.005 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.022 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.945 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.938 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.999 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.01 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.091 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.173 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.131 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.19 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.195 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.075 s test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.359 s test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.094 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.158 s test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.088 s test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.201 s test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.056 s test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.064 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.119 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.156 s test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.2 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.128 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.208 s test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.22 s test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.462 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.159 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.235 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.929 s test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.001 s test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.965 s test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.122 s test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.01 s test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.012 s test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.213 s test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.176 s test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.012 s test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.275 s test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.221 s test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.485 s test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 0.921 s test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.253 s test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.115 s test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.187 s test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.104 s test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.214 s test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.182 s test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.104 s test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.189 s test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.299 s test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.127 s test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.121 s test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.174 s test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.115 s test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.185 s test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.133 s test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.259 s test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.214 s test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.193 s test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.278 s test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.114 s test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.315 s test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.115 s test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.114 s test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.165 s test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod) Time elapsed: 1.201 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.028 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.003 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.057 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.012 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 0.934 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 0.961 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 0.921 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.012 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 0.993 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.001 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.187 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.206 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.454 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.352 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.204 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.258 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1.131 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 0.984 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 0.915 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 1 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed) Time elapsed: 0.992 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 0.932 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.074 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 0.974 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.022 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.021 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.006 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 0.983 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.013 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.006 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 0.972 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.012 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.005 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.152 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.206 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.038 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.276 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.106 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.18 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.108 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.206 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.107 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.136 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.194 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.3 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 0.978 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.446 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.319 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.173 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.073 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.217 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.148 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.126 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.199 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.175 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.214 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 0.892 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 1.141 s <<< FAILURE! junit.framework.ComparisonFailure: test055 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 5)\n *
  • {@link Entry}
  • \n ^^^^^\n Javadoc: Invalid member type qualification\n ----------\n ------------ but was ------------ X.java:8: warning: [rawtypes] found raw type: Map\n public interface X extends Map {\n ^\n missing type arguments for generic class Map\n where K,V are type-variables:\n K extends Object declared in interface Map\n V extends Object declared in interface Map\n X.java:9: warning: [rawtypes] found raw type: Entry\n Entry e = null;\n ^\n missing type arguments for generic class Entry\n where K,V are type-variables:\n K extends Object declared in interface Entry\n V extends Object declared in interface Entry\n 2 warnings\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 5)\n *
  • {@link Entry}
  • \n ^^^^^\n Javadoc: Invalid member type qualification\n ----------]\n > but was:<[X.java:8: warning: [rawtypes] found raw type: Map\n public interface X extends Map {\n ^\n missing type arguments for generic class Map\n where K,V are type-variables:\n K extends Object declared in interface Map\n V extends Object declared in interface Map\n X.java:9: warning: [rawtypes] found raw type: Entry\n Entry e = null;\n ^\n missing type arguments for generic class Entry\n where K,V are type-variables:\n K extends Object declared in interface Entry\n V extends Object declared in interface Entry\n 2 warnings]\n > at org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass.test055(JavadocTestForClass.java:1066) test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass) Time elapsed: 0.878 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 0.975 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.036 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 0.998 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.006 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 0.996 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 0.962 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 0.952 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.142 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.098 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.22 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.188 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.327 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.165 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.225 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.195 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.184 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.254 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.174 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.322 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 0.989 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.303 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.252 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.263 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.162 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.125 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.161 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.21 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.215 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.087 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor) Time elapsed: 1.179 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 0.932 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 0.996 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.013 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.005 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.001 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 0.979 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.007 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.017 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.152 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 0.937 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.001 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 0.924 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.157 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.183 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.054 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.166 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.124 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.107 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.192 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.172 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.186 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.239 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.21 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.204 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.084 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.201 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.261 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.22 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.092 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.096 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.108 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.099 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.209 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.186 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 1.097 s test451418 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField) Time elapsed: 0.938 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.975 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.017 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.985 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.012 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.899 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.995 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.996 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.99 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.828 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.988 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.985 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.005 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.972 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.119 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.179 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.114 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.119 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.12 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.156 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.04 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.111 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.173 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.228 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.177 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.217 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.98 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.293 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.271 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.205 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.05 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.148 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.061 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.279 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.179 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.178 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.057 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.977 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.027 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.108 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.044 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.936 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.995 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.902 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.961 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.922 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.9 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.018 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.992 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.013 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.966 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.033 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.998 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.003 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.057 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.924 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.995 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.008 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.991 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.92 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.105 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.175 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.134 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.164 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.099 s test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.168 s test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.128 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.137 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.178 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.124 s test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.293 s test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.219 s test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 0.97 s test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.215 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.2 s test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.201 s test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.163 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.204 s test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.194 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.03 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.176 s test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.189 s test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface) Time elapsed: 1.04 s testInvalidTagsClassDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.063 s testInvalidTagsClassErrorNotags - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.021 s testInvalidTagsClassErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.087 s testInvalidTagsClassErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.036 s testInvalidTagsClassErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.01 s testInvalidTagsClassErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.048 s testInvalidTagsClassNoSupport - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.1 s testInvalidTagsClassWithMissingTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.097 s testInvalidTagsConstructorDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.005 s testInvalidTagsConstructorErrorNotags - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.027 s testInvalidTagsConstructorErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.027 s testInvalidTagsConstructorErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.985 s testInvalidTagsConstructorErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.097 s testInvalidTagsConstructorErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.061 s testInvalidTagsConstructorNoSupport - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.089 s testInvalidTagsConstructorWithMissingTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.953 s testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.065 s testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.091 s testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.102 s testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.041 s testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.053 s testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.056 s testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.998 s testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.006 s testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.026 s testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.963 s testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.059 s testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.945 s testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.062 s testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.221 s testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.059 s testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.022 s testInvalidTagsDeprecatedRefClassErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.515 s testInvalidTagsDeprecatedRefClassErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.275 s testInvalidTagsDeprecatedRefClassErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.197 s testInvalidTagsDeprecatedRefClassErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.101 s testInvalidTagsDeprecatedRefConstructorErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.044 s testInvalidTagsDeprecatedRefConstructorErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.991 s testInvalidTagsDeprecatedRefConstructorErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.356 s testInvalidTagsDeprecatedRefConstructorErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.308 s testInvalidTagsDeprecatedRefFieldErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.146 s testInvalidTagsDeprecatedRefFieldErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.99 s testInvalidTagsDeprecatedRefFieldErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.992 s testInvalidTagsDeprecatedRefFieldErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.028 s testInvalidTagsDeprecatedRefMethodErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.155 s testInvalidTagsDeprecatedRefMethodErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.028 s testInvalidTagsDeprecatedRefMethodErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.106 s testInvalidTagsDeprecatedRefMethodErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.068 s testInvalidTagsFieldDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.991 s testInvalidTagsFieldErrorNotags - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.037 s testInvalidTagsFieldErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.013 s testInvalidTagsFieldErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.986 s testInvalidTagsFieldErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.017 s testInvalidTagsFieldErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.091 s testInvalidTagsFieldNoSupport - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.969 s testInvalidTagsFieldWithMissingTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.027 s testInvalidTagsJavadocSupportDisabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 4.173 s testInvalidTagsMethodDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.118 s testInvalidTagsMethodErrorNotags - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.094 s testInvalidTagsMethodErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.081 s testInvalidTagsMethodErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.098 s testInvalidTagsMethodErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.012 s testInvalidTagsMethodErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.09 s testInvalidTagsMethodNoSupport - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.099 s testInvalidTagsMethodWithMissingTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.1 s testInvalidTagsNotVisibleRefClassErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.988 s testInvalidTagsNotVisibleRefClassErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.124 s testInvalidTagsNotVisibleRefClassErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.981 s testInvalidTagsNotVisibleRefClassErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.097 s testInvalidTagsNotVisibleRefConstructorErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.955 s testInvalidTagsNotVisibleRefConstructorErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.078 s testInvalidTagsNotVisibleRefConstructorErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.995 s testInvalidTagsNotVisibleRefConstructorErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.018 s testInvalidTagsNotVisibleRefFieldErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.011 s testInvalidTagsNotVisibleRefFieldErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.997 s testInvalidTagsNotVisibleRefFieldErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.087 s testInvalidTagsNotVisibleRefFieldErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.093 s testInvalidTagsNotVisibleRefMethodErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.077 s testInvalidTagsNotVisibleRefMethodErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.999 s testInvalidTagsNotVisibleRefMethodErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.022 s testInvalidTagsNotVisibleRefMethodErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.01 s testMissingCommentsDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.053 s testMissingCommentsErrorPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.967 s testMissingCommentsErrorPackageOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.99 s testMissingCommentsErrorPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.054 s testMissingCommentsErrorPrivateOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.049 s testMissingCommentsErrorProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.046 s testMissingCommentsErrorProtectedOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.052 s testMissingCommentsErrorPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.003 s testMissingCommentsErrorPublicOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1 s testMissingCommentsJavadocSupportDisabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.164 s testMissingTagsDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.044 s testMissingTagsErrorPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.95 s testMissingTagsErrorPackageOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.037 s testMissingTagsErrorPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.97 s testMissingTagsErrorPrivateOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.13 s testMissingTagsErrorProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 0.989 s testMissingTagsErrorProtectedOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.104 s testMissingTagsErrorPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.08 s testMissingTagsErrorPublicOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.032 s testMissingTagsJavadocSupportDisabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.263 s testMissingTagsWithInvalidTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions) Time elapsed: 1.03 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 0.958 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.58 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.472 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.555 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.499 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.007 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.501 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.488 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.512 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.425 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.544 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.148 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.209 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.644 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.668 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.689 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.043 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.027 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.453 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.05 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.169 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 0.929 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest) Time elapsed: 1.324 s test000 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.341 s test000a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.251 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.264 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.121 s test002a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.259 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 0.98 s test003a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.298 s test003b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.149 s test003c - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.019 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.091 s test004a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.167 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.013 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.217 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.091 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.204 s test008a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.032 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.376 s test009a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.449 s test010a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.055 s test010b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.562 s test010c - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.229 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.131 s test011a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.092 s test011b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.045 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.204 s test012a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.026 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.304 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.235 s test014a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.269 s test014b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.283 s test014c - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.103 s test014d - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.092 s test014e - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.311 s test014f - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.105 s test014g - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.323 s test014h - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 2.772 s test014i - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.326 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.285 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.553 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 0 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 0.001 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 0 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.107 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.061 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.514 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.266 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.237 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.245 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 0.997 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.007 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.1 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.164 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.044 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.221 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.174 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.033 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.201 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.18 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.097 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.066 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.014 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.201 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.183 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.174 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 0.974 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.077 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.034 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.145 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.015 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.201 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.129 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.191 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 0 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.211 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.284 s test058a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.545 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.087 s test059a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.467 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.278 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.103 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.382 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.213 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.257 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.111 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.257 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.657 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.222 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.01 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.085 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.237 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.277 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.089 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.282 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.072 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.155 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.34 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.154 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.129 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.249 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.238 s <<< FAILURE! junit.framework.ComparisonFailure: test081 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 5 warnings\n --------- Difference is ---------- expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 5 warnings\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test081(AmbiguousMethodTest.java:4065) test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.208 s <<< FAILURE! junit.framework.ComparisonFailure: test082 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 5 warnings\n --------- Difference is ---------- expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 5 warnings\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test082(AmbiguousMethodTest.java:4119) test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.193 s <<< FAILURE! junit.framework.ComparisonFailure: test083 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A implements I {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A implements I {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 6 warnings\n --------- Difference is ---------- expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A implements I {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A implements I {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 6 warnings\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test083(AmbiguousMethodTest.java:4173) test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.342 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.364 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.299 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.282 s <<< FAILURE! junit.framework.ComparisonFailure: test087 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:6: error: reference to with is ambiguous\n static { with(null); }\n ^\n both method with(List) in X and method with(Collection) in X match\n where T#1,T#2 are type-variables:\n T#1 extends Object declared in method with(List)\n T#2 extends Object declared in method with(Collection)\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:6: error: reference to with is ambiguous\n static { with(null); }\n ^\n both method with(List) in X and method with(Collection) in X match\n where T#1,T#2 are type-variables:\n T#1 extends Object declared in method with(List)\n T#2 extends Object declared in method with(Collection)\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test087(AmbiguousMethodTest.java:4402) test088a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.019 s test088b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.01 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.16 s testBug426521 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.235 s testBug428845 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.063 s testBug458563 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.105 s testBug458563a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.074 s testBug466730 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest) Time elapsed: 1.211 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 10.006 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 10.493 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 10.772 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 2.491 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.247 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 2.129 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.269 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.278 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 2.059 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 2.451 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 2.392 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.386 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 2.473 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.272 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.238 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.258 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.16 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.079 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.085 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.265 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.302 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.228 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.336 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.206 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.284 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.251 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.036 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.232 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.474 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.233 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.27 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.287 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.302 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.266 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.285 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.245 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.233 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.204 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 0.976 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.299 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.304 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.213 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.046 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.064 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.043 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.251 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.341 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.394 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.325 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.344 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.335 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.107 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.247 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.214 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.057 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.281 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.301 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.415 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.436 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.368 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.346 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.36 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.399 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.413 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.249 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.345 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.351 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.342 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.212 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.398 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.436 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.026 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.022 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.301 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.179 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.121 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.333 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.343 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.528 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.406 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.224 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.233 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 0.957 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.37 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.108 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.106 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.113 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.052 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.103 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.602 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.341 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.257 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.024 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.293 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.223 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.458 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.206 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.339 s test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.004 s test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 3.587 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.326 s test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.15 s test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.455 s <<< FAILURE! junit.framework.AssertionFailedError: test104: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@2db100a8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest.test104(AutoBoxingTest.java:3160) test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.259 s test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.254 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.239 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.367 s test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.207 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.185 s test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.244 s test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.196 s test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 0.991 s test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.182 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.366 s test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.056 s test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.011 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.304 s test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.398 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.068 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 0.963 s test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 0.981 s test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.496 s test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.099 s test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.466 s test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 0.944 s test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.477 s test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.028 s test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.066 s test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.275 s test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.199 s test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.225 s test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.246 s test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.211 s test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.248 s test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.28 s test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.304 s test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.229 s test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.297 s test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.219 s test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.238 s test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.088 s test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.164 s test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.308 s test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.251 s test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.242 s test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.256 s test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.418 s test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.293 s test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.215 s test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.271 s test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.321 s test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.131 s test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.42 s test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.28 s test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.253 s test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.301 s test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.228 s test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.123 s test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.384 s test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.323 s test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.217 s test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.207 s test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.278 s test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.029 s test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.016 s test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.13 s test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.109 s test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest) Time elapsed: 1.078 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.279 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.035 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 2.77 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 2.648 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.441 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.244 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.024 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.207 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.231 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.325 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.292 s test020a - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.282 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.46 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.074 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.255 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.046 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.004 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.045 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.042 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.25 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.211 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.038 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.19 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.211 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.196 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.413 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.532 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.366 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.988 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.971 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.034 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.354 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.177 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.185 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.123 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.97 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.238 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.216 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.116 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.094 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.101 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.033 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.012 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.25 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.222 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.232 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.108 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.23 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.027 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.151 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.981 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.987 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.234 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.226 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.214 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.03 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.038 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.974 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.988 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 2.546 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.299 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.11 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.021 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.2 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.235 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.057 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.139 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.149 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.99 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.552 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.196 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.206 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.993 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.976 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.003 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.119 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.084 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.319 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.232 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.984 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.109 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.133 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.027 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.921 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.186 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.225 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.238 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.343 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.104 s test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 0.988 s test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.027 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.194 s test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.214 s test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.289 s test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.213 s test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.402 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5) Time elapsed: 1.257 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.259 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.357 s test0003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.954 s test0004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.027 s test0005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.085 s test0006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.999 s test0007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.083 s test0008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.951 s test0009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.035 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.981 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.992 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.308 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.224 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.053 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.263 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.172 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.053 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.188 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.028 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.188 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.106 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.22 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.211 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.068 s test0025 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.278 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.092 s test0028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.46 s test0029 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.089 s test0030 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.238 s test0031 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.421 s test0032 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.385 s test0033 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.009 s test0034 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.993 s test0035 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.014 s test0036 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.237 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.189 s test0038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.033 s test0039 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.041 s test0040 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.197 s test0041 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.209 s test0042 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.154 s test0043 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.239 s test0044 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.474 s test0045 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.007 s test0046 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.911 s test0047 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.183 s test0048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.106 s test0049 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.426 s test0050 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.976 s test0050a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1 s test0050b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.14 s test0050c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.113 s test0050d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.193 s test0051 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.282 s test0052 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.254 s test0053 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.278 s test0054 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.077 s test0055 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.319 s test0056 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.039 s test0057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.208 s test0058 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.014 s test0059 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.115 s test0060 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.971 s test0061 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.988 s test0062 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.133 s test0063 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.18 s test0064 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.004 s test0065 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.069 s test0066 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.129 s test0067 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.984 s test0069 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.122 s test0070 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.973 s test0071 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.991 s test0072 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.019 s test0073 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.98 s test0074 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.921 s test0075 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.016 s test0076 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.065 s test0077 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.107 s test0078 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.291 s test0079 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.275 s test0081 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.905 s test0082 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.933 s test0084 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.014 s test0085 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.188 s test0086 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.115 s test0087 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.205 s test0088 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.158 s test0089 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.158 s test0090 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.279 s test0091 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.155 s test0092 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.133 s test0093 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.226 s test0094 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.273 s test0095 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.263 s test0096 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.934 s test0097 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.998 s test0098 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.014 s test0099 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.092 s test0100 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test0101 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.117 s test0102 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.282 s test0103 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.315 s test0104 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.015 s test0105 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.211 s test0106 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.195 s test0107 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.181 s test0108 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.377 s test0109 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.092 s test0110 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test0111 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.045 s test0112 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 3.15 s test0113 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.229 s test0114 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.282 s test0115 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.347 s test0116 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.262 s test0117 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.198 s test0118 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.44 s test0118a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.232 s test0120 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.191 s test0120a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.154 s test0121 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.135 s test0122 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.415 s test0123 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.9 s test0124 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.229 s test0125 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.235 s test0126 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.09 s test0127 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.408 s test0128 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.087 s test0129 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.153 s test0130 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.198 s test0131 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.952 s test0132 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.895 s test0133 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.189 s test0134 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.346 s test0135 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test0136 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.455 s test0137 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.334 s test0138 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.173 s test0139 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.966 s test0140 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.234 s test0141 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.05 s test0142 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.091 s test0143 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.118 s test0144 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0145 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.234 s test0146 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.504 s test0147 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.412 s test0148 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.235 s test0149 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.638 s test0150 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.225 s test0151 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.202 s test0152 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.317 s test0153 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.217 s test0154 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.293 s test0155 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.288 s test0156 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.062 s test0157 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.263 s test0158 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.266 s test0159 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.117 s test0160 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.078 s test0161 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.184 s test0162 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.134 s test0163 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.076 s test0164 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.31 s test0165 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.204 s test0166 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.224 s test0167 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.277 s test0168 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test0169 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.196 s test0170 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.084 s test0171 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.005 s test0172 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.189 s test0173 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.269 s test0174 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.225 s test0175 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.29 s test0176 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.149 s test0177 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.117 s <<< FAILURE! junit.framework.AssertionFailedError: test0177: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0177(GenericTypeTest.java:5330) test0178 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.992 s test0179 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.216 s test0180 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.315 s test0181 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.204 s test0182 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.054 s test0183 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.371 s test0184 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.245 s test0185 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.159 s test0186 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.179 s test0187 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.208 s test0188 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.102 s test0189 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.109 s test0190 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.125 s test0191 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.062 s test0192 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.016 s test0193 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.174 s test0194 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.034 s test0195 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.285 s test0196 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.111 s test0197 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.096 s test0198 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.067 s test0199 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.237 s test0200 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test0201 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.996 s test0202 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.132 s test0203 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.242 s test0204 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.444 s test0205 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.12 s test0206 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.159 s test0207 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.997 s test0208 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.109 s test0209 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.33 s test0210 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.98 s test0211 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.345 s test0212 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.452 s test0213 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.272 s test0214 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.332 s test0215 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.423 s test0216 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0217 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.273 s <<< FAILURE! junit.framework.AssertionFailedError: test0217: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0217(GenericTypeTest.java:6509) test0218 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.383 s test0219 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.246 s test0220 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test0221 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.21 s test0222 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.051 s test0223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.238 s test0224 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.09 s test0225 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.102 s test0226 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.061 s test0227 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.143 s test0228 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.302 s test0229 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.224 s test0230 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test0231 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.07 s test0232 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.317 s test0233 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.303 s test0234 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.263 s test0235 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.19 s test0236 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.254 s test0237 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.195 s test0238 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.301 s test0239 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.252 s test0240 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.046 s test0241 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.49 s test0242 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.333 s test0243 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.34 s test0244 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.017 s test0245 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.999 s test0246 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.134 s test0247 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.105 s test0248 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.187 s test0249 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.21 s test0250 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.242 s test0251 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.109 s test0252 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.3 s test0253 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.162 s test0254 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.587 s test0255 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.05 s test0256 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.954 s test0257 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.276 s test0258 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.487 s test0259 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.213 s test0260 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.124 s test0261 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1 s test0262 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.006 s test0263 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.085 s test0264 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.018 s test0265 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.495 s test0266 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.155 s test0267 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.294 s test0268 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.315 s test0269 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.66 s test0270 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.261 s test0271 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test0272 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.069 s test0273 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.121 s test0274 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.197 s test0275 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.182 s test0276 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.199 s test0277 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.191 s test0278 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.344 s test0279 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.062 s test0280 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.132 s test0281 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.967 s test0282 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.339 s test0283 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.959 s test0284 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.567 s test0285 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.339 s test0286 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.236 s test0287 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.027 s test0288 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.112 s test0289 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.02 s test0290 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.061 s test0291 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.209 s test0292 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.112 s test0293 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.694 s test0294 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.241 s test0295 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.041 s test0296 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.054 s test0297 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.504 s test0298 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 3.669 s test0299 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.311 s test0300 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.266 s test0301 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.125 s test0302 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.342 s test0303 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.493 s test0304 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.117 s test0305 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.153 s test0306 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.01 s test0307 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.193 s test0308 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.067 s test0309 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test0310 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.184 s test0311 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.075 s test0312 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.16 s test0313 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.451 s test0314 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.148 s test0315 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.207 s test0316 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.279 s test0317 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.215 s test0318 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.126 s test0319 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.202 s test0320 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.476 s test0321 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.524 s test0322 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.311 s test0323 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.096 s test0324 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.314 s test0325 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.053 s test0326 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.288 s test0327 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.241 s test0328 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test0329 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.186 s test0330 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.235 s test0331 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.151 s test0332 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.098 s test0333 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.256 s test0334 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.954 s test0335 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.069 s test0336 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.206 s test0337 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.789 s test0338 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.219 s test0339 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.354 s test0340 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.315 s test0341 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.15 s test0342 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.084 s test0343 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.241 s test0344 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.061 s test0345 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.255 s test0346 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.247 s test0347 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.292 s test0348 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.102 s test0349 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.231 s test0350 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.181 s test0351 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0352 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.2 s test0353 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.192 s test0354 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.429 s test0355 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.034 s test0356 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.029 s test0357 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.063 s test0358 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.37 s test0359 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.447 s test0360 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.288 s test0361 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.378 s test0362 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.293 s test0363 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.137 s test0364 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.106 s test0365 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.069 s test0366 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.029 s test0367 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.998 s test0368 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.219 s test0369 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.242 s test0370 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.811 s test0371 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.107 s test0372 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.385 s test0373 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.5 s test0374 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.206 s test0375 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.105 s test0376 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.693 s test0377 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.393 s test0378 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.05 s test0379 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.345 s test0380 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.132 s test0381 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.215 s test0382 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.24 s test0383 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 3.271 s test0384a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.425 s test0384b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.056 s test0385 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.185 s test0386 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.029 s test0387 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.171 s test0388 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.365 s test0389 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.308 s test0390 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.197 s test0391 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.024 s test0392 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.306 s test0393 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.343 s test0394 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.326 s test0395 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.01 s test0396 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.299 s test0397 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.343 s test0398 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.984 s test0399 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.038 s test0400 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.051 s test0401 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.246 s test0402 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.203 s test0403 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.976 s test0404 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.066 s test0405 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.71 s test0406 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.183 s test0407 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.189 s test0408 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.387 s test0409 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.596 s test0410 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.178 s test0411 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.349 s test0412 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.524 s test0412a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.506 s test0413 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.156 s test0414 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.293 s test0415 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.317 s test0416 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.475 s test0417 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.2 s test0418 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.129 s test0419 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.174 s test0420 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0421 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.446 s test0422 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.964 s test0423 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.314 s test0424 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.204 s test0425 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.297 s test0426 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.421 s test0427 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.45 s test0428 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.108 s test0429 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.164 s test0429a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.105 s test0429b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.107 s test0429c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.048 s test0429d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.024 s test0429e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.041 s test0429f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.098 s test0429g - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.031 s test0430 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.303 s test0431 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.977 s test0432 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.16 s test0433 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.636 s test0434 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.426 s test0435 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.301 s test0436 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.447 s test0437 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.562 s test0438 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.284 s test0439 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.001 s test0440 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.009 s test0441 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.003 s test0442 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.522 s test0443 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.261 s test0444 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.026 s test0445 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.019 s test0446 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.063 s test0447 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.078 s test0448 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.175 s test0448a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.226 s test0449 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.038 s test0450 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.063 s test0451 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.086 s test0452 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.327 s test0453 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.022 s test0454 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.083 s test0455 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.26 s test0456 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.239 s test0457 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.319 s test0458 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.06 s test0459 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.181 s test0460 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.255 s test0461 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.223 s test0462 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test0463 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.17 s test0464 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.304 s test0465 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.029 s test0466 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.974 s test0467 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.255 s test0468 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.33 s test0469 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.408 s test0470 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.238 s test0471 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.059 s test0472 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test0473 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.434 s test0474 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.276 s test0475 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.187 s test0476 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.175 s test0477 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.214 s test0478 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.232 s test0479 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.293 s test0480 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.19 s test0481 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.287 s test0482 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.335 s test0483 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.053 s test0484 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.296 s test0485 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.245 s test0486 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.183 s test0487 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.169 s test0488 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test0489 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.168 s test0490 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.985 s test0491 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.088 s test0492 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.125 s test0493 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.393 s test0494 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.145 s test0495 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.451 s test0496 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.268 s test0497 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test0498 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.315 s test0499 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.431 s test0500 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.456 s test0501 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.351 s test0502 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.275 s test0503 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.176 s test0504 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.354 s test0505 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.331 s test0506 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.287 s test0507 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.344 s test0508 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.118 s test0509 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.517 s test0510 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.234 s test0511 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.332 s test0512 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.297 s test0513 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.151 s test0514 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.127 s test0515 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.066 s test0516 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.137 s test0517 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.19 s test0518 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.16 s test0519 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test0520 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.21 s test0521 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.525 s test0522 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.286 s test0523 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.209 s test0524 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.209 s test0525 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.473 s test0526 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.13 s test0527 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.05 s test0528 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.103 s test0529 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.034 s test0530 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.209 s test0531 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0532 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.312 s test0533 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.394 s test0534 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.383 s test0535 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.434 s test0536 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.392 s test0537 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.34 s test0538 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.33 s test0539 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.103 s test0540 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test0541 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.391 s test0542 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.26 s test0543 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.144 s test0544 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.225 s test0545 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.068 s test0546 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.502 s test0547 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.364 s test0548 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.98 s test0549 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.115 s test0550 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.063 s test0551 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.021 s test0552 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.218 s test0553 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.175 s test0554 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.165 s test0555 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.206 s test0556 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.293 s test0557 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.426 s test0558 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.32 s test0559 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.157 s test0560 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.311 s test0561 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.06 s test0562 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.589 s test0563 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.483 s test0564 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.536 s test0565 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.013 s test0566 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.234 s test0567 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.397 s test0568 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.359 s test0569 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.034 s test0570 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.012 s test0571 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.336 s test0572 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.315 s test0573 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.087 s test0574 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.332 s test0575 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.177 s test0576 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.181 s test0577 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.039 s test0578 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.232 s test0579 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.994 s test0580 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.326 s test0581 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test0582 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.362 s test0583 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.971 s test0584 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.375 s test0585 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.174 s test0586 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.271 s test0587 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.11 s test0588 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.061 s test0589 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.284 s test0590 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.327 s test0591 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.204 s test0592 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.349 s test0593 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.433 s test0594 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.276 s test0595 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.242 s test0596 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.316 s test0597 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.968 s test0598 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.408 s test0599 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.264 s test0600 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.314 s test0601 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.282 s test0602 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.083 s test0603 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.092 s test0604 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.32 s test0605 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.038 s test0606 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.032 s test0607 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.272 s test0608 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.185 s test0609 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.174 s test0610 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.16 s test0611 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.252 s test0612 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.312 s test0613 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.096 s test0614 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.035 s test0615 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.163 s test0616 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.097 s test0617 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.021 s test0618 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.085 s test0619 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.354 s test0620 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.051 s test0621 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.15 s test0622 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test0623 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.138 s test0624 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.339 s test0625 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.574 s test0626 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test0627 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.219 s test0628 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.246 s test0629 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test0630 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.188 s test0631 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.176 s test0632 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.313 s test0633 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.415 s test0634 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.08 s test0635 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.327 s test0636 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.976 s test0637 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.405 s test0638 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.411 s test0639 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.398 s test0640 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.343 s test0641 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.151 s test0642 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.662 s test0643 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.305 s test0644 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.934 s test0645 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.063 s test0646 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.203 s test0647 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.025 s test0648 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.001 s test0649 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.063 s test0650 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 3.627 s test0651 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.263 s test0652 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0653 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.159 s test0654 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.339 s test0655 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.09 s test0656 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.393 s test0657 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.204 s test0658 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.122 s test0659 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.176 s test0660 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.244 s test0661 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.012 s test0662 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.983 s test0663 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.184 s test0664 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.991 s test0665 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.023 s test0666 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.178 s test0668 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.315 s test0669 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.371 s test0670 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.244 s test0671 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.173 s test0672 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test0673 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.344 s test0674 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test0675 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.253 s test0676 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.034 s test0677 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.101 s test0678 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.033 s test0679 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.143 s test0680 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.39 s test0681 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.141 s test0682 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.996 s test0683 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.363 s test0684 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.024 s test0685 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.09 s test0686 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.402 s test0687 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.234 s test0688 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.33 s test0689 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.241 s test0690 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.156 s test0691 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.153 s test0692 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.178 s test0693 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.017 s test0694 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.082 s test0695 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.196 s test0696 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.169 s test0697 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.309 s test0698 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.131 s test0699 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.278 s test0700 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.389 s test0701 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.299 s test0702 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.97 s test0703 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.154 s test0704 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.139 s test0705 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.198 s test0706 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.095 s test0706a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test0706b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.991 s test0707 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.194 s test0708 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.369 s test0709 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.489 s test0710 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.2 s test0711 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.73 s test0712 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.581 s test0713 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.161 s test0714 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.729 s test0715 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.134 s test0716 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.016 s test0717 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.399 s test0718 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.292 s test0719 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.209 s test0720 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.083 s test0721 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.365 s test0722 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.972 s test0723 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.382 s test0724 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.329 s test0725 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.077 s test0726 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.178 s test0727 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.184 s test0728 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.127 s test0729 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.151 s test0730 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.047 s test0731 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.185 s test0732 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.109 s test0733 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.231 s test0734 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.29 s test0735 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0736 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.137 s test0737 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.365 s test0738 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.037 s test0739 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.029 s test0740 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.103 s test0741 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.075 s test0742 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test0743 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test0744 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.203 s test0745 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.373 s test0746 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.199 s test0747 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.043 s test0748 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.095 s test0749 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.176 s test0750 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.208 s test0751 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.992 s test0752 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.032 s test0753 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.062 s test0754 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.102 s test0755 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.013 s test0756 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.134 s test0757 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1 s test0758 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.08 s test0759 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.269 s test0760 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.246 s test0761 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.151 s test0762 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test0763 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.31 s test0764 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.27 s test0765 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.21 s test0766 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.196 s test0767 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.417 s test0768 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.051 s test0769 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.403 s test0770 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.378 s test0771 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.517 s test0772 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.213 s test0773 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.282 s test0774 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.945 s test0775 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.455 s test0776 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.382 s test0777 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.145 s test0778 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.086 s test0779 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.399 s test0780 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.243 s test0781 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1 s test0782 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.424 s test0783 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.08 s test0784 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.993 s test0785 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.198 s test0786 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.353 s test0787 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.155 s test0788 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.081 s <<< FAILURE! junit.framework.ComparisonFailure: test0788 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n package java.nio.channels.spi;\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n package java.nio.channels.spi;\n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0788(GenericTypeTest.java:25366) test0789 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.066 s <<< FAILURE! junit.framework.ComparisonFailure: test0789 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n package java.nio.channels.spi;\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n package java.nio.channels.spi;\n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0789(GenericTypeTest.java:25390) test0790 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.223 s test0791 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.152 s test0792 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.4 s test0793 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.073 s test0794 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.275 s test0795 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.416 s test0796 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.172 s test0797 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.21 s test0798 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.199 s test0799 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.254 s test0800 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.244 s test0801 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.282 s test0802 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.026 s test0803 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.202 s test0804 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.097 s test0805 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.173 s test0806 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.241 s test0807 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.173 s test0808 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.203 s test0809 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.298 s test0810 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.261 s test0811 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.188 s test0812 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.039 s test0813 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.188 s test0814 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.13 s test0815 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.044 s test0816 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.179 s test0817 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.184 s test0818 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test0819 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.442 s test0820 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.172 s test0821 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.25 s test0822 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.197 s test0823 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.284 s test0824 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.219 s test0825 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test0826 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.084 s test0827 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.185 s test0828 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.107 s test0829 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.217 s test0830 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.174 s test0831 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.188 s test0832 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.032 s test0833 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.853 s test0834 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.126 s test0835 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.191 s test0836 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.427 s test0837 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.272 s test0838 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.233 s test0839 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.23 s test0840 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.052 s test0841 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.458 s test0842 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.226 s test0843 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.51 s test0844 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.334 s test0845 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.333 s test0846 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.27 s test0847 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.183 s test0848 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.584 s test0849 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.038 s test0850 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.085 s test0851 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.945 s test0852 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.955 s test0853 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.295 s test0854 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.242 s test0855 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.405 s test0856 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.211 s test0857 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.936 s test0858 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.251 s test0859 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.279 s test0860 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.196 s test0861 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.113 s test0862 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.098 s test0863 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.253 s test0864 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.037 s test0865 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.259 s test0866 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.337 s test0867 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.25 s test0868 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.483 s test0869 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.219 s test0870 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.329 s test0871 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.166 s test0872 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.096 s test0873 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.111 s test0874 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.279 s test0875 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.382 s test0876 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.22 s test0877 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.259 s test0878 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.22 s test0879 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.123 s test0880 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.127 s test0881 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.218 s test0882 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.192 s test0883 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.3 s test0884 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.133 s test0885 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.981 s test0886 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.306 s <<< FAILURE! junit.framework.ComparisonFailure: test0886 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ error: Source option 1.4 is no longer supported. Use 6 or later.\n --------- Difference is ---------- expected:<[]> but was:<[error: Source option 1.4 is no longer supported. Use 6 or later.\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0886(GenericTypeTest.java:29083) test0887 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.04 s test0888 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.044 s test0889 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.677 s test0890 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.243 s test0891 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.075 s test0892 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.075 s test0893 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.204 s test0894 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.347 s test0895 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.987 s test0896 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.205 s test0897 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.192 s test0898 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.176 s test0899 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.215 s test0900 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.997 s test0901 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.222 s test0902 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.226 s test0903 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.113 s test0904 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.225 s test0905 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.37 s test0906 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.116 s test0907 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.504 s test0908 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.336 s test0909 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.079 s test0910 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.33 s test0911 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.192 s test0912 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.171 s test0913 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.13 s test0914 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.199 s test0915 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.024 s test0916 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.186 s test0917 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.984 s test0917a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.095 s test0917b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.086 s test0917c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.962 s test0918 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.212 s test0919 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.264 s test0920 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.542 s test0921 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.268 s test0922 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.12 s test0923 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.089 s test0924 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.236 s test0925 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.519 s test0926 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.194 s test0927 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.358 s test0928 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.148 s test0929 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.294 s test0930 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.991 s test0931 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.016 s test0933 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.112 s test0934 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.074 s test0935 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.122 s test0936 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.062 s test0937 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.014 s test0938 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.192 s test0939 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.255 s test0939b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.048 s test0940 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.212 s test0941 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.245 s test0942 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.253 s test0943 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.303 s test0944 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.233 s test0945 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.215 s test0946 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.268 s test0947 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.211 s test0948 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.403 s test0949 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.265 s test0950 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.321 s test0951 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.292 s test0952 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.152 s test0953 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test0954 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.229 s test0955 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.203 s test0956 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.279 s test0957 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.943 s test0958 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.272 s test0959 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.11 s test0960 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.103 s test0961 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.088 s test0962 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.113 s test0963 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.254 s test0964 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.217 s test0965 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.12 s test0966 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.305 s test0967 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.165 s test0968 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test0969 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.18 s test0970 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.949 s test0971 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.081 s test0972 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 3.739 s test0973 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.225 s test0974 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.421 s test0975 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.286 s test0976 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.843 s test0977 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.977 s test0978 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.242 s test0979 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.35 s test0980 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.332 s test0981 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.506 s test0982 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.51 s test0983 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.236 s test0984 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.505 s test0985 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.379 s test0986 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.53 s test0987 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.095 s test0988 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.112 s test0989 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.035 s test0990 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.081 s test0991 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.085 s test0992 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.282 s test0993 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.422 s test0994 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.179 s <<< FAILURE! junit.framework.ComparisonFailure: test0994 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:8: error: unexpected type\n (b ? x1 : x2).new Inner();\n ^\n required: class,package\n found: value\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:8: error: unexpected type\n (b ? x1 : x2).new Inner();\n ^\n required: class,package\n found: value\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0994(GenericTypeTest.java:33281) test0996 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.305 s test0997 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.199 s test0998 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.28 s test0999 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.25 s test1000 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.402 s test1001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test1002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.007 s test1003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.233 s test1004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.153 s test1005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.19 s test1005b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.066 s test1006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.303 s test1007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.132 s test1008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test1009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.144 s test1010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.213 s test1011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.445 s test1012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.145 s test1013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.379 s test1014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.273 s test1015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test1016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.156 s test1017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.489 s test1018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.22 s test1018a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.225 s test1019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.159 s test1020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.199 s test1021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.275 s test1021b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.036 s test1021c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.206 s test1022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.17 s test1023 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.279 s test1024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.204 s test1025 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.336 s test1026 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.409 s test1027 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.483 s test1028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.363 s test1029 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.27 s test1030 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.427 s test1031 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.067 s test1032 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test1032a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.219 s test1033 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.137 s test1034 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.213 s test1035 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.351 s test1036 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.301 s test1037 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.114 s test1038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.242 s test1039 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.222 s test1040 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.237 s test1041 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.104 s test1042 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.169 s test1043 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.034 s test1044 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.143 s test1045 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.962 s <<< FAILURE! junit.framework.ComparisonFailure: test1045 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n X x;\n ^\n where S,T are type-variables:\n S extends T declared in class X\n T extends Number declared in class X\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n X x;\n ^\n where S,T are type-variables:\n S extends T declared in class X\n T extends Number declared in class X\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1045(GenericTypeTest.java:35618) test1046 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.345 s test1047 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.349 s test1048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.563 s test1049 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.534 s test1050 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.397 s test1051 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.361 s test1052 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.509 s test1053 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test1054 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.212 s test1055 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.36 s test1056 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.163 s test1057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.57 s test1058 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.575 s test1059 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.04 s test1060 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.34 s test1061 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.359 s test1062 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.208 s test1063 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.196 s test1064 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.24 s test1065 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.299 s test1066 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.553 s test1067 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.35 s test1068 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.431 s test1069 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.127 s test1070 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.149 s test1071 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.169 s test1072 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.087 s test1073 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.982 s test1074 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.996 s test1075 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.287 s test1076 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test1077 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.029 s test1078 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.369 s test1079 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.953 s test1080 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.031 s test1081 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test1082 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.023 s test1083 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.535 s test1084 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.018 s test1085 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.99 s test1086 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.067 s test1087 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.254 s test1088 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.031 s test1089 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.934 s test1091 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.198 s test1092 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.567 s test1093 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.045 s test1094 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.333 s test1095 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.142 s test1096 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.245 s test1098 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.998 s test1099 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.492 s test1100 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.02 s test1101 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.955 s test1102 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.906 s test1103 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.983 s test1104 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.045 s test1105 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.953 s test1106 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.162 s test1107 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.36 s test1108 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.184 s test1109 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.219 s test1110 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.232 s test1111 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.216 s test1112 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.317 s test1113 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.287 s test1114 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.234 s test1115 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.307 s test1116 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.209 s test1117 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.278 s test1118 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.277 s test1119 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.063 s test1120 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.956 s test1121 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.023 s test1122 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.063 s test1123 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.907 s test1124 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.217 s test1125 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.105 s test1126 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.282 s test1127 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.194 s test1128 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.004 s test1129 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.234 s test1130 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.247 s test1131 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.13 s test1132 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.199 s test1133 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.216 s test1134 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.305 s test1135 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.201 s test1136 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.289 s test1137 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.714 s test1138 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.402 s test1139 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.995 s test1140 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.009 s test1141 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.017 s test1142 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.277 s test1143 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.317 s test1144 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.267 s test1145 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.618 s test1146 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.293 s test1147 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.382 s test1148 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.001 s test1149 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.331 s test1149b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.143 s test1150 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.241 s test1151 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.236 s test1152 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.148 s test1153 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.631 s test1154 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.214 s test1155 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.292 s test1156 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.23 s test1157 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.067 s test1158 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.101 s test1159 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.226 s test1160 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.132 s test1161 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.173 s test1162 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.121 s test1163 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.039 s test1164 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.015 s test1165 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.05 s test1166 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.177 s test1167 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.936 s test1168 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test1169 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.155 s test1170 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.231 s test1171 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.264 s test1172 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.145 s test1173 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.008 s test1174 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test1175 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test1176 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.253 s test1177 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.291 s test1178 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.102 s test1179 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.062 s test1180 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.098 s test1181 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.312 s test1182 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.153 s test1183 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.041 s test1184 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.013 s test1185 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.081 s test1186 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.112 s test1187 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.187 s test1188 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.101 s test1189 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.072 s test1190 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.361 s test1191 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.113 s test1192 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.15 s test1193 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.091 s test1194 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.196 s test1195 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.122 s <<< FAILURE! junit.framework.ComparisonFailure: test1195 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ java/lang/Class.java:1: error: package exists in another module: java.base\n package java.lang;\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[java/lang/Class.java:1: error: package exists in another module: java.base\n package java.lang;\n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1195(GenericTypeTest.java:41859) test1196 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.484 s test1197 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.179 s test1198 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.336 s test1198a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.276 s test1199 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.301 s test1200 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.2 s test1201 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.198 s test1202 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.061 s test1203a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.104 s test1203b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.024 s test1203c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.008 s test1203d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.057 s test1204 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.407 s test1205 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.386 s test1206 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.345 s test1207 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.11 s test1208 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.36 s test1209 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.988 s test1210 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test1211 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.134 s test1212 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.002 s test1213 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.012 s test1214 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.235 s test1215 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.185 s test1216 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.049 s test1217 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.154 s test1218 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.059 s test1219 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.404 s test1220 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.303 s test1221 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.179 s test1222 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.018 s test1223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.358 s test1224 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.474 s test1225 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.447 s test1226 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.027 s test1227 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test1228 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.237 s test1229 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test1230 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.376 s test1231 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.621 s test1232 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.241 s test1233 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.244 s test1234 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.092 s test1235 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.254 s test1236 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.201 s test1237 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.075 s test1238 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.998 s test1239 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.051 s test1240 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.379 s test1241 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.184 s test1242 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.458 s test1243 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.236 s test1244 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.073 s test1245 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.013 s test1246 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.011 s test1247 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.26 s test1248 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.4 s test1249 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.411 s test1250 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.374 s test1251 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.165 s test1252 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.032 s test1253 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.029 s test1254 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.44 s test1255 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.223 s test1256 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.244 s test1257 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.1 s test1258 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.251 s test1259 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.072 s test1260 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.246 s test1261 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.028 s test1262 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.184 s test1263 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.12 s test1264 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.347 s test1265 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.427 s test1266 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.419 s test1267 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.402 s test1268 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.316 s test1269 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.307 s test1270 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.319 s test1271 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.17 s test1272 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.301 s test1273 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.244 s test1274 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.468 s test1275 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.231 s test1276 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.495 s test1277 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.536 s test1278 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.229 s test1279 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.379 s test1280 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.334 s test1281 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.001 s test1282 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.182 s test1283 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.143 s test1284 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.016 s test1285 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.134 s test1286 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.239 s test1287 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.087 s test1288 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.146 s test1289 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.225 s test1290 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.008 s test1291 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test1292 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test1293 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.198 s test1294 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.21 s test1295 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.384 s test1296 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test1297 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.241 s test1298 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.144 s test1299 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.092 s test1300 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.174 s test1301 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.192 s test1302 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.554 s test1303 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.315 s test1304 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.369 s test1305 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.677 s test1306 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.247 s test1307 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.212 s test1308 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.236 s test1309 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.003 s test1310 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.148 s test1311 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.207 s test1312 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.279 s test1313 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.131 s test1314 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.175 s test1315 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.335 s test1316 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.537 s test1317 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.139 s test1318 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.03 s test1319 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.339 s test1320 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.428 s test1321 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.431 s test1322 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.18 s test1323 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0 s test1324 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.172 s test1325 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.05 s test1326 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.096 s test1327 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.095 s test1328 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.439 s test1329 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.694 s test1330 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.796 s test1331 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.398 s test1332 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.262 s test1333 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.712 s test1334 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.272 s test1335 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.047 s test1336 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.084 s test1337 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.115 s test1338 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.091 s test1339 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.182 s test1340 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.701 s test1341 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.322 s test1342 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.313 s test1343 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.312 s test1344 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.271 s test1345 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.2 s test1346 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.221 s test1347 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.138 s test1348 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.122 s test1349 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.107 s test1350 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.326 s test1351 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.506 s test1352 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.252 s test1353 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.108 s test1354 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.378 s test1355 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.31 s test1356 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.32 s test1357 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.208 s test1358 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.281 s test1359 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.193 s test1360 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.469 s test1361 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.207 s test1362 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.313 s test1363 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.131 s test1364 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.439 s test1365 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.338 s test1366 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.264 s test1367 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.976 s test1368 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.17 s test1369 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.13 s test1370 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.233 s test1371 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.175 s test1372 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.236 s test1373 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.259 s test1374 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.238 s test1375 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.272 s test1376 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.159 s test1377 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.187 s test1378 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.568 s test1379 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.545 s test1380 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.318 s test1381 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.254 s <<< FAILURE! junit.framework.ComparisonFailure: test1381 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: error: IA is not public in p; cannot be accessed from outside package\n this.t.baz();\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: error: IA is not public in p; cannot be accessed from outside package\n this.t.baz();\n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1381(GenericTypeTest.java:48379) test1382 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.099 s test1383 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.144 s test1384 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.152 s test1385 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.107 s test1386 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.144 s <<< FAILURE! junit.framework.ComparisonFailure: test1386 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:5: error: IA is not public in p; cannot be accessed from outside package\n xt.get().baz();\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:5: error: IA is not public in p; cannot be accessed from outside package\n xt.get().baz();\n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1386(GenericTypeTest.java:48655) test1387 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.147 s <<< FAILURE! junit.framework.ComparisonFailure: test1387 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n System.out.println(this.t.baz);\n ^\n X.java:4: error: IA is not public in p; cannot be accessed from outside package\n System.out.println(this.t.baz);\n ^\n 1 error\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n System.out.println(this.t.baz);\n ^\n X.java:4: error: IA is not public in p; cannot be accessed from outside package\n System.out.println(this.t.baz);\n ^\n 1 error\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1387(GenericTypeTest.java:48710) test1388 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.109 s <<< FAILURE! junit.framework.ComparisonFailure: test1388 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n System.out.println(t.baz);\n ^\n X.java:4: error: IA is not public in p; cannot be accessed from outside package\n System.out.println(t.baz);\n ^\n 1 error\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n System.out.println(t.baz);\n ^\n X.java:4: error: IA is not public in p; cannot be accessed from outside package\n System.out.println(t.baz);\n ^\n 1 error\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1388(GenericTypeTest.java:48772) test1389 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.255 s test1390 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.073 s test1391 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.23 s test1392 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.365 s test1393 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.236 s test1394 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.259 s test1395 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.371 s test1396 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.232 s test1398 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.014 s test1399 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.021 s test1400 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.034 s test1401 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.935 s test1402 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.098 s test1403 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.909 s test1404 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.226 s test1405 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.191 s test1406 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.689 s test1407 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.628 s test1408 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.379 s test1409 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.337 s test1410 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.08 s test1411 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.07 s test1412 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.237 s test1413 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.347 s test1414 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.092 s test1415 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.937 s test1416 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.362 s test1417 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.421 s test1418 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.278 s test1419 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.255 s test1420 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.17 s test1421 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.235 s <<< FAILURE! junit.framework.AssertionFailedError: test1421: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@50a1509e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1421(GenericTypeTest.java:49972) test1422 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.001 s test1423 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.088 s test1424 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.002 s test1425 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.386 s test1426 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.167 s test1427 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.342 s test1428 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.332 s test1429 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.042 s test1430 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.096 s test1431 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.081 s test1432 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.103 s test1433 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.126 s test1434 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.124 s test1435 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.056 s test1436 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.143 s <<< FAILURE! junit.framework.ComparisonFailure: test1436 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n foo(l, iae);\n ^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n foo(l, iae);\n ^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n foo(l, iae);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------\n ------------ but was ------------ X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n foo(l, iae);\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in method foo(List,T)\n T extends Throwable declared in method foo(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n foo(l, iae);\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in method foo(List,T)\n T extends Throwable declared in method foo(List,T)\n 3 warnings\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n foo(l, iae);\n ^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n foo(l, iae);\n ^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n foo(l, iae);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------]\n > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n foo(l, iae);\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in method foo(List,T)\n T extends Throwable declared in method foo(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n foo(l, iae);\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in method foo(List,T)\n T extends Throwable declared in method foo(List,T)\n 3 warnings]\n > at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1436(GenericTypeTest.java:50486) test1437 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.202 s <<< FAILURE! junit.framework.ComparisonFailure: test1437 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n new X(l, iae);\n ^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n new X(l, iae);\n ^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n new X(l, iae);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------\n ------------ but was ------------ X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l, iae);\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n new X(l, iae);\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n 3 warnings\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n new X(l, iae);\n ^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n new X(l, iae);\n ^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n new X(l, iae);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------]\n > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l, iae);\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n new X(l, iae);\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n 3 warnings]\n > at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1437(GenericTypeTest.java:50534) test1438 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.684 s <<< FAILURE! junit.framework.ComparisonFailure: test1438 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n new X(l, iae){};\n ^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n new X(l, iae){};\n ^^^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n new X(l, iae){};\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------\n ------------ but was ------------ X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types\n new X(l, iae){};\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n new X(l, iae){};\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n 3 warnings\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n new X(l, iae){};\n ^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n new X(l, iae){};\n ^^^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n new X(l, iae){};\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------]\n > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types\n new X(l, iae){};\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n new X(l, iae){};\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n 3 warnings]\n > at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1438(GenericTypeTest.java:50582) test1439 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.79 s test1440 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.568 s test1441 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.214 s test1442 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.133 s test1443 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.367 s test1444 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.399 s test1445 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.543 s <<< FAILURE! junit.framework.ComparisonFailure: test1445 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 8)\n static void bar(List l) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 3. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 4. ERROR in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 5. ERROR in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 6. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 7. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 8. WARNING in X.java (at line 11)\n static void baz(List l) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 9. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 10. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 11. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 12. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 13. WARNING in X.java (at line 15)\n X(List l, long l2) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 14. WARNING in X.java (at line 16)\n this(l);\n ^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 15. WARNING in X.java (at line 16)\n this(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 16. WARNING in X.java (at line 19)\n static void baz2(List l) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 17. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 18. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 19. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 20. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n ------------ but was ------------ X.java:8: warning: [rawtypes] found raw type: List\n static void bar(List l) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:9: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:9: warning: [unchecked] unchecked conversion\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:9: warning: [unchecked] unchecked conversion\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:11: warning: [rawtypes] found raw type: List\n static void baz(List l) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:12: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:12: warning: [unchecked] unchecked conversion\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:12: warning: [unchecked] unchecked conversion\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:15: warning: [rawtypes] found raw type: List\n X(List l, long l2) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:16: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n this(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:16: warning: [unchecked] unchecked conversion\n this(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:19: warning: [rawtypes] found raw type: List\n static void baz2(List l) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:20: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:20: warning: [unchecked] unchecked conversion\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:20: warning: [unchecked] unchecked conversion\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n 18 warnings\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 8)\n static void bar(List l) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 3. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 4. ERROR in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 5. ERROR in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 6. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 7. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 8. WARNING in X.java (at line 11)\n static void baz(List l) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 9. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 10. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 11. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 12. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 13. WARNING in X.java (at line 15)\n X(List l, long l2) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 14. WARNING in X.java (at line 16)\n this(l);\n ^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 15. WARNING in X.java (at line 16)\n this(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 16. WARNING in X.java (at line 19)\n static void baz2(List l) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 17. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 18. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 19. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 20. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------]\n > but was:<[X.java:8: warning: [rawtypes] found raw type: List\n static void bar(List l) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:9: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:9: warning: [unchecked] unchecked conversion\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:9: warning: [unchecked] unchecked conversion\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:11: warning: [rawtypes] found raw type: List\n static void baz(List l) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:12: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:12: warning: [unchecked] unchecked conversion\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:12: warning: [unchecked] unchecked conversion\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:15: warning: [rawtypes] found raw type: List\n X(List l, long l2) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:16: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n this(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:16: warning: [unchecked] unchecked conversion\n this(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:19: warning: [rawtypes] found raw type: List\n static void baz2(List l) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:20: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:20: warning: [unchecked] unchecked conversion\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:20: warning: [unchecked] unchecked conversion\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n 18 warnings]\n > at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1445(GenericTypeTest.java:50899) test1446 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.265 s test1447 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.383 s test1448 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.171 s test1449 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.21 s test1450 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.54 s test1451 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.201 s test1452 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.204 s test1453 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.127 s test1454 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.324 s test1455 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.419 s test1456 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.395 s test1457 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.001 s test1458 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.061 s test1459 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.548 s test1460 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.203 s test1461 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 15.311 s test1462 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 2.202 s test1463 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.153 s test1464 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.166 s test1466 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.174 s test1467 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.2 s test268798 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.774 s test268798a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.257 s test277643 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.201 s <<< FAILURE! junit.framework.AssertionFailedError: test277643: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseHasABug@6e2b0a37 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test277643(GenericTypeTest.java:51457) test280054 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.191 s test283306 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.177 s <<< FAILURE! junit.framework.AssertionFailedError: test283306: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseHasABug@6e2b0a37 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test283306(GenericTypeTest.java:51556) test294724 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.341 s testBug401783 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.272 s testBug433989 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.019 s testBug433989a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.025 s testBug433989b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.992 s testBug460491 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 0.984 s testBug469201_A - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.178 s testBug469201_B - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.292 s testBug492450_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.297 s testBug532653 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.209 s testBug541772 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 3.653 s testBug541772_typeannotations - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 3.54 s testBug543480BasedOnTest2FromComment4ToSameSameOptimization - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 33.428 s testBug543480WithSameSubSuperOptimization - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 27.964 s testBug543480WithoutNullPointerExceptionDuringBytecodeGeneration - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest) Time elapsed: 1.425 s test282152 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.229 s test282152b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.189 s test282152c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.012 s test282152d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.313 s test282152e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.978 s test283353 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.178 s test322531b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.12 s test322531c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.103 s test322531d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.167 s test322531e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.127 s test322531f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.124 s test322531i - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.175 s test322817 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.091 s test322817b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.097 s test322817c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.104 s test322817d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.124 s test322817e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.173 s test322817f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.22 s test322817g - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.26 s test322817h - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.324 s test322817i - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.283 s test322817j - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.297 s test322817k - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.296 s test330869 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.292 s test334121 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.93 s test334313 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.196 s test334313b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.103 s test334313c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.095 s test334313d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.113 s test334313e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.083 s test334493 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.119 s test334622a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.082 s test334622b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.101 s test334622c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.09 s test334622d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.025 s test335751 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.077 s test337751 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 2.59 s test337751a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 2.692 s test337962 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.396 s test337962b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.243 s test338011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.298 s test338011b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.202 s test338350 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 2.689 s test339478a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0 s test339478b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.904 s test339478c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.958 s test339478d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.835 s test339478e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.91 s test339478f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.969 s test339478g - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.879 s test339478h - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.988 s test339478i - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.936 s test339478j - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.953 s test339478k - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.945 s test339478l - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.95 s test339478m - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.871 s test339478n - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.983 s test339478o - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.119 s test339478p - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.119 s test339478q - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.995 s test347145 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.17 s test347426 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.226 s test347426b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.228 s test347426c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.186 s test347600 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.076 s test347746 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.1 s test348493 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0 s test348493a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0 s test366131 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.319 s test366131b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.159 s test375394 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.295 s test385780 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.988 s test397888a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.969 s test397888b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.001 s test401456 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.178 s test416480 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.218 s test421922 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.158 s test425203 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.417 s test425719 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.496 s test425719a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.295 s test425719b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.412 s test426534 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.287 s test426589 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.201 s test426633 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.131 s test426633a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.151 s test426633b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.117 s test426678 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.12 s test426678a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.277 s test426836 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.192 s test427282 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.253 s test427411 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.462 s test427728 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.26 s test427728a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.347 s test427736 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.094 s test427992 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.602 s test428019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.322 s test428071 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.187 s test428285 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.245 s test429733b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.262 s test429733c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.289 s test434118 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.666 s test438246 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.328 s test440019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.291 s test440019_c9 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.391 s test443596 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.24 s <<< FAILURE! junit.framework.ComparisonFailure: test443596 - Javac found error(s) but Eclipse only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 4)\n public static Predicate and(Predicate... arg) { return null; }\n ^^^\n Type safety: Potential heap pollution via varargs parameter arg\n ----------\n ------------ but was ------------ X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate\n public static Predicate and(Predicate... arg) { return null; }\n ^\n where T is a type-variable:\n T extends Object declared in method and(Predicate...)\n X.java:8: error: no suitable method found for and(Predicate,Predicate)\n public void error(Predicate arg) { and(predicate, in(arg)); } // no compile\n ^\n method X.and(Predicate...) is not applicable\n (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)\n method X.and(Predicate,Predicate) is not applicable\n (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)\n where E,T#1,T#2 are type-variables:\n E extends Object declared in class FilteredCollection\n T#1 extends Object declared in method and(Predicate...)\n T#2 extends Object declared in method and(Predicate,Predicate)\n where CAP#1,CAP#2,CAP#3 are fresh type-variables:\n CAP#1 extends Object super: E from capture of ? super E\n CAP#2 extends Object from capture of ?\n CAP#3 extends Object from capture of ?\n 1 error\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 4)\n public static Predicate and(Predicate... arg) { return null; }\n ^^^\n Type safety: Potential heap pollution via varargs parameter arg\n ----------]\n > but was:<[X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate\n public static Predicate and(Predicate... arg) { return null; }\n ^\n where T is a type-variable:\n T extends Object declared in method and(Predicate...)\n X.java:8: error: no suitable method found for and(Predicate,Predicate)\n public void error(Predicate arg) { and(predicate, in(arg)); } // no compile\n ^\n method X.and(Predicate...) is not applicable\n (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)\n method X.and(Predicate,Predicate) is not applicable\n (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)\n where E,T#1,T#2 are type-variables:\n E extends Object declared in class FilteredCollection\n T#1 extends Object declared in method and(Predicate...)\n T#2 extends Object declared in method and(Predicate,Predicate)\n where CAP#1,CAP#2,CAP#3 are fresh type-variables:\n CAP#1 extends Object super: E from capture of ? super E\n CAP#2 extends Object from capture of ?\n CAP#3 extends Object from capture of ?\n 1 error\n 1 warning]\n > at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest.test443596(GenericsRegressionTest.java:5186) test444024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.353 s test444334 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.422 s test446223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.17 s test446235 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.248 s test448795 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.082 s test448795a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.329 s test448795b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.265 s test448795c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.321 s test489636 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.07 s testBug395002_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.037 s testBug395002_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.08 s testBug395002_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.098 s testBug395002_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.015 s testBug395002_combined - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1 s testBug395002_full - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.002 s testBug399527 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.199 s testBug399527_comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.103 s testBug399527_corrected - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.203 s testBug405706a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.278 s testBug405706b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.27 s testBug408441 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.433 s testBug413958_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.216 s testBug413958_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.171 s testBug415734 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.229 s testBug422832 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.069 s testBug426537 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.028 s testBug426537_generic - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.08 s testBug426590 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.084 s testBug426590b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.146 s testBug427216 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.399 s testBug427433 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.114 s testBug427433b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.173 s testBug427438c3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.221 s testBug427957 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.055 s testBug428366 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.123 s testBug430686 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.075 s testBug430759 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.137 s testBug430987 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.195 s testBug431408 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.087 s testBug431581 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.152 s testBug432603 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.249 s testBug432603a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.287 s testBug434044 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.107 s testBug434044_comment20 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.1 s testBug434044_comment36 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.125 s testBug434570 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.298 s testBug434570_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.109 s testBug434570_comment3b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.334 s testBug434630 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.041 s testBug434630_comment7 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.108 s testBug434793 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.735 s testBug435643 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.38 s testBug438337comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.081 s testBug438337comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.004 s testBug441905 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.244 s testBug452194 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.164 s testBug454644 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.533 s testBug456459a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.361 s testBug456459b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.206 s testBug456459c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.994 s testBug456924 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.1 s testBug460491_comment23 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.184 s testBug469297 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.373 s testBug478708 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.015 s testBug498057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 2.389 s testBug498486 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 2.068 s testBug499048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.975 s testBug499126 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.977 s testBug508799 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 2.179 s testBug515614 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.189 s testBug518157A - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.177 s testBug518157B - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.168 s testBug520482 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 2.095 s testBug521212 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.043 s testBug526132 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.143 s testBug526423 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.388 s testBug532137 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 2.525 s testBug540313 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.995 s testBug540313a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.014 s testBug540313b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 0.997 s testBug543526 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.276 s testBug543526b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.315 s testBug552388 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.187 s testBug552388b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest) Time elapsed: 1.303 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.21 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.094 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.103 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.256 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.04 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.21 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.274 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.076 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.044 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.224 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 0.989 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.195 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.286 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.353 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.196 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.24 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.261 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.153 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.209 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.282 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.184 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.297 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.195 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.376 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.327 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.277 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.435 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.417 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.312 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.33 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.559 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.34 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.505 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.356 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.399 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.467 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.542 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.308 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.588 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.596 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.267 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.073 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.21 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.191 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.151 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.272 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.177 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.302 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.306 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.195 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.221 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.336 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.247 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.16 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.284 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.19 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.335 s test425632 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.231 s testBug508215 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest) Time elapsed: 1.256 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.172 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.09 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 3.365 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.034 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.123 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.017 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.142 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.019 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.021 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.108 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.019 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 3.635 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.044 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.215 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.551 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.193 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.153 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.028 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.05 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.021 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.152 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 4.62 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.572 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.067 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.252 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.257 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 0.971 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.563 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.013 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.069 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.047 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.285 s test032b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.057 s test032c - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.158 s test032d - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.16 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.258 s test033b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.297 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.304 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 3.486 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.151 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.108 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.062 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.088 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.401 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.017 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.314 s test042b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.18 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.377 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.367 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.032 s test045b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 2.204 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.314 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.097 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.188 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.048 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.116 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.237 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.296 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.281 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.206 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.164 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.052 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.194 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.199 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.198 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.19 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.086 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.119 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.015 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.35 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.247 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.109 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.196 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.202 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.197 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.012 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.028 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.055 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.021 s <<< FAILURE! junit.framework.ComparisonFailure: test074 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ test/Outer.java:4: error: cannot find symbol\n int i = VALUE;\n ^\n symbol: variable VALUE\n location: class Outer\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[test/Outer.java:4: error: cannot find symbol\n int i = VALUE;\n ^\n symbol: variable VALUE\n location: class Outer\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test074(StaticImportTest.java:2538) test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.05 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.225 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.302 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.088 s <<< FAILURE! junit.framework.ComparisonFailure: test078 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in A\A.java (at line 3)\n import B.B.C1;\n ^^^^^^\n The import B.B.C1 collides with another import statement\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in A\A.java (at line 3)\n import B.B.C1;\n ^^^^^^\n The import B.B.C1 collides with another import statement\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test078(StaticImportTest.java:2648) test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.043 s <<< FAILURE! junit.framework.ComparisonFailure: test079 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A\A.java (at line 2)\n import static B.B.C1;\n ^^^^^^\n The import B.B.C1 is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A\A.java (at line 2)\n import static B.B.C1;\n ^^^^^^\n The import B.B.C1 is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test079(StaticImportTest.java:2682) test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 0.988 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.291 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.097 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.312 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.306 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.196 s test085a - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.257 s test085b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.189 s test085c - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.123 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.344 s test426544 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.046 s testBug401271 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 0.925 s testBug442580 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.064 s testBug479287 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.467 s testBug520874a - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 0.988 s testBug520874b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 0.986 s testBug520874c - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 1.034 s testBug520874d - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 0.995 s <<< FAILURE! junit.framework.ComparisonFailure: testBug520874d - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p\X.java (at line 2)\n import static p.A.B.Inner;\n ^^^^^^^^^^^\n The import p.A.B.Inner is never used\n ----------\n 2. WARNING in p\X.java (at line 3)\n import p.Bar.Inner;\n ^^^^^^^^^^^\n The import p.Bar.Inner is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p\X.java (at line 2)\n import static p.A.B.Inner;\n ^^^^^^^^^^^\n The import p.A.B.Inner is never used\n ----------\n 2. WARNING in p\X.java (at line 3)\n import p.Bar.Inner;\n ^^^^^^^^^^^\n The import p.Bar.Inner is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.testBug520874d(StaticImportTest.java:3361) testBug520874e - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest) Time elapsed: 0.995 s <<< FAILURE! junit.framework.ComparisonFailure: testBug520874e - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p\X.java (at line 2)\n import static p.A.B.Inner;\n ^^^^^^^^^^^\n The import p.A.B.Inner is never used\n ----------\n 2. WARNING in p\X.java (at line 3)\n import p.Bar.*;\n ^^^^^\n The import p.Bar is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p\X.java (at line 2)\n import static p.A.B.Inner;\n ^^^^^^^^^^^\n The import p.A.B.Inner is never used\n ----------\n 2. WARNING in p\X.java (at line 3)\n import p.Bar.*;\n ^^^^^\n The import p.Bar is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.testBug520874e(StaticImportTest.java:3393) test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.553 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.563 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.61 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.624 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.685 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.116 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.116 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.126 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.629 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 3.354 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.033 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.071 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.209 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.217 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.233 s test015_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.098 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.047 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.164 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.603 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.372 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.354 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.394 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.319 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.226 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.172 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.26 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.417 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.094 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.109 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.202 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.648 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.323 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.276 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.168 s test033_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.086 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.809 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.24 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.587 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.405 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.193 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.652 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.449 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.26 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.484 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.342 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.413 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.264 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.007 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.224 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.014 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.261 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.293 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.421 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.012 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 0.98 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.181 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.348 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.151 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.067 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 0.98 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.843 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.411 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.258 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.798 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.42 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.363 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.177 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.207 s test067b - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.182 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.171 s test068b - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.139 s test068c - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.393 s test068d - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.313 s test068e - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.286 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.095 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.145 s test070_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.197 s test070_tolerate2 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.253 s test070a - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.218 s test070a_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.225 s test070b - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.137 s test070b_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.254 s test070c - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.024 s test070d - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.009 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.173 s test071_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.264 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.239 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.171 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.178 s test426678 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.121 s test436474 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.419 s test437973 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.344 s test437973a - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.417 s test437973b - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.124 s test437973c - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.175 s test437973d - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.282 s test470370 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.577 s testBug382469 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.063 s testBug386361 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 1.093 s testBug488658_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest) Time elapsed: 2.201 s test000 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.726 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.068 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.107 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 0.986 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.324 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.164 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.346 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.222 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.144 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.333 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.088 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.187 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.215 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.09 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.352 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.139 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.496 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.304 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.101 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.303 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.306 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.104 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.181 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.243 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.091 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.515 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.065 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.403 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.194 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.372 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.285 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.306 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.011 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.124 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.392 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.191 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.144 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.145 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.13 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.203 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.233 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.203 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.15 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.146 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.279 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.406 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.26 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.047 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.331 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.031 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.349 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.245 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.13 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.352 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.047 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.083 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.353 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.284 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.189 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.334 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.159 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.374 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.223 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.352 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.34 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.131 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.282 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.079 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.199 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.1 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.365 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 3.975 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 5.418 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 4.544 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 4.527 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 4.384 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.619 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.339 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.287 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.248 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.336 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 0.961 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 3.419 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.181 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.379 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.226 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.364 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.313 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.303 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.114 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.125 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.332 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.043 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.394 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.337 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.367 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 3.884 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.219 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.199 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.247 s test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.171 s test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.181 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.316 s test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 0.977 s test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.409 s test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.552 s test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.729 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.646 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.613 s test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.851 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.612 s test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.712 s test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.559 s test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.141 s test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.777 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.119 s test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.111 s test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.16 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.23 s test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.465 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.228 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.076 s test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.205 s test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.135 s test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.218 s test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.15 s test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.501 s test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.484 s test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.155 s test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.423 s test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.793 s test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.277 s test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.337 s test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.214 s test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.221 s test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.206 s test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.416 s test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.233 s test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.044 s test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.09 s test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.366 s test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.047 s test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.615 s test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.177 s test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 0.937 s test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.166 s test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.189 s test146b - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.123 s test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.304 s test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.398 s test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.488 s test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.627 s test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.489 s test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.425 s test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.089 s test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.371 s test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.352 s test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.367 s test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.192 s test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.179 s test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.213 s test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.194 s test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.43 s test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.273 s test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.557 s test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.127 s test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.138 s test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.178 s test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.216 s test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.275 s test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.112 s test170 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.189 s test171 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.257 s test172 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.273 s test173 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.263 s test174 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.619 s test175 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.553 s test176 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.53 s test177 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.624 s test178 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.698 s test179 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.766 s test180 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.866 s <<< FAILURE! junit.framework.AssertionFailedError: test180: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@7a18faf8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.EnumTest.test180(EnumTest.java:6625) test180a - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 2.463 s <<< FAILURE! junit.framework.AssertionFailedError: test180a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@7a18faf8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.EnumTest.test180a(EnumTest.java:6685) test181 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.272 s test182 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.284 s test183 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.362 s test184 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.459 s test185 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.113 s test186 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.132 s test187 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.371 s test187a - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.225 s test187b - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.343 s test188 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.132 s test189 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.217 s test433060 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 0.983 s test434442 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.237 s test476281 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.379 s test476281a - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest) Time elapsed: 1.364 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.93 s test001a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.025 s test001b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.085 s test001c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.997 s test001d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.361 s test001e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.183 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.039 s test002a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.023 s test002b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.051 s test002c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.032 s test002d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.219 s test002e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.126 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.158 s test003a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.188 s test003b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.149 s test003c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.178 s test003d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.306 s test003e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.342 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.955 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.124 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.282 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.191 s test007a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.065 s test007b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.223 s test007c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.258 s test007d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.102 s test007e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.016 s test007f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.176 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.032 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.157 s test009a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.095 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.172 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.077 s test011a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.095 s test011b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.02 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.076 s test012a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.106 s test012b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.064 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.198 s test013a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.172 s test013b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.13 s test013c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.184 s test013d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.099 s test013e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.219 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.188 s test014a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.168 s test014b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.259 s test014c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.231 s test014d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.08 s test014e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.059 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.148 s test015a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.359 s test015b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.213 s test015c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.161 s test015d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.99 s test015e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.103 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.474 s test016b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.472 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.992 s test017a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.982 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.001 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.178 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.46 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 3.649 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.333 s test022a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.154 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.111 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.238 s test024a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.967 s test024b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.059 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.099 s test025a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.146 s test025b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.237 s test025c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.255 s test025d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.389 s test025e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.092 s <<< FAILURE! junit.framework.AssertionFailedError: test025e: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025e(MethodVerifyTest.java:1713) test025f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.089 s <<< FAILURE! junit.framework.AssertionFailedError: test025f: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025f(MethodVerifyTest.java:1747) test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.421 s test026a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.188 s test026b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.52 s test026c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.179 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.152 s test027a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.988 s test027b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.275 s test027c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.058 s test027d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.018 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.596 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.187 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.275 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.965 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.199 s test032a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.059 s test032b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.365 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.265 s test033a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.218 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.253 s test034a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.188 s test034b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.074 s test034c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.145 s test034d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.02 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.097 s test035a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.087 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.186 s test036a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.259 s test036b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.253 s test036c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.278 s test036d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.005 s test036e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.956 s test036f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.009 s test036g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.098 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.102 s test037a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.999 s test037b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.074 s test037c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.107 s test037d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.011 s test037e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.071 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.179 s test038a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.94 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.27 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.052 s test040a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.104 s test040b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.163 s test040c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.091 s test040d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.09 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.11 s <<< FAILURE! junit.framework.AssertionFailedError: test041: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@35cfbc24 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041(MethodVerifyTest.java:2861) test041a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.043 s <<< FAILURE! junit.framework.AssertionFailedError: test041a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@35cfbc24 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041a(MethodVerifyTest.java:2883) test041b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.268 s test041c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.191 s test041d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.035 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.32 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.269 s <<< FAILURE! junit.framework.AssertionFailedError: test043: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification@433e1883 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test043(MethodVerifyTest.java:2994) test043_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.155 s test043a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.012 s test043b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.005 s test043c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.222 s test043d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.316 s test043e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.211 s test043f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.26 s test043g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.09 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.994 s test044a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.169 s test044b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.141 s test044c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.988 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.188 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.046 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.274 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.31 s test048a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.021 s test048b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.103 s test048c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.002 s test048d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.028 s test048e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.962 s test048f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.998 s test048g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.059 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.068 s test049a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.06 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.095 s test050a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.134 s test050b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.217 s test050c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.07 s test050d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.12 s test050e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.078 s test050f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.11 s test050g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.198 s test050h - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.986 s test050i - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.086 s test050j - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.099 s test050k - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.09 s test050l - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.047 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.062 s test051a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.03 s test051b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.077 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.21 s test052a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.098 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.103 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.008 s test054a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.073 s test054b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.989 s test054c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.006 s test054d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.102 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.219 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.353 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.262 s test057a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.403 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.274 s test058a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.129 s test058b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.085 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.279 s test059a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.33 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.328 s test060b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.377 s test060c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.165 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.27 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.247 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.145 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.107 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.646 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.236 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.244 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.202 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.056 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.057 s <<< FAILURE! junit.framework.AssertionFailedError: test070: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test070(MethodVerifyTest.java:5854) test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.986 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.228 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.276 s test073a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.304 s test073b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.305 s test073c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.089 s test073d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.1 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.034 s test074a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.993 s test074b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.984 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.025 s test075a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.14 s test075b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.095 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.301 s test076a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.972 s test076b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.05 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.163 s test077a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.123 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.002 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.057 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.055 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.101 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.117 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.509 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.38 s test084a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.239 s test084b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.987 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.506 s test085b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.307 s test085c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.985 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.992 s test086b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.309 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.127 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.365 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.303 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.174 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.64 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.272 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.434 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.257 s <<< FAILURE! junit.framework.AssertionFailedError: test094: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@50a1509e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test094(MethodVerifyTest.java:7231) test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.514 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.651 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.424 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.091 s test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.331 s test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.195 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.089 s test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.118 s test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.197 s test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.172 s test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.125 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.266 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.045 s test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.51 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.279 s test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.21 s test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.247 s test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.097 s test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.987 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.129 s test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.013 s test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.956 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.089 s test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.094 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.128 s test120a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.957 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.238 s test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.04 s test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.248 s test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.326 s test124b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.559 s test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.384 s test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.312 s test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.078 s test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.096 s test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.025 s test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.075 s test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.948 s test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.08 s test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.065 s test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.52 s test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.117 s test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.065 s test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.095 s test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.115 s test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.104 s test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.105 s test1415Mix - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.124 s test1415Mix2 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.223 s test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.117 s test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.187 s test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.178 s test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.07 s <<< FAILURE! junit.framework.ComparisonFailure: test145 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n class BaseImpl extends Base { public void setValue(String object) {} }\n ^\n first method: setValue(String) in BaseInterface\n second method: setValue(Object) in Base\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n class BaseImpl extends Base { public void setValue(String object) {} }\n ^\n first method: setValue(String) in BaseInterface\n second method: setValue(Object) in Base\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test145(MethodVerifyTest.java:9263) test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.23 s test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.08 s test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.196 s test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.112 s test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.235 s test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.481 s test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.257 s test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.397 s test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.352 s test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.042 s test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.051 s test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.001 s test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.002 s test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.047 s test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.195 s test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.172 s test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.204 s test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.045 s test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.085 s test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.093 s test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.05 s test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.167 s test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.087 s test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.036 s <<< FAILURE! junit.framework.AssertionFailedError: test169: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test169(MethodVerifyTest.java:10107) test169a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.078 s <<< FAILURE! junit.framework.AssertionFailedError: test169a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test169a(MethodVerifyTest.java:10139) test170 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.043 s test171 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.147 s test172 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.025 s test173 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.023 s test174 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.99 s test175 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.012 s <<< FAILURE! junit.framework.AssertionFailedError: test175: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test175(MethodVerifyTest.java:10288) test176 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.063 s test177 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.395 s test178 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.339 s test179 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.139 s test180 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.938 s test181 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.22 s test182 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.135 s test183 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.116 s test184 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.231 s test185 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.03 s test186 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.027 s test187 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.118 s test188 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.104 s <<< FAILURE! junit.framework.AssertionFailedError: test188: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test188(MethodVerifyTest.java:10971) test189 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.137 s test190 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.01 s test191 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.021 s test192 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.99 s test193 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.114 s test194 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.97 s test195 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.079 s test196 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.046 s test197 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.001 s test198 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.422 s test199 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.17 s test200 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.154 s test201 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.08 s <<< FAILURE! junit.framework.ComparisonFailure: test201 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ A.java:4: error: types J and K are incompatible; both define get(), but with unrelated return types\n interface A & J> extends J {}\n ^\n where T3 is a type-variable:\n T3 extends K,J declared in interface A\n where CAP#1 is a fresh type-variable:\n CAP#1 extends I from capture of ? extends I\n A.java:5: error: types K and J are incompatible; both define get(), but with unrelated return types\n interface B & K> extends J {}\n ^\n where T4 is a type-variable:\n T4 extends J,K declared in interface B\n where CAP#1 is a fresh type-variable:\n CAP#1 extends I from capture of ? extends I\n 2 errors\n --------- Difference is ---------- expected:<[]> but was:<[A.java:4: error: types J and K are incompatible; both define get(), but with unrelated return types\n interface A & J> extends J {}\n ^\n where T3 is a type-variable:\n T3 extends K,J declared in interface A\n where CAP#1 is a fresh type-variable:\n CAP#1 extends I from capture of ? extends I\n A.java:5: error: types K and J are incompatible; both define get(), but with unrelated return types\n interface B & K> extends J {}\n ^\n where T4 is a type-variable:\n T4 extends J,K declared in interface B\n where CAP#1 is a fresh type-variable:\n CAP#1 extends I from capture of ? extends I\n 2 errors\n ]> at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test201(MethodVerifyTest.java:11429) test202 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.208 s test203 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.425 s test204 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.175 s <<< FAILURE! junit.framework.ComparisonFailure: test204 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n public List put(final K arg0, final List arg1) {\n ^\n first method: put(K,List) in Map\n second method: put(K,V) in OverrideBug\n where K,V are type-variables:\n K extends Object declared in class OverrideBug\n V extends Object declared in class OverrideBug\n OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List) in Map have the same erasure, yet neither overrides the other\n public List put(final K arg0, final V arg1) {\n ^\n where K,V are type-variables:\n K extends Object declared in class OverrideBug\n V extends Object declared in class OverrideBug\n 2 errors\n --------- Difference is ---------- expected:<[]> but was:<[OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n public List put(final K arg0, final List arg1) {\n ^\n first method: put(K,List) in Map\n second method: put(K,V) in OverrideBug\n where K,V are type-variables:\n K extends Object declared in class OverrideBug\n V extends Object declared in class OverrideBug\n OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List) in Map have the same erasure, yet neither overrides the other\n public List put(final K arg0, final V arg1) {\n ^\n where K,V are type-variables:\n K extends Object declared in class OverrideBug\n V extends Object declared in class OverrideBug\n 2 errors\n ]> at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test204(MethodVerifyTest.java:11483) test204a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.123 s test205 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.319 s test206 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.281 s test207 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.361 s test208 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.548 s test208a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.477 s test209 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.99 s test210 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.104 s test211 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.089 s test212 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.312 s test213 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.448 s test213a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.341 s test213b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.416 s test213c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.484 s test288658 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.508 s test288658a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.526 s test322740 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.115 s test326354 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.14 s test328827 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.325 s test329584 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.362 s test329588 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.443 s test330264 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.2 s test330435 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.294 s <<< FAILURE! junit.framework.ComparisonFailure: test330435 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n String[] a = A.asList(args).toArray(new String[0]);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type mismatch: cannot convert from Object[] to String[]\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n String[] a = A.asList(args).toArray(new String[0]);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type mismatch: cannot convert from Object[] to String[]\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test330435(MethodVerifyTest.java:12264) test330445 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.566 s <<< FAILURE! junit.framework.ComparisonFailure: test330445 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: error: incompatible types: Properties cannot be converted to Map\n Y.foo(new Properties());\n ^\n Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: error: incompatible types: Properties cannot be converted to Map\n Y.foo(new Properties());\n ^\n Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test330445(MethodVerifyTest.java:12216) test331446 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.96 s <<< FAILURE! junit.framework.ComparisonFailure: test331446 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:6: warning: [rawtypes] found raw type: Comparator\n Comparator comparator = new Comparator() {\n ^\n missing type arguments for generic class Comparator\n where T is a type-variable:\n T extends Object declared in interface Comparator\n X.java:6: warning: [rawtypes] found raw type: Comparator\n Comparator comparator = new Comparator() {\n ^\n missing type arguments for generic class Comparator\n where T is a type-variable:\n T extends Object declared in interface Comparator\n X.java:12: warning: [rawtypes] found raw type: ArrayList\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n missing type arguments for generic class ArrayList\n where E is a type-variable:\n E extends Object declared in class ArrayList\n X.java:12: warning: [rawtypes] found raw type: ArrayList\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n missing type arguments for generic class ArrayList\n where E is a type-variable:\n E extends Object declared in class ArrayList\n X.java:12: error: reference to assertEquals is ambiguous\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n both method assertEquals(String,Comparator,List,List) in Test and method assertEquals(String,Comparator,T#2,T#2) in Test match\n where T#1,T#2 are type-variables:\n T#1 extends Object declared in method assertEquals(String,Comparator,List,List)\n T#2 extends Object declared in method assertEquals(String,Comparator,T#2,T#2)\n X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: String,Comparator,List,List\n found: String,Comparator,ArrayList,ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: Comparator\n found: Comparator\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: List\n found: ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: List\n found: ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n 1 error\n 8 warnings\n --------- Difference is ---------- expected:<[]> but was:<[X.java:6: warning: [rawtypes] found raw type: Comparator\n Comparator comparator = new Comparator() {\n ^\n missing type arguments for generic class Comparator\n where T is a type-variable:\n T extends Object declared in interface Comparator\n X.java:6: warning: [rawtypes] found raw type: Comparator\n Comparator comparator = new Comparator() {\n ^\n missing type arguments for generic class Comparator\n where T is a type-variable:\n T extends Object declared in interface Comparator\n X.java:12: warning: [rawtypes] found raw type: ArrayList\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n missing type arguments for generic class ArrayList\n where E is a type-variable:\n E extends Object declared in class ArrayList\n X.java:12: warning: [rawtypes] found raw type: ArrayList\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n missing type arguments for generic class ArrayList\n where E is a type-variable:\n E extends Object declared in class ArrayList\n X.java:12: error: reference to assertEquals is ambiguous\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n both method assertEquals(String,Comparator,List,List) in Test and method assertEquals(String,Comparator,T#2,T#2) in Test match\n where T#1,T#2 are type-variables:\n T#1 extends Object declared in method assertEquals(String,Comparator,List,List)\n T#2 extends Object declared in method assertEquals(String,Comparator,T#2,T#2)\n X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: String,Comparator,List,List\n found: String,Comparator,ArrayList,ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: Comparator\n found: Comparator\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: List\n found: ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: List\n found: ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n 1 error\n 8 warnings\n ]> at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test331446(MethodVerifyTest.java:12374) test331446a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.773 s test331446b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.404 s test331446c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.455 s test331446d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.484 s test332744 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.926 s test332744b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 2.669 s test334306 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.116 s test339447 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.177 s test342819 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.053 s test345949a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.097 s test346029 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.023 s test346029b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.188 s test346029c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.079 s test346029d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.956 s test346029e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1 s test346029f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.148 s test353089 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.41 s test353089b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.218 s test353089c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.219 s test354229 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.964 s test354229b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 0.989 s test354229c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.04 s test354229d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.003 s test423849 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.281 s testBug317719 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.115 s testBug317719a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.183 s testBug317719b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.202 s testBug317719c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.109 s testBug317719d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.191 s testBug317719e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.224 s testBug317719f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.175 s testBug317719g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.222 s testBug317719h - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.341 s testBug355838 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.275 s testBug384580 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.179 s testBug406928 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.449 s testBug409473 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.457 s testBug410325 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.271 s testBug411811 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.104 s testBug415600 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.273 s testBug426546 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.322 s testBug438812 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.372 s testBug438812a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.357 s testBug461529 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.07 s testBug467776_regression - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.14 s testBug469454 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.262 s testBug469454a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.09 s testBug500673 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.134 s testBug506653 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.352 s testBug536593 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.058 s testBug536978_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.164 s <<< FAILURE! junit.framework.ComparisonFailure: testBug536978_comment2 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in SimpleDemo.java (at line 22)\n protected SimpleResult test(AbstractResult request) {\n ^^^^^^^^^^^^\n The return type is incompatible with AbstractDemo.test(Request)\n ----------\n ------------ but was ------------ SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n protected SimpleResult test(AbstractResult request) {\n ^\n return type requires unchecked conversion from SimpleResult to Response#2\n where Request,Response#1,Response#2 are type-variables:\n Request extends AbstractResult declared in class AbstractDemo\n Response#1 extends AbstractResult declared in class AbstractDemo\n Response#2 extends AbstractResult declared in class SimpleDemo\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in SimpleDemo.java (at line 22)\n protected SimpleResult test(AbstractResult request) {\n ^^^^^^^^^^^^\n The return type is incompatible with AbstractDemo.test(Request)\n ----------]\n > but was:<[SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n protected SimpleResult test(AbstractResult request) {\n ^\n return type requires unchecked conversion from SimpleResult to Response#2\n where Request,Response#1,Response#2 are type-variables:\n Request extends AbstractResult declared in class AbstractDemo\n Response#1 extends AbstractResult declared in class AbstractDemo\n Response#2 extends AbstractResult declared in class SimpleDemo\n 1 warning]\n > at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.testBug536978_comment2(MethodVerifyTest.java:14394) testBug536978_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest) Time elapsed: 1.748 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.222 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.961 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.173 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.003 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.003 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.025 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.025 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.971 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.981 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.905 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.06 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.957 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.178 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.02 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.072 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.28 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.012 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.939 s test018b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.057 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.141 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.994 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.04 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.965 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.164 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.48 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.306 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.359 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.167 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.262 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.229 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.37 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.219 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.315 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.36 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.334 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.391 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.545 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.329 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.595 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.002 s test039a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.059 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.978 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.935 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.266 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.911 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.007 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.158 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.959 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.29 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.1 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.054 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.236 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.212 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.147 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.054 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.247 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.233 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.212 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.137 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.164 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.185 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.343 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.314 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.348 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.428 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.145 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.298 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.098 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.952 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.221 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.143 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.047 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.997 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.017 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.42 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.332 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.139 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.956 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.092 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.011 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.336 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.316 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.271 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.369 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.428 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.514 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.401 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.002 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.147 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.955 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.121 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.329 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.058 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.365 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.084 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.24 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.139 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.306 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.914 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.094 s test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.539 s test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.224 s test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.941 s test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.299 s test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.492 s test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.369 s test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.214 s test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.964 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.975 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.977 s test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.947 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.681 s test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.061 s test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.036 s test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.966 s test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.026 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.121 s test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.016 s test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.996 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.149 s test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.019 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.094 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.033 s test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.39 s test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.956 s test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.078 s test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.241 s test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.204 s test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.197 s test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.109 s test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.227 s test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.993 s test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.027 s test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.391 s test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.188 s test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.251 s test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.952 s test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.977 s test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.306 s test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.019 s test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.051 s test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.053 s test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.084 s test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.276 s test142b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.169 s test142c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.966 s test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.058 s test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.329 s test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.007 s test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.591 s test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.003 s test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.998 s test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.05 s test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.066 s test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.176 s test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.108 s test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.216 s test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.235 s test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.072 s test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.996 s test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.006 s test157b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.053 s test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.102 s test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.005 s test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.003 s test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.087 s test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.121 s test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.001 s test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.186 s test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.004 s test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.514 s test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.98 s test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.028 s test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.045 s test170 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.264 s test171 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.006 s test172 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.084 s test173 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.006 s test174 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.004 s test175 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.065 s test176 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.073 s test177 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.193 s test178 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.356 s test179 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.153 s test180 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.418 s test181 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.282 s test182 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.184 s test183 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.049 s test184 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.121 s test185 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.09 s test186 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.012 s test187 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.994 s test188 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.988 s test189 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.48 s test190 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 3.952 s test191 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 4.706 s test192 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.419 s test193 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 3.053 s test194 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.016 s test195 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.099 s test196 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.091 s test197 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.981 s test198 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.256 s test199 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.253 s test200 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.135 s test201 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.064 s test202 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.998 s test203 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.086 s test204 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.082 s test205 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.036 s test206 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.993 s test207 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.014 s test208 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.26 s test209 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.128 s test210 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.296 s test211 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.167 s test212 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.313 s test213 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.221 s test214 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.002 s test215 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.349 s test216 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.047 s test217 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.004 s test218 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.203 s test219 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.039 s test220 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.16 s test221 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.123 s test222 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.975 s test223 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.221 s test224 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.204 s test225 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.949 s test226 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.007 s test227 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.106 s test228 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.019 s test229 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.062 s test230 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.173 s test231 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.056 s test232 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.113 s test233 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.011 s test234 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.159 s test235 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.227 s test236 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.147 s test237 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.218 s test238 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.052 s test239 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.041 s test240 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.999 s test241 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.319 s test242 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.112 s test243 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.211 s test244 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.068 s test245 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.08 s test245_error - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.959 s test245_ignored - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.004 s test246 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.2 s test247 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.473 s test248 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.092 s test249 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.02 s test250 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.06 s test251 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.115 s test252 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.157 s test253 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.045 s test254 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.156 s test255 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.112 s test256 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.148 s test257 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.203 s test258 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.075 s test259 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.264 s test260 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.273 s test261 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.532 s test262 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.384 s test263 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 2.43 s test264 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.234 s test265 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.01 s test266 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1 s test267 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.086 s test268 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.257 s test269 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.986 s test270 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.966 s test271 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.178 s test272 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.001 s test273 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.199 s test274a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.037 s test274b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.986 s test274c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.45 s test274d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.96 s test275 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.005 s test276 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.004 s test277 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.034 s test278 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.454 s test279 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.011 s test280 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.015 s test281 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.984 s test282 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.186 s test283 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.002 s test284 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.002 s test285 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.002 s test286 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.262 s test287 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.467 s test288 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.413 s test289 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.661 s test290 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.502 s test291 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.418 s test292 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.312 s test293 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.084 s test294 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.989 s test295 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.043 s test296 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.05 s test297 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.109 s test376977 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.019 s test384567 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.932 s test384567_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.99 s test398657 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0 s test398657_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0 s test416107a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.052 s test416107b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.991 s test427367 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.161 s test433747 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.94 s test434556 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.078 s test438437 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.205 s test449330 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.016 s test449330a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.027 s test449330b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.136 s test456960 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.124 s test472178 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.033 s testBug365437a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.008 s testBug365437b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.208 s testBug365437c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.395 s testBug365437d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.066 s testBug365437e - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.131 s testBug365437f - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.186 s testBug366003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.959 s testBug366003b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.004 s testBug366003c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.003 s testBug366003d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.048 s testBug366003e - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.939 s testBug371832 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.216 s testBug376429a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.161 s testBug376429b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.005 s testBug376590a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.145 s testBug376590b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.169 s testBug376590c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.22 s testBug384663 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.03 s testBug386356_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.009 s testBug386692 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.253 s testBug464977 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 0.001 s testBug469584 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.087 s testBug470665 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.117 s testBug490698_comment16 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.498 s testBug506888a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.048 s testBug506888b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.074 s testBug506888c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.287 s testBug506888d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.099 s testBug506888e - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.001 s testBug506888f - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.062 s testBug537593_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.374 s testBug542520a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.355 s testBug542520b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.395 s testBug542520c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.331 s testBug542520d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.286 s testBug546084a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.32 s testBug546084b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.285 s testBug546084c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest) Time elapsed: 1.31 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest) Time elapsed: 1.299 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest) Time elapsed: 1.293 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest) Time elapsed: 1.405 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest) Time elapsed: 1.252 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.006 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.005 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.005 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.004 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.003 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.004 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.005 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.005 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.003 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.026 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.027 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.004 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.003 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.003 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.004 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.003 s testBug504031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5) Time elapsed: 0.006 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.646 s <<< FAILURE! junit.framework.AssertionFailedError at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test001(GenericTypeSignatureTest.java:324) test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.066 s <<< FAILURE! junit.framework.AssertionFailedError at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test002(GenericTypeSignatureTest.java:494) test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.035 s <<< FAILURE! junit.framework.AssertionFailedError at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test003(GenericTypeSignatureTest.java:589) test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.05 s <<< FAILURE! junit.framework.AssertionFailedError at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test004(GenericTypeSignatureTest.java:635) test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.279 s <<< FAILURE! junit.framework.AssertionFailedError at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test005(GenericTypeSignatureTest.java:687) test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.18 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.186 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.37 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.288 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.314 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.251 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.341 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.324 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.313 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.295 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.288 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.261 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.148 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.25 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.082 s testBug460491 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest) Time elapsed: 1.106 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest) Time elapsed: 0.025 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest) Time elapsed: 0.011 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest) Time elapsed: 1.229 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest) Time elapsed: 1.221 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest) Time elapsed: 1.207 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest) Time elapsed: 0.968 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest) Time elapsed: 0.976 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.02 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.015 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.973 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.987 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.022 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.903 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.999 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.032 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.982 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.061 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.017 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.019 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.091 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.126 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.003 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.948 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.017 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.063 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.921 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.003 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.014 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.107 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.995 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.002 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.007 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.995 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.01 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.003 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.99 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.99 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.99 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.044 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.964 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.901 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.983 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.014 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.148 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.15 s testBug101283a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.056 s testBug101283b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.943 s testBug101283c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.003 s testBug101283d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.001 s testBug101283e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.025 s testBug101283f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.044 s testBug101283g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.954 s testBug112346 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1 s testBug119857 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.987 s testBug119857_Fields - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.071 s testBug119857_Methods - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.032 s testBug119857_Private01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.06 s testBug119857_Private02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.028 s testBug119857_Public01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.017 s testBug119857_Public02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.991 s testBug119857_Public03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.064 s testBug119857_Types - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.036 s testBug132430 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.107 s testBug132430b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.068 s testBug132430c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.039 s testBug145007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.01 s testBug204749a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.965 s testBug204749b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.932 s testBug209936_GenericMemberFullyQualifiedSingleReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.151 s testBug209936_GenericMemberImplicitReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.226 s testBug209936_GenericMemberQualifiedSingleReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.07 s testBug209936_GenericMemberSingleReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.036 s testBug209936_MemberFullyQualifiedSingleReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.066 s testBug209936_MemberImplicitReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.026 s testBug209936_MemberQualifiedSingleReference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.068 s testBug209936_MemberQualifiedSingleReference2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.107 s testBug209936_MemberSingleReference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.145 s testBug209936_MemberSingleReference2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.452 s testBug209936_MemberSingleReference3 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.195 s testBug209936_MemberSingleReference4 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.053 s testBug209936a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.053 s testBug209936b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.001 s testBug247037a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.924 s <<< FAILURE! junit.framework.ComparisonFailure: testBug247037a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pack\package-info.java (at line 2)\n * {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in pack\package-info.java (at line 3)\n * @since {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in pack\package-info.java (at line 4)\n * @blah {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pack\package-info.java (at line 2)\n * {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in pack\package-info.java (at line 3)\n * @since {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in pack\package-info.java (at line 4)\n * @blah {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug247037a(JavadocTest_1_5.java:3885) testBug247037b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.983 s <<< FAILURE! junit.framework.ComparisonFailure: testBug247037b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pack\package-info.java (at line 2)\n * @return {@inheritDoc}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in pack\package-info.java (at line 2)\n * @return {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in pack\package-info.java (at line 3)\n * @param blah {@inheritDoc}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 4. ERROR in pack\package-info.java (at line 3)\n * @param blah {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pack\package-info.java (at line 2)\n * @return {@inheritDoc}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in pack\package-info.java (at line 2)\n * @return {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in pack\package-info.java (at line 3)\n * @param blah {@inheritDoc}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 4. ERROR in pack\package-info.java (at line 3)\n * @param blah {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug247037b(JavadocTest_1_5.java:3917) testBug284333 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.074 s <<< FAILURE! junit.framework.ComparisonFailure: testBug284333 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in foo\bar\package-info.java (at line 2)\n * @see ClassInSamePackage#SOME_FIELD\n ^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 2. ERROR in foo\bar\package-info.java (at line 4)\n * @see ClassInSamePackage#SOME_FIELD\n ^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 3. ERROR in foo\bar\package-info.java (at line 5)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 4. ERROR in foo\bar\package-info.java (at line 7)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 5. ERROR in foo\bar\package-info.java (at line 8)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n 6. ERROR in foo\bar\package-info.java (at line 10)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in foo\bar\package-info.java (at line 2)\n * @see ClassInSamePackage#SOME_FIELD\n ^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 2. ERROR in foo\bar\package-info.java (at line 4)\n * @see ClassInSamePackage#SOME_FIELD\n ^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 3. ERROR in foo\bar\package-info.java (at line 5)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 4. ERROR in foo\bar\package-info.java (at line 7)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 5. ERROR in foo\bar\package-info.java (at line 8)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n 6. ERROR in foo\bar\package-info.java (at line 10)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug284333(JavadocTest_1_5.java:3958) testBug284333a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.074 s <<< FAILURE! junit.framework.ComparisonFailure: testBug284333a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug284333a(JavadocTest_1_5.java:4037) testBug284333b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.07 s testBug322581a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.064 s testBug322581b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.317 s testBug331872 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.038 s testBug331872b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.988 s testBug331872c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.002 s testBug331872d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.205 s testBug80257 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.997 s testBug83127a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.033 s testBug83127b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.041 s testBug83127c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.053 s testBug83127d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.074 s testBug83127e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.05 s testBug83127f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.113 s testBug83127g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.127 s testBug83127h - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.107 s testBug83393a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.083 s testBug83393b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.108 s testBug83804 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.081 s testBug86769 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.373 s testBug87500a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.137 s testBug87500b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.16 s testBug95286_Default - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1 s testBug95286_Private - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.958 s testBug95521 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.087 s testBug95521b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.111 s testBug96237_Private01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.032 s testBug96237_Private02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.062 s testBug96237_Private03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.011 s testBug96237_Private04 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1 s testBug96237_Private05 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.09 s testBug96237_Private06 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.028 s testBug96237_Private07 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.049 s testBug96237_Private08 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.008 s testBug96237_Public01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.026 s testBug96237_Public02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.993 s testBug96237_Public03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.017 s testBug96237_Public04 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.992 s testBug96237_Public05 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 0.982 s testBug96237_Public06 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.045 s testBug96237_Public07 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.107 s testBug96237_Public08 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5) Time elapsed: 1.103 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.021 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.158 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.017 s test011_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.013 s test012b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.01 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.101 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.008 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test017b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test017c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test018a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test022_repeated_sourcepath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.008 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.01 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.013 s test0307 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test0307a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test0307b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test0307c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test0307d - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test0307e - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test0308_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 1.689 s test0309_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.347 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.029 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test057_access_restrictions_separator - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.025 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test065_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test066_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test067_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test068_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test069_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test070_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test071_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test072_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test073_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test074_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test075_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test076_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test077_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test078_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test079_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test080_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test081_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test082_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test083_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test084_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test085_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test086_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.042 s test087_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test088_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test089_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test090_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test091_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test092_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test093_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test094_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test095_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test096_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test097_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test098_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.105 s test099_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test100_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test101_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test102_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test103_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.042 s test104_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test105_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test106_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test122_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test123_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test124_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test125_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test126_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test127_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test128_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test129_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test130_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test131_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test132_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test133_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test134_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test135_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test136_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test137_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test138_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test139_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test140_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test141_null_ref_option - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.053 s test142_null_ref_option - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test143_null_ref_option - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test145_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test146_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test148_access_restrictions - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test150_null_ref_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test151_null_ref_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test153_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test154_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test155_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test156_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test157_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test158_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test159_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test160_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test161_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test162_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test163_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test164_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test165_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test166_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.028 s test167_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test168_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test169_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test170_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test171_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test172_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test174_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.02 s test175_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.06 s test176_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test177_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test178_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test179_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test180_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test181_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test182_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test183_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test184_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test185_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test186565 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test186_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test187_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test188_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test189_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test190_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.009 s test191_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test192_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test193_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test194_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.028 s test195_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test196_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test197_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test198_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test199_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test200_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test201_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test202_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test203_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test204_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test205_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test206_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test207_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test208_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test209_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test210_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test211_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.043 s test212_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test213_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test216b_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.008 s test217_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test218_batch_classpath_apis - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test219_batch_classpath_apis - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test221_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test222_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test223_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test225_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test227_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test228_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test229_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test230_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 2.769 s test230_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test231_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 1.336 s test232_repeated_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 2.16 s test233_repeated_sourcepath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 2.035 s test234_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 1.077 s test235_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 1.137 s test236_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 1.366 s test237_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 1.417 s test238_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 1.37 s test239_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.03 s test240_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.031 s test241_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.045 s test242_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.03 s test243_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.07 s test244_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.029 s test245_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.073 s test246_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.027 s test247_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.028 s test248_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.032 s test249_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.03 s test250_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.029 s test251_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.03 s test252_progress - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test253_progress - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test254_progress - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test255_progress - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test256_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.031 s test257_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.032 s test258_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.045 s test259_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.086 s test260_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.033 s test261_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.073 s test262_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test263_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.028 s test264_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.029 s test265_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.057 s test266_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.086 s test267_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.032 s test268_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test269_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test270_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test271_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.07 s test272_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test273_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test274_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test275_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test276_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test277_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.034 s test278_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.071 s test279_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.257 s test280_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.179 s test281_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test282_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test283_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test284_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test285_option_files - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.008 s test286_option_files - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test287_option_files - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test288_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test289_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test290_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test291_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test292_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.008 s test293 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.036 s test293_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test294 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test294_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test295_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test296 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test297 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test298 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test299 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test300 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test301 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test302 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test303 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test304 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test305 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test306 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test310_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test310b_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test312_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.016 s test317_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test317_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s test318_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test318_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test319_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test319_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s test320_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test321_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test322_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test323_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test324_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test325_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test326_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test327_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test328_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test329_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test330_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test331_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test385780_warn_option - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s test405225_extdirs - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s test408038a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.18 s test408038b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.08 s test408038c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.102 s test408038d - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.078 s test408038e - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.078 s test439750 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.115 s test496137a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.026 s test496137b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test496137c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test496137d - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s test496137e - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s test496137f - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.028 s test501457 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.083 s testBridgeMethodRetention - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s testBug375366a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s testBug375366b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s testBug375409a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s testBug375409b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s testBug375409c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s testBug375409d - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s testBug375409e - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s testBug375409f - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s testBug375409g - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s testBug419351 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s testBug531579 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.316 s testFailOnWarnings_NoWarning - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s testFailOnWarnings_WithWarning - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s testFileSystem_findSecondaryInClass - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.001 s testInferenceIn14Project - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.006 s testInferenceIn15Project - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.005 s testReleaseOption - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0 s testReportingUnavoidableGenericProblems - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.004 s testReportingUnavoidableGenericProblems2 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.003 s testUnusedObjectAllocation - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest) Time elapsed: 0.002 s test313_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.01 s test314_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.007 s test315_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.005 s test315_warn_options_a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.004 s test315_warn_options_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.011 s test316_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.003 s test316b_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.048 s test320_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.007 s test440477 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.116 s test440687a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.33 s test440687b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.017 s test440687c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.038 s test440687d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.003 s test490010NoEeaFile1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.015 s test490010NoEeaFile2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.072 s test490010NoEeaFile3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.015 s testBug375366c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.008 s testBug375366d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.078 s testBug466291 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.019 s testBug466291b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest) Time elapsed: 0.085 s testBug372319 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConcurrentBatchCompilerTest) Time elapsed: 4.707 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test) Time elapsed: 1.902 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test) Time elapsed: 1.106 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test) Time elapsed: 1.04 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test) Time elapsed: 1.106 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test) Time elapsed: 1.075 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test) Time elapsed: 1.271 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test) Time elapsed: 1.149 s <<< FAILURE! junit.framework.ComparisonFailure: test007 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n @A(name = "name", //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n 2. ERROR in X.java (at line 4)\n value = "Test") //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n 3. ERROR in X.java (at line 6)\n @X2("") //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n @A(name = "name", //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n 2. ERROR in X.java (at line 4)\n value = "Test") //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n 3. ERROR in X.java (at line 6)\n @X2("") //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test.test007(ExternalizeStringLiterals15Test.java:233) test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test) Time elapsed: 1.008 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test) Time elapsed: 1.116 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test) Time elapsed: 1.128 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test) Time elapsed: 1.135 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test) Time elapsed: 1.119 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test) Time elapsed: 1.067 s test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.215 s test10 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.31 s test11 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.225 s test12 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.229 s test13 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.237 s test14 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.112 s test2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.174 s test3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.216 s test4 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.194 s test5 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.132 s test6 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.167 s test7 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.196 s test8 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.225 s test9 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.184 s testBug546362 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5) Time elapsed: 1.315 s test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.095 s test10 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.249 s test11 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.285 s test12 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.269 s test13 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.068 s test14 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.092 s test15 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.265 s test2 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.068 s test3 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.241 s test4 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.298 s test5 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.173 s test6 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.176 s test7 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.271 s test8 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.249 s test9 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5) Time elapsed: 1.313 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.006 s test0010 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.045 s test0011 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.036 s test0012 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 0.989 s test0013 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 0.977 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.034 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.015 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.062 s <<< FAILURE! junit.framework.ComparisonFailure: test003 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in Y.java (at line 3)\n void foo() {\n ^\n The type parameter X is hiding the type Y.X\n ----------\n 2. WARNING in Y.java (at line 4)\n class X {}\n ^\n The nested type X is hiding the type parameter X of the generic method foo() of type Y\n ----------\n 3. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in Y.java (at line 3)\n void foo() {\n ^\n The type parameter X is hiding the type Y.X\n ----------\n 2. WARNING in Y.java (at line 4)\n class X {}\n ^\n The nested type X is hiding the type parameter X of the generic method foo() of type Y\n ----------\n 3. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is never used locally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test003(InnerClass15Test.java:98) test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.023 s <<< FAILURE! junit.framework.ComparisonFailure: test004 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is hiding the type Y.X\n ----------\n 2. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is hiding the type Y.X\n ----------\n 2. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is never used locally\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test004(InnerClass15Test.java:126) test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.061 s <<< FAILURE! junit.framework.ComparisonFailure: test005 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test005(InnerClass15Test.java:149) test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.024 s <<< FAILURE! junit.framework.ComparisonFailure: test006 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test006(InnerClass15Test.java:172) test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.015 s <<< FAILURE! junit.framework.ComparisonFailure: test007 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test007(InnerClass15Test.java:195) test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.094 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.101 s testBug520874a - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 0.988 s testBug520874b - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.063 s testBug520874c - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.009 s testBug520874d - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.071 s testBug520874e - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 0.963 s testBug520874f - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.053 s testBug520874g - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.052 s testBug520874h - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.098 s testBug520874i - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.072 s testBug526681 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.005 s testBug527731 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test) Time elapsed: 1.618 s test407414a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.336 s test407414b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.069 s test407414b2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.082 s test407414b3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.415 s test407414b4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.109 s test424702 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.139 s test428104 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.135 s test444024 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.287 s testBug237236 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.493 s testBug372011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.049 s testBug374129 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.266 s testBug382069_j - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.132 s testBug382069_k - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.159 s testBug385626_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.569 s testBug385626_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.426 s testBug388281_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.604 s testBug388281_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.193 s testBug388281_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.405 s testBug388281_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.207 s testBug388281_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.175 s testBug388281_06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.045 s testBug388281_07 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.207 s testBug388281_08 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.176 s testBug388281_09 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.026 s testBug388281_10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.091 s testBug388630_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.467 s testBug388630_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.217 s testBug403086_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.468 s testBug403086_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.429 s testBug403674 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.307 s testBug403674a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.171 s testBug407414c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.311 s testBug407414d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.277 s testBug407414e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.295 s testBug407414f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.224 s testBug412076 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.575 s testBug413460 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.452 s testBug415413 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.173 s testBug415413a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.327 s testBug415413b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.225 s testBug415413c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.083 s testBug415850_a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.091 s testBug415850_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.676 s testBug416267 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.11 s testBug417295_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.09 s testBug417295_7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.303 s testBug418235 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.27 s testBug418235b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.065 s testBug418236 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.279 s testBug418843 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.197 s testBug420313 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.191 s testBug422796 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.254 s testBug422796a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.32 s testBug422796b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.2 s testBug424624 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.504 s testBug424624a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.801 s testBug424624b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.377 s testBug430084 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.144 s testBug432348 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.239 s testBug434374 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.464 s testBug434374a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.292 s testBug434374b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.124 s testBug434374c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.276 s testBug435805 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.131 s testBug443347 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.296 s testBug443347b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.228 s testBug443347c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.091 s testBug445147 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.215 s testBug445708 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.247 s testBug445708b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.393 s testBug452780 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.498 s <<< FAILURE! junit.framework.ComparisonFailure: testBug452780 - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n List<@NonNull T> res = Arrays.asList(ts);\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n List<@NonNull T> res = Arrays.asList(ts);\n ^\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug452780(NullAnnotationTest.java:7990) testBug455557 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.261 s testBug455723 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.211 s testBug455723b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.296 s testBug457210 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.006 s testBug459397 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.136 s testBug459967_Enum_valueOf - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.307 s testBug459967_Enum_valueOf_binary - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 3.007 s testBug459967_Enum_values - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.429 s testBug459967_Enum_values_binary - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 3.006 s testBug461878 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.27 s testBug462790 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.953 s <<< FAILURE! junit.framework.AssertionFailedError: testBug462790: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug462790(NullAnnotationTest.java:8199) testBug466477 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.022 s testBug467610 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.28 s testBug477719 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.294 s testBug481931_binary - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.602 s testBug481931_source - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.251 s testBug482075 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.288 s testBug489486conform - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.3 s testBug489486negative - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.068 s testBug499714 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.249 s testBug502113 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.337 s testBug502113b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.109 s testBug502214 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.126 s testBug530970_default - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.421 s testBug530970_default_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.503 s <<< FAILURE! junit.framework.ComparisonFailure: testBug530970_default_bin - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n Number field = new Long(13);\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n Number field = new Long(13);\n ^\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_default_bin(NullAnnotationTest.java:9696) testBug530970_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.385 s testBug530970_field_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.514 s <<< FAILURE! junit.framework.ComparisonFailure: testBug530970_field_bin - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n Number field = new Double(1.1);\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n Number field = new Double(1.1);\n ^\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_field_bin(NullAnnotationTest.java:9625) testBug530970_on_field_and_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.575 s testBug530970_on_field_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 3.803 s testBug530970_param - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.66 s testBug530970_param_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 3.74 s testBug530970_return - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.62 s testBug530970_return_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.489 s <<< FAILURE! junit.framework.ComparisonFailure: testBug530970_return_bin - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n return new Integer(13);\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n return new Integer(13);\n ^\n 1 warning\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_return_bin(NullAnnotationTest.java:9554) testBug542707_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0 s testBug542707_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0.001 s testBug542707_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0 s testBug542707_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0 s testBug542707_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0 s testBug545715 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0 s testBug548418_001a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0.001 s testBug548418_001b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0 s testBug548418_002a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0 s testBug548418_002b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0 s testBug_415269 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.474 s testMultipleAnnotations - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 3.937 s testTypeAnnotationProblemNotIn17 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.148 s test_annotation_import_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.62 s test_annotation_import_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.569 s test_annotation_import_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0.987 s test_annotation_import_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.03 s test_assignment_expression_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.529 s test_conditional_expression_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.186 s test_constructor_with_nested_class - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.337 s test_contradictory_annotations_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.093 s test_contradictory_annotations_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.093 s test_contradictory_annotations_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.1 s test_default_nullness_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.454 s test_default_nullness_002_custom - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.431 s <<< FAILURE! junit.framework.ComparisonFailure: test_default_nullness_002_custom - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Y.java (at line 5)\n @Nullable Object getObject(Object o) {\n ^^^^^^^^^^^^^^^^\n The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n ----------\n 2. ERROR in Y.java (at line 5)\n @Nullable Object getObject(Object o) {\n ^^^^^^\n Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Y.java (at line 5)\n @Nullable Object getObject(Object o) {\n ^^^^^^^^^^^^^^^^\n The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n ----------\n 2. ERROR in Y.java (at line 5)\n @Nullable Object getObject(Object o) {\n ^^^^^^\n Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.test_default_nullness_002_custom(NullAnnotationTest.java:2355) test_default_nullness_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.136 s test_default_nullness_003a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.342 s test_default_nullness_003b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.245 s test_default_nullness_003c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.504 s test_default_nullness_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.263 s test_default_nullness_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.144 s test_default_nullness_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.122 s test_default_nullness_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.485 s test_default_nullness_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.15 s test_default_nullness_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.093 s test_default_nullness_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.039 s test_default_nullness_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.105 s test_default_nullness_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.169 s test_default_nullness_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.128 s test_default_nullness_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.14 s test_default_nullness_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.029 s test_default_nullness_017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.137 s test_enum_field_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.348 s test_enum_field_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.393 s test_illegal_annotation_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.064 s test_illegal_annotation_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.16 s test_illegal_annotation_003b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.153 s test_illegal_annotation_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 0.988 s test_illegal_annotation_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.085 s test_illegal_annotation_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.103 s test_illegal_annotation_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.093 s test_illegal_annotation_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.01 s test_message_send_in_control_structure_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.116 s test_message_send_in_control_structure_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.183 s test_message_send_in_control_structure_02a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.105 s test_message_send_in_control_structure_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.172 s test_missing_default_annotation_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.102 s test_missing_default_annotation_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.107 s test_nesting_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.223 s test_nonnull_argument_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.174 s test_nonnull_argument_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.106 s test_nonnull_field_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.25 s test_nonnull_field_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.145 s test_nonnull_field_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.104 s test_nonnull_field_14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.45 s test_nonnull_field_14b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.434 s test_nonnull_field_15 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.282 s test_nonnull_field_16 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.211 s test_nonnull_field_17 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.09 s test_nonnull_field_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.038 s test_nonnull_field_2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.094 s test_nonnull_field_2b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.162 s test_nonnull_field_2c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.056 s test_nonnull_field_2d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.227 s test_nonnull_field_2e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.214 s test_nonnull_field_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.147 s test_nonnull_field_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.095 s test_nonnull_field_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.101 s test_nonnull_field_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.201 s test_nonnull_field_7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.186 s test_nonnull_field_8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.117 s test_nonnull_field_9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.124 s test_nonnull_local_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.151 s test_nonnull_local_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.137 s test_nonnull_parameter_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.182 s test_nonnull_parameter_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.284 s test_nonnull_parameter_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.188 s test_nonnull_parameter_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.334 s test_nonnull_parameter_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.282 s test_nonnull_parameter_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.264 s test_nonnull_parameter_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.24 s test_nonnull_parameter_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.007 s test_nonnull_parameter_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.126 s test_nonnull_parameter_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.39 s test_nonnull_parameter_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.376 s test_nonnull_parameter_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.597 s test_nonnull_parameter_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.129 s test_nonnull_parameter_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.085 s test_nonnull_parameter_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.197 s test_nonnull_parameter_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.285 s test_nonnull_return_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.392 s test_nonnull_return_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.128 s test_nonnull_return_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.114 s test_nonnull_return_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.318 s test_nonnull_return_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.067 s test_nonnull_return_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.099 s test_nonnull_return_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.118 s test_nonnull_return_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.213 s test_nonnull_return_009a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.239 s test_nonnull_return_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.167 s test_nonnull_return_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.067 s test_nonnull_return_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.358 s test_nonnull_return_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.114 s test_nonnull_var_in_constrol_structure_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.187 s test_nonnull_var_in_constrol_structure_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.154 s test_nonnull_var_in_constrol_structure_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.144 s test_null_with_apt - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.21 s test_null_with_apt_comment4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.193 s test_nullable_field_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.134 s test_nullable_field_10a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.358 s test_nullable_field_10b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.154 s test_nullable_field_10c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.198 s test_nullable_field_10d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.183 s test_nullable_field_10e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.207 s test_nullable_field_10f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.196 s test_nullable_field_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.361 s test_nullable_field_11a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.367 s test_nullable_field_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.213 s test_nullable_field_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.077 s test_nullable_field_14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.281 s test_nullable_field_14a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.001 s test_nullable_field_15 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.068 s test_nullable_field_16 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.362 s test_nullable_field_17 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.183 s <<< FAILURE! junit.framework.ComparisonFailure: test_nullable_field_17 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. INFO in X.java (at line 5)\n return this.o.toString();\n ^\n Potential null pointer access: this expression has a '@Nullable' type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. INFO in X.java (at line 5)\n return this.o.toString();\n ^\n Potential null pointer access: this expression has a '@Nullable' type\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.test_nullable_field_17(NullAnnotationTest.java:5451) test_nullable_field_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.027 s test_nullable_field_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.062 s test_nullable_field_3m - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.096 s test_nullable_field_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.112 s test_nullable_field_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.104 s test_nullable_field_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.095 s test_nullable_field_7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.067 s test_nullable_field_8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.368 s test_nullable_field_9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.059 s test_nullable_paramter_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.155 s test_nullable_paramter_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.2 s test_nullable_return_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.066 s test_nullable_return_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.39 s test_nullness_default_018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.161 s test_nullness_default_018b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.205 s test_options_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.658 s test_options_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.261 s test_options_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.107 s test_parameter_specification_inheritance_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.487 s test_parameter_specification_inheritance_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.312 s test_parameter_specification_inheritance_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.265 s test_parameter_specification_inheritance_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.391 s test_parameter_specification_inheritance_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.551 s test_parameter_specification_inheritance_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.483 s test_parameter_specification_inheritance_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.225 s test_parameter_specification_inheritance_007a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.388 s test_parameter_specification_inheritance_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 2.296 s test_parameter_specification_inheritance_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.262 s test_parameter_specification_inheritance_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.425 s test_parameter_specification_inheritance_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.165 s test_parameter_specification_inheritance_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.319 s test_parameter_specification_inheritance_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.086 s test_parameter_specification_inheritance_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.214 s test_parameter_specification_inheritance_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.179 s test_parameter_specification_inheritance_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.216 s test_parameter_specification_inheritance_017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.092 s test_parameter_specification_inheritance_018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.275 s test_redundant_annotation_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.118 s test_redundant_annotation_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.068 s test_redundant_annotation_02g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.096 s test_redundant_annotation_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.359 s test_suppress_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest) Time elapsed: 1.252 s testBug542084_error - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2) Time elapsed: 3.595 s testBug542084_no_error - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2) Time elapsed: 1.284 s testBug550063 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2) Time elapsed: 2.45 s testBug550063_b - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2) Time elapsed: 2.255 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.277 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.241 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.396 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.546 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.192 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.238 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.279 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.307 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.311 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.295 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.269 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.227 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.169 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.237 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.297 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.39 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.229 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.495 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.239 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.459 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.233 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.289 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.191 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.278 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.249 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.271 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.427 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.251 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.267 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.493 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.232 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.299 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.37 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.294 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.174 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.404 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 4.649 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.263 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.199 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.18 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.425 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.33 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.225 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.377 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.304 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.015 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.1 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.199 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.293 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.565 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.412 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.236 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.049 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.243 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.311 s test055a - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.228 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.413 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.215 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.164 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.084 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.17 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.127 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.128 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.093 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.201 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.051 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.245 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.079 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.3 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.202 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.903 s test385593_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.308 s test385593_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.176 s test394718 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.31 s test551368 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.717 s test551368_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.213 s test551368_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.267 s test558844 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.403 s testBug359495a - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.428 s testBug359495b - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.364 s testBug380313 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.297 s testBug380313b - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.341 s testBug380927 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.305 s testBug412203_a - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 0.294 s testBug412203_b - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 0.007 s testBug412203_c - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 0.006 s testBug5409021 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest) Time elapsed: 1.708 s test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_6) Time elapsed: 1.31 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_7) Time elapsed: 1.446 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest) Time elapsed: 1.218 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest) Time elapsed: 0.957 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest) Time elapsed: 0.921 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest) Time elapsed: 1.175 s <<< FAILURE! junit.framework.ComparisonFailure: test004 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n System.out.println(0b1110000);\n ^^^^^^^^^\n Binary literals can only be used with source level 1.7 or greater\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n System.out.println(0b1110000);\n ^^^^^^^^^\n Binary literals can only be used with source level 1.7 or greater\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest.test004(BinaryLiteralTest.java:86) test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest) Time elapsed: 1.034 s <<< FAILURE! junit.framework.ComparisonFailure: test005 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n System.out.println(-0b1110000);\n ^^^^^^^^^\n Binary literals can only be used with source level 1.7 or greater\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n System.out.println(-0b1110000);\n ^^^^^^^^^\n Binary literals can only be used with source level 1.7 or greater\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest.test005(BinaryLiteralTest.java:110) test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest) Time elapsed: 0.928 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.929 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.881 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.006 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.017 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.02 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.973 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.006 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.904 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.997 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.002 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.98 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.907 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.12 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.987 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.923 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.994 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.949 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.9 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.951 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.909 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 0.989 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.082 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.247 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest) Time elapsed: 1.182 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.32 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.074 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.137 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.065 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.101 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.034 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.247 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.122 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.027 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.002 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.059 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.337 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.159 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.125 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.157 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.04 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.1 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 0.974 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.238 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.336 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.042 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.019 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.137 s test024a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 0.929 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.073 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.196 s test026a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.084 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.362 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.194 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.226 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.257 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.337 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.272 s testBug391092 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.024 s testBug404146 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.122 s testBug488569_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test) Time elapsed: 1.174 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.088 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.102 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.293 s test003a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.116 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.078 s test004a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.166 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.051 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.111 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.107 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.06 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.098 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.127 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.109 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.097 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.099 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.098 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.095 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.135 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.088 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 0.873 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.089 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.117 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.16 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.101 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.206 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.117 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.206 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.464 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.211 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.323 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.323 s test030a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.417 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.352 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.341 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.317 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.322 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.505 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.519 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.568 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.484 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.736 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.528 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.572 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.525 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.529 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.547 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.508 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.443 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.542 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.404 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 0.275 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.364 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.382 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.12 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.125 s test053a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.077 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 0.966 s test054a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.025 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.279 s test055a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.175 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.174 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.16 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.264 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.373 s test375248 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.329 s test375248a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.509 s test375248b - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.623 s test375248c - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.526 s test375248d - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.376 s test375326 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.345 s test375326a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.076 s test375326b - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.097 s test375326c - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.422 s test375326d - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.12 s test375326e - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.063 s test375326f - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.084 s test375326g - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.101 s test380112a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.265 s test380112b - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.224 s test380112c - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.316 s test380112d - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.276 s test380112e - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.693 s test394780 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.53 s testBug467230 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.276 s testBug533187 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest) Time elapsed: 1.356 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.219 s test0014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.206 s test0014a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.049 s test0015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.36 s test0016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.123 s test0016a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.325 s test0016b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.095 s test0016c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.309 s test0017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.132 s test0017a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.242 s test0018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.305 s test0018b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.289 s test0019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 0.918 s test001a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.094 s test001b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.417 s test001b_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.289 s test001c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.197 s test001c_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.266 s test001d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.431 s test001e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.379 s test001f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.214 s test001f_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.32 s test001g - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.168 s test001g_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.319 s test001h - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.092 s test001h_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.118 s test001h_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.263 s test001i - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.027 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.102 s test0020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.178 s test0021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.211 s test0022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.566 s test0023 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.364 s test0024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.284 s <<< FAILURE! junit.framework.ComparisonFailure: test0024 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 2)\n import java.util.ArrayList;\n ^^^^^^^^^^^^^^^^^^^\n The import java.util.ArrayList is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 2)\n import java.util.ArrayList;\n ^^^^^^^^^^^^^^^^^^^\n The import java.util.ArrayList is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0024(GenericsRegressionTest_1_7.java:1109) test0025 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.294 s test0026 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.282 s test0027 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.148 s test0028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.153 s test0029 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.133 s test0029a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.197 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.3 s test0030 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.07 s test0031 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.267 s test0032 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.36 s test0033 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.066 s test0034 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.263 s test0034a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.214 s test0034b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.163 s test0035 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.281 s test0035a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.192 s test0036 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.32 s test0036a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.175 s test0037 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.225 s test0038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.289 s test0039 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.195 s test0042 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.026 s test0043 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.177 s test0044 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.145 s test0045 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.419 s test0046 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.249 s test0047 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.283 s test0048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.095 s test0049 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.323 s test004b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.104 s test004c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.488 s test0050 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.243 s test0051 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.22 s test0052 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.124 s <<< FAILURE! junit.framework.ComparisonFailure: test0052 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 5)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X x2 = new X("SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 7)\n X x3 = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 8)\n X x4 = new X(new AX());\n ^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 9)\n X x5 = new X>(new AX());\n ^\n Redundant specification of type arguments >\n ----------\n 6. ERROR in X.java (at line 10)\n X x6 = new X>(new AX());\n ^\n Redundant specification of type arguments >\n ----------\n 7. ERROR in X.java (at line 11)\n X> x7 = new X>();\n ^\n Redundant specification of type arguments >\n ----------\n ------------ but was ------------ X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:9: warning: [rawtypes] found raw type: AX\n X x5 = new X>(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n 4 warnings\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 5)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X x2 = new X("SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 7)\n X x3 = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 8)\n X x4 = new X(new AX());\n ^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 9)\n X x5 = new X>(new AX());\n ^\n Redundant specification of type arguments >\n ----------\n 6. ERROR in X.java (at line 10)\n X x6 = new X>(new AX());\n ^\n Redundant specification of type arguments >\n ----------\n 7. ERROR in X.java (at line 11)\n X> x7 = new X>();\n ^\n Redundant specification of type arguments >\n ----------]\n > but was:<[X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:9: warning: [rawtypes] found raw type: AX\n X x5 = new X>(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n 4 warnings]\n > at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052(GenericsRegressionTest_1_7.java:2014) test0052b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.118 s <<< FAILURE! junit.framework.ComparisonFailure: test0052b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 7)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n X x2 = new X("SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 9)\n X x22 = new X(1,"SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 10)\n X x3 = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 11)\n String s = foo(new X("aaa"));\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 7)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n X x2 = new X("SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 9)\n X x22 = new X(1,"SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 10)\n X x3 = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 11)\n String s = foo(new X("aaa"));\n ^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052b(GenericsRegressionTest_1_7.java:2111) test0052c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.004 s <<< FAILURE! junit.framework.ComparisonFailure: test0052c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n X x = new X("","");\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n return new X("","");\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n X x = new X("","");\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n return new X("","");\n ^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052c(GenericsRegressionTest_1_7.java:2191) test0052d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.216 s <<< FAILURE! junit.framework.ComparisonFailure: test0052d - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052d(GenericsRegressionTest_1_7.java:2226) test0053 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.127 s <<< FAILURE! junit.framework.ComparisonFailure: test0053 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Z.java (at line 3)\n foo(new Z());\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Z.java (at line 3)\n foo(new Z());\n ^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0053(GenericsRegressionTest_1_7.java:2255) test0054 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.054 s <<< FAILURE! junit.framework.ComparisonFailure: test0054 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Y.java (at line 3)\n return new Y();\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Y.java (at line 3)\n return new Y();\n ^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0054(GenericsRegressionTest_1_7.java:2283) test0055 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.073 s <<< FAILURE! junit.framework.ComparisonFailure: test0055 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 6)\n X.Inner a= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n Inner b= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 9)\n Inner c= new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 10)\n X.Inner e= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 11)\n X.Inner f= new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 6. ERROR in X.java (at line 12)\n X.Inner2 d3 = new X.Inner2();\n ^^^^^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 6)\n X.Inner a= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n Inner b= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 9)\n Inner c= new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 10)\n X.Inner e= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 11)\n X.Inner f= new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 6. ERROR in X.java (at line 12)\n X.Inner2 d3 = new X.Inner2();\n ^^^^^^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0055(GenericsRegressionTest_1_7.java:2308) test0056 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.244 s test0056b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.05 s <<< FAILURE! junit.framework.ComparisonFailure: test0056b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n X1 x1 = new X.X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X1 x2 = new X.X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n X1 x1 = new X.X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X1 x2 = new X.X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0056b(GenericsRegressionTest_1_7.java:2411) test0056c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.028 s <<< FAILURE! junit.framework.ComparisonFailure: test0056c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 6)\n X.X1 x1 = new X(1).new X1(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X.X1 x1 = new X(1).new X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 6)\n X.X1 x1 = new X(1).new X1(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X.X1 x1 = new X(1).new X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0056c(GenericsRegressionTest_1_7.java:2452) test0057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.013 s <<< FAILURE! junit.framework.ComparisonFailure: test0057 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n Pair p = new InvertedPair();\n ^^^^^^^^^^^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n Pair p = new InvertedPair();\n ^^^^^^^^^^^^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0057(GenericsRegressionTest_1_7.java:2492) test0058 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.169 s <<< FAILURE! junit.framework.ComparisonFailure: test0058 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 7)\n : new ArrayList();\n ^^^^^^^^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 7)\n : new ArrayList();\n ^^^^^^^^^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0058(GenericsRegressionTest_1_7.java:2520) test0059 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.205 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.381 s test0060 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.223 s <<< FAILURE! junit.framework.ComparisonFailure: test0060 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 6)\n new ArrayList<>();\n ^^^^^^^^^\n '<>' operator is not allowed for source level below 1.7\n ----------\n 2. ERROR in X.java (at line 6)\n new ArrayList<>();\n ^^^^^^^^^\n Incorrect number of arguments for type ArrayList; it cannot be parameterized with arguments <>\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 6)\n new ArrayList<>();\n ^^^^^^^^^\n '<>' operator is not allowed for source level below 1.7\n ----------\n 2. ERROR in X.java (at line 6)\n new ArrayList<>();\n ^^^^^^^^^\n Incorrect number of arguments for type ArrayList; it cannot be parameterized with arguments <>\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0060(GenericsRegressionTest_1_7.java:2569) test0060a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.104 s <<< FAILURE! junit.framework.ComparisonFailure: test0060a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n new java.util.ArrayList<>();\n ^^^^^^^^^^^^^^^^^^^\n '<>' operator is not allowed for source level below 1.7\n ----------\n 2. ERROR in X.java (at line 4)\n new java.util.ArrayList<>();\n ^^^^^^^^^^^^^^^^^^^\n Incorrect number of arguments for type ArrayList; it cannot be parameterized with arguments <>\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n new java.util.ArrayList<>();\n ^^^^^^^^^^^^^^^^^^^\n '<>' operator is not allowed for source level below 1.7\n ----------\n 2. ERROR in X.java (at line 4)\n new java.util.ArrayList<>();\n ^^^^^^^^^^^^^^^^^^^\n Incorrect number of arguments for type ArrayList; it cannot be parameterized with arguments <>\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0060a(GenericsRegressionTest_1_7.java:2600) test0061 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.304 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.235 s test007a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.356 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.092 s test375394a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.122 s test427728b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.432 s test428220 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.145 s test428220a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.097 s test429733 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.272 s test429733a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.266 s test442929 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.333 s test448028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.213 s <<< FAILURE! junit.framework.ComparisonFailure: test448028 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 34)\n return inspect(new W(c, o)); // - WARNING: Redundant specification of type arguments F.java\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 34)\n return inspect(new W(c, o)); // - WARNING: Redundant specification of type arguments F.java\n ^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test448028(GenericsRegressionTest_1_7.java:2756) test449619 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.156 s testBug456508 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.183 s testBug462083 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.115 s testBug469653 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.195 s testBug488649_JDK6791481_ex1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7) Time elapsed: 1.126 s test0001 - 10(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest) Time elapsed: 1.249 s test0002 - 10(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest) Time elapsed: 1.718 s testBug475996 - 10(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest) Time elapsed: 1.206 s testBug515863 - 10(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest) Time elapsed: 1.393 s test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7) Time elapsed: 1.261 s test2 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7) Time elapsed: 1.066 s testBug390889_a - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7) Time elapsed: 1.389 s testBug390889_b - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7) Time elapsed: 2.121 s testBug390889_c - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7) Time elapsed: 2.106 s testBug490988 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7) Time elapsed: 1.14 s <<< FAILURE! junit.framework.ComparisonFailure: testBug490988 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Thing.java (at line 5)\n Iterator.super.remove(); // not 1.7-compliant (must be an error)\n ^^^^^^^^^^^^^^\n Super method references to interface default methods are allowed only at source level 1.8 or above\n ----------\n 2. ERROR in Thing.java (at line 6)\n Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n ^^^^^^^^^^^^\n References to interface static methods are allowed only at source level 1.8 or above\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Thing.java (at line 5)\n Iterator.super.remove(); // not 1.7-compliant (must be an error)\n ^^^^^^^^^^^^^^\n Super method references to interface default methods are allowed only at source level 1.8 or above\n ----------\n 2. ERROR in Thing.java (at line 6)\n Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n ^^^^^^^^^^^^\n References to interface static methods are allowed only at source level 1.8 or above\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7.testBug490988(Compliance_1_7.java:192) test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.603 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.315 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.541 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.37 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.425 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.446 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.318 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.278 s <<< FAILURE! junit.framework.AssertionFailedError: test009: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4ac750bc for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest.test009(MethodHandleTest.java:279) test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.196 s <<< FAILURE! junit.framework.AssertionFailedError: test010: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4ac750bc for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 at org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest.test010(MethodHandleTest.java:315) test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest) Time elapsed: 1.489 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.937 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.995 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.982 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.976 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.991 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.938 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.034 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.073 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.103 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.003 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.007 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.162 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.027 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.082 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.017 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.083 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.074 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.974 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.212 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.035 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.035 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.985 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.091 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.076 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.017 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.117 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.988 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.018 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.078 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.013 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.062 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.165 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.154 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.974 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.944 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.093 s test0383908 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.102 s test0383913 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.927 s test0383913b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.063 s test0383913c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.126 s test0383913d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.221 s test0385111 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.274 s test0385111a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.119 s test0385137 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.262 s test0385137a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.218 s test0388085 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.076 s test0388085a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.136 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.876 s test0390882 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.196 s test0390882a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.167 s test0390882b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.264 s test039b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.887 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.97 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.011 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.918 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.009 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.999 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.956 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.928 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.88 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.996 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.007 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.999 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.009 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.997 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.991 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.93 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.97 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.903 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.921 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.961 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.06 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.952 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.934 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.972 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.012 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.017 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.048 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.936 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.018 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.989 s test383596 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.977 s test383596a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.996 s test383596b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.931 s test391521 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.113 s test392119 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.003 s test392119b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.221 s test392119c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.983 s test392671 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.965 s test402618 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.293 s test403581 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.215 s test406587 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.161 s test414038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.936 s test415308a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.312 s test415308a2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.075 s test415308b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.168 s test415308b2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.03 s <<< FAILURE! junit.framework.ComparisonFailure: test415308b2 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 16)\n @Illegal Y.YY.Z[] z = null;\n ^^^^^^^^\n Type annotations are not allowed on type names used to access static members\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 16)\n @Illegal Y.YY.Z[] z = null;\n ^^^^^^^^\n Type annotations are not allowed on type names used to access static members\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest.test415308b2(NegativeTypeAnnotationTest.java:3627) test415308c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.94 s test415308d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.066 s test415308d2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.034 s test415308e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.059 s test415308f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.919 s test415308f2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.074 s <<< FAILURE! junit.framework.ComparisonFailure: test415308f2 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 13)\n public @Illegal Y.Z[] foo() { return null;}\n ^^^^^^^^\n Type annotations are not allowed on type names used to access static members\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 13)\n public @Illegal Y.Z[] foo() { return null;}\n ^^^^^^^^\n Type annotations are not allowed on type names used to access static members\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest.test415308f2(NegativeTypeAnnotationTest.java:3836) test415308g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.138 s test417076 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.072 s test417076b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.092 s test418041 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.314 s test418041a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.037 s test419827a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.077 s test419827b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.11 s test419833 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.098 s test420038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.976 s test420284 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.145 s test421791 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.992 s test425599 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.165 s test427955 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.098 s testBug391108 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.119 s testBug391196 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.107 s testBug391315 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.1 s testBug391315a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.219 s testBug391464 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.247 s testBug391464_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.213 s testBug391500 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.015 s testBug391894 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.965 s testBug394355 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.219 s testBug399453 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.914 s testBug403132 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.049 s testBug403410 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.017 s testBug414038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.905 s testBug426977 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.913 s testBug426977a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.911 s testGenericConstructor - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 0.981 s testWildcardCapture - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest) Time elapsed: 1.422 s test420456 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.872 s test422134 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.626 s test429387 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.285 s test443467 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.5 s test445669 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.346 s test446715 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.263 s test483952 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.542 s test484055 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.565 s testArray1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.207 s testArray2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.253 s testArray3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.048 s testArrayOfArrays - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.322 s testArrayType_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.163 s testArrayType_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.208 s testArrayType_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.104 s testArrayType_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.106 s testArrayType_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.127 s testArrayType_10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.102 s testArrayType_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.145 s testBinary01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.725 s testBinary02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.58 s testBinary03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.529 s testBinary04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.083 s testBinary05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.907 s testBinary06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 4.62 s testBinary06b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 4.356 s testBinary07 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.918 s testBinary08 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.804 s testBinary08b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 4.03 s testBinary09 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.595 s testBinary10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.824 s testBug403216_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.303 s testBug403216_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.392 s testBug403216_3a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.157 s testBug403216_3b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.234 s testBug403457_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.056 s testBug403457_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.133 s testBug415850_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 0.946 s testBug415850_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.328 s testBug415850_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.304 s testBug415850_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.379 s testBug415850_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 0.895 s testBug415850_06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.226 s testBug416172 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.108 s testBug416174 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.179 s testBug416174b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.215 s testBug416175 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.254 s testBug416176 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.278 s testBug416176a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.158 s testBug416176b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.091 s testBug416180 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.113 s testBug416181 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.074 s testBug416182 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.123 s testBug416182a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.099 s testBug416182b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.16 s testBug416183 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.252 s testBug417759 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.106 s testBug424637 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.459 s testBug424637_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.6 s testBug424637a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.505 s testBug424725 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.309 s testBug424727 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.035 s testBug427163 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.353 s testBug427163b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.119 s testBug427163c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.156 s testBug429403 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.144 s testBug430219 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 0.994 s testBug430219a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.283 s testBug431269 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.209 s testBug432223 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.367 s testBug432977 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.374 s testBug433478 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.035 s testBug433586 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.606 s testBug434579 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.329 s testBug434582 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.245 s testBug434582a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.072 s testBug434600 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.345 s testBug434600a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.404 s testBug434600a_qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.401 s testBug434600b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.36 s testBug434600b_qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.18 s testBug435399 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.243 s testBug435841 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.263 s testBug435962 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.449 s testBug436091 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.589 s testBug437072 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.147 s testBug437270 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.234 s testBug437270_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.337 s testBug438383 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.476 s testBug439158 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.369 s testBug439298_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.255 s testBug439298_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.117 s testBug439298_comment4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.273 s testBug440398 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.253 s testBug440398_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.255 s testBug440398_comment2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.158 s testBug440462 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.307 s testBug440759a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.083 s testBug440759b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.099 s testBug440764 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.467 s testBug440773 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.446 s testBug441693 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.755 s testBug441693other - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.319 s testBug443870 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.256 s testBug445227 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.217 s testBug446217 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.222 s testBug446442_2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.286 s testBug446442_2b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.211 s testBug446442_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.275 s testBug446442_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.14 s <<< FAILURE! junit.framework.ComparisonFailure: testBug446442_4 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n interface Baz extends Foo {}\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n interface Baz extends Foo {}\n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest.testBug446442_4(NullTypeAnnotationTest.java:7472) testBug446442_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.184 s testBug446442_6a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.399 s testBug446442_6b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2 s testBug446442_comment2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.263 s testBug446442_comment2b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.427 s testBug446442_comment2c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.294 s testBug447088 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.278 s testBug447661 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.727 s testBug448709 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.515 s testBug448709_allocationExpression1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.201 s testBug448709_allocationExpression2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.109 s testBug448709_allocationExpression3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.221 s testBug448709b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.445 s testBug448777 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.29 s testBug453475 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.974 s testBug453475a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.789 s testBug453475b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.917 s testBug454182 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 0.942 s testBug455180 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.824 s testBug455180WithOtherAnnotation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.663 s testBug456236 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.335 s testBug456487a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.221 s testBug456487b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.286 s testBug456497 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.415 s testBug456584 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.297 s testBug459967_Array_clone - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.314 s testBug459967_Array_clone_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.26 s testBug459967_Array_constructor - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.33 s testBug459967_Array_constructor_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.16 s testBug461268 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.201 s testBug461268invoke - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.237 s testBug461268nnbd - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.475 s testBug465513 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.311 s testBug466556Loops - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.175 s testBug466556a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.105 s testBug466556b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.183 s testBug466556c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.126 s testBug466556captures - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.27 s testBug466556field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.222 s testBug466556nonfree - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.12 s testBug466556withPGMB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.083 s testBug466556withRaw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.369 s testBug466562 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.144 s testBug466585_comment_0 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.231 s testBug466585_comment_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.184 s testBug466713 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.283 s testBug466713b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.172 s testBug466713c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.369 s testBug466713d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.248 s testBug466969 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.328 s testBug467032 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.5 s testBug467094 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.241 s testBug467094_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.096 s testBug467094_method - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.179 s testBug467430 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.308 s testBug467430array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.276 s testBug467430arrayMismatch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.211 s testBug467430mismatch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.394 s testBug467482 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.378 s testBug467482regression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.052 s testBug467482simple - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.176 s testBug467482switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.277 s testBug467482while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.344 s testBug472663 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.036 s testBug473713 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.72 s testBug474239 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.218 s testBug474239b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.249 s testBug477719 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.135 s testBug481322a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.296 s testBug481332 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.35 s testBug482228 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.429 s testBug482242_annotatedTypeVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.01 s testBug482242_boundedWildcard - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.145 s testBug482242_intermediate - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.232 s testBug482242_simple - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.321 s testBug482247 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.082 s testBug482247_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.291 s testBug482752_lambda - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.574 s testBug482752_methodref - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.492 s testBug483146 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.426 s testBug483146b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.378 s testBug483527 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.167 s testBug484108 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.49 s testBug484471SubclassNonNull - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.256 s testBug484471SubclassNullable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.257 s testBug484735 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.629 s testBug484741 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.473 s testBug484741Invoke - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.206 s testBug484741Invoke2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.26 s testBug484741Invoke3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.424 s testBug484741b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.233 s testBug484741c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.281 s testBug484741d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.244 s testBug484741e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.271 s testBug484926 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.341 s testBug484926BTB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.498 s testBug484926fields - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.214 s testBug484926localDeclarationInForLoop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.366 s testBug484926locals - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.152 s testBug484926nesting - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.186 s testBug484926redundantNNBD - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.402 s testBug484954 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.939 s testBug484981 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.269 s testBug484981b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.785 s testBug484981c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.499 s testBug484981d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.339 s testBug485027 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.975 s testBug485030 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.259 s testBug485056 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.34 s testBug485058 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.129 s testBug485302 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.262 s testBug485374 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.383 s testBug485565 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.667 s testBug485581 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.497 s testBug485814 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.222 s testBug485988Contradictory - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.062 s testBug485988WildCardForTVWithNonNullBound - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.409 s testBug485988WildcardOverride - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.363 s testBug485988WildcardWithGenericBound - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.198 s testBug485988bound - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.301 s testBug485988neutral - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.249 s testBug485988nonnull - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.568 s testBug485988nullable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.617 s testBug488495collector - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.312 s testBug489245 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.386 s testBug489674 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.996 s testBug489978 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.781 s testBug490403 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.35 s testBug490403negative - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.151 s testBug490403typeArgAnnotationMismatch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.129 s testBug490403while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.486 s testBug492322 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.504 s testBug492322deep - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.634 s testBug492322field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.397 s testBug492322withGenericBase - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.507 s testBug492327 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.409 s testBug496591 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.779 s testBug497698 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.046 s testBug497698nestedinraw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.042 s testBug497698raw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.082 s testBug498084 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.92 s testBug498084b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.345 s testBug499589 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.319 s testBug499589BTB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.322 s testBug499589BTBqualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.441 s testBug499589STB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.276 s testBug499589STBqualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.236 s testBug499589arrayAllocation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.288 s testBug499589generics - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.048 s testBug499589leafTypeNullable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.118 s testBug499589multidim - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.221 s testBug499589qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.185 s testBug499589qualified_leafTypeNullable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.238 s testBug499589qualified_multidim - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.306 s testBug499597original - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.348 s testBug499597simplified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.356 s testBug499714 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.34 s testBug499862a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.43 s testBug499862b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.256 s testBug499862c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.312 s testBug500885 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.559 s testBug501031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.565 s testBug501031btb - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.34 s testBug501031return - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.097 s testBug501449 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.071 s testBug501464 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.06 s testBug501564 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.163 s testBug501564interface - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.147 s testBug501598 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.176 s testBug502112 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.937 s testBug502112b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 4.175 s testBug505671 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.383 s testBug507840 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.776 s testBug508497 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.463 s testBug509025 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.529 s testBug509328 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.238 s testBug510799 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.241 s testBug511723 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.179 s testBug513495 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.554 s testBug513855 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.318 s testBug513855lambda - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.602 s testBug514091 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.555 s testBug514570 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.336 s testBug514977 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.164 s testBug515292 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.308 s testBug518839 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.663 s testBug518839_BTB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.796 s testBug526555 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.197 s testBug530913 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 4.222 s testBug530913b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.69 s testBug530971 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.783 s testBug530971_BTB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 4.169 s testBug530971_locally_redundant - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.689 s testBug530971_redundant - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.966 s testBug531040 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.277 s testBug533339 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.386 s testBug534516 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 3.228 s testBug536459 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.27 s testBug536555 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.4 s testBug540264 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.103 s testBug542707_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 0 s testBug560213binary - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.786 s testBug560213source - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.57 s testBug560310 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.338 s testBug560310try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.403 s testCompatibility1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.425 s testCompatibility1a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.133 s testCompatibility2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.448 s testCompatibility2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.333 s testCompatibility3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.261 s testCompatibility3a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.038 s testCompatibility4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.205 s testCompatibility4a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.173 s testCompatibility5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.189 s testCompatibility6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.275 s testConditional1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.299 s testConditional2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.309 s testConditional3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.277 s testDefault01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.353 s testDefault01_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.784 s testDefault01b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.191 s testDefault02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.121 s testDefault02_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.365 s testDefault03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.184 s testDefault03_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.147 s testDefault04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.089 s testDefault04_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.277 s testDefault05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.119 s testDefault05_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.209 s testDefault05_custom - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.024 s testDefault05_custom2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.294 s testDefault06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.139 s testDefault06_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.142 s testDefault06_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.599 s testDefault07 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.417 s testDefault07_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.608 s testForeach - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.182 s testLocalArrays - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.415 s testMissingAnnotationTypes_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.054 s testMultipleAnnotations1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.429 s testNullTypeInference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.206 s testNullTypeInference2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.246 s testNullTypeInference2b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.212 s testNullTypeInference2c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.313 s testNullTypeInference2d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.321 s testNullTypeInference2e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.402 s testNullTypeInference2f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.298 s testNullTypeInference3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.208 s testNullTypeInference3b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.178 s testNullTypeInference3c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.208 s testNullableReturn - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.262 s testRawType - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.156 s testSE7AnnotationCopy - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.126 s testSubstitution - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.267 s testSubstitution2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.218 s testSubstitution3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.193 s testSubstitution4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.095 s testSubstitution5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.193 s testTypeBounds1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.201 s testTypeBounds2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.394 s testTypeBounds3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.209 s testTypeBounds4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.186 s testTypeVariable1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.111 s testTypeVariable10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.475 s testTypeVariable10a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.336 s testTypeVariable11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.25 s testTypeVariable12 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.301 s testTypeVariable13 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.104 s testTypeVariable14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 2.578 s testTypeVariable15 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.057 s testTypeVariable15a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.253 s testTypeVariable16 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 0.942 s testTypeVariable16a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.255 s testTypeVariable16b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.157 s testTypeVariable17 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.178 s testTypeVariable17a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.22 s testTypeVariable18 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.275 s testTypeVariable18raw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.24 s testTypeVariable19 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.484 s testTypeVariable19a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.162 s testTypeVariable2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.118 s testTypeVariable20 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.114 s testTypeVariable3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.113 s testTypeVariable4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.083 s testTypeVariable5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.555 s testTypeVariable6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.139 s testTypeVariable6a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.379 s testTypeVariable7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.144 s testTypeVariable7a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.358 s testTypeVariable7err - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.336 s testTypeVariable8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.357 s testTypeVariable9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.269 s testUnsupportedLocation01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.118 s testUnsupportedLocation02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.238 s testUnsupportedLocation03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.103 s testUnsupportedLocation04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.292 s testUnsupportedLocation04a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.177 s testUnsupportedLocation05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.259 s testUnsupportedLocation06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.176 s testUnsupportedLocation07 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.281 s testUnsupportedLocation08 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.039 s testWildcardCapture - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.358 s testWildcardCapture2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.37 s testWildcardCapture3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.23 s test_nestedType_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.204 s test_nestedType_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.132 s test_nestedType_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.207 s test_nestedType_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.081 s test_nestedType_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.002 s test_nonnull_list_elements_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.206 s test_nonnull_list_elements_01a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.298 s test_nonnull_list_elements_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.293 s test_nonnull_list_elements_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest) Time elapsed: 1.199 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.1 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.181 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.107 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.989 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.102 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.027 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.999 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.981 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.087 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.206 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.12 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.108 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.972 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.217 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.001 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.109 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.173 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.103 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.091 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.093 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.015 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.093 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.005 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.098 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.144 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.154 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.128 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.071 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.986 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.148 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.169 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.086 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.006 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.981 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.026 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.297 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.103 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.406 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.089 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.161 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.069 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.49 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.216 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.087 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.094 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.104 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.104 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.573 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.33 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.355 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.235 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.215 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.174 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.93 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.013 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.984 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.012 s test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.144 s test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.124 s test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.12 s test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.168 s test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.112 s test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.986 s test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.164 s test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.047 s test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.019 s test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.093 s test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.238 s test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.989 s test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.999 s test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.037 s test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.129 s test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.016 s test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.008 s test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.017 s test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.979 s test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.098 s test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.096 s test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.011 s test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.06 s test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.039 s test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.005 s test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.01 s test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.007 s test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.05 s test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.145 s test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.074 s test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.086 s test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.172 s test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.143 s test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.082 s test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.201 s test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.162 s test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.119 s test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.079 s test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.907 s test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.918 s test383096 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.931 s test384750 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.018 s test384750a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.001 s test384750b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.982 s test384750c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.173 s test384750d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.917 s test384750e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.119 s test384750f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.25 s test384750g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.017 s test384750h - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.131 s test384750i - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.104 s test384750j - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.372 s test384750k - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.091 s test384750l - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.179 s test384750m - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.479 s test384750n - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.169 s test384750o - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.283 s test384750p - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.223 s test384750q - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.207 s test384750r - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.202 s test384750s - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.272 s test384750t - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.207 s test384750u - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.3 s test384750v - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.209 s test384750w - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.214 s test384750x - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.284 s test384750y - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.209 s test384750z - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.165 s test384750z1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.2 s test384750z2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.243 s test384750z3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.148 s test384750z4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.362 s test384750z5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.173 s test384750z6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.295 s test384750z7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.34 s test384750z8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.085 s test384750z9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.003 s test400556 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.188 s test400556a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.07 s test400556b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.22 s test400556c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.207 s test400556d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.334 s test400556e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.243 s test400556f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.289 s test400556g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.339 s test400556h - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.394 s test400556i - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.197 s test400556j - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.205 s test400556k - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.277 s test400745 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.993 s test400745a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.235 s test401610 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.423 s test401610a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.467 s test401610b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.271 s test401610c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.324 s test401610d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.205 s test401610e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.089 s test401610ee - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.199 s test401610f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.198 s test401610g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.45 s test401610h - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.126 s test401610i - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.285 s test401610j - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.122 s test401769 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.147 s test401789_401790 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.148 s test401789_401790a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.206 s test401845 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.089 s test401845a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.015 s test401845b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.122 s test401845c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.109 s test401845d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.098 s test401845e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.069 s test401847 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.217 s test401847a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.11 s test401939 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.174 s test401939a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.073 s test401939b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.155 s test401939c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.104 s test401939ca - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.162 s test401939d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.15 s test401939e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.041 s test401939f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.192 s test401989 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.161 s test402219 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.072 s test402219a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.304 s test402219b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.106 s test402259 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.986 s test402261 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.1 s test402261a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.124 s test402261b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.072 s test402261c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.131 s test402609 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.272 s test402609a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.108 s test402609b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.17 s test402609c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.027 s test404657_final - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.136 s test404657_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.277 s test405134a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.963 s test406586 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.962 s test406588 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.155 s test406614 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.111 s test406773 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.005 s test406859a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.375 s test406859b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.105 s test406859c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.105 s test406859d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.212 s test409544 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.033 s test409544b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.971 s test410114 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.203 s test412284a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.018 s test412284b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.028 s test412284c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.017 s test412453 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.431 s test412650 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.166 s test415844a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.05 s test415844b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.019 s test421926 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.374 s test421926b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.993 s test421926c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.164 s test421927 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.221 s test421927a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.208 s test422489 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.162 s test422489a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.075 s test422489b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.317 s test422489c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.141 s test422489d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.137 s test422516 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.069 s test422516a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.153 s test422801 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.04 s test422801a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.099 s test423129 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.087 s test423129b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1 s test423129c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.406 s test423429 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.197 s test423803 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.99 s test423803b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.11 s test424154a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.225 s test424154b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.228 s test424400 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.029 s test424444 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.136 s test425278 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.189 s test425512 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.125 s test425512a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.001 s test425512b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.067 s test425512c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.122 s test425512cd - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.008 s test425512ce - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.983 s test425621 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.033 s test425712 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.098 s test426206 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.461 s test426965 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.303 s test427207 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.1 s test427265 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.502 s test427749 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.241 s test428177 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.849 s test428300 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.49 s test428300a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.452 s test428795 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.374 s test428857 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.496 s test428857a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.461 s test428857b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.324 s test428857c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.408 s test428857d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.41 s test428857e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.508 s test428857f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.503 s test428857g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.383 s test429833 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.129 s test429934 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.96 s test429969 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.62 s test429969a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.152 s test430310 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.028 s test431514 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.196 s test432531a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.247 s test432759 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.562 s test433458 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.233 s test433458a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.981 s test433588 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.481 s test433588a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.498 s test433735 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.35 s test435397 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.284 s test437444 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.294 s test438945 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.385 s test439707 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.098 s test440643 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.187 s test440643a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.073 s test440643b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.051 s test442446 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.89 s test442983 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.282 s test444665 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.124 s test474522 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.39 s testBug426563 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.09 s testBug458332 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 5.77 s testBug487390 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.927 s testBug487390b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.176 s testExplicitTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.06 s testGenericArrayCreation - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.091 s testGroundTargetTypeWithWithWildcards - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.087 s testIntersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.488 s testSuperReference01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.184 s testSuperReference02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.118 s testSuperReference03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.211 s testUnderScoreParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 0.98 s test_bug399770_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.264 s test_bug399770_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest) Time elapsed: 1.055 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.54 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.433 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.242 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.29 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.339 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.44 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.264 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.366 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.382 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.403 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.233 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.367 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.425 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.371 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.425 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.423 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.441 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.346 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.286 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.35 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.356 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.31 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.31 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.57 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.312 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.4 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.384 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.461 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.38 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.276 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.296 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.299 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.302 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.397 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.215 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.565 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.595 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.25 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.109 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.333 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.402 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.452 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.396 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.073 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.34 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.341 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.433 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.301 s test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.345 s test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.275 s test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.201 s test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.495 s test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.416 s test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.362 s test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.428 s test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.361 s test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.276 s test406744a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.352 s test406744b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.378 s test406744c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.386 s test406744d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.356 s test406744e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.267 s test406744f - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.297 s test406744g - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.406 s test406744h - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.356 s test406744i - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.43 s test406744j - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.422 s test406744k - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.33 s test406744l - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.21 s test406744m - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.259 s test406744n - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.313 s test406744o - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.228 s test406744p - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.25 s test406744q - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.314 s test406744r - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.447 s test406744s - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.278 s test406744t - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.397 s test406744u - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.372 s test406744v - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.309 s test406744w - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.287 s test406744x - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.392 s test421536 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.288 s test421536a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.303 s test421607 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.228 s test421712 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.387 s test421927 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.342 s test422515 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.275 s test422515a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.399 s test422800 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.27 s test423684 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.578 s test424226 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.304 s test424589 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.226 s test424628 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.34 s test425152 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.14 s test425512 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.098 s test425712 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.312 s test426074 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.318 s test426086 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.322 s test426086a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.476 s test426411 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.301 s test426411b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.306 s test426411c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.296 s test426411d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.307 s test426411e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.254 s test426411f - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.29 s test427483 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.552 s test427627 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.486 s test427744 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.33 s test427962 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.886 s test428003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.509 s test428003a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.578 s test428112 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 2.357 s test428261 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.26 s test428261a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.284 s test428552 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.839 s test428642 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 2.354 s test428857 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.999 s test428857a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.594 s test428857b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.512 s test428857c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.499 s test429112 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.454 s test429112a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.457 s test429112b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.487 s test429112c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.409 s test429759 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.476 s test429763 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.52 s test429763a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.483 s test429948 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.418 s test429969 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.717 s test430015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.501 s test430035 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.489 s test430035a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.604 s test430035b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.368 s test430035c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.384 s test430035d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.224 s test430035e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.202 s test430035f - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.464 s test430040 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.435 s test430043 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.666 s test430241 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.345 s test430310 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.193 s test430310a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.188 s test430310b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.307 s test430310c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.245 s test430766 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.36 s test430766a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.569 s test431190 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.461 s test431514 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.073 s test431514a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.174 s test432110 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.504 s test432520 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.306 s test432531 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.268 s test432605 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 2.407 s test432619 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.32 s test432619a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.61 s test432625 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.515 s test432682 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.754 s test434297 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.5 s test436542 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.72 s test437781 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.195 s test438534 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.724 s test439515 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.406 s test439515a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.282 s test440152 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.394 s test440152a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.307 s test441907 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.527 s test441929 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.296 s test443889 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.56 s test444772 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.505 s test444773 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.536 s test444785 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.691 s test444803 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.439 s test445949 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.73 s test445949a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.397 s test447119 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.803 s test447119a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.636 s test447119b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.847 s test447119c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.731 s test447119d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 2.369 s test447119e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.805 s test448802 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.588 s test449063 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.479 s test449063a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.578 s test449063b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.579 s test449063c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.535 s test449063d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.305 s test449063e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.498 s test449063f - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.307 s test456395 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 2.281 s test459305 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.678 s test461004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.88 s test467825 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.403 s test467825a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.201 s test476859 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 2.009 s test476859a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.543 s test477263 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.578 s test477263a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.396 s test477263b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.348 s test478533 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.239 s test478533a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.106 s test489631 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.713 s test489631a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.587 s test500374 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.606 s test500374a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.632 s test509804 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.778 s testBUg490469 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.37 s testBug419048_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.54 s testBug419048_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.538 s testBug419048_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.545 s testBug424742 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 0.956 s testBug452587 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.132 s testBug479284 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.778 s testBug485529 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.359 s testBug487586 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.146 s testBug491139 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.382 s testBug499258 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.221 s testBug502871 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.217 s testBug514105 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.263 s testBug515473 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.183 s testBug516833 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.555 s testBug517299 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.701 s testBug517951 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.516 s testBug517951a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.374 s testBug517951b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.174 s testBug517951c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.224 s testBug521182 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.402 s testBug521182a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.484 s testBug521182b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.465 s testBug521808 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.245 s testBug521818 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.432 s testBug522469 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.062 s testBug522469a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.307 s testBug522469b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.074 s testBug529199 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.349 s testBug531093 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.445 s testBug531093comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.698 s testBug540520 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.998 s testBug540631 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.244 s testBug553885a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.644 s testBug553885b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.47 s testBug553885c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.544 s testGenericArrayCreation - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.354 s testLambdaInference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.512 s testLambdaInference2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.52 s testReferenceExpressionInference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.138 s testReferenceExpressionInference2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.227 s testReferenceExpressionInference3a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.183 s testReferenceExpressionInference3b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.2 s testreduced432605 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest) Time elapsed: 1.692 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.636 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.353 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.314 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.272 s test447767 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.28 s test447767a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.333 s test447767b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.453 s test447767c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.399 s test447767d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.594 s test448724 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.807 s test448954 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.394 s test449410 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.265 s test449824 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.171 s test450380 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.146 s test450604 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.404 s test450604a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.189 s testBug4448556 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.495 s testBug4448556a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.673 s testBug446691_comment14 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.251 s testBug446691_comment14b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.286 s testBug446691_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.362 s testBug446691_comment8 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.215 s testBug451840 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 0.915 s testBug453687 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 2.18 s testBug456481 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.454 s testBug457007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.394 s testBug463526 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 0.974 s testBug463526b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.259 s testBug463526c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.15 s testBug464408 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.4 s testBug465900 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.619 s testBug472648 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.361 s testBug473432 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.745 s testBug477888 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.675 s testBug511676 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.442 s testBug511676a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.304 s testBug543778 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest) Time elapsed: 1.358 s test001_simple - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.912 s test002_simpleNonSerializable - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.69 s test003_twoSerializedLambdas - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.032 s test004_lambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.849 s test005_capturingVariableLambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.978 s test006_capturingVariableLambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.83 s test008_capturingTwoVariableLambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.733 s test009_capturingTwoSlotVariablesLambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.828 s test010_VarargsLambdaExpression - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.967 s test012_intersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.872 s test013_intersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.814 s test014_intersectionCastAndNotSerializable - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.776 s test015_serializableViaIntersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.931 s test016_bug424211 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.617 s test017_bug424211 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.624 s test018_bug424211 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.57 s test019_bug424211 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.838 s test020_lambdaNames - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.991 s test021_lambdaNamesVariants - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.818 s test022_nestedLambdas - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.922 s test023_lambdasInOtherPlaces_Field - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.883 s test024_lambdasInOtherPlaces_MethodParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.862 s test025_lambdasWithGenericInferencing - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.197 s test026_lambdasInOtherPlaces_Clinit - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.82 s test428552 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.763 s test428642 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.919 s test428642_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.009 s test429112 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.965 s test439889 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.849 s test439889_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.768 s test449467 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.836 s test449467_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.898 s testBindingThis_442418 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.887 s testNestedLambdas_442416 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.815 s testbug479119 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.041 s testbug479119_comment20 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.162 s testbug479119a - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.211 s testbug479119b - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.077 s testbug485333 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.033 s testbug494487 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.889 s testbug497879 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.214 s testbug497879a - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.977 s testbug497879b - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.993 s testbug503118 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 2.166 s testbug507011 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.911 s testbug509782 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest) Time elapsed: 1.74 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.111 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.54 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.278 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.088 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.162 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.33 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.165 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.382 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.275 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.291 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.304 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.354 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.385 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.253 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.335 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.46 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.318 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.311 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.367 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.156 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.278 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.375 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.089 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.105 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.33 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.16 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.271 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.267 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.195 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.298 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.421 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.155 s test400871 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 2.449 s test4008712 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.144 s test4008712e - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.423 s test4008712f - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.163 s test4008712g - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.121 s test4008712h - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.209 s test4008712i - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.183 s test4008712j - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.32 s test4008712k - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.324 s test4008712l - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.294 s test4008712m - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.147 s test4008712n - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.343 s test4008712o - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.327 s test4008712p - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.162 s test4008712q_diamond - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.385 s test4008712q_raw - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.281 s test4008712r - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.503 s test4008712s - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.534 s test4008712t - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.5 s test4008712u - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.088 s test4008712v - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.523 s test4008712w - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.173 s test4008712x - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.482 s test4008712y - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.435 s test4008712z - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.365 s test4008712za - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.342 s test4008712zb - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.137 s test4008712zc - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.234 s test4008712zd - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.341 s test4008712ze - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.317 s test4008712zf - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.279 s test4008712zg - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.304 s test4008712zh - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.298 s test400871a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.346 s test400871b - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.349 s test400871c - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.286 s test400871d - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.158 s test401850 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.375 s test422050 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.311 s test427072 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.351 s test427072a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.297 s test427072b - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.31 s test427072c - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.31 s test427628 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.295 s test427628a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.158 s test427628b - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.192 s test427748 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.41 s test427808 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.37 s test429985 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.699 s test429985a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.477 s test448801 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.337 s test450415 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.476 s test450415a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.365 s test482440a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.081 s test482440b - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.193 s testVarargs - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8) Time elapsed: 1.237 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.296 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.214 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.327 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.465 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.304 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.372 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.307 s test007a - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.308 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.509 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.452 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.413 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.485 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.354 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.664 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.394 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.33 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.305 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.573 s test424444 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.337 s test424444a - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.32 s test424444b - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.438 s test424444c - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.364 s test424444d - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.292 s test430015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.465 s test430015a - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.419 s test430035 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.434 s test430571 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.249 s test435869 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest) Time elapsed: 1.373 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.034 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.062 s <<< FAILURE! junit.framework.ComparisonFailure: test002 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J\n Object p = (I & J) () -> {};\n ^\n where INT#1 is an intersection type:\n INT#1 extends Object,I,J\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J\n Object p = (I & J) () -> {};\n ^\n where INT#1 is an intersection type:\n INT#1 extends Object,I,J\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests.test002(ExpressionContextTests.java:71) test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.048 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.013 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 0.984 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.061 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.312 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.03 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.26 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.229 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.003 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.003 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.069 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.079 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 0.952 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 0.984 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.019 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.19 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.169 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.132 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.085 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests) Time elapsed: 1.286 s test400977 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 0.967 s test406619 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 0.955 s test422731 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.08 s test423467 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.384 s test424914 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.021 s test424914a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.27 s test425718 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.033 s test425719 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.277 s test426318 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.054 s test427478 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.49 s test427478a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.41 s test436350 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.266 s test436350a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.786 s test438471 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.313 s test453552 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.094 s test453552_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.039 s test458547_comment0_a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.094 s test458547_comment0_b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.068 s test477891_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.123 s test477891_comment0_a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.1 s test477891_comment3_a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.153 s test477891_comment3_b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.151 s test477891_comment3_c - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.148 s test477891_comment3_d - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.152 s testAbstract01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.071 s testAbstract02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.119 s testAbstract02a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.082 s testAbstract02b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 0.99 s testAbstract02c - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.033 s testAbstract03 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.102 s testAbstract03a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.083 s testAbstract04 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.217 s testAbstract04a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.078 s testAbstract05 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.364 s testAbstract06 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.169 s testAbstract06a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.089 s testAbstract07 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.068 s testAbstract08 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.098 s testAbstract6b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.127 s testAnnotation1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.024 s testBridge01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.26 s testBridge02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.64 s testBug420084 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 0.89 s testBug421543 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.185 s testBug421543a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.222 s testBug421543b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.387 s testBug421797 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.44 s testBug437522 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.14 s testBug437522a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.399 s testBug539743 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.395 s testDefaultNonclash - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.01 s testDefaultNonclash2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.079 s testDefaultNonclash3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.007 s testDefaultNonclash4 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.02 s testDefaultNonclash5 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.006 s testInheritedDefaultOverrides01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.099 s testInheritedDefaultOverrides02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.124 s testInheritedDefaultOverrides03 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.276 s testInheritedDefaultOverrides04 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.212 s testInheritedDefaultOverrides05 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.602 s testInheritedDefaultOverrides06 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.536 s testModifiers1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.247 s testModifiers1a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.086 s testModifiers1b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 0.989 s testModifiers2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.034 s testModifiers3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.076 s testModifiers4 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.322 s testModifiers5 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.327 s testModifiers6 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.039 s testModifiers7 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.028 s testObjectMethod1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.079 s testObjectMethod2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.074 s testObjectMethod3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.221 s testStaticMethod01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.12 s testStaticMethod02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.168 s testStaticMethod03 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.282 s testStaticMethod04 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.234 s testStaticMethod05 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.19 s testStaticMethod06 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.351 s testStaticMethod07 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.412 s testStaticMethod08 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.357 s testStaticMethod09 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.005 s testStaticMethod10 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.432 s testStaticMethod11 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.048 s testStaticMethod12 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.118 s testStaticMethod13 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.098 s testSuperAccess01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.32 s testSuperAccess02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.334 s testSuperAccess03 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.128 s testSuperCall1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.575 s testSuperCall2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.419 s testSuperCall3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.46 s testSuperCall4 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.153 s testSuperCall5 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.359 s testSuperCall6 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.255 s testThisReference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest) Time elapsed: 1.383 s test000 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.105 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.306 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.291 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.203 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.245 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.175 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.093 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.099 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.324 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.271 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.289 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.399 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.013 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.182 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.1 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.114 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.297 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.131 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 0.995 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.078 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.119 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.078 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.122 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.16 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.205 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.123 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 0.909 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.094 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.194 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.292 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.08 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.031 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.199 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 0.992 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 0.917 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.069 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.218 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 0.997 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.181 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308) Time elapsed: 1.184 s testBug535308a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.041 s testBug535308b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.214 s testBug535308c - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.27 s testBug535308d - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.107 s testBug535308e - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.159 s testLambda_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.292 s testLambda_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.258 s testLambda_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.379 s testLambda_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.248 s testLambda_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.391 s testLambda_05a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.166 s testReferenceExpression1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.108 s testReferenceExpression_nullAnnotation_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.209 s testReferenceExpression_nullAnnotation_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.496 s testReferenceExpression_nullAnnotation_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.309 s testReferenceExpression_null_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8) Time elapsed: 1.377 s test001_classTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.478 s test002_classTypeParameter_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.795 s test003_classTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.245 s test004_classTypeParameter_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.697 s test005_classTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.397 s test006_classTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.366 s test007_methodTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.995 s test008_methodTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.338 s test009_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.276 s test010_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.392 s test011_classExtends_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.535 s test012_classExtends_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.616 s test013_classExtends_interfaces - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.551 s test014_classExtends_interfaces_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.688 s test015_classExtends_interfaces_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.665 s test016_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.281 s test017_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.258 s test018_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.192 s test019_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.231 s test020_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.272 s test021_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.229 s test022_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.264 s test023_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.196 s test024_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.312 s test025_classTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.464 s test026_classTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.346 s test027_classTypeParameterBound_complex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.295 s test028_methodTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.21 s test029_methodTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.192 s test030_methodTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.178 s test031_methodTypeParameterBound_complex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.192 s test032_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.22 s test033_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.229 s test034_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.298 s test035_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.391 s test036_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.291 s test037_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.292 s test038_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.244 s test038a_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.273 s test039_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.299 s test040_field_complex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.58 s test041_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.341 s test042_methodReturnType - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.246 s test043_methodReceiver - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.377 s test044_methodReceiver - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.244 s test045_methodParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.339 s test046_methodParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.373 s test047_methodParameterArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.322 s test048_throws - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.365 s test049_codeblocks_localVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.368 s test050_codeblocks_localVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.337 s test051_codeblocks_resourceVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.382 s test052_codeblocks_exceptionParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.326 s test053_codeblocks_exceptionParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.331 s test054_codeblocks_exceptionParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.237 s test055_codeblocks_exceptionParameterMultiCatch - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.256 s test055a_codeblocks_exceptionParameterNestedType - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.226 s test055b_codeblocks_exceptionParameterMultiCatchNestedType - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.282 s test055c_codeblocks_exceptionParameterMultiCatch - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.32 s test055d_codeblocks_exceptionParameterMultiCatch - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.321 s test055e_codeblocks_exceptionParameterMultiCatch - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.377 s test055f_codeblocks_exceptionParameterComplex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.431 s test056_codeblocks_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.261 s test057_codeblocks_new - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.33 s test057_codeblocks_new3_415821 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.273 s test057_codeblocks_new4_415821 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.205 s test058_codeblocks_new2 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.959 s test059_codeblocks_new_newArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.302 s test060_codeblocks_new_multiNewArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.289 s test060a_codeblocks_new_newArrayWithInitializer - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.327 s test060b_codeblocks_new_multiNewArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.414 s test060c_codeblocks_new_multiNewArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.278 s test060d_codeblocks_new_arraysWithNestedTypes - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.309 s test060e_codeblocks_new_arraysWithNestedTypes - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.311 s test060f_codeblocks_new_arraysWithQualifiedNestedTypes - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.406 s test061_codeblocks_new_newArrayWithInitializer - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.323 s test062_codeblocks_newArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.295 s test062_codeblocks_newArrayWithInitializer - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.4 s test063_codeblocks_new_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.322 s test064_codeblocks_constructorReference - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.575 s test065_codeblocks_methodReference - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.665 s test066_codeblocks_methodReference - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.094 s <<< FAILURE! junit.framework.ComparisonFailure: test066_codeblocks_methodReference - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ An exception has occurred in the compiler (10.0.2). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.\n java.lang.AssertionError\n at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n --------- Difference is ---------- expected:<[]> but was:<[An exception has occurred in the compiler (10.0.2). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.\n java.lang.AssertionError\n at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n ]> at org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest.test066_codeblocks_methodReference(TypeAnnotationTest.java:3294) test067_codeblocks_constructorReferenceTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.473 s test068_codeblocks_methodReferenceTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.384 s test069_codeblocks_cast - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.288 s test070_codeblocks_cast_complex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.494 s test070a_codeblocks_castWithIntersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.281 s test070b_codeblocks_castWithIntersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.378 s test070c_codeblocks_castTwiceInExpression - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.322 s test070d_codeblocks_castDoubleIntersectionCastInExpression - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.291 s test071_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.234 s test072_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.215 s test073_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.199 s test074_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.457 s test075_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.368 s test076_codeblocks_methodInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.246 s test077_codeblocks_methodInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.263 s test078_codeblocks_methodInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.459 s test079_codeblocks_methodInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.263 s test080_multiuseAnnotations - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.248 s test081_multiuseAnnotations - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.341 s test082_multiuseAnnotations - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.194 s test100_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.387 s test100a_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.408 s test100b_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.454 s test100c_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.502 s test100d_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.374 s test100e_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.724 s test100f_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.436 s test100g_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.394 s test100h_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.344 s test100i_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.234 s test100j_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.32 s test100k_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.228 s test101a_qtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.165 s test101b_qtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.37 s test101c_qtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.212 s test102a_str - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.127 s test102b_str - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.241 s test103a_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.172 s test103b_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.289 s test103c_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.232 s test103d_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.418 s test103e_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.247 s test104a_pstr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.178 s test104b_pstr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.49 s test105a_aqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.583 s test105b_aqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.28 s test106a_wtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.379 s test106b_wtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.51 s test417660 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.451 s test417660b - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.328 s test418347 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.283 s test418347a - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.325 s test418347b - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.481 s test421148 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.192 s test421620 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.366 s testAnnotatedExtendedDimensions - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.273 s testAnnotatedRedundantCast - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.268 s testAnnotatedRedundantCast2 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.379 s testBug415911 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 0.985 s testBug426616 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.52 s testBug426616a - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.728 s testBug485386 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.488 s testBug492322WithOldBinary - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 0.026 s testBug492322readFromClass - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.523 s testBug492322readFromClassWithGenericBase - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.493 s testConstructorResult - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.368 s testDeprecated - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.215 s testForwardReference - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.249 s testHybridTargets - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.188 s testHybridTargets2 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.297 s testPQTRArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.26 s testPQTRArray2 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 1.282 s testTypeVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest) Time elapsed: 0.95 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.34 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.241 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.293 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.5 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.373 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.841 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.555 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.391 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.226 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.641 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.366 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.177 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.31 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.041 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.337 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.28 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.168 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.207 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.339 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.15 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.033 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.23 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.211 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.343 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.281 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.27 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.125 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.376 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.044 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.273 s test030a - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.196 s test030b - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.098 s test030c - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.218 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.228 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.293 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.203 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.331 s test034b - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.213 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.532 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.388 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.294 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.336 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.377 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.482 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.223 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.578 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.279 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.185 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.215 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.738 s test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.341 s test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.412 s test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests) Time elapsed: 1.225 s test412555 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated18Test) Time elapsed: 1.221 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 0.008 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 0.005 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 0.003 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 0 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 0 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.003 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.304 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.281 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.315 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.058 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.049 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.314 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.165 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.116 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.009 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest) Time elapsed: 1.183 s test001_classTypeParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.012 s test001a_classTypeParameterDifferingRetentions - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.006 s test002_methodTypeParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.011 s test003_classExtends - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.007 s test004_classExtends - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.005 s test005_classTypeParameterBound - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.028 s test006_methodTypeParameterBound - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.005 s test007_field - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.006 s test008_methodReturn - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.006 s test009_methodReceiver - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.006 s test010_methodFormalParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.016 s test011_throws - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.005 s test012_annotationMethodReturn - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.004 s testBug548596 - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8) Time elapsed: 0.37 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.131 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.471 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.122 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.193 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.293 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.106 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.255 s test007a - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.071 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.092 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.084 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.118 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.132 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.194 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 3.462 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.402 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.107 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.203 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.087 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.296 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.303 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.21 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.183 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.167 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.05 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.193 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.017 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.002 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.177 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.478 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.044 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.051 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.269 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.073 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.56 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.679 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.529 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.262 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.647 s testBadContainerType - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.195 s testDeprecation - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.213 s testDeprecation2 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.106 s testRepeatableWithContaining1 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.157 s testRepeatableWithContaining2 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.149 s testRepeatableWithContaining3 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.11 s testTypeParameters - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.269 s testUnspecifiedTarget - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.215 s testUnspecifiedTarget2 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 1.187 s testVariousSites - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest) Time elapsed: 2.314 s test426633c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.386 s test426633d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.187 s test426633e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.216 s test427218 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.387 s test427218_reduced - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.122 s test428352 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.412 s test428352b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.564 s test428524 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.455 s test433852 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.86 s test434394 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.823 s test437444_c113 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.162 s test437444_c113a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.399 s test439594 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 3.101 s test442769 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 2.212 s test442916 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.8 s test445725 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 2.039 s test447767 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.37 s test483952_bare - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.368 s test499351_extra1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.533 s test499351_extra2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.709 s testAllocationBoxingCompatibility - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.337 s testBug333011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.236 s testBug340506 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.133 s testBug401850a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.269 s testBug401850b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.201 s testBug414631 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.419 s testBug418807 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.522 s testBug420525 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.676 s testBug420525_mini - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.515 s testBug420525a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.2 s testBug423070 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.298 s testBug423504 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.357 s testBug423839 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.426 s testBug424038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.47 s testBug424075 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.435 s testBug424195_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.613 s testBug424195a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.89 s testBug424195b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.655 s testBug424205a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.141 s testBug424205b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.604 s testBug424403 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.167 s testBug424415 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.314 s testBug424415b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.29 s <<< FAILURE! junit.framework.ComparisonFailure: testBug424415b - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n foo(goo(ArrayList::new));\n ^\n upper bounds: String,Collection\n lower bounds: ArrayList\n where Q is a type-variable:\n Q extends Collection declared in method goo(Functional)\n Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n foo(goo(ArrayList::new));\n ^\n upper bounds: String,Collection\n lower bounds: ArrayList\n where Q is a type-variable:\n Q extends Collection declared in method goo(Functional)\n Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug424415b(GenericsRegressionTest_1_8.java:350) testBug424415c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.715 s testBug424591_comment20 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.307 s testBug424591_comment20_variant - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.377 s testBug424591_comment22 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.231 s testBug424631 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.472 s testBug424637 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.567 s testBug424710 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.834 s testBug424712a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.276 s testBug424712b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.343 s testBug424845 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.39 s testBug424906 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.298 s testBug424930a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.543 s testBug424930b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.454 s testBug424930c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.276 s testBug425063 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.517 s testBug425142_full - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.529 s testBug425142_minimal - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.48 s testBug425152 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.399 s testBug425153 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.09 s testBug425156 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.225 s testBug425183_comment8 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.527 s testBug425278 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.216 s testBug425460orig - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.511 s testBug425460variant - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.517 s testBug425493 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.391 s testBug425783 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.136 s testBug425798 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.651 s testBug425798a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.594 s testBug425798b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.255 s testBug425951 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.274 s testBug425951a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.225 s testBug426048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 0.978 s testBug426290 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.426 s testBug426366 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.268 s testBug426537 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.174 s testBug426537b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.346 s testBug426537c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.288 s testBug426540 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.622 s testBug426542 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.149 s testBug426652 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.343 s testBug426671_full - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.585 s testBug426671_medium - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.593 s testBug426671_ok - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.533 s testBug426671b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.18 s testBug426676 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.528 s testBug426764 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.152 s testBug426778 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.539 s testBug426836 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.467 s testBug426998a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.317 s testBug426998b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.238 s testBug427164 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 0.961 s testBug427168 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.038 s testBug427196 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.376 s testBug427223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.369 s testBug427224 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.249 s testBug427265 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.473 s testBug427265_comment6 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.493 s testBug427479 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.854 s testBug427479b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.439 s testBug427483 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.484 s testBug427504 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.186 s testBug427626 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.416 s testBug428019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.138 s testBug428198 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.406 s testBug428198b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.464 s testBug428264 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.365 s testBug428275 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.35 s testBug428291 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.665 s testBug428294 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.441 s testBug428307 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.613 s testBug428786 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.369 s testBug428811 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 2.05 s testBug429090 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.529 s testBug429090_comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.043 s testBug429203 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.225 s testBug429424 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.185 s testBug429430 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.291 s testBug429430a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.191 s testBug429430b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.288 s testBug429430b2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.202 s testBug429430c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.342 s testBug429490 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.251 s testBug429490_comment33 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.318 s testBug430296 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.789 s testBug430759 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.317 s testBug431577 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.498 s testBug432110 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.5 s testBug432626 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 2.046 s testBug432626_reduced - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.548 s testBug433158 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.661 s testBug433825 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.229 s testBug433825a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.251 s testBug433845 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.161 s testBug434483 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.601 s testBug435187 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.573 s testBug435462 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.332 s testBug435689 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.385 s testBug435767 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.748 s testBug437007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.456 s testBug441734 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.39 s testBug442245 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 4.126 s testBug445231 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.499 s testBug449824a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.112 s testBug449824b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.003 s testBug452788a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.291 s testBug452788b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.367 s testBug452788c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.416 s testBug455945 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.578 s testBug457079 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.403 s testBug458396 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.233 s testBug463728 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.378 s testBug464496 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.384 s testBug466487 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.602 s testBug468999 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.194 s testBug469014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.411 s testBug469753 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.308 s testBug470542 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.129 s testBug470667 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.676 s testBug470826 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.608 s testBug470942 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.389 s testBug470958 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.908 s testBug471280_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.493 s testBug471280_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.514 s testBug472426 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.39 s testBug472851 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.308 s testBug473657 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.09 s testBug477751 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.298 s testBug477894 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.404 s testBug478848 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.393 s testBug479167 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.315 s testBug479802 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.311 s testBug480075 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.48 s testBug482416 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.48 s testBug483019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.175 s testBug483019a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.166 s testBug483228a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.094 s testBug484448 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.166 s testBug485057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.255 s testBug485373 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.241 s testBug485593 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.415 s testBug487563 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.291 s testBug487746_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.721 s testBug488328_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.206 s testBug488328_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.102 s testBug488649 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.088 s testBug488663 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.234 s <<< FAILURE! junit.framework.ComparisonFailure: testBug488663 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in C.java (at line 3)\n Comparator comparator = new Comparator() { //\n ^^^^^^^^^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in C.java (at line 3)\n Comparator comparator = new Comparator() { //\n ^^^^^^^^^^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug488663(GenericsRegressionTest_1_8.java:7328) testBug488672 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.173 s testBug488795 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.203 s testBug489976 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.605 s testBug491485 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.081 s testBug491934 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.319 s testBug492939a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.793 s testBug492939b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.887 s testBug494733_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.487 s testBug494733_comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.382 s testBug496574 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.756 s testBug496574_small - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.576 s testBug496578 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.696 s testBug496579 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.797 s testBug496624 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.712 s testBug496675 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.052 s testBug496675_comment4 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.034 s testBug496675_problem - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.14 s testBug496761 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.775 s testBug496886 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 2.07 s testBug496942 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.527 s testBug497193 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.509 s testBug497239 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.582 s testBug497603 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.414 s testBug498113a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.563 s testBug498113b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.821 s testBug498362_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.338 s testBug498362_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.157 s testBug499351 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.911 s testBug499725 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.92 s testBug499725a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.934 s testBug501949 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.462 s testBug502327 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.112 s testBug502350 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.163 s testBug502568 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.607 s testBug506021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.227 s testBug506022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.278 s testBug506022b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.293 s testBug508834 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.517 s testBug508834_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.643 s testBug509324 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.435 s testBug509694 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.645 s testBug510004_a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.46 s testBug510004_b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.498 s testBug510111 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.503 s testBug511071 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.371 s testBug511252orig - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.702 s testBug511252simplified - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.635 s testBug511750 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.596 s testBug511876 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.801 s testBug511878 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.353 s testBug512156_10 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 2.859 s testBug512156_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.589 s testBug513567 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.584 s testBug514884 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.504 s testBug515600 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.423 s testBug517710 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.205 s testBug519147 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.505 s testBug519380 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.543 s testBug521159 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.735 s testBug521185 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.212 s testBug521185a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.183 s testBug521822 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.402 s testBug521978 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.329 s testBug521982_comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.268 s testBug525576 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.242 s testBug525580 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.135 s testBug525580_comment28 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.131 s testBug525822 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.293 s testBug527742 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 2.468 s testBug528045 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.233 s testBug528046 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.296 s testBug528970 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.331 s <<< FAILURE! junit.framework.ComparisonFailure: testBug528970 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: error: incompatible types: cannot infer type-variable(s) T\n List> l = returnNull(AtomicReference.class);\n ^\n (argument mismatch; Class cannot be converted to Class>)\n where T is a type-variable:\n T extends Object declared in method returnNull(Class)\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: error: incompatible types: cannot infer type-variable(s) T\n List> l = returnNull(AtomicReference.class);\n ^\n (argument mismatch; Class cannot be converted to Class>)\n where T is a type-variable:\n T extends Object declared in method returnNull(Class)\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug528970(GenericsRegressionTest_1_8.java:8869) testBug529518 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.627 s testBug530235 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.199 s testBug531681 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.539 s testBug534223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 2.446 s testBug534466 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.102 s testBug535969 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.476 s testBug535969b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.572 s testBug536860 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.425 s testBug537089 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.165 s testBug538192 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.408 s testBug539329 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.392 s testBug540846 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.86 s testBug543128 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.361 s testBug543820 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.414 s testBug545082a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.504 s testBug545082b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.393 s testBug545121 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.188 s testBug545420 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.227 s testBug547061 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.571 s testBug547807 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.088 s testBug548589 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.43 s testBug559449 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.317 s testBug559677 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 0.983 s testBug559951 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.971 s testBug560566 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.544 s testConditionalExpression1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.078 s testConditionalExpression2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8) Time elapsed: 1.192 s test426214 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test) Time elapsed: 1.288 s test426214_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test) Time elapsed: 1.034 s test426214_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test) Time elapsed: 0.993 s test426214_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test) Time elapsed: 1.086 s <<< FAILURE! junit.framework.ComparisonFailure: test426214_4 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n int a\u061C = 0; // new unicode character in 6.3.0 \n ^^^^^^\n Syntax error on token "Invalid Character", delete this token\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n int a\u061C = 0; // new unicode character in 6.3.0 \n ^^^^^^\n Syntax error on token "Invalid Character", delete this token\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test.test426214_4(Unicode18Test.java:106) test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.491 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.185 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.133 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.107 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.086 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.188 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.12 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.189 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.105 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.199 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.125 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.108 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.16 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.112 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.101 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.192 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.131 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.199 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.08 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.217 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.074 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.307 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.2 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.028 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.066 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.113 s test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.289 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.317 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.078 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.111 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.186 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.181 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.245 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.174 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.104 s test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.176 s test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.199 s test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.223 s test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.111 s test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.096 s test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.207 s test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.116 s test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.076 s test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.099 s test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.126 s test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.096 s testBug470232_Do - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.379 s testBug470232_For - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.399 s testBug470232_While - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.481 s testCFor - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.246 s testCFor2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.409 s testDo - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.359 s testDo10 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.145 s testDo11 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.082 s testDo12 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.278 s testDo13 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.435 s testDo14 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.159 s testDo15 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.169 s testDo16 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.117 s testDo17 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.123 s testDo18 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.334 s testDo19 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.314 s testDo2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.372 s testDo20 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.398 s testDo21 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.313 s testDo22 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.306 s testDo23 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.288 s testDo24 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.302 s testDo25 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.227 s testDo26 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.286 s testDo3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.302 s testDo4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.137 s testDo5 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.14 s testDo6 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.172 s testDo7 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.2 s testDo8 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.335 s testDo9 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.307 s testForeach - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.079 s testForeach2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.205 s testForeach3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.181 s testForeach4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.198 s testIf - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.63 s testIf2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.077 s testIf3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.333 s testLabeledStatement - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.293 s testLabeledStatement2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.3 s testLabeledStatement3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.302 s testLabeledStatement4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.304 s testLabeledStatement5 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.289 s testSwitch - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.429 s testSwitch2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.158 s testSwitch3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.176 s testSwitch4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.199 s testSwitch5 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.034 s testSwitch6 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.069 s testTry - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.305 s testTry2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.129 s testTry3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.08 s testTry4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.318 s testWhile2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.191 s testWhile3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.321 s testWhile4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.148 s testWhileThis - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.198 s testWhileTrue - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.239 s testWhileTrue2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.262 s testWhileTrue3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests) Time elapsed: 1.086 s test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode9Test) Time elapsed: 1.093 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.93 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.135 s test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.132 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.948 s test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.195 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.392 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.193 s test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.241 s test008a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.588 s test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.183 s test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.405 s test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.11 s test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.07 s test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.217 s test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.207 s test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.1 s test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.108 s test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.17 s test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.272 s test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.215 s test019b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.217 s test019c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.329 s test019fail - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.454 s test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.304 s test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.321 s test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.008 s test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.5 s test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.578 s test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.504 s test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.008 s test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.309 s test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.098 s test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.116 s test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.13 s test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.14 s test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.204 s test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.228 s test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.509 s testAPILeakDetection1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.155 s testAPILeakDetection2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.206 s testAPILeakDetection3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.215 s testAPILeakDetection4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.112 s testAPILeakDetection5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.134 s testAPILeakDetection6 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.221 s testAPILeakDetection7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.227 s testApiLeak1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.231 s testApiLeak2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.194 s testAutoModule1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.074 s testBug486013_comment27 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.218 s testBug495500a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.088 s testBug495500b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.086 s testBug495500c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.088 s testBug500170a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.042 s testBug500170b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.86 s testBug508889_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.115 s testBug508889_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.162 s testBug508889_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.084 s testBug515985 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.358 s testBug518295a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.191 s testBug518295b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.17 s testBug518295c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.201 s testBug519600 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.536 s testBug519922 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.222 s testBug520858 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.095 s testBug520858a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.189 s testBug520858b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.063 s testBug520858c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.648 s testBug520858d - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.787 s testBug520858e - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.734 s testBug521362_emptyFile - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.087 s testBug521362_mismatchingdeclaration - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.156 s testBug521362_multiplePackages - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.414 s testBug521362_multiplePackages2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.025 s testBug521458a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.104 s testBug522472c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 2.101 s testBug530575 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.177 s testBug533411 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.111 s testBug540067a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.078 s testBug540067b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.078 s testBug540067c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.039 s testBug540067d - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.978 s testBug540067e - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.111 s testBug548195 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.137 s testBug548195fail - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.314 s testBug550178 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.171 s testLimitModules1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.968 s testLimitModules2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.103 s testLimitModules3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.088 s testLimitModules4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.212 s testLimitModules5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.109 s testMixedSourcepath - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.586 s testPackageConflict0 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.042 s testPackageConflict1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.084 s testPackageConflict3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.105 s testPackageConflict4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 2.204 s <<< FAILURE! junit.framework.AssertionFailedError: testPackageConflict4 Javac failure did not match "package conflict" at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274) at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224) at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:215) at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:207) at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.testPackageConflict4(ModuleCompilationTests.java:2579) testPackageConflict5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 3.303 s testPackageConflict6 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 2.379 s <<< FAILURE! junit.framework.ComparisonFailure: testPackageConflict6 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n public class X extends pm.C1 { \n ^^\n The package pm is accessible from more than one module: mod.x, mod.y\n ----------\n 1 problem (1 error)\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n public class X extends pm.C1 { \n ^^\n The package pm is accessible from more than one module: mod.x, mod.y\n ----------\n 1 problem (1 error)\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274) at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224) at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:215) at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:207) at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.testPackageConflict6(ModuleCompilationTests.java:2781) testPackageConflict7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 2.209 s testPackageTypeConflict1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.18 s testPackageTypeConflict2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.097 s testReleaseOption1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.191 s testReleaseOption10 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.282 s testReleaseOption11 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.002 s testReleaseOption13 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.403 s testReleaseOption13a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.206 s testReleaseOption14 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.811 s testReleaseOption15 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.922 s testReleaseOption16 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.092 s testReleaseOption17 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.405 s testReleaseOption18 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.306 s testReleaseOption19 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.3 s testReleaseOption2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.11 s testReleaseOption20 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0 s testReleaseOption21 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0 s testReleaseOption22 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.094 s testReleaseOption23 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0 s testReleaseOption24 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0 s testReleaseOption3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.1 s testReleaseOption4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.001 s testReleaseOption5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.001 s testReleaseOption6 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.007 s testReleaseOption7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.09 s testReleaseOption8 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.097 s testReleaseOption9 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.194 s testUnnamedPackage_Bug520839 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 0.987 s test_npe_bug535107 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests) Time elapsed: 1.09 s testBug488663_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.352 s testBug488663_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.286 s testBug488663_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.25 s testBug488663_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.515 s testBug488663_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.124 s testBug488663_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.115 s testBug488663_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.271 s testBug488663_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.406 s testBug488663_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.255 s testBug488663_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.331 s testBug488663_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.374 s testBug488663_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.15 s <<< FAILURE! junit.framework.ComparisonFailure: testBug488663_012 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: error: I is abstract; cannot be instantiated\n Y y = new Y<>("Done", new I<>() {\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: error: I is abstract; cannot be instantiated\n Y y = new Y<>("Done", new I<>() {\n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug488663_012(GenericsRegressionTest_9.java:347) testBug488663_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.173 s <<< FAILURE! junit.framework.ComparisonFailure: testBug488663_013 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 11)\n I i = new I() {\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 11)\n I i = new I() {\n ^\n Redundant specification of type arguments \n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug488663_013(GenericsRegressionTest_9.java:382) testBug488663_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.315 s testBug488663_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.26 s testBug488663_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.126 s testBug517926 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.24 s testBug521815a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.055 s testBug521815b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 1.044 s <<< FAILURE! junit.framework.ComparisonFailure: testBug521815b - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in a\Y.java (at line 2)\n import static a.b.X.Inner;\n ^^^^^^^^^^^\n The import a.b.X.Inner is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in a\Y.java (at line 2)\n import static a.b.X.Inner;\n ^^^^^^^^^^^\n The import a.b.X.Inner is never used\n ----------\n ]> at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug521815b(GenericsRegressionTest_9.java:602) testBug533644 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9) Time elapsed: 2.583 s testBug488662_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.24 s testBug488662_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.167 s testBug488662_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.237 s testBug488662_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.049 s testBug488662_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.025 s testBug488662_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 0.883 s testBug488662_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.139 s testBug488662_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.035 s testBug488662_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.155 s testBug488662_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 0.954 s testBug488662_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 0.987 s testBug488662_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 0.931 s testBug517926 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.182 s testBug518272 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.01 s testBug520795 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.025 s testBug520795a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.001 s testBug520795b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.066 s testBug520795c - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.08 s testBug521743 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9) Time elapsed: 1.178 s test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.076 s test002binary - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 2.075 s test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.213 s test005a - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.193 s test005b - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 0.996 s test005c - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.086 s test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.025 s test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.066 s testBug533063_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 0.919 s testBug533063_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.891 s testBug534304 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.117 s testBug542795 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.121 s testDeprecatedModule - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 0.664 s testDeprecatedPackageExport - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.052 s testDeprecatedProvidedServices - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.05 s testDeprecatedUsedServices - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.973 s testSinceBinary - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 2.132 s testSinceSource - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.242 s testSinceTerminally - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test) Time elapsed: 1.25 s test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests) Time elapsed: 0.812 s testBug495967 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests) Time elapsed: 1.057 s testBug508889_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests) Time elapsed: 0.746 s testBug519330 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests) Time elapsed: 0.689 s <<< FAILURE! junit.framework.ComparisonFailure: testBug519330 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n --------- Difference is ---------- expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n ]> at org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.getModuleAttribute(ModuleAttributeTests.java:61) at org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.testBug519330(ModuleAttributeTests.java:231) testBug521521 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests) Time elapsed: 0.793 s testBug521521a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests) Time elapsed: 0.807 s testBug533134 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests) Time elapsed: 1.088 s testModuleCompile - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests) Time elapsed: 1.016 s testBug529680 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testFileEndsWithDotJar - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testManifest - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0.002 s testMultiPartWithNumberWithoutDot - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testMultiPartWithVersion - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testMultiParts - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testMultipleSpecialCharacters - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0.001 s testMultipleSpecialCharactersWithDirectory - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testProjectNameEndsWithDotJar - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testSimple - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testSpecialCharacters - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testUPPERCASE - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testWithVersion - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testZip - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest) Time elapsed: 0 s testBug522326 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnnamedModuleTest) Time elapsed: 1.197 s testBug522327 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnnamedModuleTest) Time elapsed: 1.101 s testBug536037a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9) Time elapsed: 1.672 s testBug536037b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9) Time elapsed: 2.313 s test_nnbd_in_module_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9) Time elapsed: 2.04 s test_nnbd_in_module_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9) Time elapsed: 2.004 s test_redundant_nnbd_vs_module - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9) Time elapsed: 1.979 s testBug521054a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9) Time elapsed: 1.005 s testBug521054b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9) Time elapsed: 1.186 s testBug521054c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9) Time elapsed: 1.214 s testBug532913 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9) Time elapsed: 2.768 s test0001_local_variable_inference - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.267 s test0002_inferred_for - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.323 s test0003_inferred_enhanced_for - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.656 s test0004_try_with_resources - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.316 s test0005_no_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.129 s test0006_multiple_declarators - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 0.928 s test0007_var_in_wrong_place - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 0.964 s test0008_null_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 0.966 s test0008_void_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 0.977 s test0009_var_as_type_name - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 0.9 s test0010_array_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.015 s test0011_array_type - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 0.961 s test0012_self_reference - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.434 s test0013_lambda - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.266 s test0014_method_reference - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.17 s test0015_complain_over_first_poly_encountered - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.033 s test0016_dont_capture_deep_poly_expressions - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.436 s test0017_simple_variable_types - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.266 s test0018_primitive_variable_types - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.245 s test0018_project_variable_types - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.703 s testBug530879 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.079 s testBug530879a - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.053 s testBug531025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.149 s testBug531832 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 0.948 s testBug532349 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.037 s testBug532349_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.089 s testBug532349_0016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.114 s testBug532349_0017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.076 s testBug532349_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.041 s <<< FAILURE! junit.framework.ComparisonFailure: testBug532349_002 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n Y y = new Y<>();\n ^\n where T is a type-variable:\n T extends Integer declared in class Y\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n Y y = new Y<>();\n ^\n where T is a type-variable:\n T extends Integer declared in class Y\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JEP286Test.testBug532349_002(JEP286Test.java:869) testBug532349_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.072 s <<< FAILURE! junit.framework.ComparisonFailure: testBug532349_003 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n public static void foo(Y y) {\n ^\n where T is a type-variable:\n T extends Integer declared in class Y\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n public static void foo(Y y) {\n ^\n where T is a type-variable:\n T extends Integer declared in class Y\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.JEP286Test.testBug532349_003(JEP286Test.java:886) testBug532349_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.17 s testBug532349_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.13 s testBug532349_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.096 s testBug532349_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.102 s testBug532349_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.096 s testBug532349_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.199 s testBug532349_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.094 s testBug532349_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.104 s testBug532349_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.11 s testBug532349_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.032 s testBug532349_14 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.06 s testBug532349_15 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.412 s testBug532349a - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.281 s testBug532349b - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.146 s testBug532351 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.029 s testBug532920 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test) Time elapsed: 1.076 s test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode10Test) Time elapsed: 0.962 s <<< FAILURE! junit.framework.ComparisonFailure: test1 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:2: error: illegal character: '\u0860'\n public int aࡠ; // new unicode character in unicode 10.0 \n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:2: error: illegal character: '\u0860'\n public int aࡠ; // new unicode character in unicode 10.0 \n ^\n 1 error\n ]> at org.eclipse.jdt.core.tests.compiler.regression.Unicode10Test.test1(Unicode10Test.java:32) test1(org.eclipse.jdt.core.tests.compiler.regression.Jsr14Test) Time elapsed: 0.344 s Results: Failures: ComplianceDiagnoseTest>TestCase.runTest:957->testBug440285:3502->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug440285 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n Function m1 = int[]::new;\n ^^^^\n Type arguments are not allowed here\n ----------\n 2. ERROR in X.java (at line 6)\n Function m2 = int[]::new;\n ^\n Type arguments are not allowed here\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n Function m1 = int[]::new;\n ^^^^\n Type arguments are not allowed here\n ----------\n 2. ERROR in X.java (at line 6)\n Function m2 = int[]::new;\n ^\n Type arguments are not allowed here\n ----------\n ]> AmbiguousMethodTest>TestCase.runTest:957->test081:4065->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test081 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 5 warnings\n --------- Difference is ---------- expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 5 warnings\n ]> AmbiguousMethodTest>TestCase.runTest:957->test082:4119->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test082 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 5 warnings\n --------- Difference is ---------- expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 5 warnings\n ]> AmbiguousMethodTest>TestCase.runTest:957->test083:4173->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test083 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A implements I {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A implements I {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 6 warnings\n --------- Difference is ---------- expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n this.set((ValueType) valueGetter.getObject());\n ^\n required: ValueType\n found: Object\n where ValueType is a type-variable:\n ValueType extends Object declared in class A\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A implements I {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:9: warning: [rawtypes] found raw type: E\n class B extends A implements I {\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n public void set(CharSequence string) {\n ^\n first method: set(CharSequence) in I\n second method: set(Object) in A\n C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n return (Type) typeClass.newInstance();\n ^\n where T is a type-variable:\n T extends Object declared in class Class\n C.java:36: warning: [cast] redundant cast to Type\n return (Type) typeClass.newInstance();\n ^\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n C.java:20: warning: [rawtypes] found raw type: E\n E e = new E(String.class);\n ^\n missing type arguments for generic class E\n where Type is a type-variable:\n Type extends CharSequence declared in class E\n 1 error\n 6 warnings\n ]> AmbiguousMethodTest>TestCase.runTest:957->test087:4402->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test087 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:6: error: reference to with is ambiguous\n static { with(null); }\n ^\n both method with(List) in X and method with(Collection) in X match\n where T#1,T#2 are type-variables:\n T#1 extends Object declared in method with(List)\n T#2 extends Object declared in method with(Collection)\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:6: error: reference to with is ambiguous\n static { with(null); }\n ^\n both method with(List) in X and method with(Collection) in X match\n where T#1,T#2 are type-variables:\n T#1 extends Object declared in method with(List)\n T#2 extends Object declared in method with(Collection)\n 1 error\n ]> ArrayTest>TestCase.runTest:957->test014:415->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test014 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n long[] other = longs.clone();\n ^^^^^^^^^^^^^\n Type mismatch: cannot convert from Object to long[]\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n long[] other = longs.clone();\n ^^^^^^^^^^^^^\n Type mismatch: cannot convert from Object to long[]\n ----------\n ]> AssignmentTest>TestCase.runTest:957->test034:413->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test034 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 356)\n if (rs != null)\n ^^\n Redundant null check: The variable rs cannot be null at this location\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 356)\n if (rs != null)\n ^^\n Redundant null check: The variable rs cannot be null at this location\n ----------\n ]> AssignmentTest>TestCase.runTest:957->test058_definite_unassignment_try_finally:1479->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test058_definite_unassignment_try_finally - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:8: error: variable i might be assigned in loop\n i = 0;\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:8: error: variable i might be assigned in loop\n i = 0;\n ^\n 1 error\n ]> AssignmentTest>TestCase.runTest:957->test065:1893->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test065 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 10)\n return foo && (foo = foo);\n ^^^^^^^^^^^\n The assignment to variable foo has no effect\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 10)\n return foo && (foo = foo);\n ^^^^^^^^^^^\n The assignment to variable foo has no effect\n ----------\n ]> AssignmentTest>TestCase.runTest:957->test066:1925->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test066 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 7)\n if ((i = 3) != i) {\n ^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 7)\n if ((i = 3) != i) {\n ^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n ]> AssignmentTest>TestCase.runTest:957->test067:1956->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test067 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 7)\n if ((s = "") != s) {\n ^^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 7)\n if ((s = "") != s) {\n ^^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n ]> AutoBoxingTest>TestCase.runTest:957->test104:3160->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test104: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@2db100a8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 BinaryLiteralTest>TestCase.runTest:957->test004:86->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test004 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n System.out.println(0b1110000);\n ^^^^^^^^^\n Binary literals can only be used with source level 1.7 or greater\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n System.out.println(0b1110000);\n ^^^^^^^^^\n Binary literals can only be used with source level 1.7 or greater\n ----------\n ]> BinaryLiteralTest>TestCase.runTest:957->test005:110->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test005 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n System.out.println(-0b1110000);\n ^^^^^^^^^\n Binary literals can only be used with source level 1.7 or greater\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n System.out.println(-0b1110000);\n ^^^^^^^^^\n Binary literals can only be used with source level 1.7 or greater\n ----------\n ]> Compliance_1_7>TestCase.runTest:957->testBug490988:192->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug490988 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Thing.java (at line 5)\n Iterator.super.remove(); // not 1.7-compliant (must be an error)\n ^^^^^^^^^^^^^^\n Super method references to interface default methods are allowed only at source level 1.8 or above\n ----------\n 2. ERROR in Thing.java (at line 6)\n Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n ^^^^^^^^^^^^\n References to interface static methods are allowed only at source level 1.8 or above\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Thing.java (at line 5)\n Iterator.super.remove(); // not 1.7-compliant (must be an error)\n ^^^^^^^^^^^^^^\n Super method references to interface default methods are allowed only at source level 1.8 or above\n ----------\n 2. ERROR in Thing.java (at line 6)\n Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n ^^^^^^^^^^^^\n References to interface static methods are allowed only at source level 1.8 or above\n ----------\n ]> ConditionalExpressionTest>TestCase.runTest:957->test427625:529->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test427625 - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n c.add(b ? new Integer(1)\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n c.add(b ? new Integer(1)\n ^\n 1 warning\n ]> EnumTest>TestCase.runTest:957->test180:6625->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test180: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@7a18faf8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 EnumTest>TestCase.runTest:957->test180a:6685->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test180a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@7a18faf8 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 ExpressionContextTests>TestCase.runTest:957->test002:71->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test002 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J\n Object p = (I & J) () -> {};\n ^\n where INT#1 is an intersection type:\n INT#1 extends Object,I,J\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J\n Object p = (I & J) () -> {};\n ^\n where INT#1 is an intersection type:\n INT#1 extends Object,I,J\n 1 error\n ]> ExternalizeStringLiterals15Test>TestCase.runTest:957->test007:233->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test007 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n @A(name = "name", //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n 2. ERROR in X.java (at line 4)\n value = "Test") //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n 3. ERROR in X.java (at line 6)\n @X2("") //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n @A(name = "name", //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n 2. ERROR in X.java (at line 4)\n value = "Test") //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n 3. ERROR in X.java (at line 6)\n @X2("") //$NON-NLS-1$\n ^^^^^^^^^^^^^\n Unnecessary $NON-NLS$ tag\n ----------\n ]> FieldAccessTest>TestCase.runTest:957->test023:689->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test023 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type A\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type A\n ----------\n ]> FieldAccessTest>TestCase.runTest:957->test024:712->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test024 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type SuperSuper\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type SuperSuper\n ----------\n ]> FieldAccessTest>TestCase.runTest:957->test025:743->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test025 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type Interface\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p2\B.java (at line 4)\n protected int field;\n ^^^^^\n The field B.field is hiding a field from type Interface\n ----------\n ]> FlowAnalysisTest>TestCase.runTest:957->test046:1422->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2501->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test046 - Javac found error(s) but Eclipse only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 3)\n for (final int i; 0 < (i = 1); i = i + 1) {\n ^^^^^^^^^\n Dead code\n ----------\n ------------ but was ------------ X.java:3: error: variable i might be assigned in loop\n for (final int i; 0 < (i = 1); i = i + 1) {\n ^\n 1 error\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 3)\n for (final int i; 0 < (i = 1); i = i + 1) {\n ^^^^^^^^^\n Dead code\n ----------]\n > but was:<[X.java:3: error: variable i might be assigned in loop\n for (final int i; 0 < (i = 1); i = i + 1) {\n ^\n 1 error]\n > FlowAnalysisTest>TestCase.runTest:957->test057:1782->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test057 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 5)\n i++) {//dead code\n ^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 9)\n break;\n ^^^^^^\n Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 5)\n i++) {//dead code\n ^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 9)\n break;\n ^^^^^^\n Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n ----------\n ]> FlowAnalysisTest>TestCase.runTest:957->test063:2042->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test063 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n new IllegalArgumentException("You must not bar!");\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n new IllegalArgumentException("You must not bar!");\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n ]> FlowAnalysisTest>TestCase.runTest:957->test064:2068->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test064 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n new String("You must not bar!");\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n new String("You must not bar!");\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n ]> FlowAnalysisTest>TestCase.runTest:957->test069:2184->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test069 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n new Object() {};\n ^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n new Object() {};\n ^^^^^^^^^^^^^^^\n The allocated object is never used\n ----------\n ]> FlowAnalysisTest>TestCase.runTest:957->test070:2209->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test070 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n Object first = true ? null : ""; \n ^^\n Dead code\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n Object first = true ? null : ""; \n ^^\n Dead code\n ----------\n ]> FlowAnalysisTest>TestCase.runTest:957->test071:2233->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test071 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 9)\n throw new IOException();\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n ----------\n 2. WARNING in X.java (at line 9)\n throw new IOException();\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 9)\n throw new IOException();\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n ----------\n 2. WARNING in X.java (at line 9)\n throw new IOException();\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n ]> FlowAnalysisTest>TestCase.runTest:957->testCloseable1:2383->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testCloseable1 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 7)\n FileReader fileReader = new FileReader(file); // not closed\n ^^^^^^^^^^\n Resource leak: 'fileReader' is never closed\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 7)\n FileReader fileReader = new FileReader(file); // not closed\n ^^^^^^^^^^\n Resource leak: 'fileReader' is never closed\n ----------\n ]> GenericTypeSignatureTest>TestCase.runTest:957->test001:324 GenericTypeSignatureTest>TestCase.runTest:957->test002:494 GenericTypeSignatureTest>TestCase.runTest:957->test003:589 GenericTypeSignatureTest>TestCase.runTest:957->test004:635 GenericTypeSignatureTest>TestCase.runTest:957->test005:687 GenericTypeTest>TestCase.runTest:957->test0177:5330->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test0177: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 GenericTypeTest>TestCase.runTest:957->test0217:6509->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test0217: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 GenericTypeTest>TestCase.runTest:957->test0788:25366->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0788 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n package java.nio.channels.spi;\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n package java.nio.channels.spi;\n ^\n 1 error\n ]> GenericTypeTest>TestCase.runTest:957->test0789:25390->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0789 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n package java.nio.channels.spi;\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n package java.nio.channels.spi;\n ^\n 1 error\n ]> GenericTypeTest>TestCase.runTest:957->test0886:29083->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0886 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ error: Source option 1.4 is no longer supported. Use 6 or later.\n --------- Difference is ---------- expected:<[]> but was:<[error: Source option 1.4 is no longer supported. Use 6 or later.\n ]> GenericTypeTest>TestCase.runTest:957->test0994:33281->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0994 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:8: error: unexpected type\n (b ? x1 : x2).new Inner();\n ^\n required: class,package\n found: value\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:8: error: unexpected type\n (b ? x1 : x2).new Inner();\n ^\n required: class,package\n found: value\n 1 error\n ]> GenericTypeTest>TestCase.runTest:957->test1045:35618->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1045 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n X x;\n ^\n where S,T are type-variables:\n S extends T declared in class X\n T extends Number declared in class X\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n X x;\n ^\n where S,T are type-variables:\n S extends T declared in class X\n T extends Number declared in class X\n 1 error\n ]> GenericTypeTest>TestCase.runTest:957->test1195:41859->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1195 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ java/lang/Class.java:1: error: package exists in another module: java.base\n package java.lang;\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[java/lang/Class.java:1: error: package exists in another module: java.base\n package java.lang;\n ^\n 1 error\n ]> GenericTypeTest>TestCase.runTest:957->test1381:48379->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1381 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: error: IA is not public in p; cannot be accessed from outside package\n this.t.baz();\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: error: IA is not public in p; cannot be accessed from outside package\n this.t.baz();\n ^\n 1 error\n ]> GenericTypeTest>TestCase.runTest:957->test1386:48655->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1386 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:5: error: IA is not public in p; cannot be accessed from outside package\n xt.get().baz();\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:5: error: IA is not public in p; cannot be accessed from outside package\n xt.get().baz();\n ^\n 1 error\n ]> GenericTypeTest>TestCase.runTest:957->test1387:48710->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1387 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n System.out.println(this.t.baz);\n ^\n X.java:4: error: IA is not public in p; cannot be accessed from outside package\n System.out.println(this.t.baz);\n ^\n 1 error\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n System.out.println(this.t.baz);\n ^\n X.java:4: error: IA is not public in p; cannot be accessed from outside package\n System.out.println(this.t.baz);\n ^\n 1 error\n 1 warning\n ]> GenericTypeTest>TestCase.runTest:957->test1388:48772->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1388 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n System.out.println(t.baz);\n ^\n X.java:4: error: IA is not public in p; cannot be accessed from outside package\n System.out.println(t.baz);\n ^\n 1 error\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n System.out.println(t.baz);\n ^\n X.java:4: error: IA is not public in p; cannot be accessed from outside package\n System.out.println(t.baz);\n ^\n 1 error\n 1 warning\n ]> GenericTypeTest>TestCase.runTest:957->test1421:49972->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test1421: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@50a1509e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 GenericTypeTest>TestCase.runTest:957->test1436:50486->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1436 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n foo(l, iae);\n ^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n foo(l, iae);\n ^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n foo(l, iae);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------\n ------------ but was ------------ X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n foo(l, iae);\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in method foo(List,T)\n T extends Throwable declared in method foo(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n foo(l, iae);\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in method foo(List,T)\n T extends Throwable declared in method foo(List,T)\n 3 warnings\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n foo(l, iae);\n ^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n foo(l, iae);\n ^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n foo(l, iae);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------]\n > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n foo(l, iae);\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in method foo(List,T)\n T extends Throwable declared in method foo(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n foo(l, iae);\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in method foo(List,T)\n T extends Throwable declared in method foo(List,T)\n 3 warnings]\n > GenericTypeTest>TestCase.runTest:957->test1437:50534->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1437 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n new X(l, iae);\n ^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n new X(l, iae);\n ^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n new X(l, iae);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------\n ------------ but was ------------ X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l, iae);\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n new X(l, iae);\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n 3 warnings\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n new X(l, iae);\n ^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n new X(l, iae);\n ^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n new X(l, iae);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------]\n > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l, iae);\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n new X(l, iae);\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n 3 warnings]\n > GenericTypeTest>TestCase.runTest:957->test1438:50582->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1438 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n new X(l, iae){};\n ^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n new X(l, iae){};\n ^^^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n new X(l, iae){};\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------\n ------------ but was ------------ X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types\n new X(l, iae){};\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n new X(l, iae){};\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n 3 warnings\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 6)\n void bar(List l, IllegalArgumentException iae) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 8)\n new X(l, iae){};\n ^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List, T) of type X\n ----------\n 3. ERROR in X.java (at line 8)\n new X(l, iae){};\n ^^^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 4. WARNING in X.java (at line 8)\n new X(l, iae){};\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List>\n ----------]\n > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n void bar(List l, IllegalArgumentException iae) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:8: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types\n new X(l, iae){};\n ^\n required: List,T\n found: List,IllegalArgumentException\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n X.java:8: warning: [unchecked] unchecked conversion\n new X(l, iae){};\n ^\n required: List\n found: List\n where U,T are type-variables:\n U extends List declared in constructor X(List,T)\n T extends Throwable declared in constructor X(List,T)\n 3 warnings]\n > GenericTypeTest>TestCase.runTest:957->test1445:50899->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1445 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 8)\n static void bar(List l) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 3. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 4. ERROR in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 5. ERROR in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 6. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 7. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 8. WARNING in X.java (at line 11)\n static void baz(List l) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 9. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 10. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 11. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 12. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 13. WARNING in X.java (at line 15)\n X(List l, long l2) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 14. WARNING in X.java (at line 16)\n this(l);\n ^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 15. WARNING in X.java (at line 16)\n this(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 16. WARNING in X.java (at line 19)\n static void baz2(List l) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 17. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 18. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 19. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 20. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n ------------ but was ------------ X.java:8: warning: [rawtypes] found raw type: List\n static void bar(List l) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:9: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:9: warning: [unchecked] unchecked conversion\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:9: warning: [unchecked] unchecked conversion\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:11: warning: [rawtypes] found raw type: List\n static void baz(List l) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:12: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:12: warning: [unchecked] unchecked conversion\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:12: warning: [unchecked] unchecked conversion\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:15: warning: [rawtypes] found raw type: List\n X(List l, long l2) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:16: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n this(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:16: warning: [unchecked] unchecked conversion\n this(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:19: warning: [rawtypes] found raw type: List\n static void baz2(List l) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:20: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:20: warning: [unchecked] unchecked conversion\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:20: warning: [unchecked] unchecked conversion\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n 18 warnings\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 8)\n static void bar(List l) {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 2. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 3. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 4. ERROR in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 5. ERROR in X.java (at line 9)\n new X(l).foo(l);\n ^^^^^^^^^^^^^^^\n Unhandled exception type Throwable\n ----------\n 6. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 7. WARNING in X.java (at line 9)\n new X(l).foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 8. WARNING in X.java (at line 11)\n static void baz(List l) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 9. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 10. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 11. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 12. WARNING in X.java (at line 12)\n new X(l). foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 13. WARNING in X.java (at line 15)\n X(List l, long l2) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 14. WARNING in X.java (at line 16)\n this(l);\n ^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 15. WARNING in X.java (at line 16)\n this(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 16. WARNING in X.java (at line 19)\n static void baz2(List l) throws IOException {\n ^^^^\n List is a raw type. References to generic type List should be parameterized\n ----------\n 17. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation X(List) of the generic constructor X(List) of type X\n ----------\n 18. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type safety: Unchecked invocation foo(List) of the generic method foo(List) of type X\n ----------\n 19. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------\n 20. WARNING in X.java (at line 20)\n new X(l){}. foo(l);\n ^\n Type safety: The expression of type List needs unchecked conversion to conform to List\n ----------]\n > but was:<[X.java:8: warning: [rawtypes] found raw type: List\n static void bar(List l) {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:9: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:9: warning: [unchecked] unchecked conversion\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:9: warning: [unchecked] unchecked conversion\n new X(l).foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:11: warning: [rawtypes] found raw type: List\n static void baz(List l) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:12: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:12: warning: [unchecked] unchecked conversion\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:12: warning: [unchecked] unchecked conversion\n new X(l). foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:15: warning: [rawtypes] found raw type: List\n X(List l, long l2) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:16: warning: [unchecked] unchecked method invocation: constructor in class X is applied to given types\n this(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:16: warning: [unchecked] unchecked conversion\n this(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:19: warning: [rawtypes] found raw type: List\n static void baz2(List l) throws IOException {\n ^\n missing type arguments for generic class List\n where E is a type-variable:\n E extends Object declared in interface List\n X.java:20: warning: [unchecked] unchecked method invocation: constructor in class is applied to given types\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:20: warning: [unchecked] unchecked conversion\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in constructor X(List)\n X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n X.java:20: warning: [unchecked] unchecked conversion\n new X(l){}. foo(l);\n ^\n required: List\n found: List\n where T is a type-variable:\n T extends Throwable declared in method foo(List)\n 18 warnings]\n > GenericTypeTest>TestCase.runTest:957->test277643:51457->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test277643: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseHasABug@6e2b0a37 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 GenericTypeTest>TestCase.runTest:957->test283306:51556->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test283306: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseHasABug@6e2b0a37 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 GenericsRegressionTest>TestCase.runTest:957->test443596:5186->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2501->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test443596 - Javac found error(s) but Eclipse only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 4)\n public static Predicate and(Predicate... arg) { return null; }\n ^^^\n Type safety: Potential heap pollution via varargs parameter arg\n ----------\n ------------ but was ------------ X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate\n public static Predicate and(Predicate... arg) { return null; }\n ^\n where T is a type-variable:\n T extends Object declared in method and(Predicate...)\n X.java:8: error: no suitable method found for and(Predicate,Predicate)\n public void error(Predicate arg) { and(predicate, in(arg)); } // no compile\n ^\n method X.and(Predicate...) is not applicable\n (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)\n method X.and(Predicate,Predicate) is not applicable\n (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)\n where E,T#1,T#2 are type-variables:\n E extends Object declared in class FilteredCollection\n T#1 extends Object declared in method and(Predicate...)\n T#2 extends Object declared in method and(Predicate,Predicate)\n where CAP#1,CAP#2,CAP#3 are fresh type-variables:\n CAP#1 extends Object super: E from capture of ? super E\n CAP#2 extends Object from capture of ?\n CAP#3 extends Object from capture of ?\n 1 error\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 4)\n public static Predicate and(Predicate... arg) { return null; }\n ^^^\n Type safety: Potential heap pollution via varargs parameter arg\n ----------]\n > but was:<[X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate\n public static Predicate and(Predicate... arg) { return null; }\n ^\n where T is a type-variable:\n T extends Object declared in method and(Predicate...)\n X.java:8: error: no suitable method found for and(Predicate,Predicate)\n public void error(Predicate arg) { and(predicate, in(arg)); } // no compile\n ^\n method X.and(Predicate...) is not applicable\n (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)\n method X.and(Predicate,Predicate) is not applicable\n (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)\n where E,T#1,T#2 are type-variables:\n E extends Object declared in class FilteredCollection\n T#1 extends Object declared in method and(Predicate...)\n T#2 extends Object declared in method and(Predicate,Predicate)\n where CAP#1,CAP#2,CAP#3 are fresh type-variables:\n CAP#1 extends Object super: E from capture of ? super E\n CAP#2 extends Object from capture of ?\n CAP#3 extends Object from capture of ?\n 1 error\n 1 warning]\n > GenericsRegressionTest_1_7>TestCase.runTest:957->test0024:1109->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0024 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 2)\n import java.util.ArrayList;\n ^^^^^^^^^^^^^^^^^^^\n The import java.util.ArrayList is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 2)\n import java.util.ArrayList;\n ^^^^^^^^^^^^^^^^^^^\n The import java.util.ArrayList is never used\n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0052:2014->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0052 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 5)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X x2 = new X("SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 7)\n X x3 = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 8)\n X x4 = new X(new AX());\n ^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 9)\n X x5 = new X>(new AX());\n ^\n Redundant specification of type arguments >\n ----------\n 6. ERROR in X.java (at line 10)\n X x6 = new X>(new AX());\n ^\n Redundant specification of type arguments >\n ----------\n 7. ERROR in X.java (at line 11)\n X> x7 = new X>();\n ^\n Redundant specification of type arguments >\n ----------\n ------------ but was ------------ X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:9: warning: [rawtypes] found raw type: AX\n X x5 = new X>(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n 4 warnings\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 5)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X x2 = new X("SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 7)\n X x3 = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 8)\n X x4 = new X(new AX());\n ^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 9)\n X x5 = new X>(new AX());\n ^\n Redundant specification of type arguments >\n ----------\n 6. ERROR in X.java (at line 10)\n X x6 = new X>(new AX());\n ^\n Redundant specification of type arguments >\n ----------\n 7. ERROR in X.java (at line 11)\n X> x7 = new X>();\n ^\n Redundant specification of type arguments >\n ----------]\n > but was:<[X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:8: warning: [rawtypes] found raw type: AX\n X x4 = new X(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n X.java:9: warning: [rawtypes] found raw type: AX\n X x5 = new X>(new AX());\n ^\n missing type arguments for generic class AX\n where T is a type-variable:\n T extends Object declared in class AX\n 4 warnings]\n > GenericsRegressionTest_1_7>TestCase.runTest:957->test0052b:2111->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0052b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 7)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n X x2 = new X("SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 9)\n X x22 = new X(1,"SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 10)\n X x3 = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 11)\n String s = foo(new X("aaa"));\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 7)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n X x2 = new X("SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 9)\n X x22 = new X(1,"SUCCESS");\n ^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 10)\n X x3 = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 11)\n String s = foo(new X("aaa"));\n ^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0052c:2191->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0052c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n X x = new X("","");\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n return new X("","");\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n X x = new X("","");\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n return new X("","");\n ^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0052d:2226->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0052d - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n X x = new X(1);\n ^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0053:2255->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0053 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Z.java (at line 3)\n foo(new Z());\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Z.java (at line 3)\n foo(new Z());\n ^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0054:2283->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0054 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Y.java (at line 3)\n return new Y();\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Y.java (at line 3)\n return new Y();\n ^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0055:2308->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0055 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 6)\n X.Inner a= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n Inner b= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 9)\n Inner c= new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 10)\n X.Inner e= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 11)\n X.Inner f= new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 6. ERROR in X.java (at line 12)\n X.Inner2 d3 = new X.Inner2();\n ^^^^^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 6)\n X.Inner a= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 8)\n Inner b= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 3. ERROR in X.java (at line 9)\n Inner c= new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 4. ERROR in X.java (at line 10)\n X.Inner e= new X().new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 5. ERROR in X.java (at line 11)\n X.Inner f= new Inner();\n ^^^^^\n Redundant specification of type arguments \n ----------\n 6. ERROR in X.java (at line 12)\n X.Inner2 d3 = new X.Inner2();\n ^^^^^^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0056b:2411->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0056b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n X1 x1 = new X.X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X1 x2 = new X.X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n X1 x1 = new X.X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X1 x2 = new X.X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0056c:2452->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0056c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 6)\n X.X1 x1 = new X(1).new X1(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X.X1 x1 = new X(1).new X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 6)\n X.X1 x1 = new X(1).new X1(1);\n ^\n Redundant specification of type arguments \n ----------\n 2. ERROR in X.java (at line 6)\n X.X1 x1 = new X(1).new X1(1);\n ^^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0057:2492->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0057 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n Pair p = new InvertedPair();\n ^^^^^^^^^^^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n Pair p = new InvertedPair();\n ^^^^^^^^^^^^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0058:2520->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0058 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 7)\n : new ArrayList();\n ^^^^^^^^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 7)\n : new ArrayList();\n ^^^^^^^^^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0060:2569->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0060 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 6)\n new ArrayList<>();\n ^^^^^^^^^\n '<>' operator is not allowed for source level below 1.7\n ----------\n 2. ERROR in X.java (at line 6)\n new ArrayList<>();\n ^^^^^^^^^\n Incorrect number of arguments for type ArrayList; it cannot be parameterized with arguments <>\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 6)\n new ArrayList<>();\n ^^^^^^^^^\n '<>' operator is not allowed for source level below 1.7\n ----------\n 2. ERROR in X.java (at line 6)\n new ArrayList<>();\n ^^^^^^^^^\n Incorrect number of arguments for type ArrayList; it cannot be parameterized with arguments <>\n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test0060a:2600->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0060a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n new java.util.ArrayList<>();\n ^^^^^^^^^^^^^^^^^^^\n '<>' operator is not allowed for source level below 1.7\n ----------\n 2. ERROR in X.java (at line 4)\n new java.util.ArrayList<>();\n ^^^^^^^^^^^^^^^^^^^\n Incorrect number of arguments for type ArrayList; it cannot be parameterized with arguments <>\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n new java.util.ArrayList<>();\n ^^^^^^^^^^^^^^^^^^^\n '<>' operator is not allowed for source level below 1.7\n ----------\n 2. ERROR in X.java (at line 4)\n new java.util.ArrayList<>();\n ^^^^^^^^^^^^^^^^^^^\n Incorrect number of arguments for type ArrayList; it cannot be parameterized with arguments <>\n ----------\n ]> GenericsRegressionTest_1_7>TestCase.runTest:957->test448028:2756->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test448028 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 34)\n return inspect(new W(c, o)); // - WARNING: Redundant specification of type arguments F.java\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 34)\n return inspect(new W(c, o)); // - WARNING: Redundant specification of type arguments F.java\n ^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_8>TestCase.runTest:957->testBug424415b:350->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug424415b - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n foo(goo(ArrayList::new));\n ^\n upper bounds: String,Collection\n lower bounds: ArrayList\n where Q is a type-variable:\n Q extends Collection declared in method goo(Functional)\n Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n foo(goo(ArrayList::new));\n ^\n upper bounds: String,Collection\n lower bounds: ArrayList\n where Q is a type-variable:\n Q extends Collection declared in method goo(Functional)\n Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n 1 error\n ]> GenericsRegressionTest_1_8>TestCase.runTest:957->testBug488663:7328->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug488663 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in C.java (at line 3)\n Comparator comparator = new Comparator() { //\n ^^^^^^^^^^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in C.java (at line 3)\n Comparator comparator = new Comparator() { //\n ^^^^^^^^^^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_1_8>TestCase.runTest:957->testBug528970:8869->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug528970 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: error: incompatible types: cannot infer type-variable(s) T\n List> l = returnNull(AtomicReference.class);\n ^\n (argument mismatch; Class cannot be converted to Class>)\n where T is a type-variable:\n T extends Object declared in method returnNull(Class)\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: error: incompatible types: cannot infer type-variable(s) T\n List> l = returnNull(AtomicReference.class);\n ^\n (argument mismatch; Class cannot be converted to Class>)\n where T is a type-variable:\n T extends Object declared in method returnNull(Class)\n 1 error\n ]> GenericsRegressionTest_9>TestCase.runTest:957->testBug488663_012:347->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug488663_012 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: error: I is abstract; cannot be instantiated\n Y y = new Y<>("Done", new I<>() {\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: error: I is abstract; cannot be instantiated\n Y y = new Y<>("Done", new I<>() {\n ^\n 1 error\n ]> GenericsRegressionTest_9>TestCase.runTest:957->testBug488663_013:382->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug488663_013 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 11)\n I i = new I() {\n ^\n Redundant specification of type arguments \n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 11)\n I i = new I() {\n ^\n Redundant specification of type arguments \n ----------\n ]> GenericsRegressionTest_9>TestCase.runTest:957->testBug521815b:602->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug521815b - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in a\Y.java (at line 2)\n import static a.b.X.Inner;\n ^^^^^^^^^^^\n The import a.b.X.Inner is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in a\Y.java (at line 2)\n import static a.b.X.Inner;\n ^^^^^^^^^^^\n The import a.b.X.Inner is never used\n ----------\n ]> InnerClass15Test>TestCase.runTest:957->test003:98->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test003 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in Y.java (at line 3)\n void foo() {\n ^\n The type parameter X is hiding the type Y.X\n ----------\n 2. WARNING in Y.java (at line 4)\n class X {}\n ^\n The nested type X is hiding the type parameter X of the generic method foo() of type Y\n ----------\n 3. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in Y.java (at line 3)\n void foo() {\n ^\n The type parameter X is hiding the type Y.X\n ----------\n 2. WARNING in Y.java (at line 4)\n class X {}\n ^\n The nested type X is hiding the type parameter X of the generic method foo() of type Y\n ----------\n 3. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is never used locally\n ----------\n ]> InnerClass15Test>TestCase.runTest:957->test004:126->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test004 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is hiding the type Y.X\n ----------\n 2. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is hiding the type Y.X\n ----------\n 2. WARNING in Y.java (at line 4)\n class X {}\n ^\n The type X is never used locally\n ----------\n ]> InnerClass15Test>TestCase.runTest:957->test005:149->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test005 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n ]> InnerClass15Test>TestCase.runTest:957->test006:172->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test006 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n ]> InnerClass15Test>TestCase.runTest:957->test007:195->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test007 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p1\GreenBox.java (at line 2)\n import static p1.BrownBox.*;\n ^^^^^^^^^^^\n The import p1.BrownBox is never used\n ----------\n ]> InnerEmulationTest>TestCase.runTest:957->test099:3781->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test099 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 3)\n Object a = new Y$1Local(); // compile-time error \n ^^^^^^^^\n The nested type Y$1Local cannot be referenced using its binary name\n ----------\n ------------ but was ------------ X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n Object a = new Y$1Local(); // compile-time error \n ^\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 3)\n Object a = new Y$1Local(); // compile-time error \n ^^^^^^^^\n The nested type Y$1Local cannot be referenced using its binary name\n ----------]\n > but was:<[X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n Object a = new Y$1Local(); // compile-time error \n ^\n 1 warning]\n > InnerEmulationTest>TestCase.runTest:957->test172:6870->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2501->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test172 - Javac found error(s) but Eclipse only found warning(s). ----------- Expected ------------ ----------\n 1. WARNING in X.java (at line 8)\n a(null);\n ^^^^^^^\n Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n ----------\n 2. WARNING in X.java (at line 9)\n c(null);\n ^^^^^^^\n Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n ----------\n 3. WARNING in X.java (at line 14)\n a(null);\n ^^^^^^^\n Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n ----------\n 4. WARNING in X.java (at line 15)\n c(null);\n ^^^^^^^\n Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n ----------\n ------------ but was ------------ X.java:8: error: method a in class X cannot be applied to given types;\n a(null);\n ^\n required: no arguments\n found: \n reason: actual and formal argument lists differ in length\n 1 error\n --------- Difference is ---------- expected:<[----------\n 1. WARNING in X.java (at line 8)\n a(null);\n ^^^^^^^\n Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n ----------\n 2. WARNING in X.java (at line 9)\n c(null);\n ^^^^^^^\n Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n ----------\n 3. WARNING in X.java (at line 14)\n a(null);\n ^^^^^^^\n Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n ----------\n 4. WARNING in X.java (at line 15)\n c(null);\n ^^^^^^^\n Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n ----------]\n > but was:<[X.java:8: error: method a in class X cannot be applied to given types;\n a(null);\n ^\n required: no arguments\n found: \n reason: actual and formal argument lists differ in length\n 1 error]\n > JEP286Test>TestCase.runTest:957->testBug532349_002:869->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug532349_002 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n Y y = new Y<>();\n ^\n where T is a type-variable:\n T extends Integer declared in class Y\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n Y y = new Y<>();\n ^\n where T is a type-variable:\n T extends Integer declared in class Y\n 1 error\n ]> JEP286Test>TestCase.runTest:957->testBug532349_003:886->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug532349_003 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n public static void foo(Y y) {\n ^\n where T is a type-variable:\n T extends Integer declared in class Y\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n public static void foo(Y y) {\n ^\n where T is a type-variable:\n T extends Integer declared in class Y\n 1 error\n ]> JavadocBugsTest>TestCase.runTest:957->testBug170637b:6696->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug170637b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 70)\n String bar31\n ^^^^^\n Javadoc: Missing tag for parameter bar31\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 70)\n String bar31\n ^^^^^\n Javadoc: Missing tag for parameter bar31\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345a:8912->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 7)\r\n * {@link expected_error}\r\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 7)\r\n * {@link expected_error}\r\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345b:8941->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 7)\r\n * {@link expected_error}\r\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 7)\r\n * {@link expected_error}\r\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345c:8970->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@link raw text:\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n 2. ERROR in pkg\X.java (at line 5)\n * This is {@link raw text:\n ^^^\n Javadoc: raw cannot be resolved to a type\n ----------\n 3. ERROR in pkg\X.java (at line 6)\n * {@link BadLink} is just text}\n ^^^^^^^\n Javadoc: BadLink cannot be resolved to a type\n ----------\n 4. ERROR in pkg\X.java (at line 7)\n * {@link expected_error}\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@link raw text:\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n 2. ERROR in pkg\X.java (at line 5)\n * This is {@link raw text:\n ^^^\n Javadoc: raw cannot be resolved to a type\n ----------\n 3. ERROR in pkg\X.java (at line 6)\n * {@link BadLink} is just text}\n ^^^^^^^\n Javadoc: BadLink cannot be resolved to a type\n ----------\n 4. ERROR in pkg\X.java (at line 7)\n * {@link expected_error}\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345d:9015->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345d - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 7)\n * {@link expected_error}\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 7)\n * {@link expected_error}\n ^^^^^^^^^^^^^^\n Javadoc: expected_error cannot be resolved to a type\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345e:9042->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345e - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\n * {{{{{{@link BadLink}}} is just text}\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\n * {{{{{{@link BadLink}}} is just text}\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345f:9070->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345f - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\n * {@link BadLink}\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\n * {@link BadLink}\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345g:9098->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345g - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@code raw text:\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@code raw text:\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345h:9123->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345h - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\r\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\r\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345i:9147->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345i - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\r\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\r\n * This is {@code raw text:\r\n ^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345l:9211->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345l - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@literal raw text:\n * {@link BadLink}\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@literal raw text:\n * {@link BadLink}\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug206345m:9238->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug206345m - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@code raw text:\n * {@link BadLink}\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * This is {@code raw text:\n * {@link BadLink}\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Missing closing brace for inline tag\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug207765:7551->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug207765 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 5)\n * {@link "http://www.eclipse.org/}\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 2. ERROR in pkg\X.java (at line 6)\n * @see "http://www.eclipse.org/\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 5)\n * {@link "http://www.eclipse.org/}\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 2. ERROR in pkg\X.java (at line 6)\n * @see "http://www.eclipse.org/\n ^^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug222900c:7654->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug222900c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n * Test the {@code} missing description\n ^^^^\n Javadoc: Description expected after @code\n ----------\n 2. ERROR in X.java (at line 3)\n * Test the {@code\n ^^^^\n Javadoc: Description expected after @code\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n * Test the {@code} missing description\n ^^^^\n Javadoc: Description expected after @code\n ----------\n 2. ERROR in X.java (at line 3)\n * Test the {@code\n ^^^^\n Javadoc: Description expected after @code\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug222902:7707->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug222902: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 JavadocBugsTest>TestCase.runTest:957->testBug233187a:7853->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug233187a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in test\a\X.java (at line 10)\n * {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n ----------\n 2. ERROR in test\a\X.java (at line 11)\n * {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n ^^^^^^^^^^^^^^^\n Javadoc: no_test[] cannot be resolved to a type\n ----------\n 3. ERROR in test\a\X.java (at line 12)\n * {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n 4. ERROR in test\a\X.java (at line 13)\n * {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in test\a\X.java (at line 10)\n * {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n ----------\n 2. ERROR in test\a\X.java (at line 11)\n * {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n ^^^^^^^^^^^^^^^\n Javadoc: no_test[] cannot be resolved to a type\n ----------\n 3. ERROR in test\a\X.java (at line 12)\n * {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n 4. ERROR in test\a\X.java (at line 13)\n * {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug233187b:7882->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug233187b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in test\b\X.java (at line 10)\n * {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n ----------\n 2. ERROR in test\b\X.java (at line 11)\n * {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n ^^^^^^^^^^^^^^^\n Javadoc: no_test cannot be resolved to a type\n ----------\n 3. ERROR in test\b\X.java (at line 12)\n * {@link X.Y#foo(Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n 4. ERROR in test\b\X.java (at line 13)\n * {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in test\b\X.java (at line 10)\n * {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n ^^^\n Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n ----------\n 2. ERROR in test\b\X.java (at line 11)\n * {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n ^^^^^^^^^^^^^^^\n Javadoc: no_test cannot be resolved to a type\n ----------\n 3. ERROR in test\b\X.java (at line 12)\n * {@link X.Y#foo(Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n 4. ERROR in test\b\X.java (at line 13)\n * {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n ^^^\n Javadoc: Invalid member type qualification\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug254825:8110->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug254825 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 4)\n /** @see #o */\n ^\n Javadoc: o cannot be resolved or is not a field\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 4)\n /** @see #o */\n ^\n Javadoc: o cannot be resolved or is not a field\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug254825b:8131->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug254825b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n /** @see #o */\n ^\n Javadoc: o cannot be resolved or is not a field\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n /** @see #o */\n ^\n Javadoc: o cannot be resolved or is not a field\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug258798_1:8165->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug258798_1 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 5)\n X(int i) {\n ^\n Javadoc: Missing tag for parameter i\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 5)\n X(int i) {\n ^\n Javadoc: Missing tag for parameter i\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug258798_2a:8186->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug258798_2a - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 6)\n Y(double d) { super(0); }\n ^\n Javadoc: Missing tag for parameter d\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 6)\n Y(double d) { super(0); }\n ^\n Javadoc: Missing tag for parameter d\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug258798_2b:8208->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug258798_2b - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 7)\n Y(List lu) { super(null); }\n ^^\n Javadoc: Missing tag for parameter lu\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 7)\n Y(List lu) { super(null); }\n ^^\n Javadoc: Missing tag for parameter lu\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug258798_2c:8232->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug258798_2c - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 7)\n Y(List lu) { super(lu); }\n ^^\n Javadoc: Missing tag for parameter lu\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 7)\n Y(List lu) { super(lu); }\n ^^\n Javadoc: Missing tag for parameter lu\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug267833_3:8498->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug267833_3 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 4. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 5. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 6. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 7. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 8. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 9. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 10. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 11. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 12. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 13. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 14. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 4. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 5. ERROR in X.java (at line 3)\n * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 6. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 7. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 8. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 9. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 10. ERROR in X.java (at line 4)\n * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n ^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 11. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 12. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 13. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 14. ERROR in X.java (at line 5)\n * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n ^^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug281609a:8592->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug281609a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pkg\X.java (at line 7)\n * @see PKG\n ^^^\n Javadoc: PKG cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pkg\X.java (at line 7)\n * @see PKG\n ^^^\n Javadoc: PKG cannot be resolved to a type\n ----------\n ]> JavadocBugsTest>TestCase.runTest:957->testBug73352a:3106->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug73352a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 JavadocBugsTest>TestCase.runTest:957->testBug73352c:3238->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug73352c: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 JavadocTestForClass>TestCase.runTest:957->test055:1066->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test055 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 5)\n *
  • {@link Entry}
  • \n ^^^^^\n Javadoc: Invalid member type qualification\n ----------\n ------------ but was ------------ X.java:8: warning: [rawtypes] found raw type: Map\n public interface X extends Map {\n ^\n missing type arguments for generic class Map\n where K,V are type-variables:\n K extends Object declared in interface Map\n V extends Object declared in interface Map\n X.java:9: warning: [rawtypes] found raw type: Entry\n Entry e = null;\n ^\n missing type arguments for generic class Entry\n where K,V are type-variables:\n K extends Object declared in interface Entry\n V extends Object declared in interface Entry\n 2 warnings\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 5)\n *
  • {@link Entry}
  • \n ^^^^^\n Javadoc: Invalid member type qualification\n ----------]\n > but was:<[X.java:8: warning: [rawtypes] found raw type: Map\n public interface X extends Map {\n ^\n missing type arguments for generic class Map\n where K,V are type-variables:\n K extends Object declared in interface Map\n V extends Object declared in interface Map\n X.java:9: warning: [rawtypes] found raw type: Entry\n Entry e = null;\n ^\n missing type arguments for generic class Entry\n where K,V are type-variables:\n K extends Object declared in interface Entry\n V extends Object declared in interface Entry\n 2 warnings]\n > JavadocTest_1_5>TestCase.runTest:957->testBug247037a:3885->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug247037a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pack\package-info.java (at line 2)\n * {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in pack\package-info.java (at line 3)\n * @since {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in pack\package-info.java (at line 4)\n * @blah {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pack\package-info.java (at line 2)\n * {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in pack\package-info.java (at line 3)\n * @since {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in pack\package-info.java (at line 4)\n * @blah {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n ]> JavadocTest_1_5>TestCase.runTest:957->testBug247037b:3917->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug247037b - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in pack\package-info.java (at line 2)\n * @return {@inheritDoc}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in pack\package-info.java (at line 2)\n * @return {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in pack\package-info.java (at line 3)\n * @param blah {@inheritDoc}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 4. ERROR in pack\package-info.java (at line 3)\n * @param blah {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in pack\package-info.java (at line 2)\n * @return {@inheritDoc}\n ^^^^^^\n Javadoc: Unexpected tag\n ----------\n 2. ERROR in pack\package-info.java (at line 2)\n * @return {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n 3. ERROR in pack\package-info.java (at line 3)\n * @param blah {@inheritDoc}\n ^^^^^\n Javadoc: Unexpected tag\n ----------\n 4. ERROR in pack\package-info.java (at line 3)\n * @param blah {@inheritDoc}\n ^^^^^^^^^^\n Javadoc: Unexpected tag\n ----------\n ]> JavadocTest_1_5>TestCase.runTest:957->testBug284333:3958->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug284333 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in foo\bar\package-info.java (at line 2)\n * @see ClassInSamePackage#SOME_FIELD\n ^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 2. ERROR in foo\bar\package-info.java (at line 4)\n * @see ClassInSamePackage#SOME_FIELD\n ^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 3. ERROR in foo\bar\package-info.java (at line 5)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 4. ERROR in foo\bar\package-info.java (at line 7)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 5. ERROR in foo\bar\package-info.java (at line 8)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n 6. ERROR in foo\bar\package-info.java (at line 10)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in foo\bar\package-info.java (at line 2)\n * @see ClassInSamePackage#SOME_FIELD\n ^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 2. ERROR in foo\bar\package-info.java (at line 4)\n * @see ClassInSamePackage#SOME_FIELD\n ^^^^^^^^^^^^^^^^^^\n Javadoc: Invalid reference\n ----------\n 3. ERROR in foo\bar\package-info.java (at line 5)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 4. ERROR in foo\bar\package-info.java (at line 7)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 5. ERROR in foo\bar\package-info.java (at line 8)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n 6. ERROR in foo\bar\package-info.java (at line 10)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n ]> JavadocTest_1_5>TestCase.runTest:957->testBug284333a:4037->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug284333a - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n * @see ClassInSubPackage#foo\n ^^^^^^^^^^^^^^^^^\n Javadoc: ClassInSubPackage cannot be resolved to a type\n ----------\n 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n * @see ClassInEnclosingPackage\n ^^^^^^^^^^^^^^^^^^^^^^^\n Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n ----------\n ]> LookupTest>TestCase.runTest:957->test103:3413->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test103 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 2)\n private int x;\n ^\n The value of the field A.x is not used\n ----------\n 2. WARNING in A.java (at line 4)\n private int x;\n ^\n The value of the field A.B.x is not used\n ----------\n 3. WARNING in A.java (at line 5)\n private C c = new C() {\n ^\n The value of the field A.B.c is not used\n ----------\n 4. WARNING in A.java (at line 6)\n void foo() {\n ^^^^^\n The method foo() from the type new A.C(){} is never used locally\n ----------\n 5. WARNING in A.java (at line 7)\n x = 3;\n ^\n Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n ----------\n 6. WARNING in A.java (at line 12)\n private int x;\n ^\n The value of the field A.C.x is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 2)\n private int x;\n ^\n The value of the field A.x is not used\n ----------\n 2. WARNING in A.java (at line 4)\n private int x;\n ^\n The value of the field A.B.x is not used\n ----------\n 3. WARNING in A.java (at line 5)\n private C c = new C() {\n ^\n The value of the field A.B.c is not used\n ----------\n 4. WARNING in A.java (at line 6)\n void foo() {\n ^^^^^\n The method foo() from the type new A.C(){} is never used locally\n ----------\n 5. WARNING in A.java (at line 7)\n x = 3;\n ^\n Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n ----------\n 6. WARNING in A.java (at line 12)\n private int x;\n ^\n The value of the field A.C.x is not used\n ----------\n ]> LookupTest>TestCase.runTest:957->test105:3537->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test105 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 2)\n private int x;\n ^\n The value of the field A.x is not used\n ----------\n 2. WARNING in A.java (at line 3)\n private C c = new C() {\n ^\n The value of the field A.c is not used\n ----------\n 3. WARNING in A.java (at line 4)\n void foo() {\n ^^^^^\n The method foo() from the type new A.C(){} is never used locally\n ----------\n 4. WARNING in A.java (at line 5)\n x = 3;\n ^\n Write access to enclosing field A.x is emulated by a synthetic accessor method\n ----------\n 5. WARNING in A.java (at line 9)\n private int x;\n ^\n The value of the field A.C.x is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 2)\n private int x;\n ^\n The value of the field A.x is not used\n ----------\n 2. WARNING in A.java (at line 3)\n private C c = new C() {\n ^\n The value of the field A.c is not used\n ----------\n 3. WARNING in A.java (at line 4)\n void foo() {\n ^^^^^\n The method foo() from the type new A.C(){} is never used locally\n ----------\n 4. WARNING in A.java (at line 5)\n x = 3;\n ^\n Write access to enclosing field A.x is emulated by a synthetic accessor method\n ----------\n 5. WARNING in A.java (at line 9)\n private int x;\n ^\n The value of the field A.C.x is not used\n ----------\n ]> MethodHandleTest>TestCase.runTest:957->test009:279->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test009: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4ac750bc for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodHandleTest>TestCase.runTest:957->test010:315->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test010: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@4ac750bc for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test025e:1713->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test025e: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test025f:1747->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test025f: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test041:2861->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test041: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@35cfbc24 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test041a:2883->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test041a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$1@35cfbc24 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test043:2994->AbstractRegressionTest.runNegativeTest:3534->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test043: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification@433e1883 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test070:5854->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test070: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test094:7231->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test094: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$JavacHasABug@50a1509e for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test145:9263->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test145 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n class BaseImpl extends Base { public void setValue(String object) {} }\n ^\n first method: setValue(String) in BaseInterface\n second method: setValue(Object) in Base\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n class BaseImpl extends Base { public void setValue(String object) {} }\n ^\n first method: setValue(String) in BaseInterface\n second method: setValue(Object) in Base\n 1 error\n ]> MethodVerifyTest>TestCase.runTest:957->test169:10107->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test169: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test169a:10139->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test169a: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test175:10288->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test175: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test188:10971->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test188: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 MethodVerifyTest>TestCase.runTest:957->test201:11429->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test201 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ A.java:4: error: types J and K are incompatible; both define get(), but with unrelated return types\n interface A & J> extends J {}\n ^\n where T3 is a type-variable:\n T3 extends K,J declared in interface A\n where CAP#1 is a fresh type-variable:\n CAP#1 extends I from capture of ? extends I\n A.java:5: error: types K and J are incompatible; both define get(), but with unrelated return types\n interface B & K> extends J {}\n ^\n where T4 is a type-variable:\n T4 extends J,K declared in interface B\n where CAP#1 is a fresh type-variable:\n CAP#1 extends I from capture of ? extends I\n 2 errors\n --------- Difference is ---------- expected:<[]> but was:<[A.java:4: error: types J and K are incompatible; both define get(), but with unrelated return types\n interface A & J> extends J {}\n ^\n where T3 is a type-variable:\n T3 extends K,J declared in interface A\n where CAP#1 is a fresh type-variable:\n CAP#1 extends I from capture of ? extends I\n A.java:5: error: types K and J are incompatible; both define get(), but with unrelated return types\n interface B & K> extends J {}\n ^\n where T4 is a type-variable:\n T4 extends J,K declared in interface B\n where CAP#1 is a fresh type-variable:\n CAP#1 extends I from capture of ? extends I\n 2 errors\n ]> MethodVerifyTest>TestCase.runTest:957->test204:11483->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test204 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n public List put(final K arg0, final List arg1) {\n ^\n first method: put(K,List) in Map\n second method: put(K,V) in OverrideBug\n where K,V are type-variables:\n K extends Object declared in class OverrideBug\n V extends Object declared in class OverrideBug\n OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List) in Map have the same erasure, yet neither overrides the other\n public List put(final K arg0, final V arg1) {\n ^\n where K,V are type-variables:\n K extends Object declared in class OverrideBug\n V extends Object declared in class OverrideBug\n 2 errors\n --------- Difference is ---------- expected:<[]> but was:<[OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n public List put(final K arg0, final List arg1) {\n ^\n first method: put(K,List) in Map\n second method: put(K,V) in OverrideBug\n where K,V are type-variables:\n K extends Object declared in class OverrideBug\n V extends Object declared in class OverrideBug\n OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List) in Map have the same erasure, yet neither overrides the other\n public List put(final K arg0, final V arg1) {\n ^\n where K,V are type-variables:\n K extends Object declared in class OverrideBug\n V extends Object declared in class OverrideBug\n 2 errors\n ]> MethodVerifyTest>TestCase.runTest:957->test330435:12264->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test330435 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 3)\n String[] a = A.asList(args).toArray(new String[0]);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type mismatch: cannot convert from Object[] to String[]\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 3)\n String[] a = A.asList(args).toArray(new String[0]);\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Type mismatch: cannot convert from Object[] to String[]\n ----------\n ]> MethodVerifyTest>TestCase.runTest:957->test330445:12216->AbstractRegressionTest.runConformTest:1906->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test330445 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: error: incompatible types: Properties cannot be converted to Map\n Y.foo(new Properties());\n ^\n Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: error: incompatible types: Properties cannot be converted to Map\n Y.foo(new Properties());\n ^\n Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n 1 error\n ]> MethodVerifyTest>TestCase.runTest:957->test331446:12374->AbstractRegressionTest.runConformTest:1906->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test331446 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:6: warning: [rawtypes] found raw type: Comparator\n Comparator comparator = new Comparator() {\n ^\n missing type arguments for generic class Comparator\n where T is a type-variable:\n T extends Object declared in interface Comparator\n X.java:6: warning: [rawtypes] found raw type: Comparator\n Comparator comparator = new Comparator() {\n ^\n missing type arguments for generic class Comparator\n where T is a type-variable:\n T extends Object declared in interface Comparator\n X.java:12: warning: [rawtypes] found raw type: ArrayList\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n missing type arguments for generic class ArrayList\n where E is a type-variable:\n E extends Object declared in class ArrayList\n X.java:12: warning: [rawtypes] found raw type: ArrayList\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n missing type arguments for generic class ArrayList\n where E is a type-variable:\n E extends Object declared in class ArrayList\n X.java:12: error: reference to assertEquals is ambiguous\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n both method assertEquals(String,Comparator,List,List) in Test and method assertEquals(String,Comparator,T#2,T#2) in Test match\n where T#1,T#2 are type-variables:\n T#1 extends Object declared in method assertEquals(String,Comparator,List,List)\n T#2 extends Object declared in method assertEquals(String,Comparator,T#2,T#2)\n X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: String,Comparator,List,List\n found: String,Comparator,ArrayList,ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: Comparator\n found: Comparator\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: List\n found: ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: List\n found: ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n 1 error\n 8 warnings\n --------- Difference is ---------- expected:<[]> but was:<[X.java:6: warning: [rawtypes] found raw type: Comparator\n Comparator comparator = new Comparator() {\n ^\n missing type arguments for generic class Comparator\n where T is a type-variable:\n T extends Object declared in interface Comparator\n X.java:6: warning: [rawtypes] found raw type: Comparator\n Comparator comparator = new Comparator() {\n ^\n missing type arguments for generic class Comparator\n where T is a type-variable:\n T extends Object declared in interface Comparator\n X.java:12: warning: [rawtypes] found raw type: ArrayList\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n missing type arguments for generic class ArrayList\n where E is a type-variable:\n E extends Object declared in class ArrayList\n X.java:12: warning: [rawtypes] found raw type: ArrayList\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n missing type arguments for generic class ArrayList\n where E is a type-variable:\n E extends Object declared in class ArrayList\n X.java:12: error: reference to assertEquals is ambiguous\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n both method assertEquals(String,Comparator,List,List) in Test and method assertEquals(String,Comparator,T#2,T#2) in Test match\n where T#1,T#2 are type-variables:\n T#1 extends Object declared in method assertEquals(String,Comparator,List,List)\n T#2 extends Object declared in method assertEquals(String,Comparator,T#2,T#2)\n X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: String,Comparator,List,List\n found: String,Comparator,ArrayList,ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: Comparator\n found: Comparator\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: List\n found: ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n X.java:12: warning: [unchecked] unchecked conversion\n Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n ^\n required: List\n found: ArrayList\n where T is a type-variable:\n T extends Object declared in method assertEquals(String,Comparator,List,List)\n 1 error\n 8 warnings\n ]> MethodVerifyTest>TestCase.runTest:957->testBug536978_comment2:14394->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug536978_comment2 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in SimpleDemo.java (at line 22)\n protected SimpleResult test(AbstractResult request) {\n ^^^^^^^^^^^^\n The return type is incompatible with AbstractDemo.test(Request)\n ----------\n ------------ but was ------------ SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n protected SimpleResult test(AbstractResult request) {\n ^\n return type requires unchecked conversion from SimpleResult to Response#2\n where Request,Response#1,Response#2 are type-variables:\n Request extends AbstractResult declared in class AbstractDemo\n Response#1 extends AbstractResult declared in class AbstractDemo\n Response#2 extends AbstractResult declared in class SimpleDemo\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in SimpleDemo.java (at line 22)\n protected SimpleResult test(AbstractResult request) {\n ^^^^^^^^^^^^\n The return type is incompatible with AbstractDemo.test(Request)\n ----------]\n > but was:<[SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n protected SimpleResult test(AbstractResult request) {\n ^\n return type requires unchecked conversion from SimpleResult to Response#2\n where Request,Response#1,Response#2 are type-variables:\n Request extends AbstractResult declared in class AbstractDemo\n Response#1 extends AbstractResult declared in class AbstractDemo\n Response#2 extends AbstractResult declared in class SimpleDemo\n 1 warning]\n > ModuleAttributeTests>TestCase.runTest:957->testBug519330:231->getModuleAttribute:61->AbstractRegressionTest.runConformTest:1720->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug519330 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n --------- Difference is ---------- expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n ]> ModuleCompilationTests>TestCase.runTest:957->testPackageConflict4:2579->runNegativeModuleTest:207->runNegativeModuleTest:215->runNegativeModuleTest:224->runNegativeModuleTest:274->AbstractRegressionTest.handleMismatch:2529 testPackageConflict4 Javac failure did not match "package conflict" ModuleCompilationTests>TestCase.runTest:957->testPackageConflict6:2781->runNegativeModuleTest:207->runNegativeModuleTest:215->runNegativeModuleTest:224->runNegativeModuleTest:274->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testPackageConflict6 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n public class X extends pm.C1 { \n ^^\n The package pm is accessible from more than one module: mod.x, mod.y\n ----------\n 1 problem (1 error)\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n public class X extends pm.C1 { \n ^^\n The package pm is accessible from more than one module: mod.x, mod.y\n ----------\n 1 problem (1 error)\n ]> NegativeTypeAnnotationTest>TestCase.runTest:957->test415308b2:3627->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test415308b2 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 16)\n @Illegal Y.YY.Z[] z = null;\n ^^^^^^^^\n Type annotations are not allowed on type names used to access static members\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 16)\n @Illegal Y.YY.Z[] z = null;\n ^^^^^^^^\n Type annotations are not allowed on type names used to access static members\n ----------\n ]> NegativeTypeAnnotationTest>TestCase.runTest:957->test415308f2:3836->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test415308f2 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 13)\n public @Illegal Y.Z[] foo() { return null;}\n ^^^^^^^^\n Type annotations are not allowed on type names used to access static members\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 13)\n public @Illegal Y.Z[] foo() { return null;}\n ^^^^^^^^\n Type annotations are not allowed on type names used to access static members\n ----------\n ]> NullAnnotationTest>TestCase.runTest:957->testBug452780:7990->AbstractNullAnnotationTest.runConformTestWithLibs:181->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug452780 - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n List<@NonNull T> res = Arrays.asList(ts);\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n List<@NonNull T> res = Arrays.asList(ts);\n ^\n 1 warning\n ]> NullAnnotationTest>TestCase.runTest:957->testBug462790:8199->AbstractNullAnnotationTest.runWarningTestWithLibs:213->AbstractNullAnnotationTest.runWarningTestWithLibs:218->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 testBug462790: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$Excuse@46af93fd for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 NullAnnotationTest>TestCase.runTest:957->testBug530970_default_bin:9696->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug530970_default_bin - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n Number field = new Long(13);\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n Number field = new Long(13);\n ^\n 1 warning\n ]> NullAnnotationTest>TestCase.runTest:957->testBug530970_field_bin:9625->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug530970_field_bin - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n Number field = new Double(1.1);\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n Number field = new Double(1.1);\n ^\n 1 warning\n ]> NullAnnotationTest>TestCase.runTest:957->testBug530970_return_bin:9554->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug530970_return_bin - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n return new Integer(13);\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n return new Integer(13);\n ^\n 1 warning\n ]> NullAnnotationTest>TestCase.runTest:957->test_default_nullness_002_custom:2355->AbstractRegressionTest.access$0:3124->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test_default_nullness_002_custom - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Y.java (at line 5)\n @Nullable Object getObject(Object o) {\n ^^^^^^^^^^^^^^^^\n The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n ----------\n 2. ERROR in Y.java (at line 5)\n @Nullable Object getObject(Object o) {\n ^^^^^^\n Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Y.java (at line 5)\n @Nullable Object getObject(Object o) {\n ^^^^^^^^^^^^^^^^\n The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n ----------\n 2. ERROR in Y.java (at line 5)\n @Nullable Object getObject(Object o) {\n ^^^^^^\n Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n ----------\n ]> NullAnnotationTest>TestCase.runTest:957->test_nullable_field_17:5451->AbstractNullAnnotationTest.runNegativeTestWithLibs:175->AbstractNullAnnotationTest.runNegativeTestWithLibs:153->AbstractNullAnnotationTest.runNegativeTestWithLibs:164->AbstractRegressionTest.runNegativeTest:3593->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test_nullable_field_17 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. INFO in X.java (at line 5)\n return this.o.toString();\n ^\n Potential null pointer access: this expression has a '@Nullable' type\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. INFO in X.java (at line 5)\n return this.o.toString();\n ^\n Potential null pointer access: this expression has a '@Nullable' type\n ----------\n ]> NullTypeAnnotationTest>TestCase.runTest:957->testBug446442_4:7472->AbstractNullAnnotationTest.runConformTestWithLibs:181->AbstractNullAnnotationTest.runConformTestWithLibs:199->AbstractRegressionTest.runConformTest:3495->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug446442_4 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n interface Baz extends Foo {}\n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n interface Baz extends Foo {}\n ^\n 1 error\n ]> ProblemConstructorTest>TestCase.runTest:957->test004:151->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test004 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n public int unusedMethod() { return this.state; }\n ^^^^^^^^^^^^^^\n The method unusedMethod() from the type X.M is never used locally\n ----------\n 2. WARNING in X.java (at line 5)\n public M (int state) { this.state = state;} \n ^^^^^^^^^^^^^\n The constructor X.M(int) is never used locally\n ----------\n 3. WARNING in X.java (at line 6)\n public int unusedField = 0;\n ^^^^^^^^^^^\n The value of the field X.M.unusedField is not used\n ----------\n 4. WARNING in X.java (at line 7)\n public class N {}\n ^\n The type X.M.N is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n public int unusedMethod() { return this.state; }\n ^^^^^^^^^^^^^^\n The method unusedMethod() from the type X.M is never used locally\n ----------\n 2. WARNING in X.java (at line 5)\n public M (int state) { this.state = state;} \n ^^^^^^^^^^^^^\n The constructor X.M(int) is never used locally\n ----------\n 3. WARNING in X.java (at line 6)\n public int unusedField = 0;\n ^^^^^^^^^^^\n The value of the field X.M.unusedField is not used\n ----------\n 4. WARNING in X.java (at line 7)\n public class N {}\n ^\n The type X.M.N is never used locally\n ----------\n ]> ProblemConstructorTest>TestCase.runTest:957->test005:223->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test005 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 3)\n B.test();\n ^^^^^^^^\n Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 3)\n B.test();\n ^^^^^^^^\n Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n ----------\n ]> ProblemConstructorTest>TestCase.runTest:957->test006:256->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test006 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 3)\n B.test();\n ^^^^^^^^\n Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n ----------\n 2. WARNING in A.java (at line 8)\n public B () { super(""); }\n ^^^^\n The constructor A.B() is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 3)\n B.test();\n ^^^^^^^^\n Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n ----------\n 2. WARNING in A.java (at line 8)\n public B () { super(""); }\n ^^^^\n The constructor A.B() is never used locally\n ----------\n ]> ProblemConstructorTest>TestCase.runTest:957->test009:316->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test009 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A.java (at line 7)\n public B () { super(""); }\n ^^^^\n The constructor C.B() is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A.java (at line 7)\n public B () { super(""); }\n ^^^^\n The constructor C.B() is never used locally\n ----------\n ]> ProblemConstructorTest>TestCase.runTest:957->test408038a:344->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test408038a - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n public Y() {}\n ^^^\n The constructor X.Y() is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n public Y() {}\n ^^^\n The constructor X.Y() is never used locally\n ----------\n ]> ProblemConstructorTest>TestCase.runTest:957->test408038b:376->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test408038b - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n public Y() {}\n ^^^\n The constructor X.Y() is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n public Y() {}\n ^^^\n The constructor X.Y() is never used locally\n ----------\n ]> ProblemConstructorTest>TestCase.runTest:957->test408038c:408->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test408038c - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n private static class Y implements Externalizable {\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n private static class Y implements Externalizable {\n ^\n 1 warning\n ]> ProblemConstructorTest>TestCase.runTest:957->test408038e:492->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test408038e - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n private X(int x) {i = x;}\n ^^^^^^^^\n The constructor X(int) is never used locally\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n private X(int x) {i = x;}\n ^^^^^^^^\n The constructor X(int) is never used locally\n ----------\n ]> ProblemTypeAndMethodTest>TestCase.runTest:957->test376550_11:8181->AbstractRegressionTest.access$0:3124->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test376550_11 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 6)\n return new ArrayList() {\n ^^^^^^^^^^^^^^^^^^^\n The serializable class does not declare a static final serialVersionUID field of type long\n ----------\n 2. WARNING in X.java (at line 7)\n { add(o);}\n ^\n Read access to enclosing field X.o is emulated by a synthetic accessor method\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 6)\n return new ArrayList() {\n ^^^^^^^^^^^^^^^^^^^\n The serializable class does not declare a static final serialVersionUID field of type long\n ----------\n 2. WARNING in X.java (at line 7)\n { add(o);}\n ^\n Read access to enclosing field X.o is emulated by a synthetic accessor method\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0041:1578->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0041 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n System.out.println(1.0 == 1.0);\n ^^^^^^^^^^\n Comparing identical expressions\n ----------\n 2. WARNING in X.java (at line 4)\n System.out.println(1.0f == 1.0f);\n ^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n System.out.println(1.0 == 1.0);\n ^^^^^^^^^^\n Comparing identical expressions\n ----------\n 2. WARNING in X.java (at line 4)\n System.out.println(1.0f == 1.0f);\n ^^^^^^^^^^^^\n Comparing identical expressions\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0044:1657->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0044 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 6)\n nvx = nvx;\n ^^^^^^^^^\n The assignment to variable nvx has no effect\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 6)\n nvx = nvx;\n ^^^^^^^^^\n The assignment to variable nvx has no effect\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0045:1678->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0045 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 2)\n volatile int x = this.x;\n ^^^^^^^^^^\n The assignment to variable x has no effect\n ----------\n 2. WARNING in X.java (at line 3)\n int nvx = this.nvx;\n ^^^^^^^^^^^^^^\n The assignment to variable nvx has no effect\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 2)\n volatile int x = this.x;\n ^^^^^^^^^^\n The assignment to variable x has no effect\n ----------\n 2. WARNING in X.java (at line 3)\n int nvx = this.nvx;\n ^^^^^^^^^^^^^^\n The assignment to variable nvx has no effect\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0046:1706->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 6)\n int k = 2;\n ^\n The value of the local variable k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 6)\n int k = 2;\n ^\n The value of the local variable k is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0046_field:1746->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046_field - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0046_field_in_private_type:1865->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046_field_in_private_type - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n public boolean b=false;\n ^\n The value of the field X.Y.b is not used\n ----------\n 2. WARNING in X.java (at line 5)\n protected int k = 2;\n ^\n The value of the field X.Y.k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n public boolean b=false;\n ^\n The value of the field X.Y.b is not used\n ----------\n 2. WARNING in X.java (at line 5)\n protected int k = 2;\n ^\n The value of the field X.Y.k is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0046_field_qualified:1825->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046_field_qualified - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0046_field_this_qualified:1785->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0046_field_this_qualified - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n private boolean b=false;\n ^\n The value of the field X.b is not used\n ----------\n 2. WARNING in X.java (at line 4)\n private int k = 2;\n ^\n The value of the field X.k is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0047:1908->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0047 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 2)\n void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 2. WARNING in X.java (at line 2)\n void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n 3. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 2)\n void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 2. WARNING in X.java (at line 2)\n void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n 3. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0048:1954->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0048 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 9)\n public void foo(int param1, int param2) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 3. WARNING in X.java (at line 9)\n public void foo(int param1, int param2) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n 4. WARNING in X.java (at line 10)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 9)\n public void foo(int param1, int param2) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 3. WARNING in X.java (at line 9)\n public void foo(int param1, int param2) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n 4. WARNING in X.java (at line 10)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0049:2019->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0049 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 9)\n public void foo(int param1, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 3. WARNING in X.java (at line 15)\n public void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 4. WARNING in X.java (at line 15)\n public void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 3)\n boolean b=false;\n ^\n The value of the local variable b is not used\n ----------\n 2. WARNING in X.java (at line 9)\n public void foo(int param1, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 3. WARNING in X.java (at line 15)\n public void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param1 is not used\n ----------\n 4. WARNING in X.java (at line 15)\n public void foo(int param1, int param2, Integer param3) {\n ^^^^^^\n The value of the parameter param2 is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0050:2075->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0050 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (false) {\n boolean b=false;\n b|=true;\n }\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 8)\n int k = 2;\n ^\n The value of the local variable k is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (false) {\n boolean b=false;\n b|=true;\n }\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 8)\n int k = 2;\n ^\n The value of the local variable k is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0051:2117->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0051 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 2)\n X(int abc) {\n ^^^\n The value of the parameter abc is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 2)\n X(int abc) {\n ^^^\n The value of the parameter abc is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0055:2287->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0055 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in test1\E.java (at line 4)\n int a= 10;\n ^\n The value of the local variable a is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in test1\E.java (at line 4)\n int a= 10;\n ^\n The value of the local variable a is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0059:2399->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0059 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (a != null){\n int j = 3;\n j++;\n }\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 5)\n int j = 3;\n ^\n The value of the local variable j is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (a != null){\n int j = 3;\n j++;\n }\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Dead code\n ----------\n 2. WARNING in X.java (at line 5)\n int j = 3;\n ^\n The value of the local variable j is not used\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0060:2435->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0060 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->test0063:2630->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test0063 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n if (t1 == t2) {\n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n if (t1 == t2) { \n ^^^^^^^^\n The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->testBug410218a:2714->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218a - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 8)\n if (set.contains("ONE")) // bad\n ^^^^^\n Unlikely argument type String for contains(Object) on a Collection\n ----------\n 2. WARNING in X.java (at line 9)\n set.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Collection\n ----------\n 3. WARNING in X.java (at line 10)\n if (set.contains(1)) // bad\n ^\n Unlikely argument type int for contains(Object) on a Collection\n ----------\n 4. WARNING in X.java (at line 11)\n set.remove(1); // bad (tries to remove "Integer 1")\n ^\n Unlikely argument type int for remove(Object) on a Collection\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 8)\n if (set.contains("ONE")) // bad\n ^^^^^\n Unlikely argument type String for contains(Object) on a Collection\n ----------\n 2. WARNING in X.java (at line 9)\n set.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Collection\n ----------\n 3. WARNING in X.java (at line 10)\n if (set.contains(1)) // bad\n ^\n Unlikely argument type int for contains(Object) on a Collection\n ----------\n 4. WARNING in X.java (at line 11)\n set.remove(1); // bad (tries to remove "Integer 1")\n ^\n Unlikely argument type int for remove(Object) on a Collection\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->testBug410218b:2764->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218b - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (hss.contains(ts)) // bad\n ^^\n Unlikely argument type TreeSet for contains(Object) on a Collection>\n ----------\n 2. WARNING in X.java (at line 5)\n hss.remove(ts); // bad\n ^^\n Unlikely argument type TreeSet for remove(Object) on a Collection>\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (hss.contains(ts)) // bad\n ^^\n Unlikely argument type TreeSet for contains(Object) on a Collection>\n ----------\n 2. WARNING in X.java (at line 5)\n hss.remove(ts); // bad\n ^^\n Unlikely argument type TreeSet for remove(Object) on a Collection>\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->testBug410218b2:2797->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218b2 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (hss.contains(ts)) // bad\n ^^\n Unlikely argument type TreeSet for contains(Object) on a Collection>\n ----------\n 2. WARNING in X.java (at line 5)\n hss.remove(ts); // bad\n ^^\n Unlikely argument type TreeSet for remove(Object) on a Collection>\n ----------\n 3. WARNING in X.java (at line 6)\n if (hss.contains((Set)ts)) // bad (because of strict check)\n ^^^^^^^^^^\n Unlikely argument type Set for contains(Object) on a Collection>\n ----------\n 4. WARNING in X.java (at line 7)\n hss.remove((Set)ts); // bad (because of strict check)\n ^^^^^^^^^^\n Unlikely argument type Set for remove(Object) on a Collection>\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (hss.contains(ts)) // bad\n ^^\n Unlikely argument type TreeSet for contains(Object) on a Collection>\n ----------\n 2. WARNING in X.java (at line 5)\n hss.remove(ts); // bad\n ^^\n Unlikely argument type TreeSet for remove(Object) on a Collection>\n ----------\n 3. WARNING in X.java (at line 6)\n if (hss.contains((Set)ts)) // bad (because of strict check)\n ^^^^^^^^^^\n Unlikely argument type Set for contains(Object) on a Collection>\n ----------\n 4. WARNING in X.java (at line 7)\n hss.remove((Set)ts); // bad (because of strict check)\n ^^^^^^^^^^\n Unlikely argument type Set for remove(Object) on a Collection>\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->testBug410218c:2841->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218c - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n if (m.containsKey("ONE")) // bad\n ^^^^^\n Unlikely argument type String for containsKey(Object) on a Map\n ----------\n 2. WARNING in X.java (at line 5)\n m.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Map\n ----------\n 3. WARNING in X.java (at line 6)\n if (m.containsValue("ONE")) // bad\n ^^^^^\n Unlikely argument type String for containsValue(Object) on a Map\n ----------\n 4. WARNING in X.java (at line 7)\n m.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Map\n ----------\n 5. WARNING in X.java (at line 14)\n return m.get("ONE"); // bad\n ^^^^^\n Unlikely argument type String for get(Object) on a Map\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n if (m.containsKey("ONE")) // bad\n ^^^^^\n Unlikely argument type String for containsKey(Object) on a Map\n ----------\n 2. WARNING in X.java (at line 5)\n m.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Map\n ----------\n 3. WARNING in X.java (at line 6)\n if (m.containsValue("ONE")) // bad\n ^^^^^\n Unlikely argument type String for containsValue(Object) on a Map\n ----------\n 4. WARNING in X.java (at line 7)\n m.remove("ONE"); // bad\n ^^^^^\n Unlikely argument type String for remove(Object) on a Map\n ----------\n 5. WARNING in X.java (at line 14)\n return m.get("ONE"); // bad\n ^^^^^\n Unlikely argument type String for get(Object) on a Map\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->testBug410218d:2895->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218d - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 10)\n numbers.removeAll(stringSet); // bad\n ^^^^^^^^^\n Unlikely argument type Set for removeAll(Collection) on a Collection\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 10)\n numbers.removeAll(stringSet); // bad\n ^^^^^^^^^\n Unlikely argument type Set for removeAll(Collection) on a Collection\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->testBug410218e:2927->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218e - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n return ints.indexOf("ONE"); // bad\n ^^^^^\n Unlikely argument type String for indexOf(Object) on a List\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n return ints.indexOf("ONE"); // bad\n ^^^^^\n Unlikely argument type String for indexOf(Object) on a List\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->testBug410218f:2961->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug410218f - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in test\TestUnlikely.java (at line 30)\n c.remove(o); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 2. WARNING in test\TestUnlikely.java (at line 37)\n c.remove(i); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection\n ----------\n 3. WARNING in test\TestUnlikely.java (at line 39)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 4. WARNING in test\TestUnlikely.java (at line 40)\n c.remove(nf); // warning: castable, but not supertype\n ^^\n Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection\n ----------\n 5. WARNING in test\TestUnlikely.java (at line 46)\n c.remove(o); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 6. WARNING in test\TestUnlikely.java (at line 48)\n c.remove(nf); // warning: impossible\n ^^\n Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection\n ----------\n 7. WARNING in test\TestUnlikely.java (at line 49)\n c.remove(s); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection\n ----------\n 8. WARNING in test\TestUnlikely.java (at line 54)\n c.remove(o); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 9. WARNING in test\TestUnlikely.java (at line 55)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 10. WARNING in test\TestUnlikely.java (at line 63)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 11. WARNING in test\TestUnlikely.java (at line 70)\n map.containsKey(value); // warning\n ^^^^^\n Unlikely argument type V for containsKey(Object) on a Map\n ----------\n 12. WARNING in test\TestUnlikely.java (at line 71)\n map.containsValue(key); // warning\n ^^^\n Unlikely argument type K for containsValue(Object) on a Map\n ----------\n 13. WARNING in test\TestUnlikely.java (at line 95)\n if (c.contains(iterator.next())) { // warning\n ^^^^^^^^^^^^^^^\n Unlikely argument type U for contains(Object) on a Collection\n ----------\n 14. WARNING in test\TestUnlikely.java (at line 105)\n c.removeAll(other); // warning\n ^^^^^\n Unlikely argument type Set for removeAll(Collection) on a Collection\n ----------\n 15. WARNING in test\TestUnlikely.java (at line 111)\n Predicate p2 = c::contains; // warning\n ^^^^^^^^^^^\n Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection\n ----------\n 16. WARNING in test\TestUnlikely.java (at line 112)\n BiPredicate, OtherInterface> bp2 = Collection::contains; // warning\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection\n ----------\n 17. INFO in test\TestUnlikely.java (at line 120)\n s.equals(i); // info\n ^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 18. INFO in test\TestUnlikely.java (at line 121)\n i.equals(s); // info\n ^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 19. INFO in test\TestUnlikely.java (at line 125)\n Predicate p1 = i::equals; // info\n ^^^^^^^^^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 20. INFO in test\TestUnlikely.java (at line 128)\n BiPredicate bp2 = Object::equals; // info\n ^^^^^^^^^^^^^^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 21. INFO in test\TestUnlikely.java (at line 131)\n Objects.equals(s, i); // info\n ^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 22. INFO in test\TestUnlikely.java (at line 132)\n Objects.equals(i, s); // info\n ^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 23. INFO in test\TestUnlikely.java (at line 136)\n BiPredicate bp3 = Objects::equals; // info\n ^^^^^^^^^^^^^^^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in test\TestUnlikely.java (at line 30)\n c.remove(o); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 2. WARNING in test\TestUnlikely.java (at line 37)\n c.remove(i); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection\n ----------\n 3. WARNING in test\TestUnlikely.java (at line 39)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 4. WARNING in test\TestUnlikely.java (at line 40)\n c.remove(nf); // warning: castable, but not supertype\n ^^\n Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection\n ----------\n 5. WARNING in test\TestUnlikely.java (at line 46)\n c.remove(o); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 6. WARNING in test\TestUnlikely.java (at line 48)\n c.remove(nf); // warning: impossible\n ^^\n Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection\n ----------\n 7. WARNING in test\TestUnlikely.java (at line 49)\n c.remove(s); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection\n ----------\n 8. WARNING in test\TestUnlikely.java (at line 54)\n c.remove(o); // warning: unrelated interface\n ^\n Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection\n ----------\n 9. WARNING in test\TestUnlikely.java (at line 55)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 10. WARNING in test\TestUnlikely.java (at line 63)\n c.remove(f); // warning: impossible\n ^\n Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection\n ----------\n 11. WARNING in test\TestUnlikely.java (at line 70)\n map.containsKey(value); // warning\n ^^^^^\n Unlikely argument type V for containsKey(Object) on a Map\n ----------\n 12. WARNING in test\TestUnlikely.java (at line 71)\n map.containsValue(key); // warning\n ^^^\n Unlikely argument type K for containsValue(Object) on a Map\n ----------\n 13. WARNING in test\TestUnlikely.java (at line 95)\n if (c.contains(iterator.next())) { // warning\n ^^^^^^^^^^^^^^^\n Unlikely argument type U for contains(Object) on a Collection\n ----------\n 14. WARNING in test\TestUnlikely.java (at line 105)\n c.removeAll(other); // warning\n ^^^^^\n Unlikely argument type Set for removeAll(Collection) on a Collection\n ----------\n 15. WARNING in test\TestUnlikely.java (at line 111)\n Predicate p2 = c::contains; // warning\n ^^^^^^^^^^^\n Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection\n ----------\n 16. WARNING in test\TestUnlikely.java (at line 112)\n BiPredicate, OtherInterface> bp2 = Collection::contains; // warning\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection\n ----------\n 17. INFO in test\TestUnlikely.java (at line 120)\n s.equals(i); // info\n ^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 18. INFO in test\TestUnlikely.java (at line 121)\n i.equals(s); // info\n ^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 19. INFO in test\TestUnlikely.java (at line 125)\n Predicate p1 = i::equals; // info\n ^^^^^^^^^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 20. INFO in test\TestUnlikely.java (at line 128)\n BiPredicate bp2 = Object::equals; // info\n ^^^^^^^^^^^^^^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 21. INFO in test\TestUnlikely.java (at line 131)\n Objects.equals(s, i); // info\n ^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n 22. INFO in test\TestUnlikely.java (at line 132)\n Objects.equals(i, s); // info\n ^\n Unlikely argument type for equals(): String seems to be unrelated to Integer\n ----------\n 23. INFO in test\TestUnlikely.java (at line 136)\n BiPredicate bp3 = Objects::equals; // info\n ^^^^^^^^^^^^^^^\n Unlikely argument type for equals(): Integer seems to be unrelated to String\n ----------\n ]> ProgrammingProblemsTest>TestCase.runTest:957->testBug514956c:3268->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug514956c - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in Unlikely.java (at line 6)\n return i1.equals((I1)this);\n ^^^^^^^^\n Unnecessary cast from Unlikely to I1\n ----------\n 2. ERROR in Unlikely.java (at line 9)\n return i1.equals((I3)i2);\n ^^^^^^\n Unnecessary cast from I2 to I3\n ----------\n 3. WARNING in Unlikely.java (at line 9)\n return i1.equals((I3)i2);\n ^^^^^^\n Unlikely argument type for equals(): I3 seems to be unrelated to I1\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in Unlikely.java (at line 6)\n return i1.equals((I1)this);\n ^^^^^^^^\n Unnecessary cast from Unlikely to I1\n ----------\n 2. ERROR in Unlikely.java (at line 9)\n return i1.equals((I3)i2);\n ^^^^^^\n Unnecessary cast from I2 to I3\n ----------\n 3. WARNING in Unlikely.java (at line 9)\n return i1.equals((I3)i2);\n ^^^^^^\n Unlikely argument type for equals(): I3 seems to be unrelated to I1\n ----------\n ]> RuntimeTests>TestCase.runTest:957->test0600_reflection:148->AbstractRegressionTest.runConformTest:3425->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2540 test0600_reflection: unused excuse org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacTestOptions$EclipseJustification$3@7d471800 for compiler org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest$JavacCompiler@31cd0bc0 ScannerTest>TestCase.runTest:957->test045:961->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test045 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ _X.java:5: error: variable i is already defined in method main(String[])\n String i\u0001;\n ^\n _X.java:6: error: variable i is already defined in method main(String[])\n String i\u0002;\n ^\n _X.java:7: error: variable i is already defined in method main(String[])\n String i\u0003;\n ^\n _X.java:8: error: variable i is already defined in method main(String[])\n String i\u0004;\n ^\n _X.java:9: error: variable i is already defined in method main(String[])\n String i\u0005;\n ^\n _X.java:10: error: variable i is already defined in method main(String[])\n String i\u0006;\n ^\n _X.java:11: error: variable i is already defined in method main(String[])\n String i\u0007;\n ^\n _X.java:12: error: variable i is already defined in method main(String[])\n String i\u0008;\n ^\n _X.java:13: error: variable i is already defined in method main(String[])\n String i\u000e;\n ^\n _X.java:14: error: variable i is already defined in method main(String[])\n String i\u000f;\n ^\n _X.java:15: error: variable i is already defined in method main(String[])\n String i\u0010;\n ^\n _X.java:16: error: variable i is already defined in method main(String[])\n String i\u0011;\n ^\n _X.java:17: error: variable i is already defined in method main(String[])\n String i\u0012;\n ^\n _X.java:18: error: variable i is already defined in method main(String[])\n String i\u0013;\n ^\n _X.java:19: error: variable i is already defined in method main(String[])\n String i\u0014;\n ^\n _X.java:20: error: variable i is already defined in method main(String[])\n String i\u0015;\n ^\n _X.java:21: error: variable i is already defined in method main(String[])\n String i\u0016;\n ^\n _X.java:22: error: variable i is already defined in method main(String[])\n String i\u0017;\n ^\n _X.java:23: error: variable i is already defined in method main(String[])\n String i\u0018;\n ^\n _X.java:24: error: variable i is already defined in method main(String[])\n String i\u0019;\n ^\n _X.java:25: error: variable i is already defined in method main(String[])\n String i\u001a;\n ^\n _X.java:26: error: variable i is already defined in method main(String[])\n String i\u001b;\n ^\n _X.java:27: error: variable i is already defined in method main(String[])\n String i\u007f;\n ^\n 23 errors\n --------- Difference is ---------- expected:<[]> but was:<[_X.java:5: error: variable i is already defined in method main(String[])\n String i\u0001;\n ^\n _X.java:6: error: variable i is already defined in method main(String[])\n String i\u0002;\n ^\n _X.java:7: error: variable i is already defined in method main(String[])\n String i\u0003;\n ^\n _X.java:8: error: variable i is already defined in method main(String[])\n String i\u0004;\n ^\n _X.java:9: error: variable i is already defined in method main(String[])\n String i\u0005;\n ^\n _X.java:10: error: variable i is already defined in method main(String[])\n String i\u0006;\n ^\n _X.java:11: error: variable i is already defined in method main(String[])\n String i\u0007;\n ^\n _X.java:12: error: variable i is already defined in method main(String[])\n String i\u0008;\n ^\n _X.java:13: error: variable i is already defined in method main(String[])\n String i\u000e;\n ^\n _X.java:14: error: variable i is already defined in method main(String[])\n String i\u000f;\n ^\n _X.java:15: error: variable i is already defined in method main(String[])\n String i\u0010;\n ^\n _X.java:16: error: variable i is already defined in method main(String[])\n String i\u0011;\n ^\n _X.java:17: error: variable i is already defined in method main(String[])\n String i\u0012;\n ^\n _X.java:18: error: variable i is already defined in method main(String[])\n String i\u0013;\n ^\n _X.java:19: error: variable i is already defined in method main(String[])\n String i\u0014;\n ^\n _X.java:20: error: variable i is already defined in method main(String[])\n String i\u0015;\n ^\n _X.java:21: error: variable i is already defined in method main(String[])\n String i\u0016;\n ^\n _X.java:22: error: variable i is already defined in method main(String[])\n String i\u0017;\n ^\n _X.java:23: error: variable i is already defined in method main(String[])\n String i\u0018;\n ^\n _X.java:24: error: variable i is already defined in method main(String[])\n String i\u0019;\n ^\n _X.java:25: error: variable i is already defined in method main(String[])\n String i\u001a;\n ^\n _X.java:26: error: variable i is already defined in method main(String[])\n String i\u001b;\n ^\n _X.java:27: error: variable i is already defined in method main(String[])\n String i\u007f;\n ^\n 23 errors\n ]> SerialVersionUIDTests>TestCase.runTest:957->test011:220->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test011 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n private static final long serialVersionUID = 1L;\n ^^^^^^^^^^^^^^^^\n The value of the field X.serialVersionUID is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n private static final long serialVersionUID = 1L;\n ^^^^^^^^^^^^^^^^\n The value of the field X.serialVersionUID is not used\n ----------\n ]> SerialVersionUIDTests>TestCase.runTest:957->test012:243->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test012 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n private static final long serialVersionUID = 1L;\n ^^^^^^^^^^^^^^^^\n The value of the field X.serialVersionUID is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n private static final long serialVersionUID = 1L;\n ^^^^^^^^^^^^^^^^\n The value of the field X.serialVersionUID is not used\n ----------\n ]> SerialVersionUIDTests>TestCase.runTest:957->test013:266->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test013 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n private static final long serialPersistentFields = 1L;\n ^^^^^^^^^^^^^^^^^^^^^^\n The value of the field X.serialPersistentFields is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n private static final long serialPersistentFields = 1L;\n ^^^^^^^^^^^^^^^^^^^^^^\n The value of the field X.serialPersistentFields is not used\n ----------\n ]> SerialVersionUIDTests>TestCase.runTest:957->test014:288->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test014 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n private static final long serialPersistentFields = 1L;\n ^^^^^^^^^^^^^^^^^^^^^^\n The value of the field X.serialPersistentFields is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n private static final long serialPersistentFields = 1L;\n ^^^^^^^^^^^^^^^^^^^^^^\n The value of the field X.serialPersistentFields is not used\n ----------\n ]> SerialVersionUIDTests>TestCase.runTest:957->test015:311->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test015 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n private int i;\n ^\n The value of the field X.i is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n private int i;\n ^\n The value of the field X.i is not used\n ----------\n ]> SerialVersionUIDTests>TestCase.runTest:957->test016:336->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test016 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 5)\n private int i;\n ^\n The value of the field X.i is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 5)\n private int i;\n ^\n The value of the field X.i is not used\n ----------\n ]> StaticImportTest>TestCase.runTest:957->test074:2538->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test074 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ test/Outer.java:4: error: cannot find symbol\n int i = VALUE;\n ^\n symbol: variable VALUE\n location: class Outer\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[test/Outer.java:4: error: cannot find symbol\n int i = VALUE;\n ^\n symbol: variable VALUE\n location: class Outer\n 1 error\n ]> StaticImportTest>TestCase.runTest:957->test078:2648->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test078 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in A\A.java (at line 3)\n import B.B.C1;\n ^^^^^^\n The import B.B.C1 collides with another import statement\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in A\A.java (at line 3)\n import B.B.C1;\n ^^^^^^\n The import B.B.C1 collides with another import statement\n ----------\n ]> StaticImportTest>TestCase.runTest:957->test079:2682->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test079 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in A\A.java (at line 2)\n import static B.B.C1;\n ^^^^^^\n The import B.B.C1 is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in A\A.java (at line 2)\n import static B.B.C1;\n ^^^^^^\n The import B.B.C1 is never used\n ----------\n ]> StaticImportTest>TestCase.runTest:957->testBug520874d:3361->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug520874d - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p\X.java (at line 2)\n import static p.A.B.Inner;\n ^^^^^^^^^^^\n The import p.A.B.Inner is never used\n ----------\n 2. WARNING in p\X.java (at line 3)\n import p.Bar.Inner;\n ^^^^^^^^^^^\n The import p.Bar.Inner is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p\X.java (at line 2)\n import static p.A.B.Inner;\n ^^^^^^^^^^^\n The import p.A.B.Inner is never used\n ----------\n 2. WARNING in p\X.java (at line 3)\n import p.Bar.Inner;\n ^^^^^^^^^^^\n The import p.Bar.Inner is never used\n ----------\n ]> StaticImportTest>TestCase.runTest:957->testBug520874e:3393->AbstractRegressionTest.runNegativeTest:2560->AbstractRegressionTest.runNegativeTest:2571->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug520874e - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p\X.java (at line 2)\n import static p.A.B.Inner;\n ^^^^^^^^^^^\n The import p.A.B.Inner is never used\n ----------\n 2. WARNING in p\X.java (at line 3)\n import p.Bar.*;\n ^^^^^\n The import p.Bar is never used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p\X.java (at line 2)\n import static p.A.B.Inner;\n ^^^^^^^^^^^\n The import p.A.B.Inner is never used\n ----------\n 2. WARNING in p\X.java (at line 3)\n import p.Bar.*;\n ^^^^^\n The import p.Bar is never used\n ----------\n ]> SwitchTest>TestCase.runTest:957->test014:610->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test014 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 18)\n case 6://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------\n ------------ but was ------------ X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://OK\n ^\n X.java:10: warning: [fallthrough] possible fall-through into case\n case 3://OK\n ^\n X.java:13: warning: [fallthrough] possible fall-through into case\n case 4://OK\n ^\n X.java:18: warning: [fallthrough] possible fall-through into case\n case 6://WRONG\n ^\n X.java:22: warning: [fallthrough] possible fall-through into case\n case 7://OK\n ^\n 5 warnings\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 18)\n case 6://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------]\n > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://OK\n ^\n X.java:10: warning: [fallthrough] possible fall-through into case\n case 3://OK\n ^\n X.java:13: warning: [fallthrough] possible fall-through into case\n case 4://OK\n ^\n X.java:18: warning: [fallthrough] possible fall-through into case\n case 6://WRONG\n ^\n X.java:22: warning: [fallthrough] possible fall-through into case\n case 7://OK\n ^\n 5 warnings]\n > SwitchTest>TestCase.runTest:957->test015:653->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test015 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 18)\n case 6://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------\n ------------ but was ------------ X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://OK\n ^\n X.java:10: warning: [fallthrough] possible fall-through into case\n case 3://OK\n ^\n X.java:13: warning: [fallthrough] possible fall-through into case\n case 4://OK\n ^\n X.java:18: warning: [fallthrough] possible fall-through into case\n case 6://WRONG\n ^\n X.java:22: warning: [fallthrough] possible fall-through into case\n case 7://OK\n ^\n 5 warnings\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 18)\n case 6://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------]\n > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://OK\n ^\n X.java:10: warning: [fallthrough] possible fall-through into case\n case 3://OK\n ^\n X.java:13: warning: [fallthrough] possible fall-through into case\n case 4://OK\n ^\n X.java:18: warning: [fallthrough] possible fall-through into case\n case 6://WRONG\n ^\n X.java:22: warning: [fallthrough] possible fall-through into case\n case 7://OK\n ^\n 5 warnings]\n > SwitchTest>TestCase.runTest:957->test016:696->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test016 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 8)\n case 2://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------\n ------------ but was ------------ X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://WRONG\n ^\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 8)\n case 2://WRONG\n ^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------]\n > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n case 2://WRONG\n ^\n 1 warning]\n > SwitchTest>TestCase.runTest:957->test017:725->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2493->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test017 - Eclipse found error(s) but Javac only found warning(s). ----------- Expected ------------ ----------\n 1. ERROR in X.java (at line 10)\n default :\n ^^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------\n ------------ but was ------------ X.java:10: warning: [fallthrough] possible fall-through into case\n default :\n ^\n 1 warning\n --------- Difference is ---------- expected:<[----------\n 1. ERROR in X.java (at line 10)\n default :\n ^^^^^^^\n Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n ----------]\n > but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n default :\n ^\n 1 warning]\n > SwitchTest>TestCase.runTest:957->test387146a:2572->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test387146a - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: warning: [fallthrough] possible fall-through into case\n case 2:\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n case 2:\n ^\n 1 warning\n ]> SwitchTest>TestCase.runTest:957->test387146b:2601->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2509->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test387146b - Javac found warning(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:10: warning: [fallthrough] possible fall-through into case\n case 2:\n ^\n 1 warning\n --------- Difference is ---------- expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n case 2:\n ^\n 1 warning\n ]> SwitchTest>TestCase.runTest:957->test410892_4:2782->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test410892_4 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n ]> SwitchTest>TestCase.runTest:957->test410892_5:2817->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test410892_5 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n ]> SwitchTest>TestCase.runTest:957->test410892_6:2853->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test410892_6 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in X.java (at line 4)\n int var2 = 0;\n ^^^^\n The value of the local variable var2 is not used\n ----------\n ]> SwitchTest>TestCase.runTest:957->testBug374605:2144->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2505->TestCase.assertEquals:242->TestCase.assertStringEquals:266 testBug374605 - Eclipse found warning(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. WARNING in p\X.java (at line 4)\n switch (i) {\n ^\n The switch statement should have a default case\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. WARNING in p\X.java (at line 4)\n switch (i) {\n ^\n The switch statement should have a default case\n ----------\n ]> TypeAnnotationTest>TestCase.runTest:957->test066_codeblocks_methodReference:3294->AbstractRegressionTest.runConformTest:1773->AbstractRegressionTest.runConformTest:1776->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test066_codeblocks_methodReference - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ An exception has occurred in the compiler (10.0.2). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.\n java.lang.AssertionError\n at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n --------- Difference is ---------- expected:<[]> but was:<[An exception has occurred in the compiler (10.0.2). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.\n java.lang.AssertionError\n at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n ]> Unicode10Test>TestCase.runTest:957->test1:32->AbstractRegressionTest.runConformTest:1821->AbstractRegressionTest.runConformTest:1824->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2497->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test1 - Javac found error(s) but Eclipse did not find any. ----------- Expected ------------ ------------ but was ------------ X.java:2: error: illegal character: '\u0860'\n public int aࡠ; // new unicode character in unicode 10.0 \n ^\n 1 error\n --------- Difference is ---------- expected:<[]> but was:<[X.java:2: error: illegal character: '\u0860'\n public int aࡠ; // new unicode character in unicode 10.0 \n ^\n 1 error\n ]> Unicode18Test>TestCase.runTest:957->test426214_4:106->AbstractRegressionTest.runNegativeTest:2678->AbstractRegressionTest.runNegativeTest:2687->AbstractRegressionTest.runTest:3006->AbstractRegressionTest.runTest:3281->AbstractRegressionTest.runJavac:2434->AbstractRegressionTest.handleMismatch:2489->TestCase.assertEquals:242->TestCase.assertStringEquals:266 test426214_4 - Eclipse found error(s) but Javac did not find any. ----------- Expected ------------ ------------ but was ------------ ----------\n 1. ERROR in X.java (at line 2)\n int a\u061C = 0; // new unicode character in 6.3.0 \n ^^^^^^\n Syntax error on token "Invalid Character", delete this token\n ----------\n --------- Difference is ---------- expected:<[]> but was:<[----------\n 1. ERROR in X.java (at line 2)\n int a\u061C = 0; // new unicode character in 6.3.0 \n ^^^^^^\n Syntax error on token "Invalid Character", delete this token\n ----------\n ]> Tests run: 12921, Failures: 213, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.jdt.core 3.21.100-SNAPSHOT ............. SUCCESS [01:04 min] [INFO] org.eclipse.jdt.core.tests.compiler 3.12.1200-SNAPSHOT FAILURE [ 03:18 h] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:20 h [INFO] Finished at: 2020-03-15T07:22:03Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.6.0:test (default-test) on project org.eclipse.jdt.core.tests.compiler: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.jdt.core.tests.compiler Build step 'Invoke top-level Maven targets' marked build as failure Archiving artifacts Recording test results Sending e-mails to: stephan.herrmann@berlin.de Finished: FAILURE